/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-helper-clearfix {
	display: inline-block;
}


/* required comment for clearfix to work in Opera \*/

* html .ui-helper-clearfix {
	height: 1%;
}

.ui-helper-clearfix {
	display: block;
}


/* end clearfix */

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ffDefault=\'AvenirLTCom-Roman\',verdana,helvetica&fwDefault=normal&fsDefault=10pt&cornerRadius=4px&bgColorHeader=000000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=cccccc&fcHeader=8b8b8b&iconColorHeader=ffffff&bgColorContent=f4eed6&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=cccccc&fcContent=000000&iconColorContent=000000&bgColorDefault=f4eed6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=cccccc&fcDefault=000000&iconColorDefault=000000&bgColorHover=ed2939&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=cccccc&fcHover=ffffff&iconColorHover=454545&bgColorActive=ed2939&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=cccccc&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=f4eed6&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=f4eed6&fcHighlight=000000&iconColorHighlight=39b54a&bgColorError=f4eed6&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=ed2939&fcError=ed2939&iconColorError=ed2939&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/

.ui-widget {
	font-family: 'AvenirLTCom-Roman', verdana, helvetica;
	font-size: 10pt;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'AvenirLTCom-Roman', verdana, helvetica;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #cccccc;
	background: #f4eed6 url(images/ui-bg_flat_75_f4eed6_40x100.png) 50% 50% repeat-x;
	color: #000000;
}

.ui-widget-content a {
	color: #000000;
}

.ui-widget-header {
	border: 1px solid #cccccc;
	background: #000000 url(images/ui-bg_highlight-soft_75_000000_1x100.png) 50% 50% repeat-x;
	color: #8b8b8b;
	font-weight: bold;
}

.ui-widget-header a {
	color: #8b8b8b;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f4eed6 url(images/ui-bg_glass_75_f4eed6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ed2939 url(images/ui-bg_glass_75_ed2939_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover {
	color: #ffffff;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #cccccc;
	background: #ed2939 url(images/ui-bg_glass_65_ed2939_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

.ui-widget :active {
	outline: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f4eed6;
	background: #f4eed6 url(images/ui-bg_glass_55_f4eed6_1x400.png) 50% 50% repeat-x;
	color: #000000;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ed2939;
	background: #f4eed6 url(images/ui-bg_inset-soft_95_f4eed6_1x100.png) 50% bottom repeat-x;
	color: #ed2939;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ed2939;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ed2939;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_000000_256x240.png);
}

.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_000000_256x240.png);
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_000000_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_39b54a_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ed2939_256x240.png);
}


/* positioning */

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-off {
	background-position: -96px -144px;
}

.ui-icon-radio-on {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


/* Overlays */

.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


/*
 * jQuery UI Resizable 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}


/*
 * jQuery UI Selectable 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}


/*
 * jQuery UI Accordion 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */


/* IE/Win - Fix animation bug - #4615 */

.ui-accordion {
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
	display: inline;
}

.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
	display: block;
}


/*
 * jQuery UI Autocomplete 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */

.ui-autocomplete {
	position: absolute;
	cursor: default;
}


/* workarounds */

* html .ui-autocomplete {
	width: 1px;
}


/* without this, the menu expands to 100% in IE6 */


/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}

.ui-menu .ui-menu {
	margin-top: -3px;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-hover,
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	font-weight: normal;
	margin: -1px;
}


/*
 * jQuery UI Button 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
}


/* the overflow property removes extra width in IE */

.ui-button-icon-only {
	width: 2.2em;
}


/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only {
	width: 2.4em;
}


/* button elements seem to need a little more width */

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}


/*button text element */

.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}


/* no icon support for input elements, provide padding by default */

input.ui-button {
	padding: .4em 1em;
}


/*button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}


/*button sets*/

.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}


/* workarounds */

button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* reset extra padding in Firefox */


/*
 * jQuery UI Dialog 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */

.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


/*
 * jQuery UI Slider 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}


/*
 * jQuery UI Tabs 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */

.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}


/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}


/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}


/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background: #78a2a1;
	background: -moz-linear-gradient(top, #78a2a1 0%, #78a2a1 44%, #628a89 100%);
	background: -webkit-linear-gradient(top, #78a2a1 0%,#78a2a1 44%,#628a89 100%);
	background: linear-gradient(to bottom, #78a2a1 0%,#78a2a1 44%,#628a89 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a2a1', endColorstr='#628a89',GradientType=0 );
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	background-image: none;
	/*background-color: green;*/
}

.ui-datepicker #prevYear,
.ui-datepicker #nextYear {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	background-image: none;
	/*background-color: yellow;*/
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	border: none;
}

.ui-datepicker #prevYear {
	left: 2px;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 8px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QsBCQwf8MxNhQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAZElEQVQI122OsQ3CQBAEF+ohxjlyJ9ABLuAD04FbsktxZgfwOu1N5AQQICac1UgrfWD7DIxvkZlX4G77pFLKDuiBJSKOkiRgAOZa6+FV7fWPZ34D1ohovsbM7ICH7VY/ly7AtAG9m0UC5S1xYwAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px;
	height: 8px;
}

.ui-datepicker .ui-datepicker-next:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 8px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QsBCQwxLBpASgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAYElEQVQI13WLsRGDQBDE/qnHMeSMO7E7MAVcAB3QkimFDAL752ZPEdkPBCiVlIBF0judkfQE/hExXIS7d8AOTGaWqyilPIAVmJt0h7u3wAaMZpaTpB74RcSnVsBX0ut8HoNBRQLgJfeTAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px;
	height: 8px;
}

.ui-datepicker #prevYear:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 8px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QsBCDcz/2SkaQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAkElEQVQY022PLQ7CQBSEH9wEg+EKGIIg4QBIJBjuwEqQVRi4DhwDAQnIst1kp98TYNqkaRj7TebHrFEIYQDs3f1sZgasgFsXHoB3SmkCrIFU1/WyhQXwjDGOJW2AStLcmqiTu9/LshxJ2gGfnPO0rR7af32tN64AHk3FFoiSZn3TEXh1RlaSFn1TcPdL5+b1B5pgjTlxt7fxAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px;
	height: 8px;
}

.ui-datepicker #nextYear:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 8px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QsBCQkzv2PVIwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAjUlEQVQY03WPMQ5BQRRF37cTjcYSVKKQWIBSSWMPpqRUadgOy1CQUH7zJ5k7ZxoN35A49U3OuQYcgamZWc75ADjnXGVvJI2BBpiFEPrADdj8joaAl7Tw3veAC7D9GsUYB8BD0rKu627O+QzsOvahsn9IGgGNpPlLcW0VKaUJEIrIO7Bu/cCpuLkHVmXcE1ipjDr3T5DPAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px;
	height: 8px;
}

.ui-datepicker #nextYear {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 22px;
}

.ui-datepicker .ui-datepicker-next {
	right: 22px;
}

/*.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	background-image: none;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 40%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAFCAYAAACaTbYsAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AsSCAwKFSPojQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAATUlEQVQY05XJsQmAMBQE0Oc+9jpABrFwAcEJBCfQmRwlZRoXsPmFIKh5cHDcwYHkKcX3asSJ7rb1sQ1+mFHQRgomFVbkyKJSgx1b9E8XaUMMQzfB2ZEAAAAASUVORK5CYII=) !important;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.ui-datepicker select.ui-datepicker-month {
	border-right: 1px solid #6C9493;
	border-radius: 3px 0 0 3px;
}

.ui-datepicker select.ui-datepicker-year {
	border-left: 1px solid #6C9493;
	border-radius: 0 3px 3px 0;
}

.ui-datepicker select::-ms-expand {
    display: none;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0em;
}


/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
	display: none;
	/*sorry for IE5*/
	display/**/
	: block;
	/*sorry for IE5*/
	position: absolute;
	/*must have*/
	z-index: -1;
	/*must have*/
	filter: mask();
	/*must have*/
	top: -4px;
	/*must have*/
	left: -4px;
	/*must have*/
	width: 200px;
	/*must have*/
	height: 200px;
	/*must have*/
}


/*
 * jQuery UI Progressbar 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */

.ui-progressbar {
	height: 2em;
	text-align: left;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

/* dhtmlxWindows */

/* viewport */
div.dhtmlx_winviewport {
	position: absolute;
	/* border: #909090 1px dashed; */
	overflow: hidden;
}
/* main container */
div.dhtmlx_window_active {
	position: absolute;
	overflow: hidden;
}
div.dhtmlx_window_inactive {
	position: absolute;
	overflow: hidden;
}
/* content cover */
div.dhx_content_cover_blocker {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #909090;
	*/
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: #FFFFFF;
}
/* cover for modal windows */
iframe.dhx_modal_cover_ifr {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background-color: #FFFFFF;
}
div.dhx_modal_cover_dv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #EEEEEE; /*#D3E7FF;*/
}
iframe.dhx_ie6_wincover_forsel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	filter: alpha(opacity=0);
	background-color: #FFFFFF;
	z-index: -1;
}
/* content cover */
div.dhx_carcass_resmove {
	position: absolute;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #E0E0E0;
	border: #909090 1px solid;
}
/* cover for vp for move/resize */
div.dhx_content_vp_cover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background-color: #FFFFFF;
}

/* 2.1 EDITION UPDATES */
/* ie6 iframe to fix select overlaping */
iframe.dhtmlx_wins_ie6_cover_fix {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	filter: alpha(opacity=0);
	background-color: #FFFFFF;
}


div.dhxcont_content_blocker {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 101%;
	height: 101%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: #FFFFFF;
	z-index: 1;
	-moz-user-select: none;
}

/* DHX ENGINE */
/* DHX2008 BLACK THEME */

/* active window */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_body_outer {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-image: url("../imgs/dhxwins_dhx_black/active/header_bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	border: #545454 1px solid;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_body_outer div.dhtmlx_wins_body_inner {
	position: absolute;
	overflow: hidden;
	border: #000000 1px solid;
	background-color: #FFFFFF;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active .dhtmlx_wins_no_header { /* will added to div.dhtmlx_wins_body_inner in case of no header */
	border-top: #B5CDE4 6px solid;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_title {
	position: absolute;
	top: 4px;
	left: 22px;
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
}
/* active progress */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_progress {
	background-image: url("../imgs/dhxwins_dhx_black/active/progress.gif");
}


/* active buttons */
/* close */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_default {
	background-position: -96px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_disabled {
	background-position: -96px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_over_default {
	background-position: -96px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_over_pressed {
	background-position: -96px -30px;
}
/* minmax1 */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_default {
	background-position: -64px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_disabled {
	background-position: -64px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_default {
	background-position: -64px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_pressed {
	background-position: -64px -30px;
}
/* minmax2 */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_default {
	background-position: -80px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_disabled {
	background-position: -80px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_default {
	background-position: -80px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_pressed {
	background-position: -80px -30px;
}
/* park */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_default {
	background-position: -48px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_disabled {
	background-position: -48px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_over_default {
	background-position: -48px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_over_pressed {
	background-position: -48px -30px;
}
/* stick */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_default {
	background-position: 0px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_disabled {
	background-position: 0px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_over_default {
	background-position: 0px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_over_pressed {
	background-position: 0px -30px;
}
/* sticked */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_default {
	background-position: -16px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_disabled {
	background-position: -16px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_default {
	background-position: -16px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_pressed {
	background-position: -16px -30px;
}
/* help */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_default {
	background-position: -32px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_disabled {
	background-position: -32px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_over_default {
	background-position: -32px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_over_pressed {
	background-position: -32px -30px;
}
/* dock */
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_default {
	background-position: -112px 0px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_disabled {
	background-position: -112px -45px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_over_default {
	background-position: -112px -15px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_over_pressed {
	background-position: -112px -30px;
}


/* inactive window */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_body_outer {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-image: url("../imgs/dhxwins_dhx_black/inactive/header_bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	border: #545454 1px solid;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_body_outer div.dhtmlx_wins_body_inner {
	position: absolute;
	overflow: hidden;
	border: #000000 1px solid;
	background-color: #FFFFFF;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive .dhtmlx_wins_no_header { /* will added to div.dhtmlx_wins_body_inner in case of no header */
	border-top: #D6E2ED 6px solid;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_title {
	position: absolute;
	top: 4px;
	left: 22px;
	color: #555555;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
}
/* inactive progress */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_progress {
	background-image: url("../imgs/dhxwins_dhx_black/inactive/progress.gif");
}

/* inactive butons */
/* close */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_default {
	background-position: -96px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_disabled {
	background-position: -96px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_over_default {
	background-position: -96px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_over_pressed {
	background-position: -96px -90px;
}
/* minmax1 */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_default {
	background-position: -64px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_disabled {
	background-position: -64px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_default {
	background-position: -64px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_pressed {
	background-position: -64px -90px;
}
/* minmax2 */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_default {
	background-position: -80px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_disabled {
	background-position: -80px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_default {
	background-position: -80px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_pressed {
	background-position: -80px -90px;
}
/* park */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_default {
	background-position: -48px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_disabled {
	background-position: -48px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_over_default {
	background-position: -48px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_over_pressed {
	background-position: -48px -90px;
}
/* stick */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_default {
	background-position: 0px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_disabled {
	background-position: 0px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_over_default {
	background-position: 0px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_over_pressed {
	background-position: 0px -90px;
}
/* sticked */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_default {
	background-position: -16px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_disabled {
	background-position: -16px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_default {
	background-position: -16px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_pressed {
	background-position: -16px -90px;
}
/* help */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_default {
	background-position: -32px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_disabled {
	background-position: -32px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_over_default {
	background-position: -32px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_over_pressed {
	background-position: -32px -90px;
}
/* dock */
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_default {
	background-position: -112px -60px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_disabled {
	background-position: -112px -105px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_over_default {
	background-position: -112px -75px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_over_pressed {
	background-position: -112px -90px;
}

/* common */
/* content blocker */
/*
.dhtmlx_skin_dhx_black div.dhtmlx_window_main_content_blocker {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 101%;
	height: 101%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: #FFFFFF;
	z-index: 1;
	-moz-user-select: none;
}
*/
/* window icon */
.dhtmlx_skin_dhx_black div.dhtmlx_wins_icon {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 9px;
	height: 9px;
	border: none;
	z-index: 1;
	-moz-user-select: none;
	background-repeat: no-repeat;
	font-size: 1px;
}
/* buttons */
.dhtmlx_skin_dhx_black div.dhtmlx_wins_btns {
	position: absolute;
	right: 6px;
	top: 3px;
	font-size: 1px;
}
.dhtmlx_skin_dhx_black div.dhtmlx_wins_btns div.dhtmlx_wins_btns_button {
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("../imgs/dhxwins_dhx_black/buttons.gif");
}
/*
.dhtmlx_skin_dhx_black div.dhtmlx_window_main_content {
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
*/
/* resizers */
.dhtmlx_skin_dhx_black div.dhtmlx_wins_resizer_t {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 5px; /* should be generated by script */
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
.dhtmlx_skin_dhx_black div.dhtmlx_wins_resizer_l {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px; /* should be generated by script */
	height: 100%;
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
.dhtmlx_skin_dhx_black div.dhtmlx_wins_resizer_r {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5px; /* should be generated by script */
	height: 100%;
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
.dhtmlx_skin_dhx_black div.dhtmlx_wins_resizer_b {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 5px; /* should be generated by script */
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
/* progress */
.dhtmlx_skin_dhx_black div.dhtmlx_wins_progress {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
/* statusbar */
.dhtmlx_skin_dhx_black div.dhxcont_sb_container {
	position: relative;
	height: 17px;
}

.dhtmlx_skin_dhx_black div.dhxcont_statusbar {
	position: absolute;
	width: 100%;
	bottom: 0px;
	_bottom: -1px;
	border-top: #545454 1px solid;
	background-color: #6e6e6e;
	width: 100%;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: middle;
	line-height: 17px;
	-moz-user-select: none;
	cursor: default;
	padding-left: 4px;
	color:#ffffff !important;
}


/*

@license
dhtmlxScheduler v.5.3.11 Professional

This software is covered by DHTMLX Commercial License. Usage without proper license is prohibited.

(c) XB Software Ltd.

*/
/* key nav */
/*                                              Table of Content



        1. Material skin design and style elements

        2. Pivot MicroVars

        3. Diagram Editor MicroVars

        4. Property Sheet MicroVars



*/
/*============================================================================================
                            0. Material Skin Design Default Styles
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            2. Navigation Section
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
/*============================================================================================
                            1. DHX Scheduler Container
==============================================================================================*/
.dhtmlx_message_area {
  position: fixed;
  right: 5px;
  width: 250px;
  z-index: 11;
}
.dhtmlx-info {
  min-width: 120px;
  padding: 4px 4px 4px 20px;
  z-index: 14;
  overflow: hidden;
  margin: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dhtmlx-info.hidden {
  height: 0px;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  overflow: hidden;
}
.dhtmlx_modal_box {
  overflow: hidden;
  display: inline-block;
  position: fixed;
  min-width: 300px;
  width: 330px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 14px #888;
  border: 1px solid #ffffff;
  z-index: 18;
  border-radius: 6px;
}
.dhtmlx_popup_text {
  margin: 15px 15px 5px 15px;
  font-size: 14px;
  color: #000;
  min-height: 30px;
  border-radius: 6px;
}
.dhtmlx_popup_title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  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%);
}
.dhtmlx-info,
.dhtmlx_popup_button,
.dhtmlx_button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  cursor: pointer;
}
.dhtmlx_popup_text {
  overflow: hidden;
}
.dhtmlx_popup_controls {
  border-radius: 6px;
  padding: 5px 5px 9px 5px;
}
.dhtmlx_popup_button,
.dhtmlx_button {
  height: 30px;
  line-height: 28px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 6px;
  color: #FFF;
  border: 1px solid #838383;
  box-shadow: none;
}
.dhtmlx_popup_button {
  min-width: 120px;
  background: #ffffff;
}
.dhtmlx_button input,
.dhtmlx_popup_button div {
  border: 1px solid #FFF;
  background: #ffffff;
  background-image: none;
  border-radius: 6px;
  font-size: 15px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-shadow: none;
  color: #444;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
}
.dhtmlx_popup_button.dhtmlx_ok_button div {
  background: #22A1BC;
  border: 1px solid #22A1BC;
  color: white;
  text-shadow: 0px -1px 0px #6F6F6F;
  outline: none;
}
.dhtmlx_popup_button.dhtmlx_ok_button {
  border: 1px solid #22A1BC;
  background-color: #22A1BC;
  outline: none;
}
.dhtmlx_button input:focus,
.dhtmlx_button input:active,
.dhtmlx_popup_button div:active,
.dhtmlx_popup_button div:focus {
  background: #ffffff;
  background-image: none;
  color: #444;
  box-shadow: none;
  outline: none;
}
.dhtmlx_popup_button.dhtmlx_cancel_button div:active {
  background-color: transparent;
  border-color: transparent;
  outline: none;
}
div.dhx_modal_cover {
  background-color: #000;
  cursor: default;
  opacity: 0.2;
  position: fixed;
  z-index: 17;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
  zoom: 1;
}
.dhtmlx-info img,
.dhtmlx_modal_box img {
  float: left;
  margin-right: 20px;
}
.dhtmlx-alert-error .dhtmlx_popup_title,
.dhtmlx-confirm-error .dhtmlx_popup_title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC);
}
.dhtmlx-alert-error,
.dhtmlx-confirm-error {
  border: 1px solid #ff0000;
}
/*Skin section*/
.dhtmlx_popup_title {
  color: #fff;
  text-shadow: 1px 1px #000;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.dhtmlx-info,
.dhtmlx-error {
  font-size: 14px;
  color: #000;
  box-shadow: 0px 0px 10px #888;
  padding: 0px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
.dhtmlx-info div {
  padding: 5px 10px 5px 10px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
}
.dhtmlx_message_area .dhtmlx-error {
  background-color: #d81b1b;
  border: 1px solid #ff3c3c;
  box-shadow: 0px 0px 10px #000;
}
.dhtmlx_message_area .dhtmlx-error div {
  background-color: #d81b1b;
  border: 1px solid #940000;
  color: #FFF;
}
.dhtmlx_modal_box.dhtmlx-error .dhtmlx_popup_title {
  background: #d81b1b;
  border: 1px solid #ff3c3c;
  color: #FFF;
}
.dhx_cal_event .dhx_header,
.dhx_cal_event .dhx_title,
.dhx_cal_event .dhx_body,
.dhx_cal_event .dhx_footer {
  background-color: #1796b0;
  border: 1px solid transparent;
  color: #FFFFFF;
  overflow: hidden;
  width: 100%;
}
.dhx_move_denied .dhx_cal_event .dhx_header,
.dhx_move_denied .dhx_cal_event .dhx_title {
  cursor: default;
}
.dhx_cal_event .dhx_header {
  height: 1px;
  margin: 0 0 0 1px;
  border-width: 1px 1px 0px 1px;
  cursor: pointer;
}
.dhx_cal_event .dhx_title {
  height: 12px;
  border-width: 1px 1px 0 1px;
  border-bottom-style: dotted;
  border-radius: 4px 4px 0 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
  background-position: right;
  background-repeat: no-repeat;
  padding: 1px 0 0 0;
  cursor: pointer;
}
.dhx_cal_container_rtl .dhx_cal_event .dhx_title {
  text-align: center;
  padding: 1px 0 0 0;
}
.dhx_cal_event .dhx_body,
.dhx_cal_event.dhx_cal_select_menu .dhx_body {
  border-width: 0 1px 1px 1px;
  padding: 5px 5px 8px 5px;
  border-radius: 0 0 4px 4px;
  font-weight: normal;
  line-height: normal;
}
.dhx_cal_container_rtl .dhx_cal_event .dhx_body {
  padding: 5px 5px 8px 5px;
}
.dhx_cal_event.dhx_cal_select_menu {
  -webkit-box-shadow: 0 0 1px #FFF;
  -moz-box-shadow: 0 0 1px #FFF;
  box-shadow: 0 0 1px #FFF;
}
.dhx_resize_denied,
.dhx_resize_denied .dhx_event_resize {
  cursor: default !important;
}
.dhx_cal_event .dhx_event_resize {
  cursor: s-resize;
  cursor: ns-resize;
}
.dhx_cal_event .dhx_footer,
.dhx_cal_event .dhx_select_menu_footer {
  height: 5px;
  margin: -6px 0 0 2px;
  border-width: 0;
  position: relative;
  top: auto;
  background: #1796b0 url(imgs_dhx_terrace/resizing.png) no-repeat center center;
}
.dhx_cal_event .dhx_resize_denied.dhx_event_resize.dhx_footer {
  height: 0;
}
.dhx_cal_event_line {
  background-color: #1796b0;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  height: 20px;
  padding: 0 0 0 10px;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}
.dhx_cal_container_rtl .dhx_cal_event_line {
  padding: 0 9px 0 0;
}
.dhx_cal_event_line_start {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.dhx_cal_container_rtl .dhx_cal_event_line_start {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dhx_cal_event_line_end {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.dhx_cal_container_rtl .dhx_cal_event_line_end {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dhx_cal_container_rtl .dhx_cal_event_line_start {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.dhx_cal_container_rtl .dhx_cal_event_line_end {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.dhx_cal_event_clear {
  height: 20px;
  padding: 0 0 0 2px;
  color: #0E64A0;
  font-size: 8pt;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  font-weight: normal;
}
.dhx_cal_event.dhx_cal_editor {
  border: 1px solid #1796b0;
  border-top-style: solid;
  z-index: 10;
  position: absolute;
  overflow: hidden;
}
textarea.dhx_cal_editor {
  width: 100%;
  height: 100%;
  border: 0 solid black;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-size: 12px;
}
div.dhx_menu_head {
  background-image: url(imgs_dhx_terrace/controls.png);
  background-position: 0px -43px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 1px;
  border: none;
  cursor: default;
}
.dhx_cal_container_rtl div.dhx_menu_head {
  margin-left: 0;
  margin-right: 5px;
}
div.dhx_menu_icon {
  background-image: url(imgs_dhx_terrace/controls.png);
  width: 20px;
  height: 20px;
  margin-left: -5px;
  margin-top: 0px;
  border: none;
  cursor: pointer;
}
.dhx_cal_container_rtl div.dhx_menu_icon {
  margin-left: 0;
  margin-right: -3px;
}
div.icon_details {
  background-position: 0px 0px;
}
div.icon_edit {
  background-position: -22px 0px;
}
div.icon_save {
  background-position: -84px -1px;
}
div.icon_cancel {
  background-position: -62px 0px;
}
div.icon_delete {
  background-position: -42px 0px;
}
/*view more link in month view*/
.dhx_month_link {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
  font-size: 8pt;
}
.dhx_month_link a {
  color: #00f;
}
.dhx_month_link a:hover {
  text-decoration: underline;
  color: #0000b3;
}
.dhx_global_tip {
  text-align: center;
  font-size: 20px;
  position: fixed;
  top: 60px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  z-index: 14;
  padding: 20px 30px;
  width: 190px;
}
.dhx_global_tip div {
  font-size: 30px;
}
@media (-moz-touch-enabled) {
  .dhx_cal_container {
    user-select: none;
    -moz-user-select: none;
  }
}
.dhx_cal_data div.dhx_cal_event_clear,
.dhx_multi_day div.dhx_cal_event_clear,
.dhx_cal_data div.dhx_cal_event_line,
.dhx_multi_day div.dhx_cal_event_line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 550px) {
  .dhx_cal_event_clear,
  .dhx_cal_event_line {
    padding-left: 2px;
  }
}
.dhx_unselectable,
.dhx_unselectable div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
}
.dhx_cal_light {
  -webkit-tap-highlight-color: transparent;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CECECE;
  color: #2E2E2E;
  font-size: 8pt;
  box-shadow: 5px 5px 5px #888;
  position: absolute;
  z-index: 15;
  width: 580px;
}
.dhx_cal_light_rtl {
  box-shadow: -5px 5px 5px #888;
}
.dhx_cal_ltitle {
  padding: 2px 0px 2px 5px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #CECECE;
  background: transparent;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  white-space: nowrap;
}
.dhx_cal_ltext.dhx_cal_template {
  position: relative;
}
.dhx_cal_ltitle span {
  white-space: nowrap;
}
.dhx_time {
  font-weight: bold;
  padding: 0 0 0 10px;
  font-size: 8pt;
  display: inline-block;
  margin: 0;
}
.dhx_cal_light_rtl .dhx_time {
  padding: 0 10px 0 0;
}
.dhx_cal_light_wide {
  width: 650px;
}
.dhx_mark {
  position: relative;
  top: 3px;
  background-image: url('./imgs/controls.gif');
  background-position: 0px -43px;
  padding-left: 10px;
}
.dhx_ie6 .dhx_mark {
  background-position: 6px -41px;
}
.dhx_cal_light select {
  font-size: 8pt;
  color: #2E2E2E;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
}
.dhx_cal_light .dhx_title {
  padding: 0 0 0 13px;
  font-size: 8pt;
  text-transform: none;
  color: inherit;
  display: inline-block;
  margin: 0;
}
.dhx_cal_larea {
  border: 1px solid transparent;
  background-color: #FFFFFF;
  overflow: hidden;
}
.dhx_cal_light_wide .dhx_cal_larea {
  border-top-width: 0px;
  margin: 0 0 0 3px;
}
.dhx_cal_light_rtl .dhx_cal_larea {
  margin: 0 3px 0 0;
}
.dhx_cal_light_wide .dhx_wrap_section {
  border-top: 0;
  border-bottom: 1px solid #CECECE;
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 5px 0;
  margin: 0;
}
.dhx_cal_lsection {
  background-color: #ffffff;
  color: #747473;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 0 5px 10px;
}
.dhx_cal_light_wide .dhx_cal_lsection {
  border: 0px;
  float: left;
  text-align: right;
  width: 82px;
  width: 100px;
  min-height: 20px;
  line-height: normal;
  height: auto;
  font-size: 13px;
  padding: 5px 0px 0px 10px;
  margin: 0 0 0 0;
}
.dhx_cal_lsection .dhx_fullday {
  float: right;
  margin-right: 5px;
  color: #747373;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
  cursor: pointer;
}
.dhx_cal_lsection .dhx_fullday input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
}
.dhx_cal_ltext {
  /*margin: 0 0 0 15px;*/
  overflow: hidden;
  float: left;
  float: none;
  width: auto;
  height: auto;
  padding: 2px 0px 2px 10px;
}
.dhx_readonly {
  height: 15px;
}
.dhx_cal_ltext textarea {
  background-color: #F9F9F9;
  overflow: auto;
  color: #2E2E2E;
  height: 100%;
  width: 100%;
  outline: none !important !important;
  resize: none;
  border: 1px solid #CECECE;
  line-height: 20px;
  font-family: inherit;
  box-sizing: border-box;
  padding: 2px 2px 2px 2px;
}
.dhx_section_time {
  background-color: transparent;
  white-space: nowrap;
}
.dhx_cal_light_wide .dhx_section_time {
  padding: 2px 0 0 0 !important;
  height: 20px !important;
}
.dhx_section_time {
  text-align: center;
}
.dhx_cal_light_wide .dhx_section_time {
  background: transparent;
}
.dhx_btn_set {
  padding: 0;
  float: left;
  margin: 12px 0 0 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  text-transform: none;
  color: #747473;
}
.dhx_right_btn_set {
  margin-right: 20px;
}
.dhx_btn_set div {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  vertical-align: middle;
  cursor: pointer;
}
.dhx_btn_set,
.dhx_cancel_btn_set {
  border: 1px solid #cecece;
  background-color: transparent;
  color: #454544;
  float: right;
  float: left;
}
.dhx_cal_light_rtl .dhx_btn_set,
.dhx_cal_light_rtl .dhx_cancel_btn_set {
  float: right;
}
.dhx_save_btn {
  background-image: url('./imgs/controls.gif');
  background-position: -84px 0px;
  width: 21px;
}
.dhx_cancel_btn {
  background-image: url('./imgs/controls.gif');
  background-position: -63px 0px;
  width: 20px;
}
.dhx_delete_btn {
  background-image: url('./imgs/controls.gif');
  background-position: -42px 0px;
  width: 20px;
}
.dhx_delete_btn_set {
  border: 1px solid #FF8831;
  background-color: #FF8831;
  color: #FFFFFF;
  text-shadow: 0px -1px 0px #93755F;
  margin: 12px 20px 0 20px;
}
.dhx_save_btn_set {
  border: 1px solid #cecece;
  color: #FFFFFF;
  text-shadow: 0px -1px 0px #6F6F6F;
  background-color: #22A1BC;
}
.dhx_cal_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 14;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.1;
}
.dhx_custom_button {
  padding: 0px 3px 0px 3px;
  color: #747473;
  font-size: 8pt;
  background-color: white;
  border: 1px solid #CECECE;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 0px;
  cursor: pointer;
}
.dhx_custom_button div {
  cursor: pointer;
  float: left;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
}
.dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday {
  float: none;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.dhx_cal_light_wide .dhx_cal_larea {
  width: 730px;
}
.dhx_cal_light_wide {
  width: 738px;
}
.dhx_cal_light_wide .dhx_cal_checkbox label {
  padding-left: 0px;
}
.dhx_wrap_section .dhx_cal_wide_checkbox input[type="checkbox"] {
  margin-top: 8px;
  margin-left: 14px;
}
.dhx_cal_light_rtl .dhx_wrap_section .dhx_cal_wide_checkbox input[type="checkbox"] {
  margin: 8px 14px 0 0;
}
.dhx_cal_light input {
  font-size: 8pt;
  color: #747473;
}
#input_1518604462804 {
  margin: 0 0 0 11px;
  border-bottom-width: 0;
  border-bottom: 0;
}
.dhx_custom_button {
  float: right;
  height: 21px;
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.dhx_cal_light_wide .dhx_custom_button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 6px;
}
.dhx_cal_light_wide .dhx_repeat_right {
  margin-right: 55px;
}
.dhx_cal_light_rtl {
  direction: rtl;
}
.dhx_cal_light_rtl .dhx_cal_ltitle {
  padding: 2px 5px 2px 0;
}
.dhx_cal_light_rtl .dhx_mark {
  padding: 0 10px 0 0;
}
.dhx_cal_light_rtl .dhx_title {
  padding: 0 13px 0 0;
}
.dhx_cal_light_rtl .dhx_wrap_section {
  padding: 5px 0;
}
.dhx_cal_light_rtl .dhx_wrap_section .dhx_cal_ltext.dhx_cal_template {
  direction: ltr;
  float: right;
  margin-right: 15px !important;
}
.dhx_cal_light_rtl .dhx_cal_lsection {
  float: right;
  text-align: left;
  margin: 0 0 0 0;
}
.dhx_cal_light_rtl .dhx_cal_ltext {
  padding: 2px 10px 2px 0px;
}
.dhx_cal_light_rtl .dhx_cal_ltext textarea {
  padding: 2px 2px 2px 2px;
}
.dhx_cal_light_rtl .dhx_section_time {
  padding: 2px 0 0 0 !important;
}
.dhx_cal_light_rtl select {
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
}
.dhx_cal_light_rtl .dhx_custom_button {
  left: 15px;
  right: auto;
  right: unset;
}
@media only screen and (max-width: 1023px) {
  .dhx_cal_overflow_container {
    overflow: auto !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive {
    width: 98vw !important;
    height: auto !important;
    left: 1% !important;
    top: 1.953vw !important;
    font-size: 3.906vw !important;
    line-height: 3.906vw !important;
    padding-bottom: 2vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_btn_set {
    margin-bottom: 1.953vw !important;
    font-size: 3.906vw;
    height: auto !important;
    padding: 1.953vw 1.563vw 1.953vw 1.563vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_btn_set div {
    height: 2.93vw;
    line-height: 2.93vw;
    padding: 0 1.563vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_larea {
    width: auto !important;
    margin-left: 0 !important;
    height: 100% !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_larea label {
    display: inline;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_lsection {
    font-size: 3.906vw !important;
    width: 23.438vw !important;
    margin-left: 3vw;
    line-height: 3.906vw !important;
    margin-right: 0;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_lsection .dhx_custom_button {
    padding: 0.977vw 4.492vw 0.977vw 1.563vw;
    min-width: 25.391vw !important;
    min-height: 5.371vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_ltitle {
    height: 2rem !important;
    line-height: 2rem !important;
    margin-bottom: 0.5rem;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_ltitle span {
    font-size: 3.906vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive textarea,
  .dhx_cal_light.dhx_cal_light_responsive select,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time select,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_lsection div.dhx_custom_button,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_template,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_radio {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive textarea label,
  .dhx_cal_light.dhx_cal_light_responsive select label,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time select label,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_lsection div.dhx_custom_button label,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_template label,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_radio label {
    margin: 1vw 3vw 1vw 0.5vw;
    vertical-align: top;
  }
  .dhx_cal_light.dhx_cal_light_responsive select,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_section_time select {
    min-height: 5.859vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_ltext {
    margin-left: 26.5vw !important;
    height: 100% !important;
    min-height: 4.883vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_repeat_center,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_repeat_left,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_repeat_divider,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_repeat_right {
    height: 11.23vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time {
    padding-left: 28.5vw !important;
    width: auto !important;
    min-height: 19.531vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time select {
    float: left;
    margin: 1.465vw 0.5vw 1.465vw 0.5vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time .dhx_lightbox_time_select {
    width: 14.648vw;
    padding-left: 1.953vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time .dhx_lightbox_day_select {
    min-width: 7.813vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time .dhx_lightbox_year_select {
    min-width: 13.672vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time .dhx_lightbox_month_select {
    width: 20.508vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_cal_wide_checkbox {
    height: 100% !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_multi_select_control {
    height: 100% !important;
    vertical-align: middle;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_multi_select_control input {
    vertical-align: middle;
  }
  .dhx_cal_light.dhx_cal_light_responsive input {
    width: 4.883vw;
    height: 4.883vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_custom_button div {
    height: auto;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_custom_button .dhx_custom_button_recurring {
    background-size: 7.813vw !important;
    width: 6.836vw !important;
    height: 6.836vw !important;
    background-repeat: no-repeat !important;
    background-position: -25px -1px !important;
    padding-top: 0 !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_wrap_section {
    min-height: 7.813vw !important;
    max-width: 92.773vw !important;
    margin: 0.977vw 0;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat {
    margin: 6.836vw 0 0 23.438vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat form {
    height: 48.828vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat div {
    width: 70vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_left br {
    content: ' ';
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat input {
    top: 1.465vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat select {
    width: 14.648vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat label {
    padding-right: 1.465vw;
    white-space: nowrap;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat form,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat form select,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_date,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_text,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat label {
    font-size: 2.93vw !important;
    line-height: 2.93vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_center,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_left,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_divider,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_right {
    height: auto;
    float: none;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_center {
    height: auto !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_center,
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_left {
    padding-bottom: 10px;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_text {
    width: 6.836vw !important;
    height: 5.859vw !important;
    border: 1px solid #CECECE;
    background-color: #F9F9F9;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_checkbox {
    width: 2.93vw !important;
    height: 2.93vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_days label {
    font-size: 2.441vw !important;
    line-height: 2.5vw !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_right {
    height: auto !important;
    float: left;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_right .dhx_repeat_date {
    width: 19.531vw !important;
    height: 7.813vw !important;
    padding-left: 1.465vw !important;
    margin-top: 1.465vw;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_divider {
    border-top: 1px solid #CECECE;
    border-left: 0;
    width: 70vw;
    height: 1px;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_custom_button div {
    /*padding-top: @ligthbox-responsive-recurring-btn-div-padding;*/
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_fullday input {
    vertical-align: middle;
  }
  .dhx_cal_light.dhx_cal_light_responsive .combo {
    height: auto !important;
  }
  .dhx_cal_light.dhx_cal_light_responsive .dhx_custom_button .dhx_custom_button_recurring {
    background-position: -14px -1px !important;
    width: 4.836vw !important;
    height: 4.836vw !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_cal_larea {
    margin-right: 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_cal_lsection {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_cal_ltext {
    margin-right: 23.438vw !important;
    margin-left: 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_wrap_section .dhx_cal_wide_checkbox input[type="checkbox"] {
    margin: 0.781vw 1.367vw 0 0;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time {
    padding-right: 23.438vw !important;
    padding-left: 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time select {
    float: right;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time .dhx_lightbox_time_select {
    padding-right: 1.953vw !important;
    padding-left: 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_wrap_section .dhx_section_time span {
    display: none;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_form_repeat {
    margin: 6.836vw 23.438vw 0 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_form_repeat label {
    padding-left: 1.465vw;
    padding-right: 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_right {
    float: left;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_form_repeat .dhx_repeat_right .dhx_repeat_date {
    padding-right: 1.465vw !important;
    padding-left: 0 !important;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_multi_select_control.dhx_multi_select_control_vertical {
    float: right;
  }
  .dhx_cal_light_rtl.dhx_cal_light_responsive .dhx_multi_select_control {
    float: auto;
    float: unset;
  }
}
.dhx_minical_popup {
  position: absolute;
  z-index: 16;
  width: 251px;
  height: 175px;
}
.dhx_scale_bar_header {
  position: absolute;
  border-bottom: 1px dotted #a39588;
  width: 100%;
}
.dhx_expand_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(./imgs/collapse_expand_icon.gif);
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-position: 0px 18px;
  z-index: 4;
}
.dhx_scheduler_agenda .dhx_cal_data {
  background-image: url(./imgs/databg.png);
}
.dhx_agenda_area {
  width: 100%;
  overflow-y: auto;
  background-image: url(./imgs/databg.png);
}
.dhx_agenda_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}
.dhx_agenda_line div {
  float: left;
  width: 188px;
  border-right: 1px dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_cal_container_rtl .dhx_agenda_line div {
  float: right;
}
.dhx_cal_container_rtl .dhx_agenda_line .description_header {
  padding-right: 15px;
  float: right;
}
.dhx_cal_header div.dhx_map_line,
.dhx_cal_header div.dhx_agenda_line div,
.dhx_cal_header div.dhx_agenda_line span {
  font-weight: normal;
  color: #747473;
}
.dhx_cal_container_rtl .dhx_cal_header div.dhx_map_line {
  float: right;
}
.dhx_cal_container_rtl .dhx_agenda_area .dhx_agenda_line div {
  border-left: 0px dotted #000;
}
.dhx_agenda_area .dhx_agenda_line div {
  border-right: 0px dotted #000;
}
.dhx_v_border {
  position: absolute;
  left: 187px;
  top: 0;
  border-right: 1px dotted #8894A3;
  width: 1px;
  height: 100%;
}
.dhx_cal_container_rtl .dhx_v_border {
  right: 186px;
  left: unset;
}
.dhx_agenda_line .dhx_event_icon {
  width: 20px;
  border-width: 0px;
  background: url(./imgs/icon.png) no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}
.dhx_cal_container_rtl .dhx_agenda_line .dhx_event_icon {
  background-position-x: 2px;
}
.dhx_agenda_line span {
  padding-left: 5px;
  line-height: 21px;
}
.dhx_cal_container_rtl .dhx_agenda_line span {
  padding-left: 0;
  padding-right: 5px;
}
.dhx_year_body {
  border-left: 1px solid #CECECE;
}
.dhx_year_week {
  position: relative;
}
.dhx_scale_bar_last {
  border-right: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_year_body {
  border-left: 0;
  border-right: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_year_box .dhx_scale_bar_last {
  border-left: 1px solid #CECECE;
}
.dhx_year_month {
  height: 18px;
  padding-top: 3px;
  border: 1px solid #CECECE;
  text-align: center;
  vertical-align: middle;
}
.dhx_year_body .dhx_before .dhx_month_head,
.dhx_year_body .dhx_after .dhx_month_head,
.dhx_year_body .dhx_before .dhx_month_head a,
.dhx_year_body .dhx_after .dhx_month_head a {
  color: #E2E3E6;
}
.dhx_year_body .dhx_month_body {
  height: 0px;
  overflow: hidden;
}
.dhx_month_head.dhx_year_event {
  background-color: #FFE763;
  color: '';
}
.dhx_year_body .dhx_before .dhx_month_head,
.dhx_year_body .dhx_after .dhx_month_head {
  cursor: default;
}
.dhx_year_tooltip {
  border: 1px solid #BBBBBB;
  background-image: url(./imgs/databg.png);
  position: absolute;
  z-index: 12;
  width: 300px;
  height: auto;
  font-size: 8pt;
  overflow: hidden;
}
.dhx_tooltip_line {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.dhx_tooltip_line .dhx_event_icon {
  width: 20px;
  height: 20px;
  padding-right: 10px;
  float: left;
  border-width: 0px;
  position: relative;
  background: url(./imgs/icon.png) no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}
.dhx_tooltip_date {
  float: left;
  width: auto;
  padding-left: 5px;
  text-align: center;
}
.dhx_text_disabled {
  color: #2E2E2E;
  font-size: 8pt;
}
.dhx_mini_calendar {
  -moz-box-shadow: 5px 5px 5px #888;
  /*Doesn't work in IE*/
  -khtml-box-shadow: 5px 5px 5px #888;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -user-select: none;
}
.dhx_mini_calendar .dhx_month_head {
  cursor: pointer;
}
.dhx_mini_calendar .dhx_calendar_click {
  background-color: #C2D5FC;
}
.dhx_cal_navline div.dhx_minical_icon {
  width: 18px;
  height: 18px;
  left: 190px;
  top: 1px;
  cursor: pointer;
  background: url(./imgs_dhx_terrace/calendar.gif) no-repeat;
}
.dhx_grid_rtl {
  direction: rtl;
}
.dhx_matrix_scell,
.dhx_timeline_scale_header {
  height: 100%;
  color: inherit;
  font-weight: 500;
}
.dhx_matrix_cell,
.dhx_matrix_scell {
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_matrix_cell,
.dhx_cal_container_rtl .dhx_matrix_scell {
  border-right: unset;
  border-left: 1px solid #CECECE;
}
.dhx_timeline_scale_header {
  border-right: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_timeline_scale_header {
  border-right: unset;
  border-left: 1px solid #CECECE;
}
.dhx_cal_data .dhx_timeline_table_wrapper div {
  box-sizing: border-box;
}
.dhx_matrix_cell {
  background-color: white;
}
.dhx_matrix_line {
  overflow: hidden;
}
.dhx_matrix_cell div,
.dhx_matrix_scell div {
  overflow: hidden;
  text-align: center;
  height: auto;
}
.dhx_cal_lsection .dhx_readonly {
  font-size: 9pt;
  font-size: 8pt;
  padding: 2px;
  color: #887A2E;
}
.dhx_cal_event_line .dhx_event_resize {
  cursor: w-resize;
  cursor: ew-resize;
  background: url(./imgs_dhx_terrace/resize_dots.png) repeat-y;
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
}
.dhx_event_resize_start {
  left: 0;
}
.dhx_cal_container_rtl .dhx_event_resize_start {
  left: auto;
  left: unset;
  right: 0;
}
.dhx_event_resize_end {
  right: 0;
}
.dhx_cal_container_rtl .dhx_event_resize_end {
  right: auto;
  right: unset;
  left: 0;
}
/* Tree view */
.dhx_matrix_scell.folder,
.dhx_data_table.folder .dhx_matrix_cell {
  background-color: #969394;
  cursor: pointer;
}
.dhx_matrix_scell .dhx_scell_level0 {
  padding-left: 5px;
}
.dhx_matrix_scell .dhx_scell_level1 {
  padding-left: 20px;
}
.dhx_matrix_scell .dhx_scell_level2 {
  padding-left: 35px;
}
.dhx_matrix_scell .dhx_scell_level3 {
  padding-left: 50px;
}
.dhx_matrix_scell .dhx_scell_level4 {
  padding-left: 65px;
}
.dhx_matrix_scell.folder {
  border-right: 0;
  font-weight: bold;
  text-align: left;
}
.dhx_matrix_scell.folder .dhx_scell_expand {
  float: left;
  width: 10px;
  padding-right: 3px;
  position: relative;
}
.dhx_matrix_scell.folder .dhx_scell_name {
  float: left;
  width: auto;
  color: inherit;
  text-transform: none;
  font-weight: inherit;
}
.dhx_matrix_scell.item .dhx_scell_name {
  padding-left: 15px;
  text-align: left;
}
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level0 {
  padding-left: 0;
  padding-right: 5px;
}
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level1 {
  padding-left: 0;
  padding-right: 20px;
}
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level2 {
  padding-left: 0;
  padding-right: 35px;
}
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level3 {
  padding-left: 0;
  padding-right: 50px;
}
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level4 {
  padding-left: 0;
  padding-right: 65px;
}
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
  float: right;
  padding-right: 0;
  padding-left: 3px;
}
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_name {
  float: right;
}
.dhx_cal_container_rtl .dhx_matrix_scell.item .dhx_scell_name {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.dhx_data_table.folder .dhx_matrix_cell {
  border-right: 0;
}
.dhx_section_timeline {
  overflow: hidden;
  padding: 4px 0 2px 10px;
}
.dhx_section_timeline select {
  width: 552px;
}
/* Tree view end*/
/* Map view */
.dhx_map_area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url(./imgs/databg.png);
}
.dhx_map_line .dhx_event_icon {
  width: 20px;
  border-width: 0px;
  background: url(./imgs/icon.png) no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}
.dhx_cal_container_rtl .dhx_map_line .dhx_event_icon {
  margin-right: 3px;
}
.dhx_map_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}
.dhx_map {
  position: absolute;
}
.dhx_map_line div {
  float: left;
  border-right: 1px dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_map_line .headline_description {
  float: left;
  border-right: 1px dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_map_line .dhx_map_description {
  float: left;
  border-right: 0 dotted #8894A3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_map_line .headline_date,
.dhx_map_line .headline_description {
  border-left: 0;
}
.dhx_cal_container_rtl .dhx_map_line div {
  float: right;
}
.dhx_cal_container_rtl .dhx_map_line .headline_date,
.dhx_cal_container_rtl .dhx_map_line .headline_description {
  float: right;
  border-left: 1px solid #CECECE;
  border-right: 0;
}
.dhx_map_line .line_description {
  float: left;
  border-right: 1px dotted #8894A3;
  text-align: left;
  padding-left: 5px;
  line-height: 21px;
  overflow: hidden;
}
.dhx_cal_container_rtl .dhx_map_line .line_description {
  float: right;
  text-align: right;
  padding-left: unset;
}
.dhx_map_line.highlight {
  background-color: #C4C5CC;
}
.dhx_map_area .dhx_map_line div {
  border-right: 0px dotted #8894A3;
}
/* Map view end */
/* dhtmlXTooltip start */
.dhtmlXTooltip.tooltip {
  -moz-box-shadow: 3px 3px 3px #888888;
  -webkit-box-shadow: 3px 3px 3px #888888;
  -o-box-shadow: 3px 3px 3px #888888;
  box-shadow: 3px 3px 3px #888888;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=5);
  background-color: white;
  cursor: default;
  padding: 10px;
  position: fixed;
  z-index: 9;
  opacity: 1;
}
.dhtmlXTooltip_rtl {
  direction: rtl;
}
.dhx_tooltip_rtl {
  direction: rtl;
}
.dhx_tooltip_rtl .dhx_tooltip_date {
  float: right;
  padding: 0 5px 0 0;
}
.dhx_tooltip_rtl .dhx_tooltip_line {
  margin: 0 0 0 12px;
  padding: 0 4px 0 0;
}
.dhx_tooltip_rtl .dhx_tooltip_line .dhx_event_icon.icon_details {
  float: right;
  padding: 0 0 0 10px;
}
/* dhtmlXTooltip end */
/* Lightbox checkbox section */
.dhx_cal_checkbox label {
  padding-left: 5px;
}
/* Lightbox checkbox section end */
/* Lightbox radiobuttons section */
.dhx_cal_light .radio {
  padding: 2px 0px 2px 10px;
}
.dhx_cal_light .radio input,
.dhx_cal_light .radio label {
  line-height: 15px;
}
.dhx_cal_light .radio input {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.dhx_cal_light .radio label {
  vertical-align: middle;
  padding-right: 10px;
}
/* Lightbox radiobuttons section end */
/* Lightbox dhtmlx combo section */
.dhx_cal_light .combo {
  padding: 4px;
}
/* dhtmlxCombo v3.x */
.dhx_cal_light_wide .dhx_combo_box,
.dhx_cal_light_wide .combo > div {
  width: 608px !important;
  left: 10px;
}
/* Lightbox dhtmlx combo section end */
/* Agenda week start */
.dhx_wa_column {
  float: left;
}
.dhx_cal_container_rtl .dhx_wa_column {
  float: right;
}
.dhx_wa_column_last .dhx_wa_day_cont {
  border-left: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_wa_column_last .dhx_wa_day_cont {
  border-right: 1px solid #CECECE;
}
.dhx_wa_scale_bar {
  padding-left: 10px;
  font-size: 11px;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_wa_scale_bar {
  padding-left: 0;
  padding-right: 10px;
}
.dhx_wa_day_data {
  background-color: #FCFEFC;
  overflow-y: auto;
}
.dhx_wa_ev_body {
  border-bottom: 1px solid #CECECE;
  font-size: 12px;
  padding: 5px 0 5px 7px;
}
.dhx_cal_container_rtl .dhx_wa_ev_body {
  padding: 5px 7px 5px 0;
}
.dhx_wa_ev_body_rtl {
  direction: rtl;
}
.dhx_wa_dnd {
  position: absolute;
  padding-right: 7px;
  color: #887AE2 !important;
  background-color: #FFE763 !important;
  border: 1px solid #B7A543;
}
.dhx_wa_ev_body.dhx_cal_event_selected {
  background-color: #9cc1db;
  color: white;
}
/* Agenda week end */
/* timeline second scale start */
.dhx_second_scale_bar {
  border-bottom: 1px solid #CECECE;
  padding-top: 2px;
}
/* timeline second scale end */
/* grid view */
.dhx_cal_header div.dhx_grid_line div {
  border-left: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_cal_header div.dhx_grid_line div {
  border-right: 1px solid #CECECE;
  border-left: 0;
}
.dhx_grid_area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #FCFEFC;
}
.dhx_grid_area table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
.dhx_grid_area td {
  table-layout: fixed;
  text-align: center;
}
.dhx_grid_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}
.dhx_grid_line div {
  float: left;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_cal_container_rtl .dhx_grid_line div {
  float: right;
}
.dhx_grid_area td,
.dhx_grid_line div {
  padding-left: 8px;
  padding-right: 8px;
}
.dhx_grid_area tr.dhx_grid_event {
  height: 21px;
  overflow: hidden;
  margin: 0 0 1px 0;
}
.dhx_grid_area tr.dhx_grid_event td {
  /*borders for old ies*/
  border-bottom: 1px solid #ECEEF4;
}
.dhx_cal_container_rtl .dhx_grid_area tr.dhx_grid_event td {
  /*borders for old ies*/
  border-bottom: 1px solid #ECEEF4;
  direction: ltr;
}
.dhx_cal_container_rtl .dhx_map_line div.dhx_map_event_time {
  float: right;
  direction: ltr;
}
.dhx_grid_area tr.dhx_grid_event:nth-child(2n+1) td,
.dhx_grid_area tr.dhx_grid_event:nth-child(2n) td {
  border-bottom-width: 0px;
  border-bottom-style: none;
}
.dhx_grid_area tr.dhx_grid_event:nth-child(2n) {
  background-color: #ECEEF4;
}
.dhx_grid_area .dhx_grid_dummy {
  table-layout: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.dhx_grid_v_border {
  position: absolute;
  border-right: 1px solid #A4BED4;
  width: 1px;
  height: 100%;
}
.dhx_cal_container_rtl .dhx_grid_v_border {
  border-left: 1px solid #A4BED4;
  border-right: 0;
}
.dhx_grid_event_selected {
  background-color: #9cc1db !important;
  color: white !important;
}
.dhx_grid_sort_desc .dhx_grid_view_sort {
  background-position: 0 -55px;
}
.dhx_grid_sort_asc .dhx_grid_view_sort {
  background-position: 0 -66px;
}
.dhx_grid_view_sort {
  width: 10px;
  height: 10px;
  position: absolute;
  border: none !important;
  top: 5px;
  background-repeat: no-repeat;
  background-image: url(./imgs/images.png);
}
/* end grid */
/* marked timespans */
.dhx_marked_timespan {
  position: absolute;
  width: 100%;
  margin-left: 0;
  /* fix bootstrap conflict [class*="span"] */
}
.dhx_time_block {
  position: absolute;
  width: 100%;
  background: silver;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}
.dhx_time_block_reset {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dhx_scheduler_month .dhx_marked_timespan {
  display: none;
}
.dhx_mini_calendar .dhx_marked_timespan {
  display: none;
}
/* now time */
.dhx_now_time {
  width: 100%;
  border-bottom: 2px solid red;
}
.dhx_scheduler_month .dhx_now_time {
  border-bottom: 0;
  border-left: 2px solid red;
}
.dhx_matrix_now_time {
  border-left: 2px solid red;
}
.dhx_now_time,
.dhx_matrix_now_time {
  opacity: 0.5;
}
/* now time End */
/* Quick info */
.dhx_cal_quick_info {
  border: 2px solid #888;
  border-radius: 5px;
  position: absolute;
  z-index: 8;
  font-size: 8pt;
  background-color: rgba(50, 50, 50, 0.5);
  padding: 0 0 0 7px;
  width: 300px;
  transition: left 0.5s ease, right 0.5s;
  -moz-transition: left 0.5s ease, right 0.5s;
  -webkit-transition: left 0.5s ease, right 0.5s;
  -o-transition: left 0.5s ease, right 0.5s;
}
.dhx_no_animate {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.dhx_cal_quick_info.dhx_qi_left .dhx_qi_big_icon {
  float: right;
}
.dhx_quick_info_rtl.dhx_cal_quick_info.dhx_qi_left .dhx_qi_big_icon {
  float: left;
}
.dhx_cal_qi_title {
  padding: 5px 0px 10px 5px;
  color: #FFF;
  letter-spacing: 1px;
}
.dhx_cal_container_rtl .dhx_cal_qi_title {
  padding: 5px 18px 10px 0px;
  text-align: right;
}
.dhx_cal_qi_tdate {
  font-size: 14px;
}
.dhx_cal_qi_tcontent {
  font-size: 18px;
  font-weight: 700;
}
.dhx_qi_big_icon .dhx_menu_icon {
  /*background: @infobox-control-btn-background;*/
}
.dhx_cal_qi_content {
  border: 1px solid #888;
  background-color: #fefefe;
  padding: 16px 8px;
  font-size: 14px;
  color: #444;
  width: 275px;
  overflow: hidden;
}
.dhx_quick_info_rtl .dhx_cal_qi_content {
  padding: 16px 8px;
  direction: rtl;
}
.dhx_qi_big_icon {
  min-width: 60px;
  padding: 5px 10px 5px 5px;
  margin: 5px 9px 5px 0px;
  background-color: #1796b0;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  border-radius: 3px;
  line-height: 20px;
  color: #FFFFFF;
  vertical-align: middle;
  cursor: pointer;
  float: left;
}
.dhx_quick_info_rtl .dhx_qi_big_icon {
  padding: 5px 5px 5px 10px;
  margin: 5px 0px 5px 9px;
}
.dhx_cal_qi_controls div {
  float: left;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.dhx_quick_info_rtl .dhx_cal_qi_controls div {
  float: right;
}
.dhx_quick_info_rtl.dhx_qi_right .dhx_cal_qi_controls {
  padding-right: 15px;
}
.dhx_qi_big_icon .dhx_menu_icon {
  margin: 0 8px 0 0px;
}
.dhx_quick_info_rtl .dhx_qi_big_icon .dhx_menu_icon {
  margin: 0 0 0 8px;
}
.dhx_drag_marker {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #FFE763;
  position: absolute;
  box-sizing: border-box !important;
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
}
/* key nav */
.dhx_focus_slot {
  background: #FFE763;
  position: absolute;
  pointer-events: none;
  opacity: 0.3;
}
.dhx_cal_container *:focus {
  outline-style: solid;
  /*not visible focus outline in ie11*/
  outline-style: auto;
}
/* key nav end*/
.dhx_no_select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.dhx_drag_placeholder {
  z-index: 10;
  opacity: 0.8;
}
.dhx_drag_placeholder .dhx_cal_select_menu {
  display: none;
}
/* key nav end*/
/* timeline scroll */
.dhx_timeline_scale_header {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}
.dhx_timeline_label_wrapper {
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}
.dhx_timeline_label_col {
  position: relative;
}
.dhx_timeline_label_row {
  position: absolute;
  left: 0;
  background-color: inherit;
}
.dhx_timeline_data_wrapper {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
}
.dhx_timeline_data_row {
  position: relative;
}
.dhx_timeline_data_cell {
  position: absolute;
  top: 0;
  height: 100%;
}
.dhx_timeline_table_wrapper .dhx_marked_timespan {
  z-index: 1;
}
.dhx_timeline_table_wrapper .dhx_time_block {
  z-index: 2;
}
.dhx_timeline_table_wrapper .dhx_cal_event_line {
  z-index: 1;
}
.dhx_timeline_table_wrapper .dhx_timeline_scrollable_data {
  overflow-x: auto;
}
/* timeline scroll end*/
/* bootstrap CSS fix start */
.dhx_cal_navline div,
.dhx_cal_header,
.dhx_cal_header div,
.dhx_cal_data,
.dhx_cal_data div,
.dhx_cal_data table *,
.dhx_multi_day,
.dhx_multi_day div,
.dhx_tooltip_line div,
.dhx_cal_quick_info,
.dhx_cal_quick_info div,
.dhtmlx_modal_box * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dhx_cal_light .dhx_wrap_section,
.dhx_cal_light .dhx_cal_lsection {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dhx_form_repeat label {
  margin-bottom: 0;
}
.dhx_cal_data div.dhx_scale_hour,
.dhx_cal_data table .dhx_matrix_cell,
.dhx_cal_data table .dhx_matrix_scell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dhx_cal_event div {
  line-height: normal;
}
.dhx_cal_data table {
  border-collapse: separate;
}
.dhx_cal_light .dhx_cal_radio input[type="radio"] {
  margin: 3px 3px 0px 5px;
}
.dhx_cal_light_rtl .dhx_cal_radio input[type="radio"] {
  margin: 3px 5px 0px 3px;
}
.dhx_cal_light .dhx_cal_radio label {
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
  top: -3px;
}
.dhx_cal_light_rtl .dhx_cal_radio label {
  margin: 0 0 0 0;
}
.dhx_cal_event div {
  line-height: normal;
}
/* bootstrap CSS fix end */
.dhx_cal_container {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 12px;
}
.dhx_cal_container div {
  -moz-user-select: none;
  -moz-user-select: -moz-none;
}
.dhx_cal_navline {
  height: 20px;
  position: absolute;
  z-index: 3;
  width: 750px;
  color: #2F3A48;
}
.dhx_cal_navline div {
  position: absolute;
  white-space: nowrap;
  top: 14px;
}
.dhx_cal_navline .dhx_cal_date {
  border: 0;
  font-size: 23px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 1px 0 0 0;
  color: #454544;
  z-index: -1;
}
.dhx_cal_button .dhx_left_bg {
  width: 1px;
  overflow: hidden;
  height: 17px;
  z-index: 5;
  top: 0px;
}
.dhx_cal_prev_button {
  cursor: pointer;
  right: 61px;
  background-color: none;
  background-image: url(imgs_dhx_terrace/arrow_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 46px;
  border: 1px solid #CECECE;
  border-radius: 5px 0 0 5px;
}
.dhx_cal_today_button {
  cursor: pointer;
  text-align: center;
  font-size: inherit;
  font-weight: bold;
  color: #747473;
  right: 123px;
  background-color: none;
  background-image: none;
  background-position: -62px 0px;
  background-repeat: no-repeat;
  height: 30px;
  width: 80px;
  border: 1px solid #CECECE;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
}
.dhx_cal_next_button {
  cursor: pointer;
  right: 14px;
  background-color: none;
  background-image: url(imgs_dhx_terrace/arrow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 46px;
  border: 1px solid #CECECE;
  border-radius: 0 5px 5px 0;
}
.dhx_cal_tab {
  width: 60px;
  height: 30px;
  background-color: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  padding-top: 0;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #CECECE;
  color: #747473;
  font-size: inherit;
}
.dhx_cal_tab:hover {
  /*color: @nav-tab-text-hov-text-color;*/
}
.dhx_cal_tab.active {
  text-decoration: none;
  cursor: default;
  font-weight: bold;
  font-size: inherit;
  color: #454544;
  border: 1px solid #CECECE;
  border-bottom: 1;
  background-color: #F0EDE7;
  z-index: 25;
}
.dhx_cal_tab_first {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.dhx_cal_tab_last {
  border-radius: 0 5px 5px 0;
}
.dhx_cal_tab,
.dhx_cal_date,
.dhx_cal_today_button,
.dhx_cal_prev_button,
.dhx_cal_next_button {
  line-height: 30px;
}
.dhx_cal_header {
  position: absolute;
  overflow: hidden;
  left: 10px;
	background: #2e2e2e;
  border-top: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  z-index: 2;
}
.dhx_cal_container_rtl .dhx_cal_header {
  left: unset;
}
.dhx_cal_data {
  -webkit-tap-highlight-color: transparent;
  border-top: 1px solid #CECECE;
  position: absolute;
  width: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.dhx_cal_container_rtl .dhx_cal_data {
  direction: rtl;
}
.dhx_cal_data,
.dhx_cal_event,
.dhx_cal_event_line,
.dhx_cal_event_clear {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.dhx_scale_bar {
  position: absolute;
  text-align: center;
  background-color: #FFFFFF;
  padding: 2px 0 0 0;
  border-left: 1px solid #CECECE;
  font-size: 11px;
  font-weight: inherit;
  line-height: 16px;
  color: #767676;
}
.scheduler_container_resize_watcher {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
  border: 0;
  box-sizing: border-box;
  opacity: 0;
}
.dhx_scale_holder {
  position: absolute;
  border-right: 1px solid #CECECE;
  background-image: url(imgs_dhx_terrace/databg.png);
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.dhx_cal_container_rtl .dhx_scale_holder {
  border-left: 1px solid #CECECE;
  border-right: 0;
}
.dhx_cal_container_rtl .dhx_cal_header {
  border-right: 0;
  border-left: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_scale_bar {
  border-left: 0;
  border-right: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_month_head {
  border-right: 0;
  border-left: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_month_body {
  border-right: 0;
  border-left: 1px solid #CECECE;
}
.dhx_scale_holder_now {
  position: absolute;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.dhx_scale_holder_now {
  position: absolute;
  border-right: 1px solid #CECECE;
  background-image: url(imgs_dhx_terrace/databg_now.png);
}
.dhx_cal_container_rtl .dhx_scale_holder_now {
  border-right: 0;
  border-left: 1px solid #CECECE;
}
.dhx_scale_hour {
  border-bottom: 1px solid #CECECE;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  color: #767676;
  font-size: 11px;
  font-weight: inherit;
  overflow: hidden;
}
.dhx_month_head {
  height: 21px;
  padding: 0 5px 0 0;
  font-size: 12px;
  font-weight: inherit;
  line-height: 21px;
  color: #362d26;
  border-right: 1px solid #CECECE;
  background-color: #FFFFFF;
  text-align: right;
}
.dhx_cal_container_rtl .dhx_month_head {
  text-align: left;
  padding: 0 0 0 5px;
}
.dhx_after .dhx_month_head,
.dhx_before .dhx_month_head {
  background-color: #FFFFFF;
  color: #bbbbbb;
}
.dhx_now .dhx_month_head {
  background-color: #FFF3A1;
  font-weight: normal;
}
.dhx_scale_hour_border {
  border-left: 1px dotted #8894A3;
}
.dhx_month_body {
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  background-color: #FFFFFF;
}
.dhx_after .dhx_month_body,
.dhx_before .dhx_month_body {
  background-color: #FFFFFF;
}
.dhx_now .dhx_month_body {
  background-color: #FFF3A1;
}
.dhx_now .dhx_month_head {
  background-color: #FFF3A1;
}
.dhx_scale_ignore {
  display: none;
}
.dhx_cal_drag {
  position: absolute;
  z-index: 13;
  background-color: #FFE763;
  border: 1px solid #B7A543;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dhx_loading {
  position: absolute;
  width: 128px;
  height: 15px;
  background-image: url(imgs/loading.gif);
  z-index: 13;
}
.dhx_multi_day_icon,
.dhx_multi_day {
  background-color: #FFFFFF;
  border-right: 1px solid #CECECE;
}
.dhx_multi_day {
  position: absolute;
  border-top: 1px solid #CECECE;
  background-color: #FFFFFF;
  border-right: none;
  box-shadow: none;
}
.dhx_cal_container_rtl .dhx_multi_day {
  direction: rtl;
}
.dhx_multi_day_icon,
.dhx_multi_day_icon_small {
  background-color: #FFFFFF;
  background-position: center center;
  border-bottom: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  background-repeat: no-repeat;
}
.dhx_cal_container_rtl .dhx_multi_day_icon,
.dhx_cal_container_rtl .dhx_multi_day_icon_small {
  border-right: 0;
  border-left: 1px solid #CECECE;
}
.dhx_multi_day_icon {
  background-image: url(imgs_dhx_terrace/clock_big.gif);
}
.dhx_multi_day_icon_small {
  background-image: url(imgs_dhx_terrace/clock_small.gif);
}
.dhtmlxLayoutPolyContainer_dhx_skyblue .dhx_cal_container {
  background-color: #d0e5ff;
}
/* left border config option support */
.dhx_scale_hour_border,
.dhx_month_body_border,
.dhx_scale_bar_border,
.dhx_month_head_border {
  border-left: 1px dotted #8894A3;
}
/* export to PDF and iCal buttons start */
.dhx_cal_navline .dhx_cal_export {
  width: 18px;
  height: 18px;
  margin: 2px;
  cursor: pointer;
  top: 0px;
}
.dhx_cal_navline .dhx_cal_export.pdf {
  left: 2px;
  background-image: url('imgs/export_pdf.png');
}
.dhx_cal_navline .dhx_cal_export.ical {
  left: 24px;
  background-image: url('imgs/export_ical.png');
}
/* export to PDF and iCal buttons end */
.dhx_cal_navline.dhx_cal_navline_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1vw;
  box-sizing: border-box;
  /*.dhx_cal_tab_standalone{
		margin-left: 14px;
	}*/
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab {
  box-sizing: border-box;
  height: 32px;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab_last {
  margin-right: 14px;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab {
  border-left-style: none;
  box-shadow: -1px 0 0 #CECECE;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_date {
  width: auto;
  flex-grow: 1;
}
.dhx_cal_navline.dhx_cal_navline_flex div {
  position: static;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_navbar_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1vw;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_prev_button + .dhx_cal_next_button {
  border-left-style: none;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_navbar_rows_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  flex-grow: 1;
  height: 100%;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_line_break,
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_line_spacer {
  display: block;
  width: auto;
  flex-grow: 1;
}
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button,
.dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab_standalone {
  margin: 0 7px;
}
@media only screen and (max-width: 1023px) {
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab.active,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button {
    min-width: 4vw;
    font-size: 1.3vw;
    box-sizing: content-box;
    padding: 0 0.5vw;
    width: auto;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab.active,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_prev_button,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_next_button {
    height: 2.5vw;
    line-height: 2.5vw;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab_last {
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 840px) {
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab.active,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button {
    min-width: 4vw;
    font-size: 1.5vw;
    box-sizing: content-box;
    padding: 0 0.5vw;
    width: auto;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab.active,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_prev_button,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_next_button {
    height: 4vw;
    line-height: 4vw;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab_last {
    margin-right: 1vw;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_date {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 480px) {
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab.active,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button {
    font-size: 0.8rem;
    padding: 0 2vw;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_tab.active,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_today_button,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_prev_button,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_next_button {
    height: 6vw;
    line-height: 6vw;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_prev_button,
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_next_button {
    width: 2rem;
  }
  .dhx_cal_navline.dhx_cal_navline_flex .dhx_cal_date {
    font-size: 4vw;
  }
}
.dhx_cal_touch_active {
  overscroll-behavior: none;
}
/*All*/
.dhx_form_repeat,
.dhx_form_repeat input {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  font-size: 11px;
  line-height: 24px;
}
.dhx_form_repeat {
  overflow: hidden;
  /*height:115px;*/
  /*background-color: #FFF4B5;*/
  /*border: 1px solid #DCC43E;*/
}
.dhx_cal_light_wide .dhx_form_repeat {
  background-color: transparent;
}
.dhx_repeat_center,
.dhx_repeat_left,
.dhx_repeat_divider,
.dhx_repeat_right {
  height: 115px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dhx_repeat_center,
.dhx_repeat_left {
  padding: 10px 0 0px 10px;
  float: left;
}
.dhx_repeat_left {
  width: 105px;
}
.dhx_repeat_center {
  width: 345px;
  padding-top: 22px;
}
.dhx_repeat_divider {
  float: left;
  border-left: 1px dotted #DCC43E;
  /*background-color: #DCC43E;*/
  width: 1px;
}
.dhx_repeat_right {
  float: right;
  width: 173px;
  padding: 17px 3px 0px 10px;
}
.dhx_cal_light_rtl .dhx_repeat_center,
.dhx_cal_light_rtl .dhx_repeat_left,
.dhx_cal_light_rtl .dhx_repeat_divider,
.dhx_cal_light_rtl .dhx_repeat_right {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.dhx_cal_light_rtl .dhx_repeat_right {
  margin-right: 0;
}
input.dhx_repeat_text {
  height: 16px;
  width: 27px;
  margin: 0 4px 0 4px;
  line-height: 18px;
  padding: 0 0 0 2px;
}
.dhx_cal_light_rtl input.dhx_repeat_text {
  padding: 0 2px 0 0;
}
.dhx_form_repeat select {
  height: 20px;
  width: 87px;
  padding: 0 0 0 2px;
  margin: 0 4px 0 4px;
}
.dhx_cal_light_rtl .dhx_form_repeat select {
  padding: 0 2px 0 0;
}
input.dhx_repeat_date {
  height: 18px;
  width: 80px;
  padding: 0 0 0 2px;
  margin: 0 4px 0 4px;
  background-repeat: no-repeat;
  background-position: 64px 0;
  border: 1px #7f9db9 solid;
  line-height: 18px;
}
.dhx_cal_light_rtl input.dhx_repeat_date {
  padding: 0 2px 0 0;
}
input[type="radio"].dhx_repeat_radio {
  margin: 5px 4px 0 0;
  display: inline-block;
  position: relative;
  top: 2px;
}
.dhx_cal_light_rtl input[type="radio"].dhx_repeat_radio {
  margin: 5px 0 0 4px;
}
input.dhx_repeat_checkbox {
  margin: 4px 4px 0 0;
}
.dhx_repeat_days td {
  padding-right: 5px;
}
.dhx_repeat_days label {
  font-size: 10px;
}
.dhx_custom_button {
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.dhx_custom_button_recurring {
  background-image: url(./imgs_dhx_terrace/but_repeat.gif);
  background-position: -5px 20px;
  width: 20px;
  margin-right: 10px;
}
/* increase width of lightbox */
.dhx_cal_light_rec {
  width: 640px;
}
.dhx_cal_light_rec .dhx_cal_larea {
  width: 632px;
}
.dhx_cal_light_rec.dhx_cal_light_wide {
  width: 816px;
}
.dhx_cal_light_rec.dhx_cal_light_wide .dhx_cal_larea {
  width: 808px;
}
.dhx_cal_event .dhx_header,
.dhx_cal_event.dhx_cal_select_menu .dhx_footer {
  display: none;
}
.dhx_cal_event.dhx_cal_editor {
  border: 1px solid transparent;
}
/*.dhx_cal_editor {
	font-size: 12px;
	font-family: Arial, sans-serif;
}*/
div.dhx_menu_head,
div.dhx_menu_icon {
  background-image: url(imgs_dhx_terrace/controls.png);
}
/* event end */
/* navigation start */
.dhx_cal_tab.active {
  text-shadow: 0px 1px 0px white;
}
.dhx_cal_tab_standalone {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px!important;
  padding: 0 5px;
}
/* navigation End */
/* lightbox start */
.dhx_cal_larea {
  margin-left: 0;
}
.dhx_cal_larea {
  border: 1px solid transparent;
}
.dhx_cal_lsection,
.dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday,
.dhx_cal_lsection .dhx_fullday {
  color: #747473;
}
.dhx_cal_light {
  border: 1px solid #CECECE;
}
.dhx_section_time {
  background-color: transparent;
}
.dhx_save_btn,
.dhx_cancel_btn,
.dhx_delete_btn,
.dhx_btn_set div:first-child {
  display: none;
}
.dhx_cal_ltitle span {
  float: left;
}
.dhx_cal_light_rtl .dhx_cal_ltitle span {
  float: none;
}
.dhx_mark {
  display: none;
}
.dhx_close_icon {
  float: right;
  width: 9px;
  height: 9px;
  background: url(imgs_dhx_terrace/close_icon.png) no-repeat center center;
  padding: 10px;
  margin-top: 1px;
}
.dhx_cal_light_wide .dhx_cal_ltext.dhx_cal_template {
  line-height: 22px;
}
.dhx_cal_ltext textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* lightbox end */
/* minicalendar */
.dhx_cal_container.dhx_mini_calendar {
  box-sizing: border-box;
  border: 1px solid #CECECE;
  box-shadow: 2px 2px 5px #CCC;
  border-radius: 3px;
}
.dhx_mini_calendar .dhx_year_month {
  border: 1px solid #CECECE;
}
.dhx_mini_calendar .dhx_month_head,
.dhx_mini_calendar .dhx_year_month,
.dhx_mini_calendar .dhx_month_body,
.dhx_mini_calendar .dhx_scale_bar,
.dhx_mini_calendar .dhx_year_body {
  border-color: transparent;
}
.dhx_mini_calendar .dhx_year_body {
  padding-top: 1px;
}
.dhx_mini_calendar .dhx_scale_bar {
  border-width: 0;
}
.dhx_mini_calendar .dhx_year_week {
  border-bottom: 1px solid #CECECE;
  padding-top: 1px;
}
.dhx_mini_calendar .dhx_month_head {
  padding-right: 0;
  margin-right: 1px;
  text-align: center;
}
.dhx_mini_calendar .dhx_cal_prev_button,
.dhx_mini_calendar .dhx_cal_next_button {
  border: 0;
  height: 20px;
}
/* minicalendar end */
.dhx_cal_navline div.dhx_minical_icon {
  left: 210px;
  top: 14px;
  width: 30px;
  height: 30px;
  background-position: 3px 5px;
}
/* timeline */
.dhx_second_scale_bar {
  border-bottom: 1px solid #CECECE;
}
/* timeline end */
/* recurring */
.dhx_repeat_divider {
  border-left: 1px solid #CECECE;
}
.dhx_custom_button {
  background-color: white;
  border: 1px solid #CECECE;
  color: #747473;
}
/* recurring end */
/* agenda */
.dhx_v_border,
.dhx_agenda_line div {
  border-right: 1px solid #CECECE;
}
.dhx_cal_container_rtl .dhx_v_border,
.dhx_cal_container_rtl .dhx_agenda_line div {
  border-right: 0;
  border-left: 1px solid #CECECE;
}
/* agenda end */
/* year */
.dhx_year_month {
  border: 1px solid #CECECE;
}
.dhx_scale_bar_last {
  border-right: 1px solid #CECECE;
}
.dhx_year_body {
  border-left: 1px solid #CECECE;
}
/* year end */
/* expand */
.dhx_expand_icon {
  top: -3px;
}
/* expand end */
/* units view */
.dhx_cal_header .dhx_cal_next_button,
.dhx_cal_header .dhx_cal_prev_button {
  width: 20px;
  height: 20px;
  top: 0px !important;
  border: 0;
}
.dhx_cal_header .dhx_cal_next_button {
  right: 1px !important;
  border-left: 1px solid #CECECE;
}
.dhx_cal_header .dhx_cal_prev_button {
  left: 1px !important;
  border-right: 1px solid #CECECE;
}
.dhx_cal_tab,
.dhx_cal_date,
.dhx_cal_today_button,
.dhx_cal_prev_button,
.dhx_cal_next_button {
  line-height: 30px;
}
/* units view end */
/* map view */
.dhx_map_line .headline_date,
.dhx_map_line .headline_description {
  border: 0;
}
.dhx_map_line .headline_date {
  border-right: 1px solid #CECECE;
}
/* map view end */
/* tooltip start */
.dhtmlXTooltip.tooltip {
  border-left: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  color: #747473;
  font-size: 12px;
  line-height: 16px;
}
/* tooltip end */
/* week agenda start */
.dhx_wa_scale_bar {
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.dhx_wa_column_last .dhx_wa_day_cont {
  border-left: 1px solid #CECECE;
}
.dhx_wa_ev_body {
  border-bottom: 1px solid #CECECE;
}
.dhx_wa_scale_bar {
  background-color: #f0ede7;
}
.dhx_wa_ev_body.dhx_cal_event_selected {
  background-color: #fff3a1;
  color: #362d26;
}
.dhx_wa_dnd {
  background-color: #fddb93 !important;
  color: #747473 !important;
  border: 1px solid #ccb177;
}
/* week agenda end */
/* readonly start */
.dhx_text_disabled {
  color: #2E2E2E;
}
.dhx_cal_ltext .dhx_text_disabled {
  line-height: 22px;
}
/* readonly end */
/* grid view start */
.dhx_grid_v_border {
  border-right-color: #CECECE;
}
.dhx_cal_container_rtl .dhx_grid_v_border {
  border-left-color: #CECECE;
}
/* grid view end*/
/* left border support */
.dhx_scale_hour_border,
.dhx_month_body_border,
.dhx_scale_bar_border,
.dhx_month_head_border {
  border-left: 1px solid #CECECE;
}
/* export to PDF and iCal buttons start */
.dhx_cal_navline .dhx_cal_export {
  width: 32px;
  height: 32px;
  margin: 2px;
  cursor: pointer;
  top: 12px;
}
.dhx_cal_navline .dhx_cal_export.pdf {
  left: auto;
  right: 249px;
  background-image: url('imgs_dhx_terrace/export_pdf.png');
}
.dhx_cal_navline .dhx_cal_export.ical {
  left: auto;
  right: 210px;
  background-image: url('imgs_dhx_terrace/export_ical.png');
}
/* export to PDF and iCal buttons end */
/* minicalendar */
.dhx_mini_calendar {
	/* padding: 5px;*/
}
.dhx_mini_calendar .dhx_year_event,
.dhx_mini_calendar .dhx_calendar_click {
	border-radius: unset;
}
.dhx_mini_calendar .dhx_month_head {
	/*margin: 2px 2px;*/
}

.dhx_minical_popup table {
	border-collapse: collapse;
}
.dhx_minical_popup td {
}

.dhx_mini_calendar .dhx_year_month {
  line-height: 20px;
  height: 25px;
  font-size: 14px;
}
.dhx_mini_calendar .dhx_cal_prev_button {
  top: 8px !important;
}
.dhx_mini_calendar .dhx_cal_next_button {
  top: 8px !important;
}
























/*

OUDE CSS
*/
#scheduler_here a {
	color: #fff;
	text-decoration: none;
}

.dhx_cal_container {
	background-color: transparent;
	position: relative;
	overflow: hidden;
	font-size: 10pt;
}

.dhx_cal_container div {
	-moz-user-select: none;
	-moz-user-select: -moz-none;
}

.dhx_cal_navline {
	height: 20px;
	position: absolute;
	z-index: 3;
	width: 750px;
	color: #000;
}

.dhx_cal_navline div {
	position: absolute;
	top: 36px;
	white-space: nowrap;
}

.dhx_cal_navline .dhx_cal_date {
	left: 274px;
}

.dhx_cal_button .dhx_left_bg {
	width: 1px;
	overflow: hidden;
	height: 17px;
	z-index: 20;
	top: 0;
}

.dhx_cal_prev_button {
	width: 18px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff url(imgs/prevday.png) no-repeat center center;
	border: 0;
	border-radius: unset;
	font-weight: normal;
	color: inherit;
}

.dhx_cal_next_button {
	width: 18px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff url(imgs/nextday.png) no-repeat center center;
	border: 0;
	border-radius: unset;
	font-weight: normal;
	color: inherit;
}

.dhx_cal_prevweek_button {
	width: 18px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff url(imgs/prevweek.png) no-repeat center center;
	border: 0;
	border-radius: unset;
	font-weight: normal;
	color: inherit;
}

.dhx_cal_nextweek_button {
	width: 18px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff url(imgs/nextweek.png) no-repeat center center;
	border: 0;
	border-radius: unset;
	font-weight: normal;
	color: inherit;
}

.dhx_cal_help_button {
	width: 18px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff;
	border: 0;
	border-radius: unset;
	font-weight: normal;
	color: inherit;
}

.dhx_cal_help_button .input {
	top: 0px;
}

.dhx_cal_help_button .input .helpbtn {
	width: 18px;
	padding: 0;
	margin: 0;
	height: 19px;
	border: 0;
	background: transparent url('../../../../images/icons/setting-btn.png') no-repeat center center;
}

.dhx_cal_help_button .input .helpmenu {
	right: -2px;
	top: 49px;
	text-align: left;
}

#scheduler_here .dhx_cal_help_button a {
	color: #000;
}

.dhx_cal_today_button {
	width: 75px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff;
	border: 0;
	font-weight: normal;
	color: inherit;
}

.dhx_cal_empl_select {
	width: 100px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff;
}

.dhx_cal_ok_btn {
	width: 70px;
	height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff;
}

.dhx_cal_tab {
	width: auto;
	height: 19px;
	line-height: 19px;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	background: #fff;
	padding-left: 3px;
	padding-right: 3px;
	border: 0;
	font-weight: normal;
	color: inherit;
}

.dhx_cal_tab.active { /* height:19px;text-align:center;padding-top:1px;cursor:pointer;font-family:AvenirLTCom-Heavy; */
	border: 0;
	font-weight: normal;
	color: inherit;
	background: #fff;
}

.dhx_cal_header {
	position: absolute;
	left: 10px;
	top: 23px;
	width: 750px;
	z-index: 2;
	overflow: hidden;
	color: #fff;
	padding-bottom: 1px;
	font-size: 10pt;
}

.dhx_cal_data {
	position: absolute;
	top: 44px;
	width: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dhx_scale_bar {
	position: absolute;
	text-align: center;
	background-color: #2e2e2e;
	color: #fff;
	padding-bottom: 3px;
	border-left: 1px dashed #000;
	font-family: AvenirLTCom-Heavy;
}

.dhx_scale_holder {
	position: absolute;
	border-right: 1px dashed #000;
	background-image: url(imgs/databg.png);
}

.dhx_scale_holder_now {
	position: absolute;
	border-right: 1px dashed #000;
	background-image: url(imgs/databg_now.png);
}

.dhx_scale_hour {
	height: 41px;
	width: 50px;
	border-left: 1px dashed #000;
	border-bottom: 1px dashed #fff;
	background-color: transparent;
	text-align: center;
	line-height: 12px;
	color: #ed2939;
	overflow: hidden;
}

.dhx_month_head {
	background-color: #dbdbdb;
	color: #000;
	border-right: 1px dashed #000;
	height: 18px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
}

.dhx_month_head a {
	color: #000;
}

.dhx_month_body {
	border-right: 1px dashed #000;
	border-bottom: 1px dashed #000;
	background-color: #FFF;
}

.dhx_now .dhx_month_body {
	background-color: #000;
	color: #fff;
}

.dhx_after .dhx_month_body, .dhx_before .dhx_month_body {
	background-color: #ECECEC;
}

.dhx_after .dhx_month_head, .dhx_before .dhx_month_head {
	background-color: #E2E3E6;
	color: #94A6BB;
}

.dhx_now .dhx_month_head {
	background-color: #888;
	font-family: AvenirLTCom-Heavy;
}

.dhx_cal_drag {
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.dhx_loading {
	position: absolute;
	width: 128px;
	height: 15px;
	background-image: url(imgs/loading.gif);
	z-index: 9999;
}

.dhx_multi_day_icon, .dhx_multi_day {
	position: absolute;
	background-color: #E1E6FF;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #000;
	border-left: 1px dashed #000;
}

.dhx_multi_day_icon {
	background-image: url(imgs/clock_big.gif);
}

.dhx_multi_day_icon_small {
	background-image: url(imgs/clock_small.gif);
}

.dhx_multi_day_icon, .dhx_multi_day_icon_small {
	background-position: center center;
	position: absolute;
	background-color: #E1E6FF;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #000;
	border-left: 1px dashed #000;
}

.dhtmlxLayoutPolyContainer_dhx_skyblue .dhx_cal_container {
	background-color: #d0e5ff;
}

.dhx_cal_event div {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	overflow: hidden;
	width: 100%;
}

.dhx_move_denied .dhx_cal_event .dhx_header, .dhx_move_denied .dhx_cal_event .dhx_title {
	cursor: default;
}

.dhx_cal_event .dhx_header {
	height: 1px;
	margin-left: 1px;
	border-width: 1px 1px 0 1px;
	cursor: pointer;
}

.dhx_cal_event .dhx_title {
	display: block;
	height: 12px;
	border-width: 0 1px 1px 1px;
	border-bottom-style: dashed;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #000;
}

.dhx_cal_event .dhx_body {
	border-width: 0 1px 1px 1px;
	padding: 5px;
	color: inherit;
}

.dhx_resize_denied .dhx_cal_event .dhx_footer {
	cursor: default;
}

.dhx_cal_event .dhx_footer {
	display: block;
	height: 1px;
	margin-left: 2px;
	border-width: 0 1px 1px 1px;
	cursor: s-resize;
}

.dhx_cal_event_line {
	background-color: #fff;
	border: 1px solid #000;
	font-size: 8pt;
	height: 13px;
	line-height: 13px;
	padding-left: 10px;
	color: #000;
	cursor: pointer;
	overflow: hidden;
}

.dhx_cal_event_clear {
	font-size: 8pt;
	height: 13px;
	padding-left: 2px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.dhx_in_move {
	background-color: #FFFF80;
}

div.dhx_cal_editor {
	background-color: #fff;
	border: 1px solid #000;
	border-top-style: dashed;
	z-index: 999;
	position: absolute;
	overflow: hidden;
}

textarea.dhx_cal_editor {
	width: 100%;
	height: 100%;
	border: 0 solid black;
	margin: none;
	padding: none;
	overflow: auto;
}

div.dhx_menu_head {
	background-image: url(imgs/controls.gif);
	background-position: 0 -43px;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-top: 1px;
	border: none;
	cursor: default;
}

div.dhx_menu_icon {
	background-image: url(imgs/controls.gif);
	width: 20px;
	height: 20px;
	margin-left: -5px;
	margin-top: 0;
	border: none;
	cursor: pointer;
}

div.icon_details {
	background-position: 0 0;
}

div.icon_edit {
	background-position: -22px 0;
}

div.icon_save {
	background-position: -62px -1px;
}

div.icon_cancel {
	background-position: -84px 0;
}

div.icon_delete {
	background-position: -42px 0;
}

.dhx_cal_light {
	height: 400px;
	light: 300px;
	background-color: #fff;
	font-size: 8pt;
	border: 1px solid #000;
	color: #000;
	position: absolute;
	z-index: 10001;
	width: 580px;
	height: 300px;
}

.dhx_mark {
	position: relative;
	top: 3px;
	background-image: url('./imgs/controls.gif');
	background-position: 0 -43px;
	padding-left: 10px;
}

.dhx_ie6 .dhx_mark {
	background-position: 6px -41px;
}

.dhx_cal_light select {
	font-size: 8pt;
	color: #000;
	padding: 2px;
}

.dhx_cal_ltitle {
	padding: 2px 0 2px 5px;
	overflow: hidden;
	text-align: left;
}

.dhx_cal_ltitle span {
	white-space: nowrap;
}

.dhx_cal_lsection {
	background-color: #fff;
	color: #000;
	font-size: 8pt;
	font-family: AvenirLTCom-Heavy;
	padding-left: 10px;
	text-align: left;
}

.dhx_cal_ltext {
	padding: 2px 0 2px 10px;
	height: 130px;
	height = 140px;
	overflow: hidden;
}

.dhx_cal_ltext textarea {
	background-color: transparent;
	overflow: auto;
	border: 1px solid #000;
	color: #000;
	height: auto;
	width: 540px;
	font: normal 12px arial;
	outline: none !important;
}

.dhx_time {
	font-family: AvenirLTCom-Heavy;
}

.dhx_cal_light .dhx_title {
	padding-left: 10px;
}

.dhx_cal_larea {
	border: 1px solid #000;
	background-color: #fff;
	overflow: hidden;
	margin-left: 3px;
	width: 572px;
	height: 1px;
	text-align: left;
}

.dhx_btn_set {
	padding: 5px 10px 0 10px;
	float: left;
}

.dhx_btn_set div {
	float: left;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	cursor: pointer;
}

.dhx_save_btn {
	background-image: url('./imgs/controls.gif');
	background-position: -63px 0;
	width: 21px;
}

.dhx_cancel_btn {
	background-image: url('./imgs/controls.gif');
	background-position: -84px 0;
	width: 20px;
}

.dhx_delete_btn {
	background-image: url('./imgs/controls.gif');
	background-position: -42px 0;
	width: 20px;
}

.dhx_cal_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	background-color: black;
	opacity: .1;
	filter: alpha(opacity=10);
}

.dhx_custom_button {
	padding: 0 3px 0 3px;
	color: #000;
	font-size: 8pt;
	background-color: #fff;
	font-weight: normal;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.dhx_custom_button div {
	cursor: pointer;
	float: left;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}

.dhx_expand_icon {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../imgs/colapce-expand-icon.gif);
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-position: 0 18px;
	z-index: 16;
}

.dhx_agenda_area {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-image: url(../imgs/databg.png);
}

.dhx_agenda_line {
	height: 21px;
	clear: both;
	overflow: hidden;
}

.dhx_agenda_line div {
	float: left;
	width: 188px;
	border-right: 1px dotted #8894A3;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
}

.dhx_agenda_area .dhx_agenda_line div {
	border-right: 0 dotted #8894A3;
}

.dhx_v_border {
	position: absolute;
	left: 186px;
	top: 0;
	border-right: 1px dotted #8894A3;
	width: 1px;
	height: 100%;
}

.dhx_agenda_line .dhx_event_icon {
	width: 20px;
	border-width: 0;
	background: url(../imgs/icon.png) no-repeat;
	background-position: 5px 4px;
	cursor: pointer;
}

.dhx_agenda_line span {
	padding-left: 5px;
	line-height: 21px;
}

.dhx_year_body {
	border-left: 1px dotted #586A7E;
}

.dhx_year_week {
	height: 15px;
	position: relative;
	color: #fff;
}

.dhx_scale_bar_last {
	border-right: 1px dotted #586A7E;
}

.dhx_year_month {
	background: #2e2e2e;
	color: #fff;
	height: 18px;
	padding-top: 3px;
	border: 1px dotted #586A7E;
	text-align: center;
	vertical-align: middle;
}

.dhx_year_body .dhx_before .dhx_month_head, .dhx_year_body .dhx_after .dhx_month_head, .dhx_year_body .dhx_before .dhx_month_head a, .dhx_year_body .dhx_after .dhx_month_head a {
	color: #E2E3E6 !important;
}

.dhx_year_body .dhx_month_body {
	height: 0;
	overflow: hidden;
}

.dhx_month_head .dhx_year_event {
	background-color: #FFE763;
}

.dhx_mini_calendar .dhx_year_event {
	background-color: #DBDBDB;
}

.dhx_year_body .dhx_before .dhx_month_head, .dhx_year_body .dhx_after .dhx_month_head {
	cursor: default;
}

.dhx_tooltip {
	border: 1px solid #BBB;
	background-image: url(../imgs/databg.png);
	position: absolute;
	z-index: 9998;
	width: 300px;
	height: auto;
	font-size: 8pt;
	overflow: hidden;
}

.dhx_tooltip_line {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.dhx_tooltip_line .dhx_event_icon {
	width: 20px;
	height: 20px;
	padding-right: 10px;
	float: left;
	border-width: 0;
	position: relative;
	background: url(../imgs/icon.png) no-repeat;
	background-position: 5px 4px;
	cursor: pointer;
}

.dhx_tooltip_date {
	float: left;
	width: auto;
	padding-left: 5px;
	text-align: center;
}

.dhx_text_disabled {
	color: #000;
	font-size: 8pt;
}

.dhx_mini_calendar {
	-moz-box-shadow: 5px 5px 5px #888;
	-khtml-box-shadow: 5px 5px 5px #888;
}

.dhx_mini_calendar .dhx_month_head {
	cursor: pointer;
}

.dhx_mini_calendar .dhx_calendar_click {
	background-color: #dbdbdb;
	border-radius: unset;
}

.dhx_cal_navline div.dhx_minical_icon {
	width: 18px;
	height: 18px;
	left: 190px;
	top: 1px;
	cursor: pointer;
	background-image: url(../imgs/calendar.gif);
}

.dhx_matrix_cell, .dhx_matrix_scell {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #8894A3;
	border-right: 1px dotted #8894A3;
}

.dhx_matrix_cell {
	background-color: white;
}

.dhx_matrix_cell div, .dhx_matrix_scell div {
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: auto;
}

.dhx_cal_lsection .dhx_readonly {
	font-size: 9pt;
	font-size: 8pt;
	padding: 2px;
	color: #000;
}

.dhx_matrix_scell.folder, .dhx_data_table.folder .dhx_matrix_cell {
	background-color: #969394;
	cursor: pointer;
}

.dhx_matrix_scell .dhx_scell_level0 {
	padding-left: 5px;
}

.dhx_matrix_scell .dhx_scell_level1 {
	padding-left: 20px;
}

.dhx_matrix_scell .dhx_scell_level2 {
	padding-left: 35px;
}

.dhx_matrix_scell.folder {
	font-weight: bold;
	text-align: left;
}

.dhx_matrix_scell.folder .dhx_scell_expand {
	float: left;
	width: 10px;
	padding-right: 3px;
}

.dhx_matrix_scell.folder .dhx_scell_name {
	float: left;
	width: auto;
}

.dhx_matrix_scell.item .dhx_scell_name {
	padding-left: 15px;
	text-align: left;
}

.dhx_section_timeline {
	overflow: hidden;
	padding: 4px 0 2px 10px;
}

.dhx_section_timeline select {
	width: 552px;
}

.dhx_map_area {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(../imgs/databg.png);
}

.dhx_map_line .dhx_event_icon {
	width: 20px;
	border-width: 0;
	background: url(../imgs/icon.png) no-repeat;
	background-position: 5px 4px;
	cursor: pointer;
}

.dhx_map_line {
	height: 21px;
	clear: both;
	overflow: hidden;
}

.dhx_map {
	position: absolute;
}

.dhx_map_line div {
	float: left;
	border-right: 1px dotted #8894A3;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
}

.dhx_map_line .headline_description {
	float: left;
	border-right: 1px dotted #8894A3;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
}

.dhx_map_line .dhx_map_description {
	float: left;
	border-right: 0 dotted #8894A3;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
}

.dhx_map_line .line_description {
	float: left;
	border-right: 1px dotted #8894A3;
	text-align: left;
	padding-left: 5px;
	line-height: 21px;
	overflow: hidden;
}

.dhx_map_line.highlight {
	background-color: #C4C5CC;
}

.dhx_map_area .dhx_map_line div {
	border-right: 0 dotted #8894A3;
}

.dhtmlXTooltip.tooltip {
	-moz-box-shadow: 3px 3px 3px #888;
	-khtml-box-shadow: 3px 3px 3px #888;
	background-color: white; /*border-left:1px dotted #000;border-top:1px dotted #000;*/
	border: 1px dotted #000;
	color: #000;
	cursor: default;
	padding: 10px;
	position: absolute;
	z-index: 500;
}

.dhx_cal_checkbox label {
	padding-left: 5px;
}

.dhx_cal_light .radio {
	padding: 2px 0 2px 10px;
}

.dhx_cal_light .radio input, .dhx_cal_light .radio label {
	line-height: 15px;
}

.dhx_cal_light .radio input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.dhx_cal_light .radio label {
	vertical-align: middle;
	padding-right: 10px;
}

.dhx_cal_light .combo {
	padding: 4px;
}


.dhx_cal_event_line .dhx_event_resize {
	cursor: w-resize;
	position: absolute;
	top: 0;
	width: 4px;
}

.dhx_event_resize_start {
	left: 0;
}

.dhx_event_resize_end {
	right: 0;
}

.dhx_minical_popup {
	position: absolute;
	z-index: 10100;
	width: 251px;
	height: 175px;
}


.dhx_marked_timespan {
	position: absolute;
	width: 100%
}

.dhx_time_block {
	position: absolute;
	width: 100%;
	background: silver;
	opacity: .4;
	filter: alpha(opacity=40);
	z-index: 1
}

.dhx_time_block_reset {
	opacity: 1;
	filter: alpha(opacity=100)
}

.dhx_mini_calendar .dhx_marked_timespan, .dhx_scheduler_month .dhx_marked_timespan {
	display: none
}

.dhx_minical_popup .dhx_year_grid {
	background: #fff;
}

.dhx_now_time {
	width: 100%;
	border-bottom: 2px solid #ffcc00;
	z-index: 1
}

.dhx_scheduler_month .dhx_now_time {
	border-bottom: 0;
	border-left: 2px solid #ffcc00
}

.dhx_marked_timespan.dhx_now_time,
.dhx_marked_timespan.dhx_matrix_now_time {
	border-left: 2px solid #ffcc00;
	z-index: 2
}

.dhx_matrix_now_time, .dhx_now_time {
	opacity: .5
}

.dhx_timeline_label_wrapper {
	background-color: transparent;
}

.dhx_timeline_scale_header {
	background: #2e2e2e;
	border: 0;
}

#cal_date_holder {
	width:auto;
}

.dhx_matrix_scell.item .dhx_scell_name {
	text-align: center;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dhx_matrix_scell .dhx_scell_level1 {
	height: 100%;
}

.dhx_cal_event .dhx_header,
.dhx_cal_event .dhx_title,
.dhx_cal_event .dhx_body {
	border-color: #000;
	background-color: #fff;
}

.dhx_cal_event .dhx_footer {
	background-color: #fff;
}

.dhx_matrix_scell.folder .dhx_scell_name {
	width: calc(100% - 10px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


		.dhtmlxcalendar_ifr {
  position: absolute;
  overflow: hidden;
  background-color: white;
}
.dhtmlxcalendar_dhx_skyblue {
  position: absolute;
  display: block;
  background-color: white;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
}
.dhtmlxcalendar_dhx_skyblue ul.dhtmlxcalendar_line {
  position: relative;
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 211px;
}
.dhtmlxcalendar_dhx_skyblue ul.dhtmlxcalendar_line li {
  float: left;
  position: relative;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.dhtmlxcalendar_dhx_skyblue.dhtmlxcalendar_in_input {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont {
  position: relative;
  display: block;
  width: 211px;
  height: 25px;
  margin: 0px;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  border: 1px solid #000000;
  overflow: hidden;
  color: #ffffff;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr {
  width: 211px;
  height: 25px;
  line-height: 25px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow {
  position: absolute;
  top: 0;
  width: 18px;
  height: 25px;
  text-align: center;
  color: inherit;
  background-position: center center;
  background-repeat: no-repeat;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_left {
  left: 4px;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_left_hover {
  left: 4px;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_right {
  right: 4px;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_right_hover {
  right: 4px;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr span.dhtmlxcalendar_month_label_month,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr span.dhtmlxcalendar_month_label_year {
  position: relative;
  font-weight: bold;
  color: #999999;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont {
  position: relative;
  display: block;
  width: 211px;
  margin: 0px;
  padding-bottom: 1px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #271b10;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  overflow: hidden;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line {
  border-top: 1px solid white;
  padding-left: 1px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li {
  width: 29px;
  height: 19px;
  line-height: 19px;
  margin-right: 1px;
  font-size: 8pt;
  background-color: #2d2c2c;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_day_weekday_cell,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_day_weekday_cell_first {
  color: #c66200;
  background-color: #ffe6ae;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont {
  position: relative;
  display: block;
  width: 211px;
  margin: 0px;
  padding-bottom: 1px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line {
  border-top: 1px solid white;
  padding-left: 1px;
  height: 26px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li {
  color: #909090;
  background-color: white;
  border: 1px solid white;
  width: 27px;
  height: 24px;
  line-height: 23px;
  margin-right: 1px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li div.dhtmlxcalendar_label {
  width: 100%;
  height: 100%;
  text-align: center;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend {
  border-color: #cccccc;
  background-color: #f7f7f7;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_dis {
  color: #b2b2b2;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_holiday,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_holiday {
  color: #ff0000;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_holiday,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_holiday {
  color: #ff0000;
  border-color: #cccccc;
  background-color: #f7f7f7;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_holiday_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_holiday_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_holiday_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_holiday_dis {
  color: #ff0000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_hover,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_hover,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_hover,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_hover {
  border-color: #cccccc;
  background-color: #f7f7f7;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_holiday_hover,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_holiday_hover,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_holiday_hover,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_holiday_hover {
  color: #ff0000;
  border-color: #cccccc;
  background-color: #f7f7f7;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month {
  color: #ffffff;
  background-color: #2d2c2c;
  border-color: #2d2c2c;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend {
  color: #c66200;
  background-color: #fff0d2;
  border-color: #fff0d2;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date {
  color: #000000;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend {
  color: #c66200;
  background-color: #ffdc90;
  border-color: #ffce65;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_dis {
  color: #b2b2b2;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_holiday {
  color: #ff0000;
  background-color: #2d2c2c;
  border-color: #2d2c2c;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_holiday {
  color: #ff0000;
  background-color: #fff0d2;
  border-color: #fff0d2;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_holiday {
  color: #ff0000;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_holiday {
  color: #ff0000;
  background-color: #ffdc90;
  border-color: #ffce65;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_holiday_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_holiday_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_holiday_dis,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_holiday_dis {
  color: #ff0000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_hover {
  color: #ffffff;
  background-color: #fafafa;
  border-color: #e8e8e8;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_hover {
  color: #c66200;
  background-color: #ffe9bb;
  border-color: #ffce65;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_hover {
  color: #ffffff;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_hover {
  color: #c66200;
  background-color: #ffdc90;
  border-color: #ffce65;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_holiday_hover {
  color: #ff0000;
  background-color: #fafafa;
  border-color: #e8e8e8;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_holiday_hover {
  color: #ff0000;
  background-color: #ffe9bb;
  border-color: #ffce65;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_holiday_hover {
  color: #ff0000;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_holiday_hover {
  color: #ff0000;
  background-color: #ffdc90;
  border-color: #ffce65;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line div.dhtmlxcalendar_label.dhtmlxcalendar_label_title {
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_mark.gif");
  background-position: top right;
  background-repeat: no-repeat;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_time_cont {
  position: relative;
  display: block;
  width: 211px;
  height: 25px;
  margin: 0px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_time_cont ul.dhtmlxcalendar_line li {
  width: 211px;
  height: 25px;
  line-height: 24px;
  color: #999999;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_time_cont ul.dhtmlxcalendar_line li div.dhtmlxcalendar_time_img {
  position: absolute;
  left: 66px;
  top: 6px;
  width: 13px;
  height: 13px;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_clock.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_cover {
  position: absolute;
  left: 1px;
  background-color: white;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj {
  position: absolute;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_selector_obj_arrow {
  position: absolute;
  bottom: auto;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 9px;
  overflow: hidden;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_selector_top.gif");
  background-position: top center;
  background-repeat: no-repeat;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table {
  border: 1px solid #000000;
  background-color: white;
  border-top: none;
  margin-top: 9px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left {
  width: 17px;
  text-align: center;
  border-top: 1px solid white;
  padding: 0px;
  margin: 0px;
  background-color: #2d2c2c;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: default;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left.dhtmlxcalendar_selector_cell_left_hover {
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle {
  border-top: white 1px solid;
  border-width: 1px 0px 0px 0px;
  cursor: default;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right {
  width: 17px;
  text-align: center;
  border-top: 1px solid white;
  border-width: 1px 0px 0px 0px;
  background-color: #2d2c2c;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: default;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right.dhtmlxcalendar_selector_cell_right_hover {
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul {
  display: block;
  clear: both;
  margin: 0px 0px 0px 1px;
  padding: 0px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul li {
  float: left;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 9pt;
  color: #ffffff;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  vertical-align: middle;
  margin: 0px 1px 0px 0px;
  padding: 0px;
  background-color: #2a2b2c;
  border: 1px solid #2a2b2c;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul li.dhtmlxcalendar_selector_cell_active {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #000000;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul li.dhtmlxcalendar_selector_cell_hover {
  background-color: #fafafa;
  border-color: #e8e8e8;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_month table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_month table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right {
  display: none;
  width: 0px;
  border: 0px solid white;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line {
  height: 22px;
  border-top: none;
  border-bottom: 1px solid white;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line li.dhtmlxcalendar_selector_cell {
  width: 33px;
  height: 20px;
  line-height: 19px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours div.dhtmlxcalendar_selector_obj_arrow,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_selector_obj_arrow {
  top: auto;
  bottom: 0px;
  background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_selector_bottom.gif");
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line {
  height: 19px;
  border-top: none;
  border-bottom: 1px solid white;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line li.dhtmlxcalendar_selector_cell,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line li.dhtmlxcalendar_selector_cell {
  width: 21px;
  height: 17px;
  line-height: 16px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right {
  display: none;
  width: 0px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table {
  margin-top: 0px;
  margin-bottom: 9px;
  border-top: 1px solid #000000;
  border-bottom: none;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_month,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_year,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_hours,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_minutes,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_minutes4,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_minutes5 {
  display: none;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_month div.dhtmlxcalendar_area_selector_month,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_year div.dhtmlxcalendar_area_selector_year,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours div.dhtmlxcalendar_area_selector_hours,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_area_selector_minutes,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_area_selector_minutes4,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_area_selector_minutes5 {
  display: block;
}
.dhtmlxcalendar_dhx_skyblue span.dhtmlxcalendar_label_minutes span.dhtmlxcalendar_selected_date {
  border-bottom: 2px solid red;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn {
  display: none;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell {
  width: 26px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell {
  width: 24px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_first,
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell {
  width: 26px;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn {
  display: block;
  width: 21px;
  color: #000000;
  background-color: #1a222c;
}
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn {
  display: block;
  width: 19px;
  color: #000000;
  background-color: #1a222c;
  border-color: #1a222c;
  font-size: 9pt;
}
div.dhtmlxcalendar_skin_detect {
  position: absolute;
  display: block;
  visibility: hidden;
  left: -100px;
  top: 0px;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}
div.dhxcombo_dhx_skyblue {
  position: relative;
  border: 1px solid #000000;
  vertical-align: middle;
  background-color: white;
  overflow: hidden;
  font-size: 1px;
  height: 22px;
  /* button */
  /* top image */
}
div.dhxcombo_dhx_skyblue input.dhxcombo_input {
  position: relative;
  top: 0px;
  left: 1px;
  height: 22px;
  line-height: 21px;
  *height: 20px;
  /* ie6,ie7 */
  *line-height: 19px;
  border: 0px solid white;
  outline: 0px solid white;
  padding: 0px;
  margin: 0px 0px 0px 2px;
  background-color: white;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 11pt;
  color: #000000;
  vertical-align: middle;
}
div.dhxcombo_dhx_skyblue div.dhxcombo_select_button {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  right: 1px;
  font-size: 1px;
  border: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
}
div.dhxcombo_dhx_skyblue div.dhxcombo_select_button div.dhxcombo_select_img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("imgs/dhxcombo_skyblue/dhxcombo_arrow_down.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
div.dhxcombo_dhx_skyblue div.dhxcombo_top_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 22px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  cursor: default;
}
/* options list */
div.dhxcombolist_dhx_skyblue {
  position: absolute;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 11pt;
  color: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0 2px 3px #ccc;
  background-color: #2a2929;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow-x: none;
  overflow-y: auto;
  -moz-transition: height 0.15s ease 0s;
  /* checkbox modif */
  /* image modif */
}
div.dhxcombolist_dhx_skyblue div.dhxcombo_option {
  position: relative;
  font-size: inherit;
  height: 20px;
  line-height: 19px;
  border-top: 1px solid #2a2929;
  border-bottom: 1px solid #2a2929;
  vertical-align: middle;
  overflow: hidden;
  cursor: default;
}
div.dhxcombolist_dhx_skyblue div.dhxcombo_option.dhxcombo_option_selected {
  background-color: #e8e8e8 !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  color: #000000;
}
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_option_text {
  position: relative;
  padding: 0px 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_chbx {
  position: relative;
  padding: 0px 4px 0px 4px;
  margin-left: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  white-space: nowrap;
}
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_checkbox {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url("imgs/dhxcombo_skyblue/dhxcombo_chbx.gif");
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  cursor: default;
}
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_0 {
  background-position: 0px 0px;
}
div.dhxcombolist_dhx_skyblue .dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_1 {
  background-position: -18px 0px;
}
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_image {
  position: relative;
  padding: 0px 4px 0px 4px;
  margin-left: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  white-space: nowrap;
}
div.dhxcombo_dhx_skyblue div.dhxcombo_top_image div.dhxcombo_image,
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_image {
  position: absolute;
  left: 3px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  cursor: default;
}
/* disabled */
div.dhxcombo_dhx_skyblue.dhxcombo_disabled {
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
div.dhxcombo_dhx_skyblue.dhxcombo_disabled input.dhxcombo_input {
  color: #b2b2b2;
  background-color: #fafafa;
}
div.dhxcombo_dhx_skyblue.dhxcombo_disabled div.dhxcombo_select_button {
  border-color: #cccccc;
  /* should match to COMMON DISABLED COLOR */
  background-color: #fefefe;
  background: linear-gradient(#fefefe, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#fefefe, endColorStr=#f4f4f4) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  cursor: default;
}
div.dhxcombo_dhx_skyblue.dhxcombo_disabled div.dhxcombo_select_button div.dhxcombo_select_img {
  background-image: url("imgs/dhxcombo_skyblue/dhxcombo_arrow_down_dis.gif");
}
/* in grid */
.dhxgrid_combo_icon {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
}
div.dhxcombo_dhx_skyblue.dhxcombo_in_grid {
  border-top: 1px solid white;
  border-bottom: 0px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin-left: -4px;
}
div.dhxcombo_dhx_skyblue.dhxcombo_in_grid input.dhxcombo_input {
  height: 18px;
  border-left: 2px solid white;
  line-height: 17px;
}
div.dhxcombo_dhx_skyblue.dhxcombo_in_grid div.dhxcombo_select_button {
  top: 0px;
}
/* skin detect */
.dhxcombo_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  /* 10 for skyblue */
  height: 10px;
  overflow: hidden;
}
.dhxcolorpicker_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  /* 10 for skyblue */
  height: 10px;
  overflow: hidden;
}
.dhtmlxcp_dhx_skyblue .dhxcp_g_area {
  position: absolute;
  width: 254px;
  height: 272px;
  border: 1px solid #000000;
  background-color: #2a2929;
}
.dhtmlxcp_dhx_skyblue .dhxcp_add_memory {
  height: 317px !important;
}
.dhtmlxcp_dhx_skyblue .dhxcp_sub_area {
  margin: 1px;
  width: 252px;
  height: 270px;
  background-color: #2a2929;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxcp_dhx_skyblue .dhxcp_add_memory .dhxcp_sub_area {
  height: 229px !important;
}
.dhtmlxcp_dhx_skyblue .dhxcp_g_color_area {
  padding: 10px;
  width: 232px;
  height: 122px;
  margin: 0px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector {
  position: absolute;
  width: 210px;
  height: 120px;
  background-image: url("imgs/dhxcp_skyblue/dhxcp_colors.png");
  background-repeat: no-repeat;
  border: 1px solid #000000;
  cursor: pointer;
  float: left;
}
.dhtmlxcp_dhx_skyblue .dhxcp_contrast_area {
  border: 1px solid #000000;
  position: relative;
  height: 120px;
  width: 10px;
  cursor: pointer;
  float: right;
}
.dhtmlxcp_dhx_skyblue .dhxcp_ie_gradient {
  height: 120px;
  width: 10px;
  margin: 0px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector .dhxcp_v_line {
  position: absolute;
  width: 0px;
  height: 120px;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  overflow: hidden;
}
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector .dhxcp_h_line,
.dhtmlxcp_dhx_skyblue .dhxcp_contrast_area .dhxcp_h_line {
  position: absolute;
  height: 0px;
  border-top: 1px solid #ffffff;
  cursor: pointer;
  overflow: hidden;
}
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector .dhxcp_h_line {
  width: 210px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_contrast_area .dhxcp_h_line {
  width: 10px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_g_input_area {
  padding: 0px 10px;
  width: 232px;
  height: 78px;
  margin: 0px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_value_cont {
  width: 60px;
  height: 82px;
  float: left;
}
.dhtmlxcp_dhx_skyblue .dhxcp_value_color {
  width: 56px;
  height: 30px;
  border: 1px solid #000000;
}
.dhtmlxcp_dhx_skyblue .dhxcp_value {
  width: 49px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 0px;
  background-color: white;
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #000000;
  text-align: left;
}
.dhtmlxcp_dhx_skyblue .dhxcp_inputs_cont {
  border: none;
  border-spacing: 0px;
  width: 161px;
  height: 78px;
  float: right;
}
.dhtmlxcp_dhx_skyblue .dhxcp_label_hsl,
.dhtmlxcp_dhx_skyblue .dhxcp_label_rgb {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  text-align: right;
  padding: 0px 3px 0px 0px;
}
.dhtmlxcp_dhx_skyblue td.dhxcp_input_hsl,
.dhtmlxcp_dhx_skyblue td.dhxcp_input_rgb {
  width: 27px;
  border: none;
  padding: 3px 0px;
  margin: 0px;
}
.dhtmlxcp_dhx_skyblue input.dhxcp_input_hsl,
.dhtmlxcp_dhx_skyblue input.dhxcp_input_rgb {
  width: 25px;
  height: 19px;
  border: 1px solid #000000;
  border-radius: 0px;
  background-color: white;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #000000;
  text-align: right;
  padding: 0px 3px;
  line-height: 18px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_g_memory_area {
  width: 232px;
  height: 0px;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  margin: 10px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_memory_button_cont {
  width: 232px;
  margin: 0px;
  height: 24px;
}
.dhtmlxcp_dhx_skyblue button {
  outline: none;
  border-radius: 2px;
  border: 1px solid #000000;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  padding: 0px;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhtmlxcp_dhx_skyblue button:hover {
  background-color: #2f2e2e;
  background: linear-gradient(#2f2e2e, #272627);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#2f2e2e, endColorStr=#272627) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhtmlxcp_dhx_skyblue button:active {
  background-color: #1f1f1f;
  background: linear-gradient(#1f1f1f, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1f1f1f, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 3px #ccc inset;
}
.dhtmlxcp_dhx_skyblue .dhxcp_save_to_memory {
  width: 232px;
  height: 24px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_save_to_memory .dhxcp_label_bm {
  background-image: url("imgs/dhxcp_skyblue/dhxcp_icon_save.png");
  background-repeat: no-repeat;
  display: inherit;
  padding-left: 15px;
  background-position: 0px 4px;
  height: 18px;
  line-height: 18px;
  width: 80px;
  margin: 1px auto;
  white-space: nowrap;
  text-align: left;
}
.dhtmlxcp_dhx_skyblue .dhxcp_memory_els_cont {
  width: 232px;
  height: 25px;
  margin-top: 3px;
  text-align: center;
}
.dhtmlxcp_dhx_skyblue .dhxcp_memory_el {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #000000;
  display: inline-block;
  margin: 0px 1px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_memory_el_select {
  border: 1px dashed black !important;
}
.dhtmlxcp_dhx_skyblue .dhxcp_memory_el_next {
  border: 1px dashed red !important;
}
.dhtmlxcp_dhx_skyblue .dhxcp_add_memory .dhxcp_g_memory_area {
  height: 55px !important;
  border-top: none !important;
  margin: 5px 10px 5px 10px;
}
.dhtmlxcp_dhx_skyblue .dhxcp_buttons_area {
  padding: 0px 10px;
  width: 232px;
  height: 26px;
  text-align: right;
  margin: 0px;
}
.dhtmlxcp_dhx_skyblue .dhx_button_save,
.dhtmlxcp_dhx_skyblue .dhx_button_cancel {
  padding: 2px 10px;
  margin: 1px;
  height: 24px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
}
.dhxcp_colorBox {
  float: right;
}
.dhxcp_colorInput {
  float: left;
}
.dhxcp_frm {
  background-color: white;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  width: 256px;
  height: 274px;
}
.dhtmlxcp_dhx_skyblue.dhtmlxcp_in_form .dhxcp_g_area {
  padding: 5px;
  border: 1px solid #000000;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
}
/**
*  for skin skyblue
*/
.dhxslider_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  border: 0px solid white;
  width: 10px;
  /* 10 for skyblue */
  height: 10px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dhtmlxslider_dhx_skyblue .dhxsl_hidden {
  display: none;
}
.dhtmlxslider_dhx_skyblue .dhxsl_container {
  position: relative;
  float: left;
  clear: left;
  margin: 0px;
  padding: 1px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxslider_dhx_skyblue .dhxsl_container.dhxsl_cont_hr {
  margin-top: 6px;
}
.dhtmlxslider_dhx_skyblue .dhxsl_container.dhxsl_cont_vr {
  margin-left: 6px;
}
.dhtmlxslider_dhx_skyblue .dhxsl_runner {
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  border-radius: 2px;
  background-color: #2f2e2e;
  background: linear-gradient(#2f2e2e, #272627);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#2f2e2e, endColorStr=#272627) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhtmlxslider_dhx_skyblue .dhxsl_runner_dis {
  border-color: #c9c9c9;
  background-color: #e8e8e8;
  background: linear-gradient(#e8e8e8, #dedede);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e8e8e8, endColorStr=#dedede) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhtmlxslider_dhx_skyblue .dhxsl_track {
  border: 1px solid #000000;
  border-radius: 2px;
  background-color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dhtmlxslider_dhx_skyblue .dhxsl_cont_vr .dhxsl_track {
  height: 100%;
  width: 3px;
}
.dhtmlxslider_dhx_skyblue .dhxsl_cont_hr .dhxsl_track {
  width: 100%;
  height: 3px;
}
.dhtmlxslider_dhx_skyblue .dhxsl_track_dis {
  border: 1px solid #c9c9c9;
  background-color: #f0f0f0;
}
div.dhx_popup_dhx_skyblue {
  position: absolute;
  /* offsets for IE */
  /* arrow image */
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area {
  position: relative;
  margin: 10px;
  padding: 3px 0px;
  border: 1px solid #000000;
  box-shadow: 0 0 3px #ccc;
  background-color: #2a2929;
  border-radius: 2px;
  /* components-related */
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
  padding: 0px 8px;
  height: 24px;
  line-height: 23px;
  border-top: 1px solid #2a2929;
  border-bottom: 1px solid #2a2929;
  white-space: nowrap;
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td div.dhtmlxcalendar_dhx_skyblue {
  position: relative;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
  padding: 2px 0px;
  font-size: 1px;
  position: relative;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
  position: relative;
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  width: 100%;
  border-top: 1px solid #000000;
  overflow: hidden;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:first-child {
  padding-left: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:last-child {
  padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr:hover td.dhx_popup_td {
  background-color: #001029;
  border-top: 1px solid #00061e;
  border-bottom: 1px solid #00061e;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
  background: none;
  border-top: 1px solid #2a2929;
  border-bottom: 1px solid #2a2929;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
  height: auto;
  line-height: inherit;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_skyblue {
  position: relative!important;
  background-image: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtree_dhx_skyblue {
  background: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxeditor_dhx_skyblue {
  border: 1px solid #000000;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhxform_obj_dhx_skyblue div.dhxeditor_dhx_skyblue {
  border-width: 0px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area {
  position: relative;
  background-color: #2a2929;
  border: 0px solid white;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area div.dhxcp_sub_area {
  background: #2a2929;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie {
  box-shadow: 0 0 6px #ccc;
  /* IE6 hover */
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.dhxnode td.dhx_popup_td {
  height: 1em;
  line-height: 1em;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
  padding-left: 16px;
  padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
  padding-left: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
  padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
  background-color: #001029;
  border-top: 1px solid #00061e;
  border-bottom: 1px solid #00061e;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow {
  position: absolute;
  background-repeat: no-repeat;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_bottom {
  width: 19px;
  height: 16px;
  background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_bottom.gif");
  background-position: top center;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_top {
  width: 19px;
  height: 16px;
  background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_top.gif");
  background-position: bottom center;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_right {
  width: 16px;
  height: 19px;
  background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_right.gif");
  background-position: center left;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_left {
  width: 16px;
  height: 19px;
  background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_left.gif");
  background-position: center right;
}
/* skin detect */
div.dhx_popup_skin_detect {
  position: absolute;
  display: block;
  visibility: hidden;
  left: -100px;
  top: 0px;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}
.dhxmenu_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  /* 10 for skyblue */
  height: 10px;
  overflow: hidden;
}
.dhtmlxMenu_dhx_skyblue_Middle {
  position: relative;
  height: 30px;
  border: none;
  overflow: hidden;
  background-color: #ebebeb;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxMenu_dhx_skyblue_Middle div.top_sep {
  float: left;
  position: relative;
  height: 22px;
  width: 0px;
  border-left: 1px solid #dddddd;
  margin: 4px 2px 0px 0px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxMenu_dhx_skyblue_Middle img.dhtmlxMenu_TopLevel_Item_Icon {
  float: left;
  margin: 2px 3px 0px 3px;
  width: 18px;
  height: 18px;
}
.dhtmlxMenu_dhx_skyblue_Middle div.dhtmlxMenu_TopLevel_Text_right {
  position: absolute;
  top: 8px;
  left: none;
  right: 8px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  cursor: default;
}
.dhtmlxMenu_dhx_skyblue_Middle div.dhtmlxMenu_TopLevel_Text_left {
  position: absolute;
  top: 8px;
  right: none;
  left: 8px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  cursor: default;
}
.dhtmlxMenu_dhx_skyblue_Middle.dir_left div.align_left {
  float: left;
}
.dhtmlxMenu_dhx_skyblue_Middle.dir_left div.align_right {
  float: right;
}
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled,
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
  position: relative;
  float: left;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  cursor: default;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  margin: 3px 2px 0px 0px;
  padding: 0px 3px;
}
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal div.top_level_text,
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled div.top_level_text,
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected div.top_level_text {
  float: left;
  margin: 0px 3px;
}
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled {
  border: 1px solid #ebebeb;
}
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled {
  color: #999999 !important;
}
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
  color: #000000;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon {
  position: absolute;
  border: 1px solid #000000;
  box-shadow: 0 0 3px #ccc;
  padding: 3px 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #2a2929;
  overflow: hidden;
  cursor: default;
  line-height: normal;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  line-height: normal;
  padding: 0px 3px;
  border-top: 1px solid #2a2929;
  border-bottom: 1px solid #2a2929;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td {
  background-color: #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #000000;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.sub_item_hk {
  color: #333333 !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_icon {
  width: 18px;
  text-align: center;
  vertical-align: middle;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_icon img.sub_icon {
  float: left;
  margin: 0px;
  width: 18px;
  height: 18px;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_item_text {
  padding: 0px 12px 0px 1px;
  height: 22px;
  line-height: 21px;
  white-space: nowrap;
  text-align: left;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_item_text {
  color: #999999 !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk {
  padding-left: 8px;
  padding-right: 8px;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk div.sub_item_hk {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 9pt;
  color: #ffffff;
  text-align: right;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis td.sub_item_hk div.sub_item_hk {
  color: #9b9b9b !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.complex_arrow {
  width: 4px;
  margin: 0px 2px 0px 5px;
  height: 22px;
  background-image: url("imgs/dhxmenu_skyblue/dhxmenu_subar.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  overflow: hidden;
  font-size: 1px;
  float: right;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.complex_arrow {
  background-position: -4px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.complex_arrow {
  background-position: -8px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.complex_arrow_loading {
  width: 11px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("imgs/dhxmenu_skyblue/dhxmenu_loader.gif");
  float: right;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon {
  float: left;
  margin: 0px;
  width: 18px;
  height: 18px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("imgs/dhxmenu_skyblue/dhxmenu_chrd.gif");
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.chbx_0 {
  background-position: 0px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.chbx_1 {
  background-position: -18px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.chbx_0 {
  background-position: -36px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.chbx_1 {
  background-position: -54px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.rdbt_0 {
  background-position: -72px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.rdbt_1 {
  background-position: -90px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.rdbt_0 {
  background-position: -108px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.rdbt_1 {
  background-position: -126px 0px !important;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon tr.sub_sep td {
  padding: 2px 0px;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon div.sub_sep {
  position: static;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  width: 100%;
  border-top: 1px solid #000000;
}
iframe.dhtmlxMenu_IE6CoverFix_dhx_skyblue {
  position: absolute;
  border: none;
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp,
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp_Over,
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp_Disabled {
  position: relative;
  font-size: 1px;
  border-bottom: 1px solid #000000;
  background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_up.gif");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 8px 0px;
  margin-bottom: 3px;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp_Disabled {
  background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_up_dis.gif");
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown,
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown_Over,
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown_Disabled {
  position: relative;
  font-size: 1px;
  border-top: 1px solid #000000;
  background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_down.gif");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 8px 0px;
  margin-top: 3px;
}
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown_Disabled {
  background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_down_dis.gif");
}
.dhtmlxribbon_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  /* 10 for skyblue */
  height: 10px;
  overflow: hidden;
}
.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.dhtmlxribbon_dhx_skyblue {
  overflow: hidden;
  width: 100%;
  background-color: #2a2929;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_background_area {
  height: 115px;
  background-color: #2a2929;
  margin: 1px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_with_tabbar {
  height: 145px;
}
.dhtmlxribbon_dhx_skyblue div.dhx_cell_tabbar {
  background-color: #2a2929 !important;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_g_area {
  height: 115px;
  float: left;
  clear: left;
  overflow: hidden;
  position: relative;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base {
  margin: 3px;
  float: left;
  border: 1px solid #000000;
  background-color: #252424;
  border-radius: 2px;
  height: 106px;
  overflow: hidden;
  position: relative;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base .dhxrb_block_items {
  height: 84px;
  float: left;
  padding: 2px 0px;
  overflow: hidden;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base > .dhxrb_block_label {
  height: 18px;
  line-height: 17px;
  *height: auto;
  *line-height: 1em;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base .dhxrb_block_label {
  text-align: center;
  clear: left;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #000000;
  background-color: #201f1f;
  *padding: 1px 3px 4px;
  *font-size: 11px;
  *font-family: Tahoma, FreeSans;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button {
  margin: 0pc 2px 5px;
  float: left;
  text-align: center;
  padding: 4px 6px;
  height: 72px;
  border-radius: 2px;
  border: 1px solid #252424;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  background-color: #252424;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_image {
  width: 48px;
  height: 48px;
  border: none;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_label_button {
  margin: 0px auto;
  cursor: default;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  line-height: 10px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_invisible {
  visibility: hidden;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block {
  float: left;
  margin: 0px 2px 5px;
  position: relative;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block .dhxrb_invisible {
  display: none;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button {
  height: 21px;
  margin: 1px 3px;
  float: left;
  clear: left;
  padding: 3px 4px 0px 4px;
  border-radius: 2px;
  border: 1px solid #252424;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  background-color: #252424;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row {
  height: 20px;
  margin: 1px 3px;
  float: left;
  padding: 3px 4px 1px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #252424;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  background-color: #252424;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_buttoncombo_cont {
  height: 22px;
  padding: 0px 2px !important;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo_cont {
  height: 24px;
  padding: 1px 2px !important;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo {
  float: left;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_slider,
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_slider {
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row center,
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group center,
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button center {
  float: left;
  margin: 0px;
  padding: 0px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_slider {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_slider {
  width: 16px;
  margin: 2px 0px;
  height: 50px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group {
  height: 19px;
  float: left;
  padding: 2px 4px 1px;
  border: 1px solid #ffffff;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_input {
  float: left;
  border: 1px solid #000000;
  height: 14px;
  width: 80px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  padding: 1px 2px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_input:disabled {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  color: #b2b2b2;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_image,
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_image,
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_image {
  width: 18px;
  height: 18px;
  float: left;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_label_button,
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_label_button,
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_label_button {
  float: left;
  cursor: default;
  margin: 2px 4px 2px 6px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo_cont .dhxrb_label_button {
  float: left;
  margin-left: 3px;
  height: 18px;
  line-height: 18px;
  cursor: default;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_label_checkbox {
  float: left;
  margin: 2px 4px;
  cursor: default;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_disable_text_style,
.dhtmlxribbon_dhx_skyblue .dhxrb_item_disable .dhxrb_label_checkbox {
  color: #999999 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_highlight0 {
  border: 1px solid #000000;
  background-color: #2f2e2e;
  background: linear-gradient(#2f2e2e, #272627);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#2f2e2e, endColorStr=#272627) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_highlight1 {
  border: 1px solid #000000;
  background-color: #1f1f1f;
  background: linear-gradient(#1f1f1f, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1f1f1f, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 3px #000000 inset;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_highlight0 {
  border: 1px solid #202529;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_highlight1 {
  background-color: #1f1f1f;
  background: linear-gradient(#1f1f1f, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1f1f1f, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 3px #000000 inset;
  border: 0px;
  padding: 3px 5px 2px 5px;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_item_hide {
  display: none !important;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_block_rows {
  float: left;
  position: relative;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_block_row {
  float: left;
  clear: left;
  margin: 0px 2px;
  height: 28px;
  overflow: hidden;
  position: relative;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_arrow {
  padding: 0px 5px;
  margin-left: 2px;
  background: url("imgs/dhxribbon_skyblue/dhxribbon_arrow.gif") no-repeat 50%;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block .dhxrb_group {
  border: 1px solid #000000;
  background: #2a2929;
  height: 24px;
  border-radius: 2px;
  float: left;
  clear: left;
  margin: 1px 3px;
  overflow: hidden;
  position: relative;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_block_row .dhxrb_group {
  border: 1px solid #000000;
  background: #2a2929;
  height: 24px;
  border-radius: 2px;
  float: left;
  margin: 1px 3px;
  overflow: hidden;
  position: relative;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_label_hide {
  display: none;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_separator_groupp {
  height: 24px;
  width: 0;
  border-left: 1px solid #071629;
  overflow: hidden;
  float: left;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_checked.dhxrb_item_disable > .dhxrb_checkbox {
  background-image: url("imgs/dhxribbon_skyblue/dhxribbon_checked_dis.gif");
  background-repeat: no-repeat;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_checked .dhxrb_checkbox {
  background-image: url("imgs/dhxribbon_skyblue/dhxribbon_checked.gif");
  background-repeat: no-repeat;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_item_disable .dhxrb_checkbox {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_checkbox {
  border: 1px solid #000000;
  background-color: #ffffff;
  float: left;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  overflow: hidden;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_item_text {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 13px;
  color: #000000;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_item_text {
  height: 19px;
  line-height: 18px;
  *float: left;
  *clear: left;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_item_text,
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_item_text {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 14px;
  color: #000000;
}
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_item_text {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 30px;
  color: #000000;
  line-height: 72px;
  height: 72px;
  float: left;
  clear: left;
}
.dhxtoolbar_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.dhx_toolbar_dhx_skyblue {
  border: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  position: relative;
  padding: 0px 5px;
  height: 30px;
  line-height: normal;
  cursor: default;
  overflow: hidden;
  /* font */
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
}
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_float_left {
  float: left;
}
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_float_right {
  float: right;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn,
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw {
  position: relative;
  float: left;
  margin-top: 2px;
  padding: 2px 3px;
  *padding-bottom: 4px;
  margin-right: 1px;
  line-height: normal;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
  height: 22px;
  *height: 20px;
  overflow: hidden;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis,
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_dis {
  color: #999999;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_over,
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_over {
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 1px 2px;
  *padding-bottom: 3px;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_pres,
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_pres {
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 1px 2px;
  *padding-bottom: 3px;
  background-color: #1f1f1f;
  background: linear-gradient(#1f1f1f, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1f1f1f, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_pres_dis {
  color: #999999;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  padding: 1px 2px;
  *padding-bottom: 3px;
  background-color: #1f1f1f;
  background: linear-gradient(#1f1f1f, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1f1f1f, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn img {
  float: left;
  margin: 2px;
  width: 18px;
  height: 18px;
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn .dhxtoolbar_input {
  position: relative;
  float: left;
  border: 1px solid #000000;
  background-color: white;
  margin: 1px;
  padding: 2px 4px 3px 4px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  line-height: normal;
  direction: ltr;
  outline: none;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn .dhxtoolbar_input:disabled {
  background-color: #e7eef8;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn div.dhxtoolbar_text,
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw div.arwimg {
  float: left;
  font: inherit;
  height: 18px;
  line-height: 17px;
  margin: 2px 4px;
  padding: 0px;
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw {
  margin-left: -3px;
  z-index: 1;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw div.arwimg {
  margin: 2px 0px;
  padding: 0px 3px;
  /*background-image: url("imgs/dhxtoolbar_skyblue/dhxtoolbar_arrow.gif");*/
  background-position: center center;
  background-repeat: no-repeat;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_dis div.arwimg {
  background-image: url("imgs/dhxtoolbar_skyblue/dhxtoolbar_arrow_dis.gif");
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_sep {
  float: left;
  border-left: 1px solid #031116;
  height: 20px;
  margin: 5px 6px 0px 5px;
  overflow: hidden;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_text {
  float: left;
  vertical-align: middle;
  margin-top: 3px;
  padding: 3px 5px;
  line-height: 17px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_l,
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_m,
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_r {
  float: left;
  height: 5px;
  line-height: 1px;
  margin: 8px 0px 6px 0px;
  padding: 0px;
  width: 2px;
  font-size: 1px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #2a2929;
  overflow: hidden;
}
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_l {
  margin-left: 4px;
  border-left: 1px solid #000000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_r {
  margin-right: 4px;
  border-right: 1px solid #000000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_pen,
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_pen.dhxtoolbar_over {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 14px;
  border: 1px solid #000000;
  background-color: #262527;
  background: linear-gradient(#262527, #211f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#262527, endColorStr=#211f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  border-radius: 1px;
  cursor: default;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_pen {
  border-color: #c9c9c9;
  background-color: #e5e5e5;
  background: linear-gradient(#e5e5e5, #e0e0e0);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e5e5e5, endColorStr=#e0e0e0) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_bg_l,
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_bg_m,
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_bg_r {
  border-color: #c9c9c9;
  background-color: #e9e9e9;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 {
  height: 36px !important;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_arw {
  height: 28px;
  *height: 26px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn img {
  width: 24px;
  height: 24px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn div.dhxtoolbar_text,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_arw div.arwimg {
  height: 24px;
  line-height: 23px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_text {
  padding-top: 6px;
  padding-bottom: 6px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_sep {
  height: 26px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_bg_l,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_bg_m,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_bg_r {
  margin-top: 11px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_pen {
  top: 8px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn .dhxtoolbar_input {
  margin-top: 4px;
  margin-bottom: 4px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 {
  height: 44px !important;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_arw {
  height: 36px;
  *height: 34px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn img {
  width: 32px;
  height: 32px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn div.dhxtoolbar_text,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_arw div.arwimg {
  height: 32px;
  line-height: 31px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_sep {
  height: 34px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_bg_l,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_bg_m,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_bg_r {
  margin-top: 15px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_pen {
  top: 12px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn .dhxtoolbar_input {
  margin-top: 8px;
  margin-bottom: 8px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 {
  height: 60px !important;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_arw {
  height: 52px;
  *height: 50px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn img {
  width: 48px;
  height: 48px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn div.dhxtoolbar_text,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_arw div.arwimg {
  height: 48px;
  line-height: 47px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_text {
  padding-top: 18px;
  padding-bottom: 18px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_sep {
  height: 50px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_bg_l,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_bg_m,
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_bg_r {
  margin-top: 23px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_pen {
  top: 20px;
}
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn .dhxtoolbar_input {
  margin-top: 16px;
  margin-bottom: 16px;
}
div.dhx_toolbar_poly_dhx_skyblue {
  position: absolute;
  border: 1px solid #000000;
  box-shadow: 0 0 3px #ccc;
  padding: 3px 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #2a2929;
  overflow: hidden;
  cursor: default;
  line-height: normal;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.dhx_toolbar_poly_dhx_skyblue td {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  line-height: normal;
  padding: 0px 3px;
  border-top: 1px solid #2a2929;
  border-bottom: 1px solid #2a2929;
}
div.dhx_toolbar_poly_dhx_skyblue .tr_btn_over td,
div.dhx_toolbar_poly_dhx_skyblue .tr_btn_selected td {
  background-color: #001629;
  border-top: 1px solid #00061e;
  border-bottom: 1px solid #00061e;
}
div.dhx_toolbar_poly_dhx_skyblue .tr_btn_disabled td {
  color: #999999;
}
div.dhx_toolbar_poly_dhx_skyblue td.td_btn_img {
  width: 18px;
  text-align: center;
}
div.dhx_toolbar_poly_dhx_skyblue td.td_btn_img img.btn_sel_img {
  width: 18px;
  height: 18px;
}
div.dhx_toolbar_poly_dhx_skyblue td.td_btn_txt div.btn_sel_text {
  padding: 0px 12px 0px 1px;
  height: 22px;
  line-height: 21px;
}
div.dhx_toolbar_poly_dhx_skyblue tr.tr_sep td {
  padding: 2px 0px;
}
div.dhx_toolbar_poly_dhx_skyblue div.btn_sep {
  position: relative;
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  width: 100%;
  border-top: 1px solid #000000;
}
div.dhx_toolbar_slider_label_dhx_skyblue {
  position: absolute;
  border: 1px solid #000000;
  box-shadow: 0 0 3px #ccc;
  background-color: #2a2929;
  padding: 5px 8px;
  border-radius: 2px;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  line-height: normal;
}
.dhxtoolbar_maxopen_test {
  position: absolute;
  width: 200px;
  height: 50px;
  overflow-x: none;
  overflow-y: auto;
  left: -300px;
  top: 100px;
  border: 1px solid white;
  visibility: hidden;
}
.dhxtoolbar_maxopen_test2 {
  height: 200px;
}
.dhxeditor_dhx_skyblue {
  position: relative;
}
.dhxeditor_dhx_skyblue iframe.dhxeditor_mainiframe {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb {
  position: relative;
  height: 30px;
  padding: 0px 5px;
  border-bottom: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button {
  float: left;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 2px;
  margin-left: 5px;
  margin-top: 7px;
  cursor: pointer;
  background-image: url("imgs/dhxeditor_skyblue/buttons.gif");
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_bold {
  margin-left: 5px;
  background-position: 0px 0px;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_italic {
  background-position: -18px 0px;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_underline {
  background-position: -36px 0px;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_clearformat {
  background-position: -54px 0px;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor {
  position: absolute;
  background-color: white;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: default;
  z-index: 0;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_cont_editor {
  position: absolute;
  overflow: hidden;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_toolbar_def {
  position: relative;
  overflow: hidden;
}
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.dhxwins_vp_dhx_skyblue div.dhx_cell_cont_wins div.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}
.dhxwins_vp_dhx_skyblue div.dhx_cell_cont_wins div.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_cont_editor {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.dhxwins_vp_dhx_skyblue div.dhx_cell_cont_wins div.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_toolbar_def {
  padding: 0px;
  border-top: 1px solid #000000;
}
.dhxeditor_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.dhx_tooltip {
  display: none;
  position: absolute;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  color: #626262;
  font-size: 10pt;
  z-index: 10000;
  padding: 4px 10px 4px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 0 3px #d9d9d9;
  -webkit-box-shadow: 0 0 3px #d9d9d9;
  text-shadow: 0px 1px 1px #fff;
  box-shadow: 0 0 5px #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(0.5, #f6f6f6), color-stop(1, #efefef));
  background: -o-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
  background: -ms-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
  background: -moz-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
  background: #efefef;
}
.dhx_chart {
  position: relative;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #000000;
  overflow: hidden;
}
.dhx_chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}
/*labels*/
.dhx_canvas_text {
  position: absolute;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1000;
}
/*map*/
.dhx_map_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
/*scales*/
.dhx_axis_item_y {
  position: absolute;
  height: 18px;
  line-height: 18px;
  /*line-height:10px;*/
  margin-top: -4px;
  text-align: right;
}
.dhx_axis_title_x {
  text-align: center;
}
.dhx_axis_title_y {
  text-align: center;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  /*safari*/
  -webkit-transform: rotate(-90deg);
  /*firefox*/
  -moz-transform: rotate(-90deg);
  /*opera*/
  -o-transform: rotate(-90deg);
  /*IE9*/
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 18px;
  line-height: 18px;
  font-size: 10pt;
  /*padding-left:3px;*/
}
.dhx_ie_filter {
  /*IE8*/
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  zoom: 1;
  font-family: serif;
}
/*legend block*/
.dhx_chart_legend {
  position: absolute;
  z-index: 1000;
}
.dhx_chart_legend_item {
  height: 18px;
  line-height: 18px;
  padding: 2px;
  cursor: pointer;
}
.dhx_chart_legend_item.hidden {
  color: #aaa;
}
.dhx_axis_item_y.dhx_radar {
  color: #666666;
  font-size: 12px;
  padding-right: 3px;
  height: 13px;
  line-height: 13px;
  margin-top: 0px;
}
.dhx_canvas_text.dhx_axis_radar_title {
  margin-top: 0px;
  padding-top: 0px;
}
.dhx_axis_item_y,
.dhx_axis_item_x {
  color: #666666;
}
.dhx_axis_item_x {
  padding-top: 2px;
}
.dhx_tooltip {
  display: none;
  position: absolute;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  color: #626262;
  font-size: 10pt;
  z-index: 10000;
  padding: 4px 10px 4px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 0 3px #d9d9d9;
  -webkit-box-shadow: 0 0 3px #d9d9d9;
  text-shadow: 0px 1px 1px #fff;
  box-shadow: 0 0 5px #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(0.5, #f6f6f6), color-stop(1, #efefef));
  background: -o-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
  background: -ms-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
  background: -moz-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
  background: #efefef;
}
.dhx_noselect {
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  /*latest ff*/
  -khtml-user-select: none;
}
/*helper for allowing selection*/
.dhx_allow_selection {
  -moz-user-select: text;
  -user-select: text;
}
/*top container of DataView*/
.dhx_dataview {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  /*latest ff*/
  -khtml-select: none;
}
/*applied to a dragged element*/
.dhx_drag_zone {
  position: absolute;
  border: 1px solid #A4BED4;
  z-index: 8000;
  -moz-box-shadow: 5px 5px 5px #888;
  /*Not work in IE*/
  -khtml-box-shadow: 5px 5px 5px #888;
}
/*style is applied to the active drop target*/
/*default item in dataview*/
.dhx_dataview_default_item,
.dhx_dataview_default_item_selected {
  cursor: pointer;
  background-color: #ffffff;
}
.dhx_dataview .dhx_dataview_default_item,
.dhx_dataview .dhx_dataview_default_item_selected {
  border-right: 1px solid #000000;
  border-bottom: 1px dotted #000000;
}
/*default item in selected state*/
.dhx_dataview_default_item_selected {
  background-color: #e8e8e8;
  color: #e8e8e8;
  border-color: #e8e8e8;
  background-repeat: repeat-x;
}
/*defautl styles which will be used by any kind of dataview's item*/
.dhx_dataview_item {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #000000;
}
/*predefined styles for text lables inside a item*/
.dhx_dataview_item .dhx_strong {
  font-weight: bold;
  display: block;
  padding-bottom: 6px;
}
.dhx_dataview_default_item_selected .dhx_light {
  color: #C3C3C3;
}
.dhx_dataview_item .dhx_light {
  color: #919191;
}
/*style of dataview's item, when drag is moved other it*/
.dhx_drag_over {
  background-color: #faf768;
  background-image: url("../imgs/dhxdataview_skyblue/marker.png");
  background-repeat: repeat-x;
}
/*paging related styles*/
/*button of pager*/
.dhx_pager_item,
.dhx_pager_item_selected {
  float: left;
  text-align: center;
  height: 16px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  border: 1px solid gray;
  padding: 2px 4px;
  margin-left: 5px;
  cursor: pointer;
  background-color: white;
}
/*selected  button of pager*/
.dhx_pager_item_selected {
  background-color: lightgrey;
  color: white;
  cursor: default;
  font-weight: bold;
}
.defaultTreeTable {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.containerTableStyle {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: 0;
  font-size: 12px;
  -khtml-user-select: none;
}
.containerTableStyleRTL span {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.containerTableStyleRTL {
  direction: rtl;
  overflow: auto;
  position: relative;
  top: 0;
  font-size: 12px;
}
.standartTreeRow {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  -moz-user-select: none;
}
.selectedTreeRow {
  background-color: navy;
  color: white;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  -moz-user-select: none;
}
.dragAndDropRow {
  background-color: navy;
  color: white;
}
.standartTreeRow_lor {
  text-decoration: underline;
  background-color: #ffffff;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  -moz-user-select: none;
}
.selectedTreeRow_lor {
  text-decoration: underline;
  background-color: navy;
  color: white;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  -moz-user-select: none;
}
.standartTreeImage {
  width: 18px;
  height: 18px;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 1px;
}
.hiddenRow {
  width: 1px;
  overflow: hidden;
}
.dragSpanDiv,
.dragSpanDiv td {
  font-size: 12px;
  background-color: #ffffff;
  z-index: 999;
}
.a_dhx_hidden_input {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  border: none;
  background: none;
}
.a_dhx_hidden_input {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  border: none;
  background: none;
}
.selectionBox {
  background-color: #FFFFCC;
}
.selectionBar {
  top: 0;
  background-color: black;
  position: absolute;
  overflow: hidden;
  height: 2px;
  z-index: 11;
}
.intreeeditRow {
  font-size: 8pt;
  height: 16px;
  border: 1px solid silver;
  padding: 0;
  margin: 0;
  margin-left: 4px;
  -moz-user-select: text;
  -khtml-user-select: text;
}
.dhx_tree_textSign {
  font-size: 8pt;
  font-family: monospace;
  width: 21px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  text-align: center;
}
.dhx_tree_opacity {
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dhx_bg_img_fix {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
}
.dhxtree_dhx_black,
.dhxtree_dhx_skyblue {
  background: #ffffff;
  color: #000000;
}
*html .dhxtree_dhx_skyblue .standartTreeRow,
*html .dhxtree_dhx_skyblue .standartTreeRow_lor {
  border-right: 0px solid red;
  border-left: 0px solid red;
}
*html .dhxtree_dhx_skyblue span.standartTreeRow,
*html .dhxtree_dhx_skyblue span.standartTreeRow_lor {
  margin-left: 1px;
}
.dhxtree_dhx_skyblue .standartTreeRow,
.dhxtree_dhx_skyblue .standartTreeRow_lor {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
.dhxtree_dhx_skyblue .selectedTreeRow_lor,
.dhxtree_dhx_skyblue .selectedTreeRow {
  background-color: #e8e8e8;
  background-repeat: repeat-x;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 17px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  overflow: hidden;
}
html > body .dhxtree_dhx_skyblue .selectedTreeRow,
html > body .dhxtree_dhx_skyblue .selectedTreeRow_lor {
  padding: 1px 0px 1px 0px;
  line-height: normal;
  *display: inline-block;
  height: 13px;
}
body:nth-of-type(1) .dhxtree_dhx_skyblue span.selectedTreeRow,
body:nth-of-type(1) .dhxtree_dhx_skyblue span.selectedTreeRow_lor {
  padding: 1px 0px 1px 0px;
  padding-top: 0px;
  box-sizing: border-box;
  line-height: 12px;
  height: 13px;
}
.dhxtree_dhx_web .selectedTreeRow_lor,
.dhxtree_dhx_web .selectedTreeRow {
  background-color: transparent;
}
.dhxtree_dhx_web span.selectedTreeRow_lor,
.dhxtree_dhx_web span.selectedTreeRow {
  background-color: #e8e8e8;
  color: #000000;
}
.dhxtree_dhx_web td.standartTreeRow,
.dhxtree_dhx_web td.selectedTreeRow {
  padding-left: 2px;
}
.dhxtree_dhx_web span.standartTreeRow,
.dhxtree_dhx_web span.selectedTreeRow {
  padding-left: 3px !important;
}
.dhxtree_dhx_web .standartTreeRow,
.dhxtree_dhx_web .standartTreeRow,
.dhxtree_dhx_web .selectedTreeRow_lor,
.dhxtree_dhx_web .selectedTreeRow {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  overflow: hidden;
}
.dhxtree_dhx_terrace .standartTreeRow,
.dhxtree_dhx_terrace .standartTreeRow,
.dhxtree_dhx_terrace .selectedTreeRow_lor,
.dhxtree_dhx_terrace .selectedTreeRow {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  padding: 3px 1px 4px 2px;
}
.dhxtree_dhx_terrace .standartTreeImage {
  padding-left: 3px;
}
.dhxtree_dhx_terrace .selectedTreeRow_lor,
.dhxtree_dhx_terrace .selectedTreeRow {
  background-color: transparent;
}
.dhxtree_dhx_terrace span.selectedTreeRow_lor,
.dhxtree_dhx_terrace span.selectedTreeRow {
  background-color: #e8e8e8;
  color: #000000;
}
div.gridbox {
  overflow: hidden;
  text-align: left;
}
.dhx_sub_row {
  background-color: #ffffff;
}
div.gridbox .xhdr {
  background-color: #D4D0C8;
}
div.gridbox table.obj {
  height: 1px;
}
div.gridbox table.hdr td {
  line-height: normal;
  font-family: arial;
  font-size: 12px;
  background-color: #D4D0C8;
  border: 1px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  text-align: center;
  margin: 0px;
  padding: 7px 0px 7px 0px ;
  font-weight: normal;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  overflow: hidden;
  empty-cells: show;
}
div.gridbox table.hdr td div.hdrcell {
  overflow: hidden;
}
div.gridbox table.obj td {
  border: 1px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  font-family: Arial;
  font-size: 12px;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  empty-cells: show;
}
div.gridbox table.obj th,
div.gridbox table.hdr th {
  padding: 0px 0px 0px 0px ;
  margin: 0px 0px 0px 0px ;
}
div.gridbox table.row20px tr td {
  height: 20px;
  white-space: nowrap;
  padding: 0px;
}
div.gridbox .objbox {
  background-color: #ffffff;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
div.gridbox table.obj td span.space,
div.gridbox table.obj td img.space {
  width: 18px;
}
div.gridbox table.obj tr.rowselected td.cellselected,
div.gridbox table.obj td.cellselected {
  background-color: #d8d8d8;
  color: black;
}
div.gridbox table.obj tr.rowselected td {
  background-color: #e1e0d7;
  color: black;
}
div.gridbox table.obj td.editable {
  -moz-user-select: text;
}
div.gridbox table.obj td.group_row {
  vertical-align: middle;
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: bold;
  height: 30px;
  border: 0px;
  border-bottom: 2px solid navy;
}
.dragSpanDiv {
  font-size: 12px;
  border: 1px gray solid;
  background-color: #ffffff;
  z-index: 999;
}
.dhx_combo_select {
  font-family: arial;
  font-size: 12px;
  border: 1px solid;
  border-color: black silver silver black;
  background-color: #ffffff;
  overflow: hidden;
  cursor: default;
  position: absolute;
  height: auto;
  z-index: 600;
}
.dhx_combo_edit {
  width: 100%;
  border: 0px;
  padding: 0px;
  padding-right: 1px !ie;
  margin: 0px;
  font: 12px arial;
  overflow: hidden;
}
.dhx_textarea {
  border: 1px solid;
  border-color: black silver silver black;
  position: absolute;
  height: 100px;
  z-index: 600;
}
.dhx_clist {
  background-color: #ffffff;
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  z-index: 300;
}
.gridDragLine {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: black;
  overflow: hidden;
}
/*paginal output*/
div.pagingBlock {
  font-size: 12px;
  font-family: verdana,arial;
}
div.pagingBlock .pagingCurrentPage {
  font-weight: bold;
  cursor: default;
}
div.pagingBlock .pagingPage {
  cursor: pointer;
  text-decoration: underline;
}
span.recordsInfoBlock {
  font-size: 12px;
  font-family: verdana,arial;
}
div.pagingBlock a {
  text-decoration: none;
  padding-right: 2px;
  color: black;
  cursor: pointer;
}
div.pagingBlock a.dhx_not_active {
  text-decoration: none;
  cursor: default;
}
/*class for toolbar selectbox. used with pagingWT*/
.toolbar_select {
  font-size: 10px;
}
/*block selection style*/
.dhtmlxGrid_selection {
  -moz-opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  background-color: yellow;
  opacity: 0.5;
  border: 1px dotted black;
}
div.gridbox div.ftr {
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: 100%;
  overflow: hidden;
}
div.gridbox div.ftr td {
  padding: 0px;
  padding-left: 10px;
  padding-right: 5px;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  background-color: #ffffcc;
  font-style: italic;
  font-family: arial;
  font-size: 12px;
  overflow: hidden;
}
div.gridbox table.hdr td.columnTargetR div.hdrcell {
  border-right: 3px double #FF6600;
  border-left: 3px solid #D4D0C8;
}
div.gridbox table.hdr td.columnTargetL div.hdrcell {
  border-right: 3px solid #D4D0C8;
  border-left: 3px double #FF6600;
}
.dhx_dragColDiv {
  font-family: Arial;
  font-size: 12px;
  background-color: #D4D0C8;
  border: 1px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  text-align: center;
  margin: 0px;
  padding: 5px 20px 5px 20px ;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.dhtmlx_live_validation_error {
  background-color: #FFE0E0 !important;
}
.dhtmlx_validation_error {
  border-bottom: 2px solid red !important;
}
.dhx_header_cmenu {
  background-color: #ffffff;
  border: 2px outset silver;
  z-index: 2;
}
.dhx_header_cmenu_item {
  white-space: nowrap;
}
div.gridboxgridbox_dhx_skyblue div.ftr td {
  text-align: right;
  color: #ffffff;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  border-color: #000000;
}
div.gridbox td.filter input,
div.gridbox td.filter select {
  width: 90%;
  font-size: 8pt;
  font-family: Tahoma;
  -moz-user-select: text;
}
div.gridbox_dhx_skyblue.gridbox .ftr,
div.gridbox_dhx_skyblue.gridbox .xhdr {
  color: #ffffff;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
div.gridbox_dhx_skyblue.isModern table.hdr tr td {
  color: #ffffff;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
div.gridbox_dhx_skyblue.isIE table.hdr tr {
  color: #ffffff;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
div.gridbox_dhx_skyblue.gridbox table.obj tr td {
  border-width: 0px 0px 0px 0px;
  padding-right: 4px;
  padding-left: 4px;
}
div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
  padding-left: 10px;
  width: auto;
}
div.gridbox_dhx_skyblue.gridbox table.hdr td {
  border-width: 1px 1px 1px 1px;
  border-color: #2a2929 #000000 #000000 #2a2929;
  background-color: transparent;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  color: #ffffff;
  vertical-align: top;
  text-align: left;
}
div.gridbox_dhx_skyblue.gridbox {
  border: 1px solid #000000;
}
div.gridbox_dhx_skyblue.gridbox table.obj {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
  color: #000000;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}
* html .gridbox_dhx_skyblue.gridbox .obj td {
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td {
  height: 23px;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
div.gridbox_dhx_skyblue.isModern table.obj.row20px tr td {
  line-height: 23px;
}
div.gridbox_dhx_skyblue table.obj.row20px tr td.editable .treegrid_cell {
  margin-top: -2px;
  height: 21px;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr td.editable div.treegrid_cell {
  padding: 1px 4px !important;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected {
  background-color: #e8e8e8;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td {
  background-color: #e8e8e8;
  color: #000000;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td,
div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue.rowselected td {
  background-color: #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td.cellselected {
  background-color: #e8e8e8;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue td {
  background: #2c2b2b;
  border-top: 1px solid #2c2b2b;
  border-bottom: 1px solid #2c2b2b;
}
div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue {
  background: #2c2b2b;
}
.dhx_combo_select,
.gridbox_dhx_skyblue.gridbox .dhx_combo_edit,
.gridbox_dhx_skyblue.gridbox .dhx_textarea {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10.75pt;
}
.gridbox_dhx_skyblue .dhx_combo_edit {
  padding: 1px 0px 1px 1px;
}
.gridbox_dhx_skyblue.isIE .dhx_combo_edit {
  padding: 0px 0px 0px 1px;
}
.gridbox_dhx_skyblue.gridbox .dhx_sub_row {
  background-color: transparent;
}
.dhx_header_cmenu {
  background-color: #ffffff;
  border: 2px outset silver;
  z-index: 2;
}
.dhx_header_cmenu_item {
  white-space: nowrap;
}
/*======PAGING. BRICKS SKIN=========*/
.dhx_pbox {
  margin-top: 3px;
  border: 1px solid #D4D0C8;
  border-top: 0px;
  font-size: 10px;
}
.dhx_pline {
  background-color: white;
  margin: -15px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  float: left;
}
.dhx_page,
.dhx_pager_info {
  margin: 3px;
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  float: left;
  cursor: pointer;
  color: black;
  background-color: gray;
  padding: 1px;
}
.dhx_pager_info {
  white-space: nowrap;
  background-color: white;
  margin: -8px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  cursor: default;
}
.dhx_page div {
  background-color: white;
  width: 16px;
  height: 17px;
  vertical-align: middle;
}
div.dhx_page_active {
  font-weight: bold;
  background-color: lightgrey;
  cursor: default;
  color: white;
}
/* for modern grid skin */
.dhx_pbox_modern {
  margin-top: 3px;
  border: 1px solid #D6D6D6;
  border-top: 0px;
  font-size: 10px;
}
.dhx_pline_modern {
  background-color: white;
  margin: -15px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  float: left;
}
.dhx_page_modern,
.dhx_pager_info_modern {
  margin: 3px;
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  float: left;
  cursor: pointer;
  color: #055A78;
  background-color: #D6D6D6;
  padding: 1px;
}
.dhx_pager_info_modern {
  white-space: nowrap;
  background-color: white;
  margin: -8px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  cursor: default;
}
.dhx_page_modern div {
  background-color: white;
  width: 16px;
  height: 17px;
  vertical-align: middle;
}
div.dhx_page_active_modern {
  font-weight: bold;
  background-color: #055A78;
  cursor: default;
  color: white;
}
/* light grid skin*/
.dhx_pbox_light {
  margin-top: 3px;
  border: 1px solid #C2D5DC;
  border-top: 0px;
  font-size: 10px;
}
.dhx_pline_light {
  background-color: white;
  margin: -15px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  float: left;
}
.dhx_page_light,
.dhx_pager_info_light {
  margin: 3px;
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  float: left;
  cursor: pointer;
  color: #055A78;
  background-color: #93AFBA;
  padding: 1px;
}
.dhx_pager_info_light {
  white-space: nowrap;
  background-color: white;
  margin: -8px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  cursor: default;
}
.dhx_page_light div {
  background-color: white;
  width: 16px;
  height: 17px;
  vertical-align: middle;
}
div.dhx_page_active_light {
  font-weight: bold;
  background-color: #D1DFE3;
  cursor: default;
  color: white;
}
/* skyblue grid skin*/
.dhx_pbox_skyblue {
  margin-top: 3px;
  border: 1px solid #C2D5DC;
  border-top: 0px;
  font-size: 10px;
}
.dhx_pline_skyblue {
  background-color: white;
  margin: -15px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  float: left;
}
.dhx_page_skyblue,
.dhx_pager_info_skyblue {
  margin: 3px;
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  float: left;
  cursor: pointer;
  color: #055A78;
  background-color: #93AFBA;
  padding: 1px;
}
.dhx_pager_info_skyblue {
  white-space: nowrap;
  background-color: white;
  margin: -8px 10px 10px 10px;
  padding: 0px 5px 0px 5px;
  cursor: default;
}
.dhx_page_skyblue div {
  background-color: white;
  width: 16px;
  height: 17px;
  vertical-align: middle;
}
div.dhx_page_active_skyblue {
  font-weight: bold;
  color: #ffffff;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  border: 1px solid #000000;
  cursor: default;
  padding: 0px;
  color: black;
}
div.dhx_page_active_skyblue div.dhx_page_active_skyblue {
  border: 0px solid #000000;
}
.calcTable {
  width: 100px;
  background-color: silver;
  border: 1px black solid;
}
.calcButton {
  height: 20px;
  cursor: pointer;
  text-align: center;
  background-color: gray;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
}
.calcPressed {
  height: 20px;
  cursor: pointer;
  text-align: center;
  background-color: gray;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.calcInput {
  background-color: white;
  font-size: 10px;
  font-weight: bold;
  font-family: tahoma,arial;
}
.calkSubmit {
  padding: 2px;
  cursor: pointer;
  text-align: center;
  background-color: silver;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.dhxgrid_sort_desc,
.dhxgrid_sort_asc {
  width: 9px;
  height: 8px;
  background-image: url("imgs/dhxgrid_skyblue/sort_desc.gif");
  background-repeat: no-repeat;
}
.dhxgrid_sort_asc {
  background-image: url("imgs/dhxgrid_skyblue/sort_asc.gif");
  background-repeat: no-repeat;
}
.dhxform_obj_dhx_skyblue {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  float: left;
  line-height: normal;
}
.dhxform_obj_dhx_skyblue div.dhxform_base {
  position: relative;
  float: left;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_base {
  float: right;
}
.dhxform_obj_dhx_skyblue div.dhxform_base_nested {
  padding: 0px 0px 0px 0px;
  clear: both;
  *display: inline-block;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_base_nested {
  padding: 0px 0px 0px 0px;
}
.dhxform_obj_dhx_skyblue.dhxform_block {
  clear: both;
}
.dhxform_obj_dhx_skyblue div.block_dhxform_item_label_left {
  display: block;
  clear: both;
  *clear: none;
}
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link,
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:visited,
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:active,
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:hover {
  outline: none;
  text-decoration: none;
  color: inherit;
  cursor: default;
  overflow: hidden;
  white-space: normal;
  apadding-top: 1px;
}
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:focus {
  color: #000000;
}
.dhxform_obj_dhx_skyblue div.disabled span.nav_link {
  color: inherit;
}
.dhxform_obj_dhx_skyblue div.dhxform_img,
.dhxform_obj_dhx_skyblue div.dhxform_actv_c,
.dhxform_obj_dhx_skyblue div.dhxform_actv_r {
  width: 18px;
  height: 18px;
  font-size: 1px;
}
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx0,
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx1,
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx0,
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx1,
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt0,
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt1,
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt0,
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt1,
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx0,
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx1,
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt0,
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt1 {
  background-image: url("imgs/dhxform_skyblue/dhxform_chbxrd.gif");
  background-repeat: no-repeat;
}
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx0 {
  background-position: -162px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx1 {
  background-position: -144px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt0 {
  background-position: -198px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt1 {
  background-position: -180px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx0 {
  background-position: -18px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx1 {
  background-position: 0px 0px;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx0 {
  background-position: -54px 0px;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx1 {
  background-position: -36px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt0 {
  background-position: -90px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt1 {
  background-position: -72px 0px;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt0 {
  background-position: -126px 0px;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt1 {
  background-position: -108px 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_label {
  font-family: inherit;
  font-size: inherit;
  color: #000000;
  overflow-x: hidden;
  overflow: hidden;
  white-space: normal;
}
.dhxform_obj_dhx_skyblue div.dhxform_label.dhxform_label_align_left {
  text-align: left;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_label.dhxform_label_align_left {
  text-align: right;
}
.dhxform_obj_dhx_skyblue div.dhxform_label.dhxform_label_align_center {
  text-align: center;
}
.dhxform_obj_dhx_skyblue div.dhxform_label.dhxform_label_align_right {
  text-align: right;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_label.dhxform_label_align_right {
  text-align: left;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_label,
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_label div.dhxform_label_nav_link,
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_label span.dhxform_item_required {
  color: #b2b2b2;
}
.dhxform_obj_dhx_skyblue div.dhxform_label span.dhxform_item_required {
  margin-left: 5px;
  margin-right: 0px;
  color: red;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_label span.dhxform_item_required {
  margin-left: 0px;
  margin-right: 5px;
}
.dhxform_obj_dhx_skyblue input.dhxform_textarea {
  padding: 4px 3px !important;
  margin: 0px;
  font-size: 1em;
}
.dhxform_obj_dhx_skyblue textarea.dhxform_textarea {
  padding: 4px 3px !important;
}
.dhxform_obj_dhx_skyblue .dhxform_textarea {
  border: 1px solid #000000;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 1em;
  color: #000000;
  resize: none;
}
.dhxform_obj_dhx_skyblue div.disabled .dhxform_textarea {
  color: #b2b2b2;
  background-color: white;
  border: 1px solid #050807;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl .dhxform_textarea {
  text-align: right;
  direction: rtl;
}
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node {
  position: relative;
}
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node .dhxform_textarea {
  border: 1px solid #ffffff;
  background-color: white;
  color: white;
  visibility: hidden;
  *height: 1px;
  *line-height: 1px;
  *display: inline;
}
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node div.dhxform_img,
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node div.dhxform_actv_c,
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node div.dhxform_actv_r {
  float: none;
  top: 2px;
  left: 2px;
  position: absolute;
  margin: 0px;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_control.dhxform_img_node div.dhxform_img {
  float: none;
  top: 2px;
  left: 0px;
  position: absolute;
  margin: 0px;
}
.dhxform_obj_dhx_skyblue .dhxform_select {
  border: 1px solid #000000;
  background-color: #ffffff;
  margin: 0px;
  padding: 3px 2px 3px 0px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 1em;
  color: #000000;
}
.dhxform_obj_dhx_skyblue .dhxform_select option {
  padding-left: 2px;
}
.dhxform_obj_dhx_skyblue div.disabled .dhxform_select {
  color: #b2b2b2;
  background-color: #ffffff;
  border: 1px solid #050807;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl select,
.dhxform_obj_dhx_skyblue.dhxform_rtl option {
  direction: rtl;
}
.dhxform_obj_dhx_skyblue div.fs_dhxform_item_label_left {
  padding: 5px 0px 5px 0px;
}
.dhxform_obj_dhx_skyblue div.fs_dhxform_item_label_left fieldset.dhxform_fs div.dhxform_base_nested.dhxform_fs_nested {
  margin-right: 19px;
  margin-left: 5px;
}
.dhxform_obj_dhx_skyblue fieldset.dhxform_fs {
  border: 1px solid #000000;
  margin: 0px;
  padding: 5px 0 12px 0px;
  clear: left;
  width: 100%;
}
.dhxform_obj_dhx_skyblue div.disabled fieldset.dhxform_fs {
  border: 1px solid #050807;
}
.dhxform_obj_dhx_skyblue fieldset.dhxform_fs legend.fs_legend {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: inherit;
  color: #000000;
  font-weight: normal;
  padding: 0px 4px 1px 4px;
  margin-left: 5px;
  text-align: left;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl fieldset.dhxform_fs legend.fs_legend {
  text-align: right;
}
.dhxform_obj_dhx_skyblue div.disabled fieldset.dhxform_fs legend.fs_legend {
  color: #b2b2b2;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right {
  clear: both;
  padding-top: 6px;
  cursor: default;
  *float: left;
  *display: inline-block;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_img,
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_actv_c,
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_actv_r {
  float: left;
  margin: 0px;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_right div.dhxform_img {
  float: right;
  margin: 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_label {
  float: left;
  padding: 2px 0px 2px 0px;
  margin: 2px 0 2px 0px;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_right div.dhxform_label {
  float: right;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_control {
  float: left;
  margin-right: 3px;
  margin-left: 0px;
  *display: inline;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_right div.dhxform_control {
  float: right;
  margin-right: 0px;
  margin-left: 3px;
  *display: inline;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left {
  clear: both;
  padding-top: 6px;
  cursor: default;
  *float: left;
  *display: inline-block;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_img,
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_actv_c,
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_actv_r {
  float: right;
  amargin: 3px 1px 0px 5px;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_left div.dhxform_img {
  float: left;
  amargin: 3px 5px 0px 1px;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_label {
  float: left;
  padding: 2px 0px 2px 0px;
  margin: 2px 0px 2px 0px;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_left div.dhxform_label {
  float: right;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_control {
  float: left;
  padding-left: 4px;
  padding-right: 0px;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_left div.dhxform_control {
  float: right;
  padding-right: 4px;
  padding-left: 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_top {
  clear: both;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_top div.dhxform_label {
  float: none;
  margin-bottom: 5px;
  margin-top: 8px;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_label_top div.dhxform_control {
  float: none;
  margin-left: 0px;
  margin-bottom: 5px;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_top div.dhxform_control {
  float: none;
  margin-right: 0px;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: default;
}
.dhxform_obj_dhx_skyblue div.item_absolute div.dhxform_img,
.dhxform_obj_dhx_skyblue div.item_absolute div.dhxform_actv_c,
.dhxform_obj_dhx_skyblue div.item_absolute div.dhxform_actv_r {
  position: absolute;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_control,
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_label,
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_control.dhxform_img_node,
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_txt_label2,
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_btn,
.dhxform_obj_dhx_skyblue div.block_item_absolute div.dhxform_block {
  position: absolute;
}
.dhxform_obj_dhx_skyblue div.dhxform_txt_label2 {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: inherit;
  color: #000000;
  font-weight: bold;
  margin: 0px 3px;
  padding: 5px 0px;
  cursor: default;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_txt_label2 {
  color: #b2b8bc;
}
.dhxform_obj_dhx_skyblue div.dhxform_btn {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: inherit;
  color: #ffffff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  margin: 5px 2px;
  border-radius: 2px;
  float: left;
  cursor: default;
  clear: both;
}
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_btn {
  float: right;
}
.dhxform_obj_dhx_skyblue div.dhxform_btn.dhxform_btn_over {
  background-color: #2f2e2e;
  background: linear-gradient(#2f2e2e, #272627);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#2f2e2e, endColorStr=#272627) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhxform_obj_dhx_skyblue div.dhxform_btn.dhxform_btn_pressed {
  background-color: #1f1f1f;
  background: linear-gradient(#1f1f1f, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1f1f1f, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_btn {
  border-color: #cccccc;
  background-color: #f9f9f9;
  background: linear-gradient(#f9f9f9, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f9f9f9, endColorStr=#f1f1f1) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
}
.dhxform_obj_dhx_skyblue div.dhxform_btn div.dhxform_btn_txt {
  float: left;
  margin: 0px 20px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  *display: inline;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_btn div.dhxform_btn_txt {
  color: #999999 !important;
}
.dhxform_obj_dhx_skyblue div.dhxform_btn:focus {
  outline: 1px dotted #909090;
}
.dhxform_obj_dhx_skyblue div.dhxform_control div.dhxform_note {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 0.8em;
  color: #808080;
  padding-bottom: 3px;
  white-space: normal;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_control div.dhxform_note {
  color: #b2b2b2;
}
.dhxform_obj_dhx_skyblue div.dhxform_label span.dhxform_info {
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 0.6em;
  color: #808080;
  margin-left: 3px;
  padding-bottom: 2px;
  line-height: 100%;
  vertical-align: middle;
  cursor: pointer;
}
.dhxform_obj_dhx_skyblue .validate_error .dhxform_label,
.dhxform_obj_dhx_skyblue .validate_error .dhxform_textarea,
.dhxform_obj_dhx_skyblue .validate_error .dhxform_select,
.dhxform_obj_dhx_skyblue .validate_error div.dhxform_label_nav_link,
.dhxform_obj_dhx_skyblue .validate_error div.dhxform_label div.dhxform_label_nav_link:focus {
  color: red;
}
.dhxform_obj_dhx_skyblue div.disabled .dhx_combo_box.dhx_skyblue {
  border: 1px solid #050807;
}
.dhxform_obj_dhx_skyblue div.disabled .dhx_combo_box.dhx_skyblue .dhx_combo_input {
  color: #b2b2b2;
  background-color: #ffffff;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_cont_editor {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.dhxform_obj_dhx_skyblue div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhxcont_content_blocker {
  display: none;
}
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhxcont_content_blocker {
  display: inline;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fefefe;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls {
  position: relative;
  width: 100%;
  height: 35px;
  font-size: 2px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 8px;
  background-image: url("imgs/dhxform_skyblue/dhxform_upload_buttons.gif");
  background-repeat: no-repeat;
  font-size: 2px;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_info {
  display: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_browse {
  background-position: 0px 0px;
  right: 108px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_upload {
  background-position: -19px 0px;
  right: 79px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_cancel {
  background-position: -57px 0px;
  right: 79px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_clear {
  background-position: -38px 0px;
  right: 50px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls .dhx_uploader_input {
  position: absolute;
  left: -1000px;
  top: 0px;
  visibility: hidden;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont {
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0px;
  top: 0px;
  cursor: pointer;
  overflow: hidden;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form .dhx_file_input {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
  outline: none;
  height: 19px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  overflow: auto;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file {
  position: relative;
  width: 100%;
  height: 25px;
  overflow: hidden;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_added,
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_uploading {
  color: #ffffff;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_uploaded {
  color: #30678a;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_fail {
  color: #e94a4a;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param {
  position: absolute;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  top: 0px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  overflow: hidden;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_name {
  left: 20px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_progress {
  right: 50px;
  width: 38px;
  text-align: right;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_delete {
  right: 30px;
  width: 11px;
  background-image: url("imgs/dhxform_skyblue/dhxform_upload_buttons.gif");
  background-position: -76px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_uploading {
  right: 50px;
  width: 38px;
  text-align: right;
  background-image: url("imgs/dhxform_skyblue/dhxform_upload_uploading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls {
  height: 60px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_files {
  display: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_info {
  display: inline;
  background-image: none;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 13px;
  color: #a1a1a1;
  height: auto;
  top: 0px;
  left: 35px;
  vertical-align: top;
  padding-top: 6px;
  line-height: 20px;
  cursor: default;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_browse {
  top: 0px;
  width: 54px;
  height: 54px;
  right: 35px;
  background-image: url("imgs/dhxform_skyblue/dhxform_upload_buttons.gif");
  background-position: 0px -38px;
  background-repeat: no-repeat;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_upload,
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_cancel,
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_clear {
  display: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_form_cont {
  width: 54px;
  height: 54px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form .dhx_file_input {
  height: 54px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_info,
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_added,
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_uploading,
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_uploaded,
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_fail {
  color: #b2b2b2;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_browse {
  background-position: -54px -38px;
  cursor: default;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_form_cont {
  display: none;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button {
  cursor: default;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_browse {
  background-position: 0px -19px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_upload {
  background-position: -19px -19px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_cancel {
  background-position: -57px -19px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_clear {
  background-position: -38px -19px;
}
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file_param.dhx_file_delete {
  background-position: -87px 0px;
  cursor: default;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_body_inner .dhxform_obj_dhx_skyblue {
  background-color: white;
}
.dhxform_obj_dhx_skyblue div.dhxform_control .dhx_combo_box.dhx_skyblue .dhx_combo_input,
.dhx_combo_list.dhx_skyblue_list div {
  font-size: 1em !important;
}
div.dhx_form_skin_detect {
  position: absolute;
  display: block;
  visibility: hidden;
  left: -100px;
  top: 0px;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}
.dhx_vault_dhx_skyblue {
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #eaf2fb;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 37px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button {
  position: relative;
  float: left;
  display: inline;
  margin: 5px 1px 0px 1px;
  height: 22px;
  line-height: 21px;
  padding: 2px 3px;
  border: 1px solid #000000;
  background: linear-gradient(#f7f9fc, #eaf2fb) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button.dhx_vault_button_hover {
  background-color: #f3f7fd;
  background: linear-gradient(#f3f7fd, #e6f0fa);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f3f7fd, endColorStr=#e6f0fa) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button.dhx_vault_button_pressed {
  background-color: #d9e9f7;
  background: linear-gradient(#d9e9f7, #d9e8f8);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#d9e9f7, endColorStr=#d9e8f8) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon {
  float: left;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 3px 3px 0px 3px;
  background-image: url("imgs/dhxvault_skyblue/dhxvault_buttons.gif");
  background-repeat: no-repeat;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_browse {
  background-position: 0px 0px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_upload {
  background-position: 0px -16px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_cancel {
  background-position: 0px -32px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_clear {
  background-position: 0px -48px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_text {
  float: left;
  height: 18px;
  line-height: 17px;
  margin: 2px 4px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls .dhx_vault_input {
  position: absolute;
  left: -1000px;
  top: 0px;
  visibility: hidden;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_file_form_cont {
  position: absolute;
  width: 100%;
  height: 23px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  overflow: hidden;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_file_form_cont form.dhx_vault_file_form {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_file_form_cont form.dhx_vault_file_form .dhx_vault_file_input {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
  outline: none;
  height: 23px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files {
  position: absolute;
  overflow: auto;
  background-color: white;
  border: 1px solid #000000;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  z-index: 0;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file {
  position: relative;
  width: auto;
  height: 45px;
  overflow: hidden;
  border-bottom: 1px solid #edf5ff;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_added,
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_uploading {
  color: #666666;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_uploaded {
  color: #30678a;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_fail {
  color: #e94a4a;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param {
  position: relative;
  margin: 3px 37px 0 50px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_name {
  margin-top: 8px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_name div.dhx_vault_file_name_text {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_delete {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 16px;
  height: 16px;
  margin: 0px;
  background-image: url("imgs/dhxvault_skyblue/dhxvault_buttons.gif");
  background-position: 0px -64px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon {
  position: absolute;
  left: 10px;
  top: 7px;
  width: 32px;
  height: 32px;
  cursor: default;
  overflow: hidden;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon div.dhx_vault_all_icons {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 416px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url("imgs/dhxvault_skyblue/dhxvault_icons.gif");
  cursor: default;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_def div.dhx_vault_all_icons {
  left: 0px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_arch div.dhx_vault_all_icons {
  left: -32px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_audio div.dhx_vault_all_icons {
  left: -64px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_dmg div.dhx_vault_all_icons {
  left: -96px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_doc div.dhx_vault_all_icons {
  left: -128px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_exe div.dhx_vault_all_icons {
  left: -160px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_html div.dhx_vault_all_icons {
  left: -192px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_image div.dhx_vault_all_icons {
  left: -224px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_pdf div.dhx_vault_all_icons {
  left: -256px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_psd div.dhx_vault_all_icons {
  left: -288px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_text div.dhx_vault_all_icons {
  left: -320px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_video div.dhx_vault_all_icons {
  left: -352px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_xls div.dhx_vault_all_icons {
  left: -384px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param div.dhx_vault_progress {
  position: relative;
  width: 110px;
  border: 1px solid #000000;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 7px;
  color: #000000;
  border-radius: 2px;
  overflow: hidden;
  cursor: default;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param div.dhx_vault_progress div.dhx_vault_progress_bg {
  height: 6px;
  background-color: #e5f0fd;
  background: linear-gradient(#e5f0fd, #d3e6fe);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e5f0fd, endColorStr=#d3e6fe) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  background-repeat: repeat-x;
  font-size: inherit;
  overflow: hidden;
  cursor: default;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param span.progress_eta {
  position: absolute;
  top: -1px;
  left: 120px;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_uploading div.dhx_vault_progress div.dhx_vault_progress_loader {
  height: 6px;
  background-color: white;
  background-image: url("imgs/dhxvault_skyblue/dhxvault_loader.gif");
  background-repeat: repeat-x;
  background-position: left center;
  overflow: hidden;
  cursor: default;
}
.dhx_vault_dhx_skyblue div.dhx_vault_flash_obj {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.dhx_vault_dhx_skyblue div.dhx_vault_dnd_box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border: 2px dashed #c0c0c0;
  background-color: white;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  overflow: hidden;
  z-index: 1;
}
.dhx_vault_dhx_skyblue div.dhx_vault_dnd_box_text {
  font-size: 16px;
  text-align: center;
}
.dhx_vault_dhx_skyblue div.dhx_vault_files.dhx_vault_dnd_box_over {
  overflow: hidden;
}
.dhx_vault_dhx_skyblue.dhx_vault_dis {
  background-color: #f7f7f7;
}
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_controls div.dhx_vault_button {
  cursor: default;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_files div.dhx_vault_file {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_delete {
  cursor: default;
}
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_controls div.dhx_vault_file_form_cont {
  display: none;
}
div.dhxvault_skin_detect {
  position: absolute;
  display: block;
  visibility: hidden;
  left: -100px;
  top: 0px;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}
.dhxacc_fullscreen {
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
}
.dhxacc_base_dhx_skyblue {
  position: relative;
  cursor: default;
  overflow: hidden;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc {
  position: relative;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 0 3px #e0e0e0;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_cont_acc {
  position: absolute;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid white;
  overflow: hidden;
  z-index: 0;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_cont_acc.dhx_cell_cont_no_borders {
  border-width: 0px;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_hdr {
  position: relative;
  height: 27px;
  line-height: 26px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #999999;
  font-weight: bold;
  border: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  overflow: hidden;
  cursor: default;
  z-index: 3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_text {
  position: relative;
  margin: 0px 26px 0px 5px;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_hdr img.dhx_cell_hdr_icon {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 16px;
  height: 16px;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_icon {
  margin-left: 24px;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_arrow {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("imgs/dhxacc_skyblue/dhxacc_btns.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc.dhx_cell_closed div.dhx_cell_hdr div.dhx_cell_hdr_arrow {
  background-position: -16px 0px;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_cont.dhx_cell_cont_not_last {
  border-bottom: 0px solid white;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_menu_def {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_menu_no_borders {
  position: relative;
  overflow: hidden;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle,
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_menu_no_borders div.dhtmlxMenu_dhx_skyblue_Middle {
  padding: 0px 2px;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
  border-top-width: 0px;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_dhx_skyblue {
  margin-top: -1px;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_ribbon_def div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
  border-top: 0px solid white;
  width: auto;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_statusbar_def {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  background-color: #252424;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
  position: relative;
  padding: 0px 4px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc.acc_cell_dragged {
  box-shadow: 0 0 5px #000000;
  z-index: 5 !important;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_progress_bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  z-index: 1;
}
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_progress_img {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #000000;
  background-position: center 55%;
  background-image: url("imgs/dhxacc_skyblue/dhxacc_cell_progress.gif");
  background-repeat: no-repeat;
  cursor: progress;
  z-index: 2;
}
.dhxacc_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue {
  position: relative;
  cursor: default;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_sep {
  position: absolute;
  background-color: #ebebeb;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_sep.dhxlayout_sep_resize_v {
  cursor: w-resize;
  background-image: url("imgs/dhxlayout_skyblue/dhxlayout_sep_v.gif");
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_sep.dhxlayout_sep_resize_h {
  cursor: n-resize;
  background-image: url("imgs/dhxlayout_skyblue/dhxlayout_sep_h.gif");
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout {
  position: absolute;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: default;
  z-index: 0;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_cont_layout {
  position: absolute;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid #ffffff;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_cont_layout.dhx_cell_cont_no_borders {
  border: 0px solid #ffffff !important;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_cont_layout,
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_cont_layout {
  display: none;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr {
  position: relative;
  height: 27px;
  line-height: 26px;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #999999;
  font-weight: bold;
  border: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  overflow: hidden;
  cursor: default;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr.dhx_cell_hdr_hidden {
  height: 0px;
  line-height: 0px;
  border-bottom-width: 0px;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr.dhx_cell_hdr_hidden_no_borders {
  height: 0px;
  line-height: 0px;
  border-width: 0px;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr div.dhx_cell_hdr_text {
  position: relative;
  margin: 0px 26px 0px 5px;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_hdr {
  height: 18px;
  line-height: 17px;
  color: #333333;
  font-weight: normal;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr {
  width: 18px;
  background: -moz-linear-gradient(left, #272627, #201f1f);
  background: -webkit-linear-gradient(left, #272627, #201f1f);
  background: -o-linear-gradient(left, #272627, #201f1f);
  background: -ms-linear-gradient(left, #272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#272627, endColorStr=#201f1f);
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text {
  position: absolute;
  left: 3px;
  bottom: 0px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform-origin: left center;
  color: #333333;
  font-weight: normal;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie8 {
  left: -5px;
  line-height: 17px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie8 span {
  float: left;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11='6.123031769111886e-17', M12='1', M21='-1', M22='6.123031769111886e-17', sizingMethod='auto expand');
  margin-bottom: 95%;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie7 {
  left: -5px;
  line-height: 17px;
  padding-bottom: 10px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie7 span {
  float: left;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11='6.123031769111886e-17', M12='1', M21='-1', M22='6.123031769111886e-17', sizingMethod='auto expand');
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie6 {
  left: -5px;
  line-height: 17px;
  padding-bottom: 10px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie6 span {
  float: left;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11='6.123031769111886e-17', M12='1', M21='-1', M22='6.123031769111886e-17', sizingMethod='auto expand');
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_chrome {
  left: 5px;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: left center;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow {
  position: absolute;
  right: 4px;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url("imgs/dhxlayout_skyblue/dhxlayout_cell_btns.gif");
  background-repeat: no-repeat;
  cursor: pointer;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_va {
  background-position: -16px 0px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_vb {
  background-position: -48px 0px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_ha {
  background-position: -32px 0px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_hb {
  background-position: 0px 0px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_ha {
  background-position: 0px -5px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_hb {
  background-position: -32px -4px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_va {
  background-position: -45px 0px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_vb {
  background-position: -13px 0px;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_resize_area {
  position: absolute;
  background-color: #000000;
  opacity: 0.15;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  z-index: 1;
  border: 2px dashed black;
  cursor: inherit;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_resize_sep {
  position: absolute;
  background-color: #000000;
  overflow: hidden;
  display: block;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  z-index: 2;
  cursor: inherit;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_statusbar_def,
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_statusbar_def {
  display: none;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_hdr_attached {
  position: relative;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_ftr_attached {
  position: absolute;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_menu_def {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_menu_no_borders {
  position: relative;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle,
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_menu_no_borders div.dhtmlxMenu_dhx_skyblue_Middle {
  padding: 0px 2px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_toolbar_def {
  position: relative;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
  border-top-width: 0px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_dhx_skyblue {
  margin-top: -1px;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_ribbon_def div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
  border-top-width: 0px;
  width: auto;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_statusbar_def {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  background-color: #252424;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
  position: relative;
  padding: 0px 4px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_progress {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.55;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  z-index: 3;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_progress_img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("imgs/dhxlayout_skyblue/dhxlayout_cell_progress.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 4;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_progress_bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  z-index: 1;
}
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_progress_img {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #000000;
  background-image: url("imgs/dhxlayout_skyblue/dhxlayout_cell_progress.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_menu {
  position: relative;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_toolbar {
  position: relative;
  background-color: #ebebeb;
  padding-bottom: 4px;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_ribbon {
  border-bottom: 2px solid #ebebeb;
  position: relative;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_ribbon div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
  width: auto;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_statusbar {
  position: absolute;
  background-color: #ebebeb;
  overflow: hidden;
}
.dhxlayout_base_dhx_skyblue div.dhxlayout_statusbar div.dhxcont_statusbar {
  position: relative;
  margin-top: 2px;
  border: 1px solid #000000;
  background-color: #252424;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  padding: 3px 4px;
}
body.dhxlayout_resize_v * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: w-resize !important;
}
body.dhxlayout_resize_h * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: n-resize !important;
}
div.dhxlayout_sep_sw_dhx_skyblue {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 5px;
  height: 1px;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.dhxlayout_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.dhxtabbar_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.dhxtabbar_fullscreen {
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
}
.dhxtabbar_base_dhx_skyblue {
  position: relative;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs {
  position: absolute;
  bottom: auto;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #000000;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  z-index: 2;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs {
  top: auto;
  bottom: 0px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base {
  position: absolute;
  top: 0px;
  height: 28px;
  overflow: hidden;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_left,
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_right {
  position: absolute;
  width: 5000px;
  height: 28px;
  margin: 0px 1px;
  top: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: none;
  width: 100%;
  height: 4px;
  overflow: hidden;
  z-index: 2;
  border-top: 1px solid #000000;
  border-bottom: 0px solid white;
  background-color: #201f1f;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 100%;
  background-color: #453527;
  background: linear-gradient(#453527, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#453527, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  z-index: 4;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_left div.dhxtabbar_arrow_img {
  position: relative;
  height: 100%;
  border-right: 1px solid #000000;
  background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_arrows.gif");
  background-position: 0px 11px;
  background-repeat: no-repeat;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15px;
  height: 100%;
  background-color: #453527;
  background: linear-gradient(#453527, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#453527, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  z-index: 4;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_right div.dhxtabbar_arrow_img {
  position: relative;
  height: 100%;
  border-left: 1px solid #000000;
  background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_arrows.gif");
  background-position: -14px 11px;
  background-repeat: no-repeat;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar {
  position: absolute;
  background-color: white;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: default;
  z-index: 0;
  background-image: none !important;
  /* IE6/Quircks */
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_cont_tabbar {
  position: absolute;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid white;
  overflow: hidden;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_cont_tabbar.dhx_cell_cont_no_borders {
  border: 0px solid white!important;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab {
  position: relative;
  height: 24px;
  background-color: white;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #999999;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #272627;
  background: linear-gradient(#272627, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#272627, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_cont_left div.dhxtabbar_tab {
  float: left;
  margin-left: -1px;
  margin-right: 0px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_cont_right div.dhxtabbar_tab {
  float: right;
  margin-left: 0px;
  margin-right: -1px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_dis {
  background-color: #2d2c2c;
  background: linear-gradient(#2d2c2c, #201f1f);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#2d2c2c, endColorStr=#201f1f) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv,
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis {
  z-index: 3;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_hidden {
  border: none;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_text {
  position: relative;
  height: 23px;
  line-height: 22px;
  vertical-align: middle;
  top: 0px;
  border-top: 1px solid #373636;
  color: #999999;
  text-align: center;
  overflow: hidden;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_text.dhxtabbar_tab_text_close {
  padding-right: 9px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv div.dhxtabbar_tab_text,
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_text {
  border-left: 1px solid #373636;
  border-right: 1px solid #373636;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv div.dhxtabbar_tab_text {
  color: #999999;
  font-weight: bold;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_text {
  font-weight: bold;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_dis div.dhxtabbar_tab_text,
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_text {
  color: #999999;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_close {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 11px;
  height: 11px;
  border: 1px solid #101010;
  border-radius: 2px;
  background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_button_close.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  line-height: 1px;
  overflow: hidden;
  z-index: 1;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv div.dhxtabbar_tab_close {
  border: 1px solid #000000;
  background-position: -11px 0px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_dis div.dhxtabbar_tab_close,
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_close {
  border: 1px solid #000000;
  background-position: -22px 0px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_cell_cont_tabbar {
  border-top: 1px solid #000000;
  border-bottom: 0px solid white;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_toolbar_dhx_skyblue {
  border-bottom-width: 0px;
  border-top-width: 1px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab {
  margin-top: 4px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv,
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis {
  z-index: 3;
  font-weight: bold;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_text {
  top: 0px;
  border-top: 0px solid white;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_close {
  top: auto;
  bottom: 5px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_line {
  top: 0px;
  bottom: none;
  border-bottom: 1px solid #000000;
  border-top: 0px solid white;
  background-color: #272627;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_def {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid white;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle {
  padding: 0px 2px;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_no_borders {
  position: relative;
  overflow: hidden;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_no_borders div.dhtmlxMenu_dhx_skyblue_Middle {
  padding: 0px 2px;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_cell_menu_def {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 0px solid white;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_toolbar_dhx_skyblue {
  border-bottom-width: 1px;
  border-top-width: 0px;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
  border-top: 0px solid white;
  width: auto;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhxrb_with_tabbar.dhxtabbar_base_dhx_skyblue {
  margin-top: -1px;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  background-color: #252424;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
  position: relative;
  padding: 0px 4px;
  height: 21px;
  line-height: 21px;
  border-top: 0px solid white;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  white-space: nowrap;
  overflow: hidden;
}
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
  border-top: 1px solid #000000;
  border-bottom: 0px solid white;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_progress_bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  z-index: 1;
}
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_progress_img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_cell_progress.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
span.dhxtabbar_tabs_text_test_dhx_skyblue {
  position: absolute;
  visibility: hidden;
  right: 0px;
  top: 0px;
  font-weight: bold;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
}
.dhxwins_vp_dhx_skyblue {
  overflow: hidden;
  position: relative;
  cursor: default;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active {
  position: absolute;
  overflow: hidden;
  border: 1px solid #000000;
  box-shadow: 0 0 3px #cecece;
  border-radius: 3px;
  background: white;
  cursor: inherit;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive {
  position: absolute;
  overflow: hidden;
  border: 1px solid #1d130a;
  box-shadow: 0 0 3px #dedede;
  border-radius: 3px;
  background: white;
  cursor: inherit;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_brd {
  position: absolute;
  border-left: 5px solid #161e28;
  border-right: 5px solid #161e28;
  border-bottom: 5px solid #161e28;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: white;
  z-index: 0;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_brd.dhxwin_hdr_hidden {
  border-top: 5px solid #161e28;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_brd {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_fr_cover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  z-index: 1;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_fr_cover .dhxwin_fr_cover_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_fr_cover {
  display: none;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_fr_cover {
  z-index: 4;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_fr_cover.dhxwin_fr_cover_dnd,
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_fr_cover.dhxwin_fr_cover_resize {
  display: block;
}
.dhxwins_vp_dhx_skyblue iframe.dhxwin_main_fr_cover {
  position: absolute;
  background-color: white;
  border-radius: 2px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #282827;
  background: linear-gradient(#282827, #161e28);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#282827, endColorStr=#161e28) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #999999;
  cursor: inherit;
  overflow: hidden;
  z-index: 3;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_hdr {
  color: #777;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#282827, endColorStr=#161e28);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr.dhxwin_hdr_parked {
  border-bottom: 1px solid white;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr.dhxwin_hdr_hidden {
  visibility: hidden;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_icon {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 18px;
  height: 18px;
  cursor: default;
  overflow: hidden;
  background-image: url("imgs/dhxwins_skyblue/dhxwins_icon.gif");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: inherit;
  z-index: 2;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_hdr div.dhxwin_icon {
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_text {
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: inherit;
  z-index: 1;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_text div.dhxwin_text_inside {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns {
  position: absolute;
  right: 7px;
  top: 6px;
  height: 18px;
  cursor: default;
  overflow: hidden;
  cursor: inherit;
  z-index: 2;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_hdr div.dhxwin_btns {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button,
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  margin-left: 1px;
  margin-top: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-image: url("imgs/dhxwins_skyblue/dhxwins_buttons.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button:hover {
  background-color: white;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_close {
  background-position: -15px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_close_dis {
  background-position: -15px -15px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_minmax {
  background-position: -30px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmax_dis {
  background-position: -30px -15px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_minmaxed {
  background-position: -45px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmaxed_dis {
  background-position: -45px -15px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_park {
  background-position: -60px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_park_dis {
  background-position: -60px -15px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_stick {
  background-position: -75px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_stick_dis {
  background-position: -75px -15px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_sticked {
  background-position: -90px 0px;
  background-color: #000000 !important;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_sticked_dis {
  background-position: -90px -15px;
  background-color: #f0f0f0!important;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_help {
  background-position: -105px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_help_dis {
  background-position: -105px -15px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_dock {
  background-position: -120px 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_dock_dis {
  background-position: -120px -15px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active.dhxwin_dnd {
  box-shadow: 0 0 3px #cececf;
  /* important different color for FF, translate+autohide bug detected */
}
.dhxwins_vp_dhx_skyblue.dhxwins_vp_dnd {
  cursor: move!important;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_resize {
  position: absolute;
  background-color: #161e28;
  border-radius: 3px;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.dhxwins_vp_dhx_skyblue iframe.dhxwin_resize_fr_cover {
  position: absolute;
  background-color: white;
  border-radius: 3px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.dhxwins_vp_dhx_skyblue div.dhxwins_mcover {
  position: absolute;
  background-color: #282827;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.53;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=53);
}
.dhxwins_vp_dhx_skyblue iframe.dhxwins_mcover {
  position: absolute;
  background-color: white;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins {
  position: absolute;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: default;
  visibility: visible;
  z-index: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cont_wins,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_cont_wins {
  position: absolute;
  /*border: 1px solid #d3e6fe;*/
  /*padding: 1px;*/
  border: 1px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_cont_no_borders,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_cont_no_borders {
  border: 0px solid #ffffff !important;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_menu_def,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_menu_def {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #161e28;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle {
  padding: 0px 2px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_toolbar_def,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_toolbar_def {
  position: relative;
  overflow: hidden;
  padding: 1px 1px 0px 1px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
  position: relative;
  border-top-width: 1px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_toolbar_no_borders div.dhx_toolbar_dhx_skyblue,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_toolbar_no_borders div.dhx_toolbar_dhx_skyblue {
  position: relative;
  border-top-width: 1px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_ribbon_def,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_ribbon_def {
  padding: 1px 1px 0px 1px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
  width: auto;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_statusbar_def,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_statusbar_def {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-family: 'AvenirLTCom-Roman', verdana, helvetica;
  font-size: 10pt;
  color: #ffffff;
  background-color: #161e28;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
  position: relative;
  padding: 0px 4px;
  height: 21px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_statusbar_attached,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_statusbar_attached {
  border-radius: 0px;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_progress_bar,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_progress_bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  z-index: 1;
}
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_progress_img,
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_progress_img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("imgs/dhxwins_skyblue/dhxwins_progress.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.dhxwins_skin_detect {
  position: absolute;
  left: 0px;
  top: -100px;
  margin: 0;
  padding: 0;
  border: 0px solid white;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
div.dhxwins_vp_dhx_skyblue.dhxwins_vp_fs {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dhtmlx_message_area {
  position: fixed;
  right: 5px;
  width: 250px;
  z-index: 1000;
  padding: 0px 0px;
}
.dhtmlx-info {
  color: #444;
  border-radius: 4px;
  min-width: 120px;
  padding: 10px 10px 10px 20px;
  background-color: #FFFFCC;
  font-size: 12px;
  font-family: Tahoma;
  z-index: 10000;
  margin: 0px 5px 5px 5px;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.dhtmlx-info.hidden {
  height: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
.dhtmlx-error {
  background-color: #f17373;
  color: #fff;
}
.dhtmlx_modal_box {
  overflow: hidden;
  display: inline-block;
  min-width: 300px;
  width: 300px !important;
  text-align: center;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  -moz-box-shadow: 0px 0px 5px #AAAAAA;
  -webkit-box-shadow: 0px 0px 0px #AAAAAA;
  box-shadow: 0px 0px 5px #AAAAAA;
  border: 1px solid #a4bed4;
  border-radius: 6px;
}
.dhtmlx_popup_title {
  padding: 5px 0;
  font-size: 12px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-radius-top-right: 6px;
  line-height: 16px;
  font-family: Tahoma;
  font-weight: bold;
}
.dhtmlx-info,
.dhtmlx_popup_title,
.dhtmlx_popup_button {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
  cursor: pointer;
}
.dhtmlx_popup_text {
  font-size: 13px;
  font-family: Tahoma;
  color: #444;
  min-height: 30px;
  padding: 20px 10px 10px 10px !important;
  overflow: hidden;
}
.dhtmlx_popup_controls {
  font-family: Tahoma;
  font-weight: bold;
  padding: 10px 10px 17px 10px !important;
}
.dhtmlx_popup_button {
  font-size: 12px;
  font-family: Tahoma;
  font-weight: bold;
  min-width: 120px;
  width: 120px;
  height: 20px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 4px;
}
.dhtmlx_popup_button div {
  line-height: 20px;
}
div.dhx_modal_cover {
  background-color: #000;
  cursor: default;
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  position: fixed;
  z-index: 19999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
  zoom: 1;
}
.dhtmlx_popup_button {
  color: #2e3947;
  text-shadow: 0 1px 0 #ffffff;
  border: 1px solid #a4bed4;
  background-color: #d5e6fc;
  background-image: -moz-linear-gradient(center bottom, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf2f7), color-stop(0.88, #cce2fe), color-stop(1, #e1eeff));
  background: -o-linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
  background: linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
  background: -ms-linear-gradient(top, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);
}
.dhtmlx_popup_button:active,
.dhtmlx_popup_button:focus {
  box-shadow: inset 0 0 2px #aaaaaa;
  background: #bdd9fc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4ddff), color-stop(88%, #bdd9fc), color-stop(100%, #deeaf4));
  /* Chrome,Safari4+ */
  background: -o-linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
  /* IE10+ */
  background: linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
  /* W3C */
}
.dhtmlx_popup_title {
  box-shadow: inset 0 0 2px #ffffff;
  display: block;
}
.dhtmlx-alert-error .dhtmlx_popup_title,
.dhtmlx-confirm-error .dhtmlx_popup_title {
  color: white;
  border: 1px solid #f17373;
  background: #f17373;
  background: -webkit-linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
  background: -moz-linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
  background: -o-linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
  background: linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
  background: -ms-linear-gradient(top, #ff7c7c 0%, #f17373 88%, #ffbc75 100%);
}
.dhtmlx-alert-error.dhtmlx_modal_box,
.dhtmlx-confirm-error.dhtmlx_modal_box {
  border: 1px solid #f17373;
}
.dhtmlx-alert-warning .dhtmlx_popup_title,
.dhtmlx-confirm-warning .dhtmlx_popup_title {
  color: #000;
  border: 1px solid #d2b07f;
  background: #ff9f37;
  background: -webkit-linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
  background: -moz-linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
  background: -o-linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
  background: linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
  background: -ms-linear-gradient(top, #ffc786 0%, #ff9523 88%, #ffbc75 100%);
}
.dhtmlx-alert-warning .dhtmlx_popup_controls,
.dhtmlx-confirm-warning .dhtmlx_popup_controls {
  border: 1px solid #d5d5d5;
  border-width: 0 1px 1px 1px;
}
.dhtmlx-alert-warning .dhtmlx_popup_text,
.dhtmlx-confirm-warning .dhtmlx_popup_text {
  border: 1px solid #d5d5d5;
  border-width: 0 1px 0 1px;
}
.dhtmlx-alert .dhtmlx_popup_title,
.dhtmlx-confirm .dhtmlx_popup_title {
  color: #000;
  border: 1px solid #a4bed4;
  background: #d5e6fc;
  background: -moz-linear-gradient(center bottom, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf2f7), color-stop(0.88, #cce2fe), color-stop(1, #e1eeff));
  background: -o-linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
  background: linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
  background: -ms-linear-gradient(top, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);
}
.dhtmlx-alert .dhtmlx_popup_controls,
.dhtmlx-confirm .dhtmlx_popup_controls {
  border: 1px solid #d5d5d5;
  border-width: 0 1px 1px 1px;
}
.dhtmlx-alert .dhtmlx_popup_text,
.dhtmlx-confirm .dhtmlx_popup_text {
  border: 1px solid #d5d5d5;
  border-width: 0 1px 0 1px;
}

