#sneeit-theme-options {
	opacity: 1;
	padding-bottom: 180px;
}
/* HEADER */
#sneeit-theme-options .header {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    position: relative;
}
#sneeit-theme-options .brand a {
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
}
#sneeit-theme-options .brand span {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
#sneeit-theme-options .actions {
    position: absolute;
    right: 0;
    bottom: 25px;
}
#sneeit-theme-options a.button {
	border-radius: 0;
	border-width: 1px;
	box-shadow: none;
	padding: 5px 15px;
	max-height: none;
	height: auto;
	font-size: 16px;
}

/* PANEL */
#sneeit-theme-options .panel {
    float: left;
    width: 250px;
}
#sneeit-theme-options .panel-item {
    position: relative;
    line-height: 1.5em;
}
#sneeit-theme-options .panel-item.panel-search {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin: 0 20px 10px 0;
}
#sneeit-theme-options .panel-search-input {
    width: 100%;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#sneeit-theme-options .panel-search .fa {
    position: absolute;
    top: 30px;
    right: 6px;
}
#sneeit-theme-options .panel-item a {
    display: block;
    text-decoration: none;
    font-size: 14px;
	box-shadow: none!important;
	padding: 10px 20px 10px 0;
	transition: padding-left 0.1s ease;
}
#sneeit-theme-options .panel-item.inactive a {
    color: black;
}
#sneeit-theme-options .panel-item.level-1 {
	display: none;
}
#sneeit-theme-options .panel-item.level-1 a {
    font-size: 13px;
	font-weight: 300;
	padding-left: 10px;
	background: #e8e8e8;
}
#sneeit-theme-options .panel-item a:hover {
	background: #e8e8e8;
	padding-left: 10px;
}
#sneeit-theme-options .panel-item.level-1 a:hover {
	background: #e0e0e0;
	padding-left: 10px;
}
#sneeit-theme-options .panel-item.level-0.active a {
	background: #333;
	color: white;
	padding-left: 10px;
}
#sneeit-theme-options .panel-item.level-1.active a {
	background: #ddd;
	color: black;
	font-weight: bold;
}
#sneeit-theme-options .panel-item.level-0 a > i {
	min-width: 20px;
	text-align: center;
}
/* CONTROLS */
#sneeit-theme-options .controls {
	border-left: 1px solid #ddd;
	margin-left: 250px;
}
#sneeit-theme-options .controls .inner {
	padding: 30px 0 0 30px;
}
#sneeit-theme-options .section {
	display: none;
}
#sneeit-theme-options .section-header {
	padding-bottom: 30px;
}
#sneeit-theme-options .section-header .title span {
	font-size: 40px;
	color: black;
	font-weight: 100;
}
#sneeit-theme-options .section-header .title {
	margin: 20px 0 0;
	vertical-align: top;
}
#sneeit-theme-options .section-header .title .button {
	font-size: 12px;
	padding: 2px 10px;
	margin: -5px 0 0 0;
}
#sneeit-theme-options .section-header .description {
	font-size: 14px;
	color: #999;
	font-style: italic;
	margin-top: 10px;
}

/*Search*/
#sneeit-theme-options.searching .search-result-note {
	font-size: 20px;
	color: #000;
	font-weight: 100;
}
#sneeit-theme-options.searching .section {
	height: auto!important;
}
#sneeit-theme-options.searching .section-header {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
#sneeit-theme-options.searching .section-header .note,
#sneeit-theme-options.searching .section-header .sneeit-theme-options-section-reset-button,
#sneeit-theme-options.searching .sneeit-control,
.search-result-note {
	display: none;
}
#sneeit-theme-options.searching .sneeit-control.found,
#sneeit-theme-options.searching .search-result-note {
	display: block;
}

/* Saving */
#sneeit-theme-options-saving {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(240,240,240,0.9);
	z-index: 999;
	display: none;
}
#sneeit-theme-options-saving .inner {
	height: 1px;
	width: 100%;
	text-align: center;
	top: 50%;
	color: black;
	position: absolute;
	font-size: 30px;
	line-height: 50px;
	font-weight: 100;
	color: black;
}
#sneeit-theme-options.fixed-actions .actions {
	position: fixed;
	bottom: 0;
	z-index: 9;
	background: white;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
