.formlet-content-wrapper .ui-fieldset-content {
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.formlet-content-wrapper div.ui-datalist ul.ui-datalist-data {
	padding-left: 0px;
}

.formlet-content-wrapper .ui-inputfield,
.formlet-content-wrapper .ui-widget-content .ui-inputfield,
.formlet-content-wrapper .ui-widget-header .ui-inputfield {
    line-height: 1.4;
}

.formlet-options-panel {
	text-align: left;
	display: inline-flex;
	margin: 12px 0;
}

.formlet-options-panel.tabbed {
	border-top: 1px solid #dde3e7;
	border-right: 1px solid #dde3e7;
	border-left: 1px solid #dde3e7;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}

.formlet-options-panel button.btn-default {
	background-color: #f4f4f4;
	border: none;
	padding: 5px 10px;
	margin-left: 8px;
	margin-top: -1px;
}

.formlet-options-panel label {
	font-weight: inherit;
}

.formlet-options-panel select.form-control {
	height: inherit;
	background-color: #fff;
	padding: 5px 10px;
	border: none;
}

.formlet-options-panel select.form-control:hover {
	background-color: #f4f4f4;
}

.formlet-options-panel span.ui-state-disabled,
.formlet-options-panel a {
	padding: 6px 10px;
	line-height: 1.5;
	border-radius: 5px 5px 0 0;
	text-decoration: none !important;
}

.formlet-options-panel span.ui-state-disabled i,
.formlet-options-panel span.ui-state-disabled svg,
.formlet-options-panel a i,
.formlet-options-panel a svg {
/*	margin-left: 6px; Enable this if the links will have text before the glyph */
}

.formlet-options-panel a:hover {
	background-color: #f4f4f4;
}


.formlet-btns-outer {
    background: -webkit-linear-gradient(#c2924e, #7c5b2d);
    background: -o-linear-gradient(#c2924e, #7c5b2d);
    background: -moz-linear-gradient(#c2924e, #7c5b2d);
    background: linear-gradient(#c2924e, #7c5b2d);
    width: 90%;
    height: auto;
    padding: 5px;
    border-bottom-left-radius: 3em;
    border-top-right-radius: 3em;
    background-color: #000;
}  
.formlet-btns-inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    width: 100%;
    height: auto;
    padding: 10px;
    min-height: 150px;
    border-bottom-left-radius: 2.8em;
    border-top-right-radius: 2.8em;
    background-color:#000;
}
