
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/web/static/lib/jquery.superfish/css/../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/web/static/lib/jquery.superfish/css/../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.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.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,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: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #333; font-weight: bold; }
.ui-widget-header a { color: #222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 #999999; background: #dadada; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; 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 #fcefa1; background: #fbf9ee; color: #363636; }
.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 #cd0a0a; background: #fef1ec; color: #cd0a0a; }
.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(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
/*
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
*/

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.17
 *
 * 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;
}
/*
 * jQuery UI Button 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 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; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-notify { width:350px; position:fixed; top:10px; right:10px; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }
.tipsy { font-size: 90%; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 500px; padding: 5px 8px 4px 8px; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  .tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
body.openerp {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}
.openerp {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 80%;
    font-family: Ubuntu, Helvetica, sans-serif;
}

.openerp, .openerp textarea, .openerp input, .openerp select, .openerp option,
.openerp button, .openerp .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size:85%;
}

.openerp .view-manager-main-content {
    width: 100%;
    padding: 0 8px 8px 8px;
}

.openerp .oe_form_frame_cell .view-manager-main-content {
    padding: 0;
}

.oe_box {
    border: 1px solid #aaf;
    padding: 2px;
    margin: 2px;
}

#oe_header h2 {
    margin: 2px 0;
}

#oe_errors pre {
    margin: 0;
}

.openerp .oe-listview .oe-number {
    text-align: right !important;
}
.oe-listview-header-columns {
    background: #1d93e4;
}

.openerp .oe_hide {
    display: none !important;
}

/* STATES */
.openerp .on_logged,
.openerp .db_options_row {
    display: none;
}

/* Loading */
.loading {
    cursor: wait;
}
.openerp .loading {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    right: calc(50% - 50px);
    padding: 4px 12px;
    background: #00acf3;
    color: white;
    text-align: center;
    border: 1px solid #008abd;
    border-top: none;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.openerp .oe_notification {
    z-index: 1050;
    display: none;
}
.openerp .oe_notification * {
    color: white;
}

/* Login page */

.login {
    padding: 0;
    margin: 0;
    font-family: "Lucida Grande", Helvetica, Verdana, Arial;
    color: #333;
    font-size: 14px;
    height: 100%;
    background-size: cover;
    background-color: #f4f4f4;
}

.login ul, ol {
    padding: 0;
    margin: 0;
}

.login li {
    list-style-type: none;
}

.login a {
    color: #eee;
    text-decoration: none;
}

.login button {
	background: #c39519 none repeat scroll 0 0;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 6px 15px;
	transition: background 0.1s ease 0s;	
	border: 0;
}

.login button:hover {
	background: #d4a528;
}

.login select {
    width: 224px;
    font-size: 12px;
    font-family: "Lucida Grande", Helvetica, Verdana, Arial;
    border: 1px solid #999999;
    background: whitesmoke;
}

.login .field { 
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 5px;
}

.login input {
    border: 0;
    background: #fff;
    color: #666;
    font-size: 13px;
    width: 100%;
}

.login .dbpane input { background: #fff; color: #333; }

.login select {
    padding: 1px;
}

.login .dbpane {
    position: fixed;
    top: 0;
    right: 8px;
    padding: 5px 10px;
    color: #eee;
    border: solid 1px #333;
    background: #1e1e1e;
    background: rgba(30,30,30,0.94);
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.login .bottom {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: 0 1px 1px #999999;
}

.login .pane {
	width: 295px;
	height: calc(100% - 80px);
	padding: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    text-align: left;
}

.login .message{
	bottom: 25px;
	color: #fff;
	left: 25px;
	position: fixed;
	text-align: left;
}

.login .message .title{
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: normal;
}

.login .message .subtitle{
	font-size: 20px;
	margin-top: 0;
	font-weight: normal;
}

.login .signature {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
    margin-top: 55px;
    text-align: center; 
    font-size: 11px;
    color: #333;
}

.login .description { 
	font-size: 12px; margin: 10px 0 15px; 
}

.login .pane li{
}

.login .pane li.label{
	width: 100%;
	color: #444;
	font-size: 12px;
	font-weight: bold; 
	margin-bottom: 4px; 
	text-transform: uppercase;
}

.login .pane .username {

}

.login .pane .password {

}

.login .title {
    font-size: 1.7em;
    font-weight: bold;
    margin: 0;
    font-size: 30px;
}

.login .pane h2 {
    margin-top: 0;
    font-size: 18px;
}

.login #logo {
    width: 100%;
    margin: 0 auto 60px;
    text-align: left;
}

.login .footer {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.login .footer a {
    font-size: 13px;
    margin: 0 8px;
}

.login .footer a:hover {
    text-decoration: underline;
}

.login .openerp {
    font-weight: bold;
    font-family: serif;
    font-size: 16px;
}

.openerp .login {
    text-align: center;
}

.openerp .login .login_error_message {
    display: none;
    background-color: #b41616;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    color: #eee;
    font-size: 14px;
    padding: 14px 18px;
    margin-top: 15px;
    text-align: center;
}

.openerp .login.login_invalid .login_error_message {
    display: inline-block;
}



/* Database */
.login .oe-database-manager {
    display: none;
    height: 100%;
    width: 100%;
    background-color: white;
}
.login.database_block .bottom,
.login.database_block .login_error_message,
.login.database_block .pane {
    display: none;
}
.login.database_block .oe-database-manager {
    display: block;
}

.login .database {
    float: left;
    width: 202px;
    height: 100%;
    background: #666666;
}
.login .oe_db_options {
    margin-left: 202px;
    color: black;
    padding-top: 20px;
}

.login .database ul {
    margin-top: 65px;
}

@media only screen and (max-width: 700px) {
	.login { background: #fff; background-image: none !important; }
	.login .pane { position: relative; width: calc(100% - 40px); padding: 20px; height: auto; max-width: 300px; margin: 0 auto; display: block; }
	.login #logo { margin-bottom: 20px; }
	.login .signature { position: static; text-align: center; margin: 20px 0; }
	.login .submit { text-align: center; margin-top: 20px; }
	.login #logo { text-align: center; }
	.login .description { text-align: center; margin: 30px 0; }
}

ul.db_options li {
    padding: 5px 0 10px 5px;
    background: #949292; /* Old browsers */
    background: -moz-linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#949292), color-stop(95%,#6d6b6b), color-stop(100%,#282828)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* W3C */
    /* for ie9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#5B5A5A',GradientType=0 ); /* IE6-9 */
    border: none;
    /* overriding jquery ui */
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1px;
    color: #EEEEEE;
    cursor: pointer;
    width: 195px;
    font-size: 12px;
}

.db_option_table {
    border: 1px solid #5A5858;
    padding: 5px;
    -moz-border-radius: 10px;
}

table.db_option_table input.required {
    background-color: #D2D2FF !important;
}

.db_option_table label {
    display: block;
    text-align: right;
}

.db_option_table input[type="text"],
.db_option_table input[type="password"],
.db_option_table input[type="file"],
.db_option_table select {
    width: 300px;
}

.option_string {
    font-weight: bold;
    color: #555;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: large;
}

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

/* Main*/
.openerp .main_table {
    width: 100%;
    height: 100%;
    background: #fff;
}
.openerp .oe-application {
    height: 100%;
}
.openerp .oe-application-container {
    width: 100%;
    height: 100%;
}

/* IE Hack - for IE < 9
 * Avoids footer to be placed statically at 100% cutting the middle of the views
 * */
.openerp .oe-application-container {
    height: auto\9;
    min-height: 100%\9;
}

/* Menu */
.openerp .menu {
    height: 32px;
    background: #fff; 
    border-top: 1px solid #dadada;
    margin-bottom: 5px;
}
.openerp .menu td {
    text-align: center;
    padding:0;
}
.openerp .menu a {
    display:block;
    background: #1d93e4;
    border-right: 2px solid #fff;
	color: #EEEEEE;
	padding: 0.6em 1.5em;
	font-size: 11px;
	text-decoration: none;
    white-space: nowrap;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.openerp .menu a:hover,
.openerp .menu a:focus,
.openerp .menu a.active {
    background: #ccc; 
    color: #000;
}
/* Secondary Menu */
.openerp .secondary_menu .oe_toggle_secondary_menu {
    position: absolute;
    cursor: pointer;
    width: 21px;
    height: 22px;
    z-index: 10;
    overflow: hidden;
    color: black;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    right: 1px;
    top: 2px;/-
}
.openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu {
    position: static;
    border-left: none;
    width: 21px;
    height: 22px;
    background-position: right 1px top;
}
.openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu span.oe_menu_fold {
    display: none;
}
.openerp .secondary_menu.oe_unfolded .oe_toggle_secondary_menu span.oe_menu_unfold {
    display: none;
}
.openerp .secondary_menu {
    width: 200px;
    min-width: 200px;
    vertical-align: top;
    height: 100%;
    display: block;
    position: relative;
    font-size:11px;
    border-top: 1px solid #D2CFCF;
    border-right: 1px solid #D2CFCF;
}
.openerp .secondary_menu.oe_folded {
    width: 21px;
    min-width: 21px;
    position: static;
    padding:2px;
}
.openerp .secondary_menu.oe_folded .oe_secondary_menu.active {
    position: absolute;
    z-index: 100;
    border: 4px solid #585858;
    border-color: rgba(88, 88, 88, .5);
    border-radius: 4px;
    min-width: 200px;
}
.openerp .secondary_menu a {
    display: block;
    padding: 7px 10px;
    border: 1px solid #fff;
    text-decoration: none;
    white-space: nowrap;
    color: black;
    font-weight: normal;
}

.openerp .oe_secondary_submenu {
    background: #eee;
}
.openerp .secondary_menu a.oe_secondary_menu_item {
    border-bottom: 2px solid #fff;
    background: #ccc;
    white-space: nowrap;
    color: white;
	font-size: 11px;
	text-transform:uppercase;
	color: #000;
	font-weight: bold;
}
5
.openerp a.oe_secondary_submenu_item {
    padding: 7px 10px;
}
.openerp a.oe_secondary_submenu_item,
.openerp a.oe_secondary_menu_item {
    overflow: hidden;
    text-overflow: ellipsis;
}
.openerp a.oe_secondary_submenu_item:hover,
.openerp a.oe_secondary_submenu_item.leaf.active {
    display: block;
    text-decoration: none;
}
.openerp a.oe_secondary_submenu_item.submenu.opened span:before {
    content: "\25be";
}
.openerp a.oe_secondary_submenu_item.submenu span:before {
    content: "\25b8";
}

/* Header */
.openerp .header {
    height: 60px;
    background: #fff;
    color: #000;
    letter-spacing: 0.5px;
}
.openerp .company_logo_link {
    display: block;
    float: left;
    height: 60px;
    width: 170px;
    border-right-color: black;    
}
.openerp .company_logo {
    margin-top: 14px;
    margin-left: 15px;
    display: block;
    background: url(/web/static/src/img/logo_cloud.png);
    width:140px;
    height:34px;
    background-size: 140px auto !important;
}
.openerp .header_title {
    float: left;
    font-size: 100%;
    margin: 15px 0 0 0;
    text-shadow: 0 1px 0 #111111;
    font-weight:normal;
    line-height:14px;
}
.openerp .header_title small {
    color: #ccc;
    font-size: 90%;
    font-weight: normal;
}
.openerp .header_corner {
    float: right;
    margin-top: 5px;
}
.openerp .header_corner .block {
    float: left;
    border-left: 1px solid #eee;
}
.openerp .header_corner .block:first-child{
	border-left: 0;
}
.openerp .header_corner .block a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}
.openerp .header_corner .block a:hover {
	text-decoration: underline;
}
.openerp .header_corner .block a.logout {
	color: black;
	background: url(/web/static/src/img/i_off.png) no-repeat center left 10px;
	padding-left: 31px;
	height: 15px;
	filter: brightness(0) grayscale(100%);
	
}
.openerp .header_corner .block a.logout span {
	opacity: 0;
}
.openerp .header_corner ul.block {
    list-style: none;
    height: 34px;
    margin: 0;
    padding: 0 0 0 2px;
    line-height: 33px;
}
.openerp .header_corner ul.block li {
    float: left;
}
.openerp .header_corner ul.block li a {
    padding: 0 5px;
    position: relative;
    line-height: 32px;
}
.openerp .header_corner ul.block li a img {
    vertical-align: middle;
}
.openerp .header_corner ul.block li a small {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 1px 4px 2px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    line-height: 1em;
    font-weight: bold;
}

/* Footer */
.openerp div.oe_footer {
    background: none repeat scroll 0 0 #ccc;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
}
.openerp div.oe_footer p.oe_footer_powered_2 {
    left: 50%;
    margin: 0;
    padding: 0 15px;
    color: #000;
    font-size: 0.8em;
    text-align: center;
}
.openerp div.oe_footer p.oe_footer_powered a {
    text-decoration: none;
    color: #666666;
    display: none;
}


/* Main Application */
.openerp .oe-main-content {
    padding: 0;
    height: 100%;
}

.openerp h2.oe_view_title {
    font-size: 110%;
    font-weight: normal;
    margin: 2px 0;
    color: #252424;
    text-shadow: white 0 1px 0;
}
.openerp div[id^="notebook"] .oe_view_title {
    font-size:13px;
    padding-bottom:4px;
}

/* View Manager */
.openerp .oe_vm_switch {
    float: right;
}
.openerp .oe-view-manager-header .oe_view_title {
    font-size:150%;
    padding:2px 0 0 0;
}

/* SearchView */
.openerp .oe_searchview_field {
    padding-bottom: 6px;
}

.openerp .oe_searchview_field > div {
    position: relative;
    white-space: nowrap;
}
.openerp .oe_searchview_field .oe_input_icon {
    top: auto;
    bottom: 3px;
}

.openerp .filter_label, .openerp .filter_icon {
    background: #F0F0F0;
    border: 1px solid #ccc;
}
.openerp .filter_label:hover, .openerp .filter_icon:hover {
    background: #E0E0E0;
}
.openerp .filter_label:active, .openerp .filter_icon:active {
    background: #aaa;
}
.openerp .filter_label.enabled, .openerp .filter_icon.enabled {
    background: #1d93e4;
    border-color: #1d93e4;
    color: #fff;
    filter: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #ccc;
}
.openerp .filter_icon {
    height: 22px;
    padding: 1px 2px 0 2px;
    margin: 0;
    vertical-align: bottom;
}
.openerp .filter_label {
    font-weight: bold;
    text-transform: uppercase;
    color: #4C4C4C;
    white-space: nowrap;
    min-height: 30px;
    min-width: 75px;
    padding: 2px 4px;
    margin: 10px 0 0 0;
    
}
.openerp .filter_label_group {
    padding-right: 0.4em;
    white-space: nowrap;
}

.openerp .filter_label_group button {
    border-right: none;
}
.openerp button.filter_label img{
    display: none;
}
.openerp button.filter_label br{
    display: none;
}
.openerp .filter_label_group button:first-child {
    border-right: none;
}
.openerp .filter_label_group button:last-child {
    border-right: 1px solid #ccc;
}
.openerp .filter_label_group button.filter_icon img {
    padding: 1px 8px 0 8px;
}
.openerp .filter_label_group button.filter_icon.enabled img{
    filter: brightness(0) invert(1);
}
.openerp .filter_label_group button.filter_icon:first-child {
    border-left: solid 1px #ccc;
    margin-left: -7px;
}

.openerp .searchview_group_string {
    display: block;
    color: #7D7979;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    text-decoration: none;
}
.openerp .searchview_group_string:hover {
    background-color: #ccc;
}
.openerp .searchview_group.folded .searchview_group_string {
    background: url("/web/static/src/img/ui/group-folded.png") no-repeat scroll 0 50%;
}
.openerp .searchview_group.folded .searchview_group_content {
    display: none;
}
.openerp .searchview_group.expanded .searchview_group_string {
    background: url("/web/static/src/img/ui/group-expanded.png") no-repeat scroll 0 50%;
}
.openerp .searchview_group.expanded .searchview_group_content {
    display: block;
    padding-bottom:3px;
}

.openerp .searchview_group_content .oe_label, .openerp .searchview_group_content .oe_label_help {
    font-weight: bold;
    color: #4c4c4c;
}

.openerp .oe-searchview-render-line .oe_label, .openerp .oe-searchview-render-line .oe_label_help {
    font-weight: bold;
    font-size: 80%;
    white-space: nowrap;
}

.openerp .searchview_extended_group {
    padding: 3px;
    margin: 2px;
}

.openerp .searchview_extended_group .oe_adv_filters_and {
    border-bottom: 1px solid #8E8E8E;
    text-align: center;
    margin-top: -10px;
}
.openerp .searchview_extended_group .oe_adv_filters_and span {
    background: #F0EEEE;
    position: relative;
    top: 0.5em;
    padding: 0 1em 0 1em;
    color: #8E8E8E;
}

.openerp .searchview_extended_group.last_group .oe_adv_filters_and {
    display: none;
}

.openerp .oe_search-view-buttons {
    padding: 2px 0 20px 0;
    vertical-align:middle;
}
.openerp .oe_search-view-filters-management {
    float: right;
}
.openerp .oe_search-view-filters-management, .openerp .oe_search-view-custom-filter-btn {
    float:right;
}

.openerp .searchview_extended_add_proposition span {
    font-size: 0.9em;
    background: url(/web/static/src/img/icons/gtk-add.png) repeat-y;
    padding-left: 18px;
}

.openerp .searchview_extended_delete_group {
    float:right;
    display: none;
}

.openerp .searchview_extended_delete_prop {
    text-decoration: none;
}

.openerp .searchview_extended_delete_group span,
.openerp .searchview_extended_delete_prop span {
    font-size: 0.9em;
    background: url(/web/static/src/img/icons/gtk-close.png) repeat-y;
    padding-left: 18px;
}
/* List */
.openerp table.oe-listview-content {
    clear: right;
    width: 100%;
    border-spacing: 0;
    border: 1px solid silver;
}

.openerp .oe-listview thead table {
    width: 100%;
    border:  none;
}
.openerp .oe-listview tr.odd {
    background-color: #f3f3f3;
}
.openerp .oe-listview tbody tr:hover {
    background-color: #ecebf2;
}
.openerp .oe-listview tbody tr:hover {
    background-color: #eae9f0;
}
.openerp .oe-listview thead table tr,
.openerp .oe-listview thead table tr:hover {
    background: none;
}

.openerp .oe-listview > table > tbody > tr > td,
.openerp .oe-listview th {
    vertical-align: middle;
    text-align: left;
    padding: 1px 2px;
}

.openerp .oe-record-delete button,
.openerp button.oe-edit-row-save {
    border: none;
    height: 12px;
    width: 12px;
    background: url("/web/static/src/img/iconset-b-remove.png") no-repeat scroll center center transparent;
    cursor: pointer;
}
.openerp button.oe-edit-row-save {
    background-image: url('/web/static/src/img/icons/save-document.png');
}

/* Could use :not selectors if they were supported by MSIE8... */
.openerp .oe-listview > table > tbody > tr > td {
    border-left: 1px solid #dadada; /*currently commenting to test with no vertical lines in list view*/
}
.openerp .oe-listview tbody td:first-child,
.openerp .oe-listview tbody td.oe-button,
.openerp .oe-listview tbody td.oe-button,
.openerp .oe-listview tbody th.oe-record-selector,
.openerp .oe-listview tbody td.oe-record-delete {
    border-left: none;
}

.openerp .oe-listview td.oe-record-delete {
    text-align: right;
}
.openerp .oe-listview th.oe-sortable {
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding: 6px 3px;
    color: #fff;
}
.openerp .oe-listview th.oe-sortable .ui-icon {
    height: 60%;
    margin: -6px 0 0;
    display: inline;
    display: inline-block;
    vertical-align: middle;
}

.openerp .oe-listview > table > tbody > tr > td {
    /* border-bottom: 1px solid #E3E3E3; */
}


.openerp .oe-listview td.oe-actions {
    border-bottom:none;
}

.openerp .oe-listview .oe-record-selector, .openerp .oe-listview .oe-record-edit-link {
    
}
.openerp .oe-listview .oe-record-edit-link {
    cursor: pointer;
}

.openerp .oe-listview .oe-field-cell {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
}
.openerp .oe-listview .oe-field-cell progress {
    width: 100%;
}
.openerp .oe-listview .oe-field-cell progress::-webkit-progress-value,
.openerp .oe-listview .oe-field-cell progress::-moz-progress-bar {
    background: #1d93e4;
}
.openerp .oe-listview .oe-field-cell.oe-button button,
.openerp .oe-listview .oe_form_button button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: 16px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.openerp .oe-listview .oe-field-cell button:active {
    opacity: 0.5;
}
.openerp .oe-listview .oe-field-cell button img {
    cursor: pointer;
}
.openerp .oe-listview .oe-field-cell button img:hover {
    opacity: 0.75;
}

.openerp .oe-listview .oe-field-cell .oe-listview-button-disabled img {
    opacity: 0.5;
}

.openerp .oe-listview th.oe-actions {
    text-align: left;
    white-space: nowrap;
}
.openerp .oe-listview th.oe-list-pager {
    text-align: right;
    white-space: nowrap;
}
.openerp .oe-list-pager .oe-pager-state {
    cursor: pointer;
    font-size: 90%;
    color: #555;
}

.openerp .oe_button.oe_button_pager,
.openerp .oe-list-pager > span,
.openerp .oe_form_pager > span {
   line-height: 15px;
   height: 17px;
   cursor: pointer;
   color: gray;
   font-weight: bold;
   vertical-align: middle;
   background: #fff;
}
.openerp .oe_button.oe_button_pager,
.openerp .oe_button.oe_button_pager:disabled {
    padding: 0 3px 0 3px;
    margin: 0;
    height: 17px;
}
.openerp .oe-listview .oe-group-name {
    padding-right: 1em;
}
.openerp .oe-listview .oe-group-name,
.openerp .oe-listview .oe-group-pagination {
    white-space: nowrap;
}

.openerp .oe-listview tfoot th,
.openerp .oe-listview tfoot td {
    padding: 8px 3px;
}
.openerp .oe-listview .oe-list-footer {
    text-align: center;
    white-space: nowrap;
    color: #444;
    font-size: 85%;
}
.openerp .oe-listview .oe-list-footer span {
    margin: 0 1em;
}
.openerp .oe-listview .oe-list-footer progress {
    vertical-align:-10% !important;
    width: 100%;
}

/** list rounded corners

    rounded corners are a pain on tables: need to round not only table, but
    also on the first and last children of the first and last row
 */
.openerp .oe-listview table.oe-listview-content {

}
.openerp .oe-listview table.oe-listview-content thead tr:first-child th:first-child {

}
.openerp .oe-listview table.oe-listview-content thead tr:first-child th:last-child {

}
.openerp .oe-listview table.oe-listview-content tfoot tr:last-child th:first-child,
.openerp .oe-listview table.oe-listview-content tfoot tr:last-child td:first-child,
.openerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.openerp .oe-listview table.oe-listview-content tfoot tr:last-child th:last-child,
.openerp .oe-listview table.oe-listview-content tfoot tr:last-child td:last-child,
.openerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

/* Notebook */
.openerp .oe_form_notebook {
    padding: 0;
    background: none;
    border-width: 0;
}
.openerp .oe_form_notebook .ui-tabs-panel {
    padding: 4px;
}
.openerp .oe_form_notebook ul.ui-tabs-nav {
    padding-left: 0;
    background: transparent;
    border-width: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 0.8em;
    font-size: 95%;
    color: #555;
    margin-top: 15px;
}
.openerp .oe_form_notebook ul.ui-tabs-nav li {
    font-weight: bold;
}
.openerp .oe_form_notebook .ui-tabs-panel {
    background: #f9f9f9;
    border-width: 1px;
}
.openerp .oe_form_notebook .ui-tabs-selected {
    background: #f9f9f9;
}
/* Unedit Form */
.openerp .field_char,
.openerp .field_date,
.openerp .field_float,
.openerp .field_selection,
.openerp a.oe_form_uri {
    vertical-align: middle;
    padding-top: 3px;
    font-size: 90%;
    color: #222;
}
.openerp a.oe_form_uri {
    color: #9A0404;
    line-height: 12px;
}



/* Form */
.openerp .oe_form_button_save_dirty {
    display: none;
}
.openerp .oe_form_button_save {
    color: white !important;
    background: #57b900 !important;
    border-color: #57b900 !important;
    text-transform: uppercase;
}
.openerp .oe_form_button_cancel {
    color: white !important;
    background: #b32727 !important;
    border-color: #b32727 !important;
    text-transform: uppercase;
}
.openerp .oe_form_frame_cell input[type="checkbox"] {
    margin-top: 3px;
    vertical-align: middle;
}
.openerp .oe_form_frame_cell .input[type="text"] {
    padding-bottom: 1px;
}

.openerp table.oe_frame td {
    color: #4c4c4c;
}
.openerp td.oe_form_frame_cell {
    padding: 6px 2px;
    position: relative;
}
.openerp .oe_frame.oe_forms {
    clear: both;
}
.openerp table.oe_frame {
    color: #4c4c4c;
}
.openerp fieldset.oe_group_box {
    border: 1px solid #AAAAAA;
    moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #F9F9F9;
    padding: 4px;
}
.openerp fieldset.oe_group_box legend {
    font-weight: bold;
}
.openerp td.oe_form_frame_cell {
    padding: 4px 2px 4px 4px;
    position: relative;
}
.openerp td.oe_form_field_translatable,
.openerp td.oe_form_field_many2one,
.openerp td.oe_form_field_date,
.openerp td.oe_form_field_datetime {
    white-space: nowrap;
}
.openerp td.oe_form_field_boolean {
    padding-top: 4px;
}
.openerp td.oe_form_frame_cell.oe_form_group {
    padding: 0;
}
.openerp .required.error {
    border: 1px solid #900;
}
.openerp .oe_form_buttons, .openerp .oe_list_buttons {
    float: left;
}
.openerp .oe_form_pager, .openerp .oe_list_pager {
    float: right;
    font-size: 80%;
    color: gray;
    font-weight: bold;
    margin-bottom: 20px;
}

.openerp .oe_form_pager {
    margin-right: 3px;
}


.openerp label.oe_label_help, .openerp label.oe_label,
.openerp .oe_form_paragraph,
.openerp .oe_form_field_statusbar,
.openerp .oe_forms input[type="text"],
.openerp .oe_forms input[type="password"],
.openerp .oe_forms input[type="file"],
.openerp .oe_forms select,
.openerp .oe_forms .oe_button,
.openerp .oe_forms textarea {
    font-size: 85%;
}

.openerp label.oe_label_help, .openerp label.oe_label {
    display: block;
    color: #4c4c4c;
    font-weight: normal;
}
.openerp label.oe_label_help {
    cursor: help;
}
.openerp .oe_form_frame_cell  .oe_label, .openerp .oe_form_frame_cell  .oe_label_help {
    font-weight: normal;
}
.openerp #tiptip_content {
    font-size: 12px;
}
.openerp .oe_tooltip_string {
    color: #FD5;
    font-weight: bold;
    font-size: 13px;
}
.openerp .oe_tooltip_help {
    white-space: pre-wrap;
}
.openerp .oe_tooltip_technical {
    padding: 0 0 4px 0;
    margin: 5px 0 0 15px;
    list-style: circle;
}
.openerp .oe_tooltip_technical_title {
    font-weight: bold;
}

.openerp .oe_forms label.oe_label, .openerp .oe_forms label.oe_label_help {
    margin: 3px 0 0 3px;
    white-space: nowrap;
}
.openerp .oe_forms .searchview_group_content label.oe_label, .openerp .searchview_group_content .oe_forms label.oe_label_help { /* making a distinction between labels in search view and other labels */
    margin: 3px 0 0 3px;
}

.openerp label.oe_label_help span {
    font-size: 80%;
    color: darkgreen;
    vertical-align:top;
    position: relative;
    top: -4px;
    padding: 0 2px;
}
.openerp .oe_align_left {
    text-align: left;
}
.openerp .oe_align_right {
    text-align: left;
}
.openerp .oe_align_center {
    text-align: center;
}
.openerp .oe_forms .oe_form_paragraph {
    margin: 3px 0 0 0;
    white-space: normal;
}

.openerp .oe_forms .oe_form_paragraph.oe_multilines {
    white-space: pre;
}

.openerp .oe_form_field_one2many .oe-actions h3.oe_view_title,
.openerp .oe_form_field_one2many_list .oe-actions h3.oe_view_title{
    display: inline;
    margin: 0 0.5em 0 0;
}

.openerp .oe_forms .oe-listview th.oe-sortable .ui-icon,
.openerp .oe_forms .oe-listview th.oe-sortable .ui-icon {
    height: 100%;
    margin-top: -9px;
}

.openerp table.oe_frame .oe-listview-content td {
}

/* Uneditable Form View */
.openerp .oe_form_readonly {

}
.openerp .oe_form_readonly .oe_form_frame_cell .field_text,
.openerp .oe_form_readonly .field_char,
.openerp .oe_form_readonly .field_int,
.openerp .oe_form_readonly .field_float,
.openerp .oe_form_readonly .field_email,
.openerp .oe_form_readonly .field_date,
.openerp .oe_form_readonly .field_selection,
.openerp .oe_forms_readonly .oe_form_field_many2one {
    padding: 3px 2px 2px 2px;
    background-color: white;
    height: 17px;
    border: 1px solid #ccc;
}
.openerp .oe_form_readonly .oe_form_frame_cell .field_text {
    height: auto;
}
.openerp .oe_form_readonly .field_datetime {
    padding: 1px 2px 2px 2px;
    background-color: white;
    height:19px;
}
.openerp .oe_form_readonly .oe_form_field_many2one div {
    background-color:white;
    height:18px;
    margin-bottom:1px;
    padding: 0px 2px 5px 2px;
    border: 1px solid #ccc;
}

.openerp .oe_form_readonly .oe_form_field_email div  {
    background-color: white;
    padding: 1px 2px 3px 2px;
}


.openerp .oe_form_readonly .oe_form_field_text div.field_text,
.openerp .oe_form_readonly .oe_form_field_text_html div.field_text_html {
    white-space: pre-wrap;
}
.openerp .oe_form_readonly .oe_form_frame_cell .field_text  {
    min-height:100px;
}
/* Inputs */
.openerp .oe_forms input[type="text"],
.openerp .oe_forms input[type="password"],
.openerp .oe_forms input[type="file"],
.openerp .oe_forms select,
.openerp .oe_forms textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2px;
    margin: 0 2px;
    border: 1px solid #ccc;
    background: white;
    min-width: 90px;
    color: #1f1f1f;
}

.openerp .oe_forms input.field_many2one,
.openerp .oe_forms input.field_binary,
.openerp .oe_forms input.field_binary,
.openerp .oe_forms input.field_email,
.openerp .oe_forms input.field_url  {
    border-right: none;
}
.openerp .oe_button.oe_field_button {
    margin-right:-1px;
    height: 22px;
}

.openerp .oe_form_field_email button img,
.openerp .oe_form_field_url button img {
    vertical-align: top;
}
/* vertically recentering filter management select tag */
.openerp select.oe_search-view-filters-management { 
    margin-top:2px;
}

.openerp .oe_forms select{
    padding-top: 2px;
}
.openerp .oe_forms input[readonly],
.openerp .oe_forms select[readonly],
.openerp .oe_forms textarea[readonly],
.openerp .oe_forms input[disabled],
.openerp .oe_forms select[disabled],
.openerp .oe_forms textarea[disabled]{
    background: #E5E5E5 !important;
    color: #666;
}
.openerp .oe_forms textarea {
    resize:vertical;
}
.openerp .oe_forms input[type="text"],
.openerp .oe_forms input[type="password"],
.openerp .oe_forms input[type="file"],
.openerp .oe_forms select,
.openerp .oe_forms .oe_button {
    height: 22px;
}

.openerp .oe_forms input.field_datetime {
    min-width: 11em;
}
.openerp .oe_forms .oe_form_button .oe_button {
    color: #4c4c4c;
    white-space: nowrap;
    min-width: 100%;
    width: 100%;
}
@-moz-document url-prefix() {
    /* Strange firefox behaviour on width: 100% + white-space: nowrap */
    .openerp .oe_forms .oe_form_button .oe_button {
        width: auto;
    }
}
/* IE Hack - for IE < 9
 * Avoids buttons overflow
 * */
.openerp .oe_forms .oe_form_button .oe_button {
    min-width: auto\9;
}
.openerp .oe_forms .button {
    height: 30px;
    background: #F0F0F0;
    border: 1px solid #ababab;
}
.openerp .oe_forms .oe_button span {
    position: relative;
    vertical-align: middle;
}
.openerp .oe_forms .oe_button img {
    vertical-align: middle;
}
.openerp .oe_input_icon {
    cursor: pointer;
    margin: 3px 0 0 -21px;
    vertical-align: top;
}
.openerp .oe_datepicker_container {
    display: none;
}
.openerp .oe_datepicker_root {
    display: inline-block;
}
.openerp .oe_form_frame_cell .oe_datepicker_root {
    width: 100%;
}
.openerp .oe_input_icon_disabled {
    position: absolute;
    cursor: default;
    opacity: 0.5;
    filter:alpha(opacity=50);
    right: 5px;
    top: 3px;
}
.openerp .oe_trad_field.touched {
    border: 1px solid green !important;
}

/* http://www.quirksmode.org/dom/inputfile.html
 * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
 */
.openerp .oe-binary-file-set {
    overflow: hidden;
    position: relative;
}
.openerp input.oe-binary-file {
    z-index: 0;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    /* Should be adjusted for all browsers */
    top: -2px;
    right: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
}

/* Widgets */
.openerp .separator {
    border: 0 solid #666;
}
.openerp .separator.horizontal {
    font-weight: bold;
    border-bottom-width: 1px;
    margin: 20px 4px 3px 1px;
    height: 17px;
    font-size: 95%;
}
.openerp .separator.horizontal:empty {
    height: 5px;
}
.openerp .oe_form_frame_cell.oe_form_separator_vertical {
    border-left: 1px solid #666;
}
.openerp td.required input, .openerp td.required select {
    background-color: #bee4fe !important;
}
.openerp td.invalid input, .openerp td.invalid select, .openerp td.invalid textarea {
    background-color: #F66 !important;
    border: 1px solid #D00 !important;
}
.openerp div.oe-progressbar span {
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
    font-weight: bold;
}

/* jQuery UI override */
.openerp .ui-widget {
    font-size: 1em;
}
@media only screen and (max-width: 700px) {
	.openerp .ui-widget.ui-dialog {
		width: 100% !important;
		top: 0 !important;
		left: 0 !important;
	}
}
.openerp .oe_form_field_progressbar .ui-progressbar {
    height: 22px;
    font-size: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: white;
    min-width: 90px;
}
.openerp tbody.ui-widget-content {
    margin-bottom: 10px;
    border-spacing: 4px;
}
.openerp .ui-widget-header {
    background: white none;
}
/* progress bars */
.openerp .ui-progressbar .ui-widget-header {
    background: #dcdcdc;
}

/* Sidebar */
.openerp .view-manager-main-table {
    margin: 0;
    width:100%;
    border-collapse:collapse;
    height:100%;
}

.openerp .view-manager-main-table tbody {
    vertical-align: top;
}

.openerp .oe-view-manager-header {
    overflow: auto;
    background: url("/web/static/src/img/sep-a.gif") 0 100% repeat-x;
    margin:6px 0 6px 2px;
}
.openerp .oe_form_frame_cell .oe-view-manager-header { /* Trick: remove the background when element is in a formular */
    background: none;
}

.openerp .oe-view-manager-header h2 {
    float: left;
}

.openerp .oe_view_manager_menu_tips blockquote {
    display: none;
    font-size: 85%;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #CECBCB;
    padding: 1px 10px;
    color: #4C4C4C;
}
.openerp .oe_view_manager_menu_tips blockquote p {
    margin: 0;
    padding: 6px 1px 4px;
}

.openerp .oe_view_manager_menu_tips blockquote div {
    text-align: right;
    margin-right:10px;
}

.openerp .oe_view_manager_menu_tips blockquote div button {
    border: none;
    background: none;
    padding: 0 4px;
    margin: 0;
    display: inline;
    text-decoration: underline;
    color: inherit;
}
.openerp .oe-view-manager-logs {
    clear: both;
    background: #fff;
    margin: 0.25em 0;
    font-size: 85%;
    color: #4C4C4C;
    position: relative;
    overflow: hidden;
    display: none !important;
}
.openerp .oe-view-manager-logs ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
}
.openerp .oe-view-manager-logs li:before {
    content: '\2192 ';
}
.openerp .oe-view-manager-logs a {
    text-decoration: none;
    color: inherit;
}
/* only display first three log items of a folded logs list */
.openerp .oe-view-manager-logs.oe-folded li:nth-child(n+4) {
    display: none;
}
/* display link to more logs if there are more logs to view and the logview is
   currently folded */
.openerp .oe-view-manager-logs a.oe-more-logs {
    display: none;
}
.openerp .oe-view-manager-logs.oe-folded.oe-has-more a.oe-more-logs {
    display: block;
}
.openerp .oe-view-manager-logs a.oe-remove-everything {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.openerp .view-manager-main-sidebar {
    width: 180px;
    padding: 0;
    margin: 0;
}

.openerp .sidebar-main-div {
    height: 100%;
    border-left: 1px solid #D2CFCF;
    border-top: 1px solid #D2CFCF;
    padding-left: 2px;
    padding-top: 2px;
}

.openerp .sidebar-content {
    padding: 0;
    margin: 0;
    width: 180px;
    height: 100%;
    font-size: 0.9em;
}

.openerp .closed-sidebar .sidebar-content {
    width: 22px;
}

.openerp .closed-sidebar .sidebar-content {
    display: none;
}

.openerp .sidebar-main-div a {
    color: #555;
    text-decoration: none;
}

.openerp .sidebar-main-div a:hover {
    color: black;
}

.openerp .oe-sidebar-attachments-toolbar {
    margin: 4px 0 0 4px;
}
.openerp .oe-sidebar-attachments-items {
    clear: both;
    padding-top: 5px !important;
}
.openerp .oe-sidebar-attachments-items li {
    position: relative;
    padding: 0 0 3px 10px !important;
}
.openerp .oe-sidebar-attachments-items li:hover {
    background: #ddd;
}
.openerp .oe-sidebar-attachments-link {
    display: block;
    margin-right: 15px;
    overflow: hidden;
}
.openerp .oe-sidebar-attachment-delete {
    position: absolute;
    right: 2px;
    top: 1px;
    overflow: hidden;
    width: 15px;
    height: 15px;
    padding: 1px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.openerp .oe-sidebar-attachment-delete:hover {
    background-color: white;
}

.openerp .view-manager-main-sidebar h2 {
    margin:25px 0 6px;
    font-size: 1.15em;
    color: #666;
    text-shadow: white 0 1px 0;
    padding-left: 10px;
    padding-right: 21px;
}
.openerp .view-manager-main-sidebar h2 {
}

.openerp .view-manager-main-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

.openerp .view-manager-main-sidebar li {
    display: block;
    padding: 3px 3px 3px 10px;
    margin-bottom: 4px;
}

.openerp .toggle-sidebar {
    cursor: pointer;
    display: block;
    /* background: url(/web/static/src/img/toggle-a-bg.png); */
    width: 21px;
    height: 22px;
    z-index: 10;
    text-align: center;
}

.openerp .toggle-sidebar span {
    display: none;
    font-size: 18px;
    line-height: 18px;
    display: none;
}

.openerp .closed-sidebar .toggle-sidebar .fold  {
	display: inline-block;
}

.openerp .open-sidebar .toggle-sidebar .unfold {
	display: inline-block;
}

.openerp .open-sidebar .toggle-sidebar {
    margin-left: 4px;
    background-position: 21px 0;
    position: absolute;
    margin-top: 0;
}

.openerp .closed-sidebar .toggle-sidebar {
    border-left: none;
}

.openerp li.oe_sidebar_print {
    padding-left: 20px;
    background: 1px 3px url(/web/static/src/img/icons/gtk-print.png) no-repeat;
}

.openerp .oe_sidebar_print ul {
    padding-left:8px;
}

.openerp.kitten-mode-activated .main_table {
    background: url(http://placekitten.com/g/1500/800) repeat;
}
.openerp.kitten-mode-activated.clark-gable .main_table {
    background: url(http://amigrave.com/ClarkGable.jpg);
    background-size: 100%;
}

.openerp.kitten-mode-activated .header {
    background: url(http://placekitten.com/g/211/65) repeat;
}

.openerp.kitten-mode-activated .secondary_menu {
    background: url(http://placekitten.com/g/212/100) repeat;
}

.openerp.kitten-mode-activated .menu {
    background: #828282;
    background: -moz-linear-gradient(top, #828282 0%, #4D4D4D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#4D4D4D));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4D4D4D',GradientType=0 );
}
.openerp.kitten-mode-activated .menu a {
    background: none;
}
.openerp.kitten-mode-activated .menu span {
    background: none;
}
.openerp.kitten-mode-activated .sidebar-content li a,
.openerp.kitten-mode-activated .oe-application .view-manager-main-content h2.oe_view_title,
.openerp.kitten-mode-activated .oe-application .view-manager-main-content a.searchview_group_string,
.openerp.kitten-mode-activated .oe-application .view-manager-main-content label  {
    color: white;
}
.openerp.kitten-mode-activated .menu,
.openerp.kitten-mode-activated .header_corner,
.openerp.kitten-mode-activated .header_title,
.openerp.kitten-mode-activated .secondary_menu div,
.openerp.kitten-mode-activated .oe-application,
.openerp.kitten-mode-activated .oe_footer,
.openerp.kitten-mode-activated .loading,
.openerp.kitten-mode-activated .ui-dialog {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.openerp.kitten-mode-activated .header .company_logo {
    background: url(http://placekitten.com/g/180/46);
}
.openerp.kitten-mode-activated .loading {
    background: #828282;
    border-color: #828282;
}

.openerp .oe-m2o-drop-down-button {
    margin-left: -24px;
}
.openerp .oe-m2o-drop-down-button img {
    margin-bottom: -4px;
    cursor: pointer;
}
.openerp .oe-m2o input  {
    border-right: none;
    margin-right: 0px !important;
    padding-bottom: 2px !important;
}
.openerp .oe-m2o-disabled-cm {
    color: grey;
}
.openerp ul[role="listbox"] li a {
    font-size:80%;
}
.parent_top {
    vertical-align: text-top;
}

.openerp .oe-dialog-warning p {
    padding-left: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.openerp .dialog-crash-message-error { 
	background: #1d93e4; 
}

.openerp .dialog-crash-message-error .ui-dialog-content { 
	min-height: 295px !important;
}

.openerp .dialog-crash-message-error .ui-dialog-titlebar { 
	display: none; 
}
.openerp .dialog-crash-message-error .ui-dialog-buttonpane { 
	background: #1d93e4; 
	border: 0; 
}
.openerp .dialog-crash-message-error .ui-widget-content { 
	color: #fff; 
}
.openerp .dialog-crash-message-error hr { 
	border: 0; 
	border-bottom: 3px solid #fff; 
	margin-bottom: 20px;
}
.openerp .dialog-crash-message-error .error-title { 
	font-size: 61px; 
	margin: 10px 0 20px; 
	padding-left:  107px;
	background: transparent url(/web/static/src/img/i-error-dialog.png) 0 50% no-repeat;
}
.openerp .dialog-crash-message-error .error-subtitle { 
	font-size: 20px;
	margin-bottom: 20px;
}
.openerp .dialog-crash-message-error .contacts { 
	font-size: 18px; 
	line-height: 25px;
}
.openerp .dialog-crash-message-error span { 
	display: block; 
}

.openerp .dhx_mini_calendar {
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.openerp .oe-treeview-table {
    width: 100%;
    background-color : #FFFFFF;
    border-spacing: 0;
    
}
.openerp .oe-treeview-table tr:hover{
    color: blue;
    background-color : #D8D8D8;
}
.treeview-tr, .treeview-td {
    cursor: pointer;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #CFCCCC;
}
.openerp .oe-treeview-table .oe-number {
   text-align: right !important;
}
.treeview-tr span, .treeview-td span {
    font-size: 90%;
    font-weight: normal;
    white-space: nowrap;
    display: block;
    }
.treeview-tr.oe-treeview-first {
    background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
}
.oe-open .treeview-tr.oe-treeview-first {
    background-image: url(/web/static/src/img/collapse.gif);
}
.treeview-tr.oe-treeview-first span,
.treeview-td.oe-treeview-first span {
    margin-left: 16px;
}

.treeview-header {
    vertical-align: top;
    background-color : #D8D8D8;
    white-space: nowrap;
    text-align: left;
    padding: 4px 5px;
}
/* Shortcuts*/
.oe-shortcut-toggle {
    height: 20px;
    margin-top: 2px;
    padding: 0;
    width: 24px;
    cursor: pointer;
    display: block;
    background: url(/web/static/src/img/add-shortcut.png) no-repeat center center;
    float: left;
}
.oe-shortcut-remove{
    background: url(/web/static/src/img/remove-shortcut.png) no-repeat center center;
}
.oe-shortcuts {
    position: absolute;
    margin: 0;
    top: 25px;
    left: 250px;
    right: 0;
    height: 17px;
    line-height: 1.2;
}
.oe-shortcuts ul {
    display: block;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.oe-shortcuts li {
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    display: inline; /*IE7 */
    color: #000;
    text-align: center;
    border-left: 1px solid #909090;
    padding: 0 8px;
    font-size: 90%;
    vertical-align: top;
}

.oe-shortcuts li:hover {
    text-decoration: underline;
}
.oe-shortcuts li:first-child {
    border-left: none;
    padding-left: 0;
}

ul.oe-arrow-list {
    padding-left: 1.1em;
    margin: 0;
    white-space: nowrap;
}
ul.oe-arrow-list li {
    display: inline-block;
    margin-left: -1em;
}
ul.oe-arrow-list li span {
    vertical-align: top;
    display: inline-block;
    border: 11px solid #DEDEDE;
    line-height:0em;
}
ul.oe-arrow-list .oe-arrow-list-before {
    border-left-color: rgba(0,0,0,0);
    border-right-width:0;
}
ul.oe-arrow-list .oe-arrow-list-after {
    border-color: rgba(0,0,0,0);
    border-left-color: #DEDEDE;
    border-right-width:0;
}
ul.oe-arrow-list li.oe-arrow-list-selected span {
    border-color: #4A8FD9;
    color: #FFF;;
}
ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-before {
    border-left-color: rgba(0,0,0,0);
}
ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
    border-color: rgba(0,0,0,0);
    border-left-color: #4A8FD9;
}
.openerp ul.oe-arrow-list li:first-child span:first-child{
}
.openerp ul.oe-arrow-list li:last-child span:last-child{
}
.openerp .oe_view_editor {
    width:100%;
    border-collapse : collapse;
    margin-left: -12px;
    
    width: 100%;
    background-color : white;
    border-spacing: 0;
}
.openerp .oe_view_editor td{
    text-align: center;
    white-space: nowrap;
    border: 1px solid #D8D8D8;
    
    cursor: pointer;
    font-size: 90%;
}
.openerp .oe_view_editor_field td{
    border: 0px !important;
}

.openerp .oe_view_editor tr:hover {
    background-color: #ecebf2;
}


/* Dialog traceback cases */
.openerp .oe_error_detail{
    display: block;
}
.openerp .oe_error_send{
    display:block;
}
.openerp .oe_fielddiv{
    display:inline-block;
    width:100%;
}
.openerp .oe_fielddiv input[type=text],textarea{
    width:100%;
}
/* for Alignment center */
.openerp .oe_centeralign{
    text-align:center;
}

.openerp .oe_applications_tiles {
  color: #4C4C4C;
  text-shadow: #EEE 0 1px 0;
  margin: 0 20px;
}

.openerp .oe_vm_switch {
    margin:2px 0 0 0;
}

.openerp .oe_vm_switch_form,
.openerp .oe_vm_switch_page,
.openerp .oe_vm_switch_tree,
.openerp .oe_vm_switch_list,
.openerp .oe_vm_switch_graph,
.openerp .oe_vm_switch_gantt,
.openerp .oe_vm_switch_calendar,
.openerp .oe_vm_switch_kanban,
.openerp .oe_vm_switch_diagram {
    background: url("/web/static/src/img/views-icons-a.png") repeat-x scroll left top transparent;
    overflow: hidden;
    width: 22px;
    height: 21px;
    border: none;
    background-position: 0px 0px;
}

.openerp .oe_vm_switch_form span,
.openerp .oe_vm_switch_page span,
.openerp .oe_vm_switch_tree span,
.openerp .oe_vm_switch_list span,
.openerp .oe_vm_switch_graph span,
.openerp .oe_vm_switch_gantt span,
.openerp .oe_vm_switch_calendar span,
.openerp .oe_vm_switch_kanban span,
.openerp .oe_vm_switch_diagram span {
    display: none;
}

.openerp .oe_vm_switch_list {
    background-position: 0px 0px;
}
.openerp .oe_vm_switch_list:active,
.openerp .oe_vm_switch_list:hover,
.openerp .oe_vm_switch_list:focus,
.openerp .oe_vm_switch_list[disabled="disabled"] {
    background-position: 0px -21px;
}

.openerp .oe_vm_switch_tree {
    background-position: 0px 0px;
}
.openerp .oe_vm_switch_tree:active,
.openerp .oe_vm_switch_tree:hover,
.openerp .oe_vm_switch_tree:focus,
.openerp .oe_vm_switch_tree[disabled="disabled"] {
    background-position: 0px -21px;
}

.openerp .oe_vm_switch_form {
    background-position: -22px 0px;
}
.openerp .oe_vm_switch_form:active,
.openerp .oe_vm_switch_form:hover,
.openerp .oe_vm_switch_form:focus,
.openerp .oe_vm_switch_form[disabled="disabled"] {
    background-position: -22px -21px;
}

.openerp .oe_vm_switch_page {
    background-position: -22px 0px;
}
.openerp .oe_vm_switch_page:active,
.openerp .oe_vm_switch_page:hover,
.openerp .oe_vm_switch_page:focus,
.openerp .oe_vm_switch_page[disabled="disabled"] {
    background-position: -22px -21px;
}
.openerp .oe_vm_switch_graph {
    background-position: -44px 0px;
}
.openerp .oe_vm_switch_graph:active,
.openerp .oe_vm_switch_graph:hover,
.openerp .oe_vm_switch_graph:focus,
.openerp .oe_vm_switch_graph[disabled="disabled"] {
    background-position: -44px -21px;
}

.openerp .oe_vm_switch_gantt {
    background-position: -66px 0px;
}
.openerp .oe_vm_switch_gantt:active,
.openerp .oe_vm_switch_gantt:hover,
.openerp .oe_vm_switch_gantt:focus,
.openerp .oe_vm_switch_gantt[disabled="disabled"] {
    background-position: -66px -21px;
}

.openerp .oe_vm_switch_calendar {
    background-position: -88px 0px;
}
.openerp .oe_vm_switch_calendar:active,
.openerp .oe_vm_switch_calendar:hover,
.openerp .oe_vm_switch_calendar:focus,
.openerp .oe_vm_switch_calendar[disabled="disabled"] {
    background-position: -88px -21px;
}
.openerp .oe_vm_switch_kanban {
    background-position: -110px 0px;
}
.openerp .oe_vm_switch_kanban:active,
.openerp .oe_vm_switch_kanban:hover,
.openerp .oe_vm_switch_kanban:focus,
.openerp .oe_vm_switch_kanban[disabled="disabled"] {
    background-position: -110px -21px;
}

.openerp .oe_vm_switch_diagram {
    background-position: 0px 0px;
}
.openerp .oe_vm_switch_diagram:active,
.openerp .oe_vm_switch_diagram:hover,
.openerp .oe_vm_switch_diagram:focus,
.openerp .oe_vm_switch_diagram[disabled="disabled"] {
    background-position: 0px -21px;
}

/* Buttons */
.openerp .oe_button:link,
.openerp .oe_button:visited,
.openerp .oe_button {
    display: inline-block;
    border: 1px solid #ccc;
    color: #404040;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: auto auto !important;
    background-size: 100% 100%;
    background: #F0F0F0 none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-font-smoothing: antialiased;
    outline: none;
}

.openerp .oe_button:hover {
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: auto auto !important;
    background-size: 100% 100%;
    background: #e3e3e3 none;
    cursor: pointer;
}

.openerp .oe_button:focus {
    border: 1px solid #80bfff;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: auto auto !important;
    background-size: 100% 100%;
    background: #e3e3e3, none;
    -moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    -o-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
}

.openerp .oe_button:active,
.openerp .oe_button.active {
    background: #e3e3e3;
    -moz-box-shadow: none, 0 0 0 transparent;
    -webkit-box-shadow: none, 0 0 0 transparent;
    -o-box-shadow: none, 0 0 0 transparent;
    box-shadow: none, 0 0 0 transparent;
}

.openerp .oe_button.disabled,
.openerp .oe_button:disabled {
    background: #efefef !important;
    border: 1px solid #d1d1d1 !important;
    font-size: 12px;
    padding: 3px 10px;
    -moz-box-shadow: none !important, 0 0 0 transparent;
    -webkit-box-shadow: none !important, 0 0 0 transparent;
    -o-box-shadow: none !important, 0 0 0 transparent;
    box-shadow: none !important, 0 0 0 transparent;
    color: #aaaaaa !important;
    cursor: default;
    text-shadow: 0 1px 1px white !important;
}

.openerp select.oe_search-view-filters-management {
    font-style: oblique;
    color: #999999;
}

.openerp .oe_search-view-filters-management option,
.openerp .oe_search-view-filters-management optgroup {
    font-style: normal;
    color: black;
}

/* Debug stuff */
.openerp .oe_debug_view_log {
    font-size: 95%;
}
.openerp .oe_debug_view_log label {
    display: block;
    width: 49%;
    text-align: right;
    float: left;
    font-weight: bold;
    color: #009;
}
.openerp .oe_debug_view_log span {
    display: block;
    width: 49%;
    float: right;
    color: #333;
}

/* Internet Explorer Fix */
a img {
   border: none;
}

/* Wheelt Links */
.wheelt-links { height: 23px; background: #fff; padding: 5px 0 0 0; }
.wheelt-links ul { list-style: none; margin: 0; }
.wheelt-links li { float: left; margin-left: 5px; padding: 3px 10px; background: #444; border-radius: 3px 3px 0 0; color: #fff; }
.wheelt-links li a { color: #fff; text-decoration: none; }
.wheelt-links li:hover,
.wheelt-links li.active { background: #999; }

.openerp .company_logo {
    /* ALTERAR AQUI */
    background: url(/web/static/src/img/logo_cloud3_i.png) !important;
    width:140px !important;
    height: 34px !important;
    background-size: 140px auto !important;
}

.clear { clear: both; }

.blockUI.blockMsg { background: none !important; border: 0 !important; }
.openerp .oe-export {
    width: 100%;
}
.openerp .oe_export_row tr{
    background-color: #FFFFFF;
    font-size: 0.8em;
    height: 22px;
}

.openerp tr.ui-selected td {
    background-color: #CCCCCC;
}

.openerp .oe_export_requiredfield {
    background-color: #D2D2FF;
}

.openerp .oe_export_readonlyfield{
    background-color: #999999;
}

.openerp .oe_export_row:hover{
    background-color: #F3F3F3;
}

.openerp .oe_export_fields_selector_left {
    width: 50%;
}

.openerp div#left_field_panel {
    overflow: scroll;
    width: 100%;
    height: 400px;
    border: solid #999999 1px;
}
.openerp div#left_field_panel table {
    width: 100%;
}

.openerp .oe_export_fields_selector_center {
    text-align: center;
}
.openerp .oe_export_fields_selector_center button {
    white-space: nowrap;
}

.openerp .oe_export_fields_selector_right {
    width: 45%;
    height: 400px;
}

.openerp .oe_export_fields_selector_right select{
    width: 100%;
    height: 100%;
}

.openerp .oe_export_tree_header{
    border: 0.5px solid #E3E3E3;
    text-align: left;
    white-space: nowrap;
    padding: 4px 5px;
    background: url(/web/static/src/img/header.gif);
}


.openerp table.tree_grid{
    border: 1px solid #E3E3E3;
    text-align: left;
    white-space: nowrap;
    background-color:#E3E3E3;
    border-collapse: collapse;
    width: 100%;
}

.openerp table.tree_grid a:hover {
    color: blue;
    border: none;
}

.openerp table.tree_grid a {
    color: #5F5C5C;
    border: none;
    display: block;
}
.openerp .oe_import_grid {
    border: none;
    border-collapse: collapse;
}
.openerp .oe_import_grid-header .oe_import_grid-cell {
    background: url(/web/static/src/css/../img/gradientlinebg.gif) repeat-x #CCCCCC;
    border-bottom: 1px solid #E3E3E3;
    font-weight: bold;
    text-align: left;
}
.openerp .oe_import_grid-row .oe_import_grid-cell {
    border-bottom: 1px solid #E3E3E3;
}

.openerp .oe-import-no-result .oe-import-result {
    display: none;
}
.openerp .oe-import fieldset {
    cursor: pointer;
}
.openerp .oe-import fieldset legend:before {
    content: '\25BC  ';
}
.openerp .oe-import fieldset.oe-closed legend:before {
    content: '\25B6  ';
}
.openerp .oe-import fieldset.oe-closed table {
    display: none;
}
.openerp .oe-import .separator.horizontal {
    font-weight: bold;
    border-bottom-width: 1px;
    margin: 6px 4px 6px 1px;
    height: 20px;
}
.openerp .duplicate_fld{
    background-color:#FF6666;
}
.openerp .select_fld{
    background: none repeat scroll 0 0 white;
}
.openerp .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}
