/*
 * jQuery UI CSS Framework 1.8.7
 *
 * 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/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.7
 *
 * 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/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size:1.1em;}
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
.ui-widget-content a { color: #4F4F4F; }
.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
.ui-widget-header {
	background: #ededed url(images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
		background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
}
.ui-widget-header a { color: #4F4F4F; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	background: #ededed url(images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
		background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; 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 #9D9D9D; font-weight: normal; color: #313131; }
.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
	outline: none;
	color: #1c4257; border: 1px solid #7096ab;
	background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
		background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; 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 #d2dbf4; background: #f4f8fd; color: #0d2054; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #e2d0d0; background: #fcf0f0; color: #280b0b; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.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_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_454545_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_454545_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background: url(images/icon_sprite.png) -16px 0 no-repeat !important; }
.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }

/* 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: url(images/icon_sprite.png) 0 0 no-repeat !important; }
.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-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-right {  -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.7
 *
 * 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/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute; font-size: 0.1px; z-index: 999; 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.7
 *
 * 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/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.7
 *
 * 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/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-header, .ui-accordion .ui-accordion-content { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.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: 12px; font-weight: bold; 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.7
 *
 * 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/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute; cursor: default; z-index: 3;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0;
		border-radius: 0;
			-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
			box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.7
 *
 * 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 a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	background: #5f83b9;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #234386;
	border-color: #466086;
		-moz-border-radius: 0; 
		-webkit-border-radius: 0;
		border-radius: 0;
}
/*
 * jQuery UI Button 1.8.7
 *
 * 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/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; -webkit-user-select: none; -moz-user-select: none; user-select: none; } /* 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 animation properties */
.ui-button {
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    -moz-transition: -moz-box-shadow 0.25s ease-in-out;
    -o-transition: -o-box-shadow 0.25s ease-in-out;
}

/*states*/
.ui-button.ui-state-hover { 
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset; 
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}
.ui-button.ui-state-focus {
	outline: none;
	color: #1c4257;
	border-color: #7096ab;
	background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
		background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset; 
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}
 
/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
.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 { font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); padding: 0 1em !important; height: 33px; }
/*remove submit button internal padding in Firefox*/ 
input.ui-button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
/* fix webkits handling of the box model */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.ui-button {
		height: 31px !important;
	}
}


/*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; }
.ui-buttonset .ui-button.ui-state-active { color: #1c4257; border-color: #7096ab; }
.ui-buttonset .ui-button.ui-state-active {
	background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
		background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * 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/Dialog#theming
 */
.ui-dialog { position: absolute; padding: 0; width: 300px; overflow: hidden; }
.ui-dialog {
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.ui-dialog .ui-dialog-titlebar { padding: 0.7em 1em 0.6em 1em; position: relative; border: none; border-bottom: 1px solid #979797; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; font-size: 14px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .8em; top: 55%; width: 16px; margin: -10px 0 0 0; padding: 0; height: 16px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; background: url(images/icon_sprite.png) 0 -16px no-repeat; }
.ui-dialog .ui-dialog-titlebar-close:hover span { background-position: -16px -16px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; border: 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.7
 *
 * 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/Slider#theming
 */
.ui-slider { position: relative; text-align: left; background: #d7d7d7; z-index: 1; }
.ui-slider { -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; }
.ui-slider .ui-slider-handle { background: url(images/slider_handles.png) 0px -23px no-repeat; position: absolute; z-index: 2; width: 23px; height: 23px; cursor: default; border: none; outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.ui-slider  .ui-state-hover, .ui-slider  .ui-state-active { background-position: 0 0; }
.ui-slider .ui-slider-range { background: #a3cae0; position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider .ui-slider-range { -moz-box-shadow: 0 1px 2px rgba(17,35,45,0.6) inset; -webkit-box-shadow: 0 1px 2px rgba(17,35,45,0.6) inset; box-shadow: 0 1px 2px rgba(17,35,45,0.6) inset; }


.ui-slider-horizontal { height: 5px; }
.ui-slider-horizontal .ui-slider-handle { top: -8px; margin-left: -13px; }
.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: 5px; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -8px; margin-left: 0; margin-bottom: -13px; }
.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.7
 *
 * 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/Tabs#theming
 */
.ui-tabs { position: relative; zoom: 1; border: 0; background: transparent; } /* 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: 0; background: transparent; border-width: 0 0 1px 0; }
.ui-tabs .ui-tabs-nav { 
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 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; font-size: 12px; font-weight: bold; text-shadow: 0 1px 0 rgba(255,255,255,0.5); }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background: #fff; border-color: #B6B6B6; }
.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; outline: none; }
.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 1px 1px 1px; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-panel { background: #FFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.7
 *
 * 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/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
.ui-datepicker {
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.35em 0; border: none; border-bottom: 1px solid #B6B6B6; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
.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: url(images/icon_sprite.png) no-repeat; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
.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: 49%;}
.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: right; 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; }
.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
.ui-datepicker table .ui-state-hover { background: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }
.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }

/* 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%; }

/* 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.7
 *
 * 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/Progressbar#theming
 */
.ui-progressbar { height: 12px; text-align: left; background: #FFF url(images/progress_bar.gif) 0 -14px repeat-x; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; background: url(images/progress_bar.gif) 0 0 repeat-x; }

/* Extra Input Field Styling */
.ui-form textarea, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]) {
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cecece;
	outline: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25 ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.ui-form textarea:hover, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):hover {
	border: 1px solid #bdbdbd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
}
.ui-form textarea:focus, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):focus {
	border: 1px solid #95bdd4;
	-webkit-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
}/* _________________________________________________

Author: Rob Turlinckx - Geert Van Damme
_____________________________________________________

1.LESS
	1a.Variables
	2a.Mixins
2.ROOT
3.HEADINGS
4.TYPOGRAPHY
5.LINKS
6.BUTTONS
7.HEADER[role="banner"]
8.CONTENT
9.SIDEBAR
10.FORMS
11.VENDOR-SPECIFIC
12.GLOBAL OBJECTS
13.RESPONSIVE

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/* 1.LESS */
/* 1a.Variables */
/* colors text */
/* colors tabs */
/* colors buttons */
/* colors labels */
/* colors mssg-box */
/* 2a.Parametric Mixins */
.no-margin {
  margin: 0;
}
.margintop15 {
  margin-top: 15px;
}
/* 2.ROOT */
html {
  overflow-y: scroll;
  background: #29464a;
}
body,
select,
input:not([type=checkbox]),
textarea {
  color: #3d403d;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}
input[type=checkbox] {
  color: #3d403d;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-family: 100% Arial, Helvetica sans-serif;
  line-height: 1.5em;
}
#container {
  font-size: 1em;
}
.innerwrap {
  margin: 0 8%;
}
/* 3.HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}
h1 {
  font-weight: 700;
  font-size: 1.625em;
  /*26/16*/

  color: #4d7b4a;
  line-height: 40px;
}
h2 {
  font-size: 1em;
  line-height: 24px;
  color: #494d49;
  font-weight: 700;
  margin: 0 0 10px 0;
}
h3 {
  margin: 0 0 10px 0;
}
h4 {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 0.8125em;
  /*13/16*/

  color: #242624;
}
/* 4.TYPOGRAPHY */
p,
ol,
ul,
dl,
address,
select,
input,
submit {
  margin-bottom: 1.5em;
  /*24/16*/

  font-size: 0.75em;
  /*12/16*/

  line-height: 1.5em;
  /*24/16*/
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  font-size: 11px;
}
p.descr {
  color: #797979;
  font-style: italic;
  margin: 0 0 5px 0;
}
p.add-phase {
  margin: 15px 0 15px 185px;
}
ul {
  list-style-type: none;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
address {
  font-style: normal;
}
pre {
  margin-bottom: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre,
code {
  font: 0.875em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
small {
  font-size: 1em;
  /* 16 / 16 = 1 */
}
.light {
  color: #959a95;
}
ul.border li {
  border-bottom: solid 1px #ccc;
  padding: 0 0 5px 0;
}
/* 5.LINKS */
a,
a:active,
a:visited {
  text-decoration: none;
  color: #cf613d;
}
a:hover {
  color: #3d403d;
}
a:active {
  top: 1px;
  position: relative;
}
a.back {
  display: block;
  font-weight: 700;
  margin: 15px 0 0;
}
a.cancel,
.ui-widget-content a.cancel {
  border-bottom: solid 1px;
  color: red;
  line-height: 28px;
}
a.cancel:hover,
.ui-widget-content a.cancel:hover {
  border-bottom: none;
}
.ui-widget-content a.cancel {
  line-height: 30px;
  margin: 0 0 0 15px;
}
/* Actions - Icons */
.icon-img {
  cursor: default;
  margin-right: 5px;
  vertical-align: middle;
  float: left;
}
a.edit {
  background: url("../images/icon-edit.png") no-repeat 0 0;
  padding-left: 17px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
}
a.edit:hover {
  opacity: 0.7;
}
/* 6.BUTTONS */
.btn,
.btn:visited,
ul li.filter-option a,
input[type="submit"],
.ui-widget-content a.btn {
  display: inline-block;
  color: #3d403d;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 10px;
  background: #e2e2e2;
  border: solid 1px #afafaf;
  border-bottom-color: #959595;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
}
.btn:hover,
ul li.filter-option a:hover,
input[type="submit"]:hover {
  display: inline-block;
  color: #3d403d;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 10px;
  background: #eaeaea;
  border: solid 1px #b7b7b7;
  border-bottom-color: #9d9d9d;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  /* W3C */
  border: solid 1px #a2a2a2;
  color: rgba(61, 64, 61, 0.8);
}
.btn:active {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset;
  background: #e2e2e2;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* W3C */
}
.btn.search span.icon-search {
  background-position: -6px -6px;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  margin: 3px 5px 0 0;
  float: left;
}
.btn.cta.search span.icon-search {
  background-position: -41px -47px;
}
.cta,
.cta:visited,
input[type="submit"].cta,
input[type="submit"].cta:visited,
.ui-widget-content a.cta,
.btn-cta,
.btn-cta:visited {
  display: inline-block;
  color: #3d403d;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 10px;
  background: #bc5e2e;
  border: solid 1px #6a351a;
  border-bottom-color: #412110;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, #d8885f 0%, #bc5e2e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8885f), color-stop(100%, #bc5e2e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d8885f 0%, #bc5e2e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d8885f 0%, #bc5e2e 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #d8885f 0%, #bc5e2e 100%);
  /* IE10+ */

  background: linear-gradient(top, #d8885f 0%, #bc5e2e 100%);
  /* W3C */
  color: #fff;
  text-shadow: 0 1px 0 #934a24;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.4);
}
.cta:hover,
.cta:visited:hover,
input[type="submit"].cta:hover,
input[type="submit"].cta:visited:hover,
.ui-widget-content a.cta:hover,
.btn-cta:hover,
.btn-cta:visited:hover {
  display: inline-block;
  color: #3d403d;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 10px;
  background: #ce6936;
  border: solid 1px #7f3f1f;
  border-bottom-color: #562b15;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, #dd9773 0%, #ce6936 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd9773), color-stop(100%, #ce6936));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #dd9773 0%, #ce6936 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #dd9773 0%, #ce6936 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #dd9773 0%, #ce6936 100%);
  /* IE10+ */

  background: linear-gradient(top, #dd9773 0%, #ce6936 100%);
  /* W3C */
  color: #fff;
  text-shadow: 0 1px 0 #934a24;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.4);
}
.cta:active,
input[type="submit"].cta:active {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset;
  background: #bc5e2e;
  /* Old browsers */

  background: -moz-linear-gradient(top, #d17242 0%, #d8885f 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d17242), color-stop(100%, #d8885f));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d17242 0%, #d8885f 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d17242 0%, #d8885f 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #d17242 0%, #d8885f 100%);
  /* IE10+ */

  background: linear-gradient(top, #d17242 0%, #d8885f 100%);
  /* W3C */
}
.large,
input[type="submit"].large {
  padding: 7px 10px;
}
.large:hover,
input[type="submit"].large:hover {
  padding: 7px 10px;
}
.save-btn {
  position: absolute;
  top: 108px;
  right: 23px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
}
aside .large {
  display: block;
  padding: 12px 10px;
}
aside .large:hover {
  padding: 12px 10px;
  display: block;
}
a.btn.check {
  color: #4D7B4A!important;
}
.btn.check span {
  color: #4D7B4A;
  float: left;
  margin: 2px 5px 0 0;
  display: block;
  width: 15px;
  height: 15px;
  background-position: -136px 0;
}
.btn.check:hover span {
  background-position: -136px -15px;
}
.btn.check:active span {
  background-position: -136px -30px;
}
a.btn.cross {
  color: #D61212!important;
}
.btn.cross span {
  float: left;
  margin: 2px 5px 0 0;
  display: block;
  width: 15px;
  height: 15px;
  background-position: -152px 0;
}
.btn.cross:hover span {
  background-position: -152px -15px;
}
.btn.cross:active span {
  background-position: -152px -30px;
}
.add,
.add:hover,
.delete,
.delete:hover,
.close,
.close:hover,
.delete.inactive,
.menu-actions,
.menu-actions:hover {
  display: block;
  float: left;
  padding: 0;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
}
.menu-actions,
.menu-actions:hover {
  margin: 0;
}
.add:last-child {
  margin: 0;
}
.margintop5 {
  margin: 5px 0 0 0;
}
.margintop25 {
  margin: 25px 0 0 0;
}
.btn.add:hover span {
  opacity: 1;
}
.btn.add span {
  height: 25px;
  background-position: -57px 0;
  opacity: 0.5;
}
.add-label {
  float: left;
  line-height: 25px;
  margin: 0 5px 0 0;
}
.delete.small,
.delete.small:hover {
  width: 15px;
  height: 15px;
  margin: 0 7px 0 0;
  float: left;
}
.delete.small span {
  height: 25px;
  background-position: -112px -30px;
}
.delete {
  background: #FBF4F3;
  border: solid 1px #e2aea6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  opacity: 0.8;
}
.delete:hover {
  border: solid 1px #d58b80;
  opacity: 1;
}
.delete span {
  height: 25px;
  background-position: -107px -25px;
}
fieldset.contact .delete {
  position: absolute;
  right: 2px;
  top: 20px;
}
.inactive,
.inactive:hover {
  opacity: 0.5;
  cursor: default;
  background: #dddddd;
  border: solid 1px #bcbcbc;
}
.inactive span {
  height: 25px;
  background-position: -107px 0;
}
.btn.menu-actions span {
  height: 25px;
  background-position: -107px -67px;
  opacity: 0.7;
}
.btn.menu-actions:hover span {
  opacity: 1;
}
.btn.date,
.ui-widget-content a.btn.date {
  height: 22px;
  width: 38px;
  padding: 0;
  margin-left: 5px;
}
.btn.date span {
  background-position: 0 -103px;
}
/* 7.HEADER */
header#topnav {
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  background: #29464a;
  color: #fff;
}
header#topnav ul#user {
  float: right;
}
header#topnav ul#user li {
  line-height: 60px;
  float: left;
  -moz-text-shadow: 0 1px 0 #172729;
  -webkit-text-shadow: 0 1px 0 #172729;
  text-shadow: 0 1px 0 #172729;
}
header#topnav ul#user li a {
  color: #63a0a9;
  text-decoration: none;
  font-weight: 700;
}
header#topnav ul#user li a:hover {
  color: #84b4bb;
}
header#topnav ul#user li a.logout {
  padding: 10px;
  border: solid 1px #111e1f;
  background: #243d40;
  /* Old browsers */

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  background: -moz-linear-gradient(top, #365c61 0%, #243d40 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #365c61), color-stop(100%, #243d40));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #365c61 0%, #243d40 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #365c61 0%, #243d40 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #365c61 0%, #243d40 100%);
  /* IE10+ */

  background: linear-gradient(top, #365c61 0%, #243d40 100%);
  /* W3C */
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.1) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.1) inset;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 10px;
}
header#topnav ul#user li a.logout:hover {
  border: solid 1px #152426;
  background: #274347;
  /* Old browsers */

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  background: -moz-linear-gradient(top, #396268 0%, #274347 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #396268), color-stop(100%, #274347));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #396268 0%, #274347 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #396268 0%, #274347 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #396268 0%, #274347 100%);
  /* IE10+ */

  background: linear-gradient(top, #396268 0%, #274347 100%);
  /* W3C */
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
}
/* 8.CONTENT */
nav[role="navigation"] {
  margin-top: 35px;
  zoom: 1;
}
nav[role="navigation"] ul {
  margin: 0;
}
nav[role="navigation"] ul li {
  position: relative;
  float: left;
  height: 45px;
  margin-right: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: #6fa66c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #cce0cb 1%, #6fa66c 1%, #659663 89%, #5f8d5d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cce0cb), color-stop(1%, #6fa66c), color-stop(89%, #659663), color-stop(100%, #5f8d5d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #cce0cb 1%, #6fa66c 1%, #659663 89%, #5f8d5d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #cce0cb 1%, #6fa66c 1%, #659663 89%, #5f8d5d 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #cce0cb 1%, #6fa66c 1%, #659663 89%, #5f8d5d 100%);
  /* IE10+ */
  background: linear-gradient(top, #cce0cb 1%, #6fa66c 1%, #659663 89%, #5f8d5d 100%);
  /* W3C */

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
span.notification {
  height: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  line-height: 17px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.notification.small {
  background-image: url(../images/sprite.png);
  background-position: 0 -26px;
  width: 18px;
}
.notification.medium {
  background-image: url(../images/sprite.png);
  background-position: -18px -26px;
  width: 26px;
}
.notification.big {
  background-image: url(../images/sprite.png);
  background-position: -44px -26px;
  width: 31px;
}
nav[role="navigation"] ul li:hover {
  background: #7fb07c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #dce9db 1%, #7fb07c 1%, #73a171 89%, #6a9b67 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #dce9db), color-stop(1%, #7fb07c), color-stop(89%, #73a171), color-stop(100%, #6a9b67));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #dce9db 1%, #7fb07c 1%, #73a171 89%, #6a9b67 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #dce9db 1%, #7fb07c 1%, #73a171 89%, #6a9b67 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #dce9db 1%, #7fb07c 1%, #73a171 89%, #6a9b67 100%);
  /* IE10+ */
  background: linear-gradient(top, #dce9db 1%, #7fb07c 1%, #73a171 89%, #6a9b67 100%);
  /* W3C */

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
nav[role="navigation"] ul li.accent {
  background: #488381;
  /* Old browsers */

  background: -moz-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #9cc8c7), color-stop(1%, #488381), color-stop(89%, #436f6d), color-stop(100%, #3d6564));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* IE10+ */
  background: linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* W3C */

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
nav[role="navigation"] ul li.accent:hover {
  background: #519391;
  /* Old browsers */

  background: -moz-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #acd1d0), color-stop(1%, #519391), color-stop(89%, #4c7f7d), color-stop(100%, #467574));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* IE10+ */
  background: linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* W3C */

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
nav[role="navigation"] ul li a,
nav[role="navigation"] ul li.active {
  font-size: 1.16666em;
  /*14/12*/

  font-weight: 700;
  color: #fff;
  line-height: 45px;
  display: block;
  padding: 0 15px;
}
nav[role="navigation"] ul li.active,
nav[role="navigation"] ul li.active.active,
nav[role="navigation"] ul li.active.active:hover {
  color: #3d403d;
  text-shadow: none;
  background: #fff;
  padding: 0;
}
nav[role="navigation"] ul li.active a,
nav[role="navigation"] ul li.active.active a,
nav[role="navigation"] ul li.active.active:hover a {
  color: #3d403d;
  font-size: 14px;
}
nav[role="navigation"] ul li.accent {
  background: #488381;
  /* Old browsers */

  background: -moz-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #9cc8c7), color-stop(1%, #488381), color-stop(89%, #436f6d), color-stop(100%, #3d6564));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* IE10+ */
  background: linear-gradient(top, #9cc8c7 1%, #488381 1%, #436f6d 89%, #3d6564 100%);
  /* W3C */

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
nav[role="navigation"] ul li.divider {
  background: #29464a;
}
nav[role="navigation"] ul li.accent:hover {
  background: #519391;
  /* Old browsers */

  background: -moz-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #acd1d0), color-stop(1%, #519391), color-stop(89%, #4c7f7d), color-stop(100%, #467574));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* IE10+ */
  background: linear-gradient(top, #acd1d0 1%, #519391 1%, #4c7f7d 89%, #467574 100%);
  /* W3C */

  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
#content {
  background: #fff;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  margin-bottom: 50px;
  margin-top: 80px;
}
#sticky {
  position: fixed !important;
  top: 80px;
  z-index: 5;
  display: block;
  background: #fff;
  box-shadow: 0 10px 20px #fff;
  width: 61%;
}
#sticky-wrap {
  position: relative;
}
section#center {
  width: 75%;
  float: left;
  position: relative;
  margin: 60px 0 0 0;
}
.innerpadding {
  padding: 20px;
  position: relative;
}
section#center section,
.ui-dialog section {
  margin: 20px 0 0 0;
}
section#center section.first {
  margin: 0;
}
#content aside {
  position: relative;
  text-shadow: 0 1px 0 #fff;
  min-height: 900px;
  float: right;
  width: 25%;
  height: 100%;
  background: #f7f7f7;
  background: -moz-linear-gradient(left, #e0e0e0 0%, #e8e8e8 1%, #f3f4f3 6%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e0e0e0), color-stop(1%, #e8e8e8), color-stop(6%, #f3f4f3), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #e0e0e0 0%, #e8e8e8 1%, #f3f4f3 6%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #e0e0e0 0%, #e8e8e8 1%, #f3f4f3 6%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(left, #e0e0e0 0%, #e8e8e8 1%, #f3f4f3 6%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(left, #e0e0e0 0%, #e8e8e8 1%, #f3f4f3 6%, #ffffff 100%);
  /* W3C */

  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
#container-follow {
  width: 100%;
}
section#center header {
  /*border-bottom:solid 1px fadeout(@textcolor, 70%);*/

  margin: 0 0 0 0;
  padding-top: 20px;
}
#controls a.advanced,
.ui-widget-content a.advanced {
  margin: 5px 0 0 0;
  display: block;
}
#controls {
  margin: 0 0 10px 0;
}
#filter {
  display: inline-block;
}
/* Dialog Overlay */
.ui-overlay {
  background-color: #FFFFFF;
  border: 1px solid #959A95;
  box-shadow: 0 0 7px 0 #999999;
  z-index: 9999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.ui-overlay header {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.ui-overlay header h3 {
  text-shadow: 0 1px 0 #fff;
  padding: 10px 15px;
  margin: 0;
}
section#center .ui-overlay header {
  margin: 0;
}
.ui-overlay .content {
  padding: 15px;
  border-bottom: solid 1px rgba(61, 64, 61, 0.30000000000000004);
}
.ui-overlay footer .content {
  border-bottom: none;
}
.ui-overlay footer {
  background: #F6F6F6;
  border-top: solid 1px #fff;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
#search-box {
  position: absolute;
  /*top: 50px;*/
}
.fields-col {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: solid 1px rgba(61, 64, 61, 0.30000000000000004);
}
#search-box fieldset ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#search-box fieldset ul li {
  margin: 0 0 10px 0;
}
#search-box fieldset ul li.float-left {
  margin: 0 15px 0 0;
}
#search-box fieldset ul li.float-left:last-child {
  margin: 0;
}
#search-box fieldset {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
section#center #search-box header {
  padding-top: 0;
}
input#client-postal {
  width: 48px;
}
input#client-city {
  width: 173px;
}
.box-list-view {
  margin-bottom: 35px;
}
table.list-view {
  font-size: 0.75em;
  line-height: 1.5em;
  width: 100%;
  padding: 0;
  border-spacing: 0;
  margin: 0 0 15px;
}
table.list-view tr td {
  padding-left: 10px;
}
#list-requests tr td.project-title {
  width: 60%;
}
td.project-title {
  width: 50%;
}
table tr.theadings td.is_menu {
  width: 35px;
}
tr td.date {
  width: 120px;
}
table tr.theadings td {
  border: solid 1px #4d7b4a;
  background: #619b5e;
  /* Old browsers */

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  background: -moz-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fb07c), color-stop(100%, #619b5e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* IE10+ */

  background: linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* W3C */
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-left: solid 1px #8eb98c;
  line-height: 35px;
  font-size: 1.0769em;
  /*13/14*/

  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
table tr.theadings td a,
table tr.theadings td a:hover {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
table tr.theadings td:first-child {
  border-left: solid 1px #578b54;
}
table tr.data td {
  padding: 10px;
  border-bottom: solid 1px grey;
  border-bottom-width: 1px;
  border-top: solid 1px #fff;
}
table tr:hover {
  cursor: pointer;
}
table.list-view tr {
  /*.gradient(#f3f3f3);*/

  background: #f9f9f9;
}
table.list-view tr:nth-child(even) {
  background: #f6f6f6;
}
table.list-view tr:hover {
  background: #fff;
}
table.list-view tr:hover td {
  border-bottom: solid 1px rgba(61, 64, 61, 0.4);
}
table tr.data td a {
  font-weight: 700;
}
table tr.data td span.urgent,
td > .urgent {
  font-weight: 700;
  color: #d61212;
}
table tr.urgent > td + td {
  background: #f2ded9;
  color: #d61212;
  font-weight: 700;
}
tr.strong {
  font-weight: 700;
}
td.select {
  width: 80px;
}
.new {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #b6dada;
  background: #e2f1f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #d1e8e8 3%, #fafcfc 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #d1e8e8), color-stop(100%, #fafcfc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #d1e8e8 3%, #fafcfc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #d1e8e8 3%, #fafcfc 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #d1e8e8 3%, #fafcfc 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #d1e8e8 3%, #fafcfc 100%);
  /* W3C */
  color: #3e7c7c;
}
a:hover .new:hover {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #a5d2d2;
  background: #d1e8e8;
  background: -moz-linear-gradient(top, #ffffff 0%, #c0e0e0 3%, #e9f4f4 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #c0e0e0), color-stop(100%, #e9f4f4));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #c0e0e0 3%, #e9f4f4 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #c0e0e0 3%, #e9f4f4 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #c0e0e0 3%, #e9f4f4 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #c0e0e0 3%, #e9f4f4 100%);
  /* W3C */
}
.addto {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #cfb6da;
  background: #ece2f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #e1d1e8 3%, #fcfafc 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #e1d1e8), color-stop(100%, #fcfafc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e1d1e8 3%, #fcfafc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e1d1e8 3%, #fcfafc 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e1d1e8 3%, #fcfafc 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #e1d1e8 3%, #fcfafc 100%);
  /* W3C */
  color: #693e7c;
}
.closed {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #bbe8bb;
  background: #ecf9ec;
  background: -moz-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #d9f2d9), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* W3C */
  color: #349834;
}
a:hover .closed:hover {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #a8e1a8;
  background: #d9f2d9;
  background: -moz-linear-gradient(top, #ffffff 0%, #c6ebc6 3%, #f4fbf4 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #c6ebc6), color-stop(100%, #f4fbf4));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #c6ebc6 3%, #f4fbf4 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #c6ebc6 3%, #f4fbf4 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #c6ebc6 3%, #f4fbf4 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #c6ebc6 3%, #f4fbf4 100%);
  /* W3C */
}
.open {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #e8c4bb;
  background: #f9eeec;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #f2ded9), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* W3C */
  color: #984834;
}
a:hover .open:hover {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #e1b3a8;
  background: #f2ded9;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebcdc6 3%, #fbf5f4 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #ebcdc6), color-stop(100%, #fbf5f4));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ebcdc6 3%, #fbf5f4 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ebcdc6 3%, #fbf5f4 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ebcdc6 3%, #fbf5f4 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #ebcdc6 3%, #fbf5f4 100%);
  /* W3C */
}
.client-active {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #bbe8bb;
  background: #ecf9ec;
  background: -moz-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #d9f2d9), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #d9f2d9 3%, #ffffff 100%);
  /* W3C */
  color: #349834;
}
.client-inactive {
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 7px;
  display: inline-block;
  border: solid 1px #e8c4bb;
  background: #f9eeec;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #f2ded9), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #f2ded9 3%, #ffffff 100%);
  /* W3C */
  color: #984834;
}
.who {
  margin-left: 10px;
}
ul.action-buttons {
  background: #fff;
  border: solid 1px rgba(61, 64, 61, 0.30000000000000004);
  border-bottom-color: rgba(61, 64, 61, 0.5);
  box-shadow: 0 2px 0 rgba(61, 64, 61, 0.09999999999999998);
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 15px;
  margin: 0;
  visibility: hidden;
  z-index: 9999;
}
ul.action-buttons li {
  margin: 0;
  padding: 5px;
  border-bottom: solid 1px rgba(61, 64, 61, 0.30000000000000004);
}
ul.action-buttons li:first-child {
  padding-top: 0;
}
ul.action-buttons li:last-child {
  padding-bottom: 0;
  border: none;
}
table tr.data td ul.action-buttons li a {
  font-weight: 700;
  display: block;
  font-size: 12px;
}
ul.pager {
  margin: 25px auto 0;
  text-align: center;
}
ul.pager li {
  display: inline;
}
ul.pager li a,
ul.pager li.prev,
ul.pager li.next {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  color: #3d403d;
  font-weight: 700;
}
ul.pager li.prev,
ul.pager li.next {
  color: #959a95;
}
ul.pager li a:hover {
  padding: 0;
  border: solid 1px #959595;
}
ul.pager .prev {
  margin-right: 5px;
}
ul.pager .next {
  margin-left: 5px;
}
/*select client*/
ul#select-client li {
  cursor: pointer;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #fff;
  border-bottom-color: #d5d5d5;
}
ul#select-client li:nth-child(even) {
  background: #f9f9f9;
}
ul#select-client li:hover {
  border: solid 1px rgba(61, 64, 61, 0.6);
  background: #fff;
}
ul#select-client li.disabled {
  color: #b1b1b1;
}
.name {
  font-weight: 700;
}
#dialog-select-client h3 {
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  color: #959A95;
  margin: 0 0 10px 0;
}
/* Request Details */
.client-detail {
  margin: 0 0 3px 0;
}
.detail-view {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.75em;
  line-height: 1.5em;
  width: 100%;
  border-spacing: 1px;
}
.detail-view thead th,
.tab-head {
  border: solid 1px #cccccc;
  background: #e5e5e5;
  /* Old browsers */

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
  color: #000;
  text-shadow: 0 1px 1px #fff;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  padding: 7px;
  font-size: 1.0769em;
  /*13/14*/
  font-weight: 700;
  text-align: left;
}
.detail-view thead th.toggle,
.tab-head.toggle {
  cursor: pointer;
}
.detail-view thead th.toggle:hover,
.tab-head.toggle:hover {
  border: solid 1px #cfcfcf;
  background: #e8e8e8;
  /* Old browsers */

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* W3C */
}
.detail-view thead th.toggle:hover a,
.tab-head.toggle:hover a {
  color: #3D403D;
}
span.arrow_down,
span.arrow_up {
  width: 9px;
  height: 6px;
  background-position: -48px -8px;
  float: right;
  margin: 7px 0 0 0;
}
span.arrow_up {
  background-position: -67px -54px;
}
.detail-view thead th.is_closed,
.tab-head.is_closed {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.detail-view thead th.is_open a,
.tab-head.is_open a {
  color: #000;
}
.accent-box .detail-view thead th {
  border: solid 1px #4d7b4a;
  background: #619b5e;
  /* Old browsers */

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.2) inset;
  background: -moz-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fb07c), color-stop(100%, #619b5e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* IE10+ */

  background: linear-gradient(top, #7fb07c 0%, #619b5e 100%);
  /* W3C */
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/*.detail-view thead th a,
	.detail-view thead th a:visited{
		display:block;
		float:right;
		display:none;}

	.detail-view:hover thead th a{
		display:block;}*/
.detail-view tr td {
  text-shadow: 0 1px 1px #fff;
  background: #F7F7F7;
  margin-bottom: 1px;
  padding: 4px 10px;
  border-bottom: solid 1px rgba(61, 64, 61, 0.09999999999999998);
}
#client-status .detail-view tr td {
  font-weight: 700;
}
.detail-view tr td:first-child {
  width: 130px;
  background: #eee;
  text-align: right;
  border-right: solid 1px rgba(61, 64, 61, 0.09999999999999998);
}
#phase {
  margin-top: 50px;
}
#phase table {
  margin-bottom: 15px;
}
#phase table.last {
  margin-bottom: 0;
}
#phase table tr td:first-child {
  width: 150px;
}
.detail-view tr:last-child td {
  border-bottom: none;
}
.detail-view tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.detail-view tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.detail-view tr td.checked {
  background: #dff4df;
  color: #4d7b4a;
}
.detail-view tr td.checked span.checked {
  display: block;
  width: 15px;
  height: 15px;
  background: #dff4df url(../images/sprite.png) no-repeat center right;
  background-position: -26px -6px;
  color: #4d7b4a;
  float: right;
}
.contact-details {
  background: #fff;
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-top: none;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.detail-contact {
  margin: 0 0 10px 0;
	margin:5px 0;
}
ul.table li {
  margin: 0 20px 0 0;
}
table.bordered {
  border: 1px solid #CBCBCB;
}
.r-box-small,
.l-box-small {
  width: 47%;
  float: right;
}
.l-box-small {
  float: left;
}
#client-details {
  width: 75%;
}
.l-box-xsmall,
.r-box-xsmall {
  float: right;
  width: 20%;
}
.l-box-xsmall {
  float: left;
}
#request-client,
#client-details {
  float: left;
}
.detail-view tr td ul {
  font-size: 1em;
  margin: 0;
}
.icon-info {
  font-weight: 700;
  float: left;
}
.accent-box footer ul {
  text-align: center;
  margin: 20px auto 0;
}
.accent-box footer ul li {
  display: inline;
  margin: 0 10px 0 0;
}
/* Appointment */
.ui-dialog fieldset {
  margin: 0;
  padding: 0;
}
.ui-dialog fieldset.padding {
  margin: 0;
  padding: 0;
}
/* Select Client */
.results {
  position: relative;
  margin: 0 0 25px 0;
  background: #F7F7F7;
  padding: 20px;
  border: solid 1px rgba(61, 64, 61, 0.30000000000000004);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.results:hover {
  border: solid 1px rgba(61, 64, 61, 0.44999999999999996);
  background-color: #fbfbfb;
}
#search-results ul {
  margin: 0;
}
.results .delete {
  position: absolute;
  right: 0;
  top: 5px;
}
.detail-view tr.has-menu ul {
  display: none;
}
.detail-view:hover tr.has-menu ul {
  display: block;
}
.has-overlay {
  position: relative;
}
#appointment-box {
  position: absolute;
  top: 135px;
  right: 0;
  width: 230px;
}
/* 9.SIDEBAR */
#search p {
  clear: both;
  margin: 7px 0 0 0;
}
.widget {
  margin-bottom: 15px;
}
ul.menu {
  margin: 0 0 8px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px rgba(61, 64, 61, 0.30000000000000004);
}
ul.menu:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
ul.menu li {
  position: relative;
  padding: 5px 0;
}
ul.menu li span.notification {
  position: relative;
  display: inline-block;
}
ul.menu li:last-child {
  padding: 5px 0 0 0;
}
ul.menu li a {
  font-weight: 700;
  display: block;
}
ul.concept {
  padding: 0 0 12px 0;
}
.content ul.project {
  margin-bottom: 15px;
}
.fixed {
  position: fixed;
  background: #fff;
  right: 15px;
}
/* 10. FORMS */
textarea {
  overflow: auto;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: inherit;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* webkit browsers add a 2px margin outside the chrome of form elements */button,
input,
select,
textarea {
  margin: 0;
}
/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
input,
select,
textarea,
input[type="file"] {
  border: 1px solid #a5c8cd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 5px;
  color: #959a95;
}
input[type="text"],
textarea,
input[type="search"],
input[type="file"] {
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
input[type="radio"] {
  border: none;
  padding: 0;
  height: auto;
}
input[type="file"] {
  border: none;
}
select {
  padding: 4px;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #63a0a9;
  color: #3d403d;
  -moz-box-shadow: 0px 0px 3px #0099ff;
  -webkit-box-shadow: 0px 0px 3px #0099ff;
  box-shadow: 0px 0px 3px #0099ff;
}
input:hover,
textarea:hover,
select:hover {
  border: 1px solid #63a0a9;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"].icon-search {
  background: #ebebeb url(../images/sprite.png) no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
}
aside input[type="submit"].icon-search {
  float: left;
  margin: 0 0 0 5px;
}
input[type="submit"].icon-search:hover {
  opacity: 0.7;
}
aside .txtsearch {
  width: 70%;
  float: left;
  margin-bottom: 0;
}
fieldset input,
select,
textarea {
  font-size: 1em;
}
fieldset label {
  display: block;
  font-weight: 700;
}
fieldset input[type="text"] {
  width: 248px;
  /*260-10-2*/
}
fieldset input[type="text"].txt-small,
fieldset input[type="date"].txt-small {
  width: 113px;
}
fieldset input[type="text"].txt-medium,
fieldset select.txt-medium {
  width: 186px;
}
select.txt-small {
  width: 125px;
}
fieldset input[type="text"].txt-large {
  width: 518px;
}
fieldset textarea {
  width: 518px;
}
fieldset input[type="text"].txt-xsmall {
  width: 40px;
}
input[type="text"].txt-verysmall {
  width: 50px;
}
input[type="text"].hasDatepicker {
  width: 75px;
}
input[type="text"].txt-phone {
  width: 60px;
}
input[type="text"].txt-verylarge {
  width: 500px;
}
fieldset input[type="text"].txt-extremelysmall {
  width: 25px;
  margin-right: 3px;
}
.ui-datepicker-trigger {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #e5e5e5;
  padding: 6px 3px;
  cursor: pointer;
  margin-left: 3px;
}
.errorMessage {
  color: #F00;
}
#errorMessages {
  border: 1px solid #f00;
}
iframe {
  border: 0px solid #ffffff;
}
textarea {
  width: 550px;
  height: 140px;
}
fieldset {
  position: relative;
  margin: 25px 0 10px;
  background: #F7F7F7;
  padding: 15px;
  border: solid 1px rgba(61, 64, 61, 0.30000000000000004);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
fieldset.collapse legend {
  cursor: pointer;
  padding: 0 5px 0 0;
}
fieldset.collapse legend span {
  margin: 11px 0 0 7px;
}
fieldset.first {
  margin-top: 0px;
}
fieldset:hover {
  border: solid 1px #6fa66c;
  background-color: #fbfbfb;
}
fieldset ul {
  margin-bottom: 0;
}
fieldset ul li {
  margin-right: 10px;
  position: relative;
  margin-bottom: 7px;
}
fieldset ul:last-child li {
  margin-bottom: 0;
}
fieldset legend,
h2.label {
  color: #4d7b4a;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
h2.label {
  font-size: 0.75em;
  text-transform: uppercase;
}
.hr {
  color: rgba(61, 64, 61, 0.19999999999999996);
  width: 100%;
  height: 1px;
}
.radio-group label {
  float: left;
  margin: 25px 10px 0 0;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  border: none;
}
#sort label,
#filter label {
  padding-top: 4px;
  display: inline-block;
}
.searchfield-toggle {
  position: relative;
}
#list-search {
  position: relative;
  margin: 0;
}
#list-search li {
  margin: 0 10px 0 0;
}
#list-search li input {
  width: 250px;
  padding-right: 20px;
  font-size: 1.0em;
}
.toggle-down {
  position: absolute;
  right: 0;
  top: 1px;
}
.arrow-down-search {
  background: url(../images/arrow-down.png) no-repeat center center;
  cursor: pointer;
  width: 9px;
  height: 6px;
  padding: 10px;
  opacity: 0.7;
}
.arrow-down-search:hover {
  opacity: 1;
}
/*Login*/
#login {
  background: #243d40;
  border-top: solid 1px #2e4f54;
  border-bottom: solid 1px #2e4f54;
  padding: 50px 0;
  margin: 150px auto 0;
}
#login-form {
  width: 350px;
  margin: 0 auto;
}
#login-form label {
  float: left;
  font-weight: 700;
  margin-bottom: 2px;
}
#login-form ul.input-data {
  margin-bottom: 20px;
  background: #eeeeee;
  /* Old browsers */

  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 67%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(67%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 67%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 67%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 67%);
  /* IE10+ */

  background: linear-gradient(top, #eeeeee 0%, #ffffff 67%);
  /* W3C */

  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#login-form ul,
#login-form ul li:last-child {
  margin: 0;
}
#login-form ul li {
  margin: 0 0 15px 0;
  position: relative;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 298px;
  /*350-10-2-40(padding grey-box)*/

  padding: 7px 5px;
}
#login-form label.show-pswd {
  font-weight: 400;
  padding: 5px 0 0 0;
}
#login-form label.log-data {
  color: #fff;
  font-weight: 400;
}
#login-form input[type="submit"] {
  width: 350px;
  display: block;
  font-size: 1.333em;
  /*16px/12*/

  padding: 12px 10px;
}
#login-form input[type="submit"]:hover {
  padding: 12px 10px;
  display: block;
}
#login-form input[type="submit"] {
  border: none;
}
/* Error/Mssg handling */
a.q-mark,
span.hint,
span.error {
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: 0 -69px;
}
a.q-mark {
  width: 22px;
  height: 29px;
  cursor: pointer;
  background-position: -52px -69px;
}
.q-mark:hover {
  background-position: -78px -69px;
}
span.error {
  background-position: -26px -69px;
}
input.error {
  background: #FBF4F3;
  border: solid 1px #e2aea6;
}
input.error:focus {
  -moz-box-shadow: 0px 0px 3px #d8897e;
  -webkit-box-shadow: 0px 0px 3px #d8897e;
  box-shadow: 0px 0px 3px #d8897e;
}
input.error:hover {
  border-color: #cc6557;
}
#tooltip {
  position: absolute;
  z-index: 3000;
  background: #f9f0c1;
  border: solid 1px #f0da64;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  font-size: 0.75em;
  /*12/16*/

  font-style: italic;
  text-shadow: 0 1px 0 #fff;
}
#tooltip.error {
  background: #FBF4F3;
  border: solid 1px #e2aea6;
}
#tooltip h3,
#tooltip div {
  margin: 0;
}
.mssg-box a {
  font-size: 0.75em;
  font-weight: bold;
}
.mssg-box-error p,
.mssg-box-success p,
.mssg-box-warning p,
.mssg-box-alert p {
  margin: 0;
  font-weight: 700;
}
.mssg-box-error {
  text-shadow: 0 1px 0 #fff;
  position: relative;
  background: #f9e4e1;
  border: solid 1px #ecaba1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 15px;
  margin: 0 0 15px;
}
.mssg-box-success {
  text-shadow: 0 1px 0 #fff;
  position: relative;
  background: #dffbe7;
  border: solid 1px #9bf2b4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 15px;
  margin: 0 0 15px;
}
.mssg-box-alert {
  text-shadow: 0 1px 0 #fff;
  position: relative;
  background: #ddf1fb;
  border: solid 1px #99d5f3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 15px;
  margin: 0 0 15px;
}
.mssg-box-warning {
  text-shadow: 0 1px 0 #fff;
  position: relative;
  background: #fdf9d5;
  border: solid 1px #faef8c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 15px;
  margin: 0 0 15px;
}
.close,
.close:hover {
  opacity: 0.8;
  background: #eaeaea;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
.close:hover {
  background: #e3e3e3;
  opacity: 1;
  border: none;
}
.close span {
  background-position: -107px 0;
}
.close:hover span {
  background-position: -82px -25px;
}
.mssg-box-error .close {
  opacity: 0.8;
  background: #f5d1cc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
.mssg-box-error .close:hover {
  background: #f2c5bf;
  opacity: 1;
  border: none;
}
.mssg-box-success .close {
  opacity: 0.8;
  background: #c8f8d6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
.mssg-box-success .close:hover {
  background: #bbf6cc;
  opacity: 1;
  border: none;
}
.mssg-box-alert .close {
  opacity: 0.8;
  background: #c6e8f8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
.mssg-box-alert .close:hover {
  background: #b8e2f7;
  opacity: 1;
  border: none;
}
.mssg-box-warning .close {
  opacity: 0.8;
  background: #fcf6bd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
.mssg-box-warning .close:hover {
  background: #fbf3ae;
  opacity: 1;
  border: none;
}
/* 11.VENDOR-SPECIFIC */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:link {
  -webkit-tap-highlight-color: #349edb;
}
::-webkit-selection {
  background: #29464a;
  color: #fafafa;
  text-shadow: none;
}
::-moz-selection {
  background: #29464a;
  color: #fafafa;
  text-shadow: none;
}
::selection {
  background: #29464a;
  color: #fafafa;
  text-shadow: none;
}
.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}
/* Allow an element to be focusable via keyboard  */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  overflow: visible;
  height: auto;
  margin: 0;
  width: auto;
}
/* 12.GLOBAL OBJECTS */
.ui-widget {
  font-size: inherit;
}
.sprite {
  background: url(../images/sprite.png) no-repeat;
  background-position: 0 0;
}
/*
 * Non-semantic helper classes
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
body .float-left {
  float: left;
}
body .float-right {
  float: right;
}
.text-center {
  text-align: center;
}
span.text-center {
  display: block;
}
.paddingbox {
  padding: 20px;
}
/* 13.RESPONSIVE */
/*Print __________________________________________________________________________________________________________ */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*1024px __________________________________________________________________________________________________________ */
@media only screen and (max-width: 1024px) {
  .innerwrap {
    margin: 0 2%;
  }
}
/* Dialog Modal box */
.ui-dialog .ui-dialog-content {
  padding: 0.5em 0;
}
.ui-dialog .ui-dialog-content footer,
.ui-widget footer {
  /*background: none repeat scroll 0 0 #F6F6F6;
	border-top: 1px solid #FFFFFF;*/

}
.ui-dialog .ui-dialog-content .content,
.ui-widget .content {
  /*border-bottom: 1px solid rgba(61, 64, 61, 0.3);*/

  padding: 15px;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .paddingbox {
  padding: 15px;
}
.ui-widget-content {
  border: none;
}
.ui-button .ui-button-text {
  font-size: 12px;
}
.ui-widget-content a {
  color: #cf613d;
}
.btn-dropdown .ui-button {
  display: inline-block;
  color: #3d403d;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 10px;
  background: #e2e2e2;
  border: solid 1px #afafaf;
  border-bottom-color: #959595;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  padding: 0;
}


.cke_dialog_ui_vbox {

}
.errorMessage {
	color: #F00;	
}

iframe {
	border: 0px solid #ffffff;
}

input[type="text"].txt-verysmall {
  width: 50px;
}

input[type="text"].txt-verylarge {
  width: 500px;
}

input[type="text"].txt-large {
  width: 250px;
}

input[type="text"].txt-small {
  width: 50px;
}

fieldset input[type="text"].txt-extremelysmall {
  width: 25px;
}

.hasDatepicker {
  width: 75px;
}

textarea {
	width: 550px;
	height: 140px;
}

.requiredField {
	color: #F00;
}

.mceEditor > table {
    height: 400px !important;
}

.report_total {
	background-color: yellow;
	font-weight: bold;
}

.report_subtotal {
	background-color: lightyellow;
	font-weight: bold;
}

.report_label {
	background-color: #DDD;
	font-weight: bold;
}

table.list-view-compact tr td{
	padding: 1px;
}
table.list-view-compact th td{
	padding: 1px;
}
table.list-view-compact tr.theadings td {
	line-height: 18px;
}
/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.2em }
.ui-timepicker-table { display: inline-table; width: 0; }
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span {
	display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align:right;
    text-decoration:none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-timepicker-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*/
}