
/* Menu */
body.lite_theme .menu li > a.selected {
	background-color: #d09a37;
}

body.lite_theme {
	background: #38352d;
}
body.lite_theme .menu a ,
body.lite_theme .menu li ,
body.lite_theme .menu span.icon,
body.lite_theme .menu span.label {
	color: #fff;	
}
body.lite_theme .main-col {
	background-color: #f3efe8;
}
body.lite_theme .fieldsets_container div.fieldset {
	background: #fff;
}
body.lite_theme .popup-window {
	background: #fff;
}
body.lite_theme .menu .selected span.label {
	color:#fff;
}
body.lite_theme  .menu li.parent > a > span.label:hover,
body.lite_theme .menu span.label:hover { 
	color:#ecc172;
}

body.lite_theme .fieldsets_container .fieldset {
	background: #fff;
	border-color: #eee;
}
body.lite_theme .fieldset_switcher ul li {
	border-color: #eee;
}
body.lite_theme .top-bar .youcan-logo {
	color: #333;
}

body.lite_theme .canvas {
	
}
body.lite_theme .fieldset_switcher ul li.border-cut {
	border-top: 1px solid #fefefe;
}
body.lite_theme .fieldset_switcher ul li.selected {
    z-index: 10;
    margin-top: 0;
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff);
    background: -moz-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff);
}

/* buttons */
body.lite_theme .sqButton {
	background: -webkit-linear-gradient( #DB6060 ,#DB6060);
    background: -o-linear-gradient( #DB6060 ,#DB6060);
    background: -moz-linear-gradient( #DB6060 ,#DB6060);
    background: linear-gradient( #fbefcf ,#ecc172);
    border: 1px solid #a5803f;
    color: #000 !important;
    border-radius: 4px;
}
body.lite_theme .you-filter-bar {
	background: #fff !important;
}

body.lite_theme .viewport {
/*background: #F2F5FA;*/
}

/* Top bar */
body.lite_theme .top-bar h1 {
	color: #333;
}

body.lite_theme .top-bar {
	background: #fff;
	box-shadow: none;
}

body.lite_theme table.yu-table tbody tr:hover {
	background: #F0F0f0 !important;
}

body.lite_theme a {
	color: #b38413;

}
body.lite_theme .bottom-bar div.fieldset {
	background: transparent;
}
body.lite_theme div.fieldset {
	background: #fff;
}