/* BODY */

body {
	background: url("images/background_body.jpg");
/*	background: url("jquery-theme/images/bg-noise.png") repeat scroll 0 0 #F6F4EC;*/
	font-family: Helvetica;
}

/* BOX */

/* HEADER */

#container input.ui-button {
	padding: 5px;
}

.ui-button-text {
	padding : 0 1em;
}

#header {
	;
}

#logo {
	background-image: url("images/logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	margin: 10px auto;
	cursor: pointer;
}

#logo_dashboard {
	position: absolute;
	bottom: 0;
	left: 57;
	background-image: url("images/logo-100.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	cursor: pointer;
}

#header_user_infos {
/*	background: url("images/background_ui3.png");
	background-position: 0px -3px;*/
	background: url("jquery-theme/images/bg-noise.png") repeat scroll 0 0 #B74624;
	float: right;
	height: 20px;
	padding: 3px 10px 4px;
	color:#ffffff;
	border-top: 0;
	border-right: 0;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header_user_infos .menu-user {
	float: right;
	font-weight: bold;
	padding: 2px;
	z-index: 8;
}

#header_user_infos .menu-user .menu-small-hover-button-on {
	padding: 3px 4px 5px 3px;
}

#header_user_infos .menu-user .menu-small-hover-elem {
	font-size: 13px;
	padding: 5px 4px 5px 20px;
}

#header_user_infos .menu-user .menu-small-hover-elem .icon-picto {
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}

#header_user_infos .menu-user span {
	margin-left: 5px;
}

#header_user_infos a, #header_user_infos a:visited, #header_user_infos a:hover, #header_user_infos a:active {
	color: #FFF;
	margin-right: 10px;
	padding-top: 3px;
}

#header_background
{
	background: url("jquery-theme/images/bg-noise.png") repeat scroll 0 0 #F6F4EC;
	overflow:visible;
	height:200px;
}

#menu {
	height: 100%;
	float: left;
	width: 215px;
	border-right: 2px solid #B74624;
	border-left: 1px solid #B74624;
	position: fixed;
	box-shadow: 2px -2px 2px #555;
	background: url("images/sidebar_pattern.jpg") repeat scroll 0 0 #3C3D47;
	color: #EEEEEE;
	z-index: 1000;
}

#menu ul li {
	font-size: 13px;
	cursor: pointer;
/*	background: url("/assets/images/menu-separator.gif") no-repeat scroll 0 bottom transparent;*/
}

#menu ul li.title {
	font-size: 15px;
	padding: 6px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	cursor: default;
}

#menu ul li.appinfo {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	cursor: default;
}

#menu ul li > div {
	padding: 5px 25px;
	border: 1px solid transparent;
}

#menu ul li.appInfo > div {
	padding: 15px 0 15px 7px;
}

#menu ul li.selected {
	color: #B74624;
}

#menu ul li > div.selected, #menu ul li:not(.appInfo) > div:hover {
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05);
}

#menu ul li .icon-picto {
	margin-right: 12px;
	font-size: 14px;
}

#menu ul li.appInfo .icon-picto {
	margin-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#imgAppIcon {
	width: 50px;
	height: 50px;
}

#menu .menu-small-hover {
	float: right;
	margin: 12px 10px 0 0;
}

#menu .menu-small-hover .menu-small-hover-button {
	font-size: 18px;
}

#menu .menu-small-hover .menu-small-hover-elements {
	padding: 2px;
}

#menu .menu-small-hover .menu-small-hover-elements:hover {
	color: #FFF;
}

#menu .menu-small-hover .menu-small-hover-elements .icon-picto:hover {
	color: #FFF;
}

#menu .menu-small-hover .menu-small-hover-elem {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 5px;
}

#menu .menu-small-hover .menu-small-hover-elem p {
	padding: 5px 5px 5px 30px;
	position: relative;
	margin: 0;
}

#menu .menu-small-hover .menu-small-hover-elem p img {
	position: absolute;
	top: 0;
	left: 0;
}

#menu .menu-small-hover .new-app-button p, #menu .menu-small-hover .apps-list-button p {
	margin: 0;
	padding-left: 0;
	padding-right: 40px;
}

#menu .appInfo > div {
	padding-right: 0;
}

#menu .appInfo > div.selected {
	padding-right: 0;
}

.appInfo h1 {
	margin: 0;
	padding: 15px 0;
	font-weight: normal;
	font-size: 20px;
	float: left;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
}

.appInfo .icon_image {
	margin-right: 10px;
}

.appInfo .icon_image {
	margin-right: 10px;
}

#content {
	position: relative;
	float: right;
	width: 800px;
/*	background: url("jquery-theme/images/bg-noise.png") repeat scroll 0 0 #FFF;*/
	border: 1px solid #777;/* #C4BFAE;*/
	border-right: 0;
	border-bottom: 0;
	padding: 0;
	margin: 40px 0;
	box-shadow: 2px 2px 10px #666;
}

.content_big {
	min-height: 92%;
}

.content_small {
	min-height: none;
	margin: 80px 0 0;
}

#content .ui-widget-content {
	background: none;
}

#content .centerPanel  {
	display: none;
/*	background: url("jquery-theme/images/bg-noise.png") repeat scroll 0 0 #F6F4EC;*/
}

#content .box_content {
	background-color: #F6F4EC;
	border: 1px solid #C4BFAE;
}

#content .appsList li {
	background-color: #E1DDD0;
	margin-bottom: 3px;
}

#design_box
{
	background-image: url("images/design_box.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#medias_box
{
	background-image: url("images/media_box.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#publish_box
{
	background-image: url("images/publish_box.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#help_box
{
	background-image: url("images/help_box.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#statistics_box {
	background-image: url("images/analytics_box.png");
	background-position: top left;
	background-repeat: no-repeat;
}

/* FOOTER */
#footer {
	background: url("jquery-theme/images/bg-noise.png") repeat scroll 0 0 #B74624;
	z-index: 999;
}

#kawet_footer {
	display: none;
	position: absolute;
	float: right;
	padding-top: 3px;
	margin: auto;
	text-align:center;
	font-size: 13px;
}

#kawet_footer a, #kawet_footer a:visited, #kawet_footer a:active {
	color: #B3B3B3;
/*	border-bottom: 1px dotted #FFF;*/
}

#kawet_footer a:hover {
	color: #FFF;
}

#footer .footer_version {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 13px;
	color: #B3B3B3;
}

#footer .footer_icon span {
	float: right;
	font-size: 18px;
	margin-right: 15px;
	color: white;
	margin-top: 3px;
}

#footer .footer_icon span:hover {
	color: #B3B3B3;
}

#kawet_footer img
{
	vertical-align:middle;
}

/* Divers */

.box_header {
	color: #FFFFFF;
}

.optionText, .smallText {
	color: #444444;
	font-weight: bold;
}

.optionText, .normalText {
	font-size: 14px;
}

.normalText {
	color: #383838;
}

.smallText {
	font-size: 10px;
}

a, a:visited, a:hover, a:active, .linkStyle {
	color: #B74624;
}

a.underline, a.underline:visited, a.underline:hover, a.underline:active {
	color:#B74624;
	border-bottom:1px dotted #B74624;
}

/* Popup Design, Media, etc... */

/* Titre rubriques des options */
.form_text_separator {
	font-size: 16px;
	font-weight: bold;
	color: #383838;
}

/* Nom des options */
.wat-cf > .left > label, .wat-cf > .right > label {
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

/* Notes des options */
.settingsInfo {
	color:#555555;
	font-size:12px;
}

.warning {
	color:#770000;
}

/*
	JQUERY
*/

/*.ui-widget-content {
	background: url("images/background_ui.png");
}*/
.ui-widget-content {
	border: none;
/*	background: #e1ddd0;
	background-image: url(jquery-theme/images/bg-noise.png);*/
/*	background: url("images/background_body.jpg") repeat scroll 0 0 transparent;*/
	background-color: #F6F4EC;
	color: #565552;
}

.ui-widget-header {
/*	background: url("images/background_ui3.png");
	background-position: 0px -3px;*/
	background: url("jquery-theme/images/bg-noise.png") repeat scroll 0 0 #B74624;
	color: #FFF;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
/*	border-color: #444444;*/
	border-color: #696969;
	color: #FFF;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #B74624;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #B74624;
	color: #444;
	background: none;
	font-weight: normal;
}

/*.ui-state-default .ui-icon {
	background-image: url("jquery-theme/images/ui-icons_454545_256x240.png");
}*/

/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: url("images/background_ui.png");
}*/

.ui-tabs-nav li a, .ui-tabs-nav li a:link, .ui-tabs-nav li a:visited {
	color: #FFF;
}

.ui-dialog-content {
	background: url("images/background_body.jpg") repeat scroll 0 0 transparent;
}

.ui-dialog .ui-dialog-buttonpane {
	background: none;
}

.ui-dialog-content input[type=text] {
	padding: 5px;
}
