select.fc_is_selmultiple.use_select2_lib {
	max-height: 0 !important;
}
.flexicontent :not(.input-prepend):not(.input-append) > input[type="text"]:not(.minicolors) {
	display: inline-block;
	margin: 1px 2px 1px 2px;
}
.flexicontent *:not(.input-append):not(.input-prepend):not(.input-group) > div.use_select2_lib {
	margin: 1px 2px 1px 2px;
}
.flexicontent *:not(.input-append):not(.input-prepend):not(.input-group) > select {
	display: inline-block;
	margin: 1px 2px 1px 2px;
	padding: 4px;
	border-radius: 4px;
	height: auto;
}
.controls *:not(.input-append):not(.input-prepend):not(.input-group) > input[type="text"]:not(.minicolors),
.controls textarea,
.controls fieldset.checkbox,
.flexicontent textarea,
.flexicontent fieldset.checkbox {
	margin: 1px 2px 1px 2px;
}
.flexicontent form {
	margin: 0px;
	padding: 0px;
}
body .fc_isselect.fc_ismobile {
	min-width: 140px;
}
body .control-label > label {
	max-width: 160px;
	white-space: initial;
}
body label.fc-prop-lbl,
body span.fc-prop-lbl,
body #flexicontent label.fc-prop-lbl,
body #flexicontent span.fc-prop-lbl {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #040507;
}
.fc-label-num1:after {
	content: " 1";
}
.fc-label-num2:after {
	content: " 2";
}
.fc-label-num3:after {
	content: " 3";
}
.fc-label-num4:after {
	content: " 4";
}
.fc-label-num5:after {
	content: " 5";
}
.fc-label-num6:after {
	content: " 6";
}
.fc-label-num7:after {
	content: " 7";
}
.fc-label-num8:after {
	content: " 8";
}
.fc-label-num9:after {
	content: " 9";
}
.fc-label-num10:after {
	content: " 10";
}

span.fcselect_lbl {
	display: inline-block;
	white-space: nowrap;
	padding-right: 8px;
	min-width: 0px;
	margin: 0px 0px 0px 2px;
	float: none;
	clear: none;
}

input[type="checkbox"].fc_checkradio,
[name="adminForm"] input[type="checkbox"]:not(.skip_fccr),
.flexicontent input[type="checkbox"]:not(.skip_fccr)
{
	width: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	display: none !important;
}
label input[type="checkbox"].fc_checkradio,
[name="adminForm"] input[type="checkbox"]:only-child,
[name="adminForm"] label input[type="checkbox"]:not(.skip_fccr),
.flexicontent label input[type="checkbox"]:not(.skip_fccr) {
	width: auto !important;
	margin: 3px 3px 0px 0px !important;
	padding: unset !important;
	opacity: inherit !important;
	display: inline !important;
	vertical-align: bottom !important;
}
div.select2-drop.select2-drop-multi li.select2-result-selectable > .select2-result-label,
input[type="checkbox"].fc_checkradio + label:not(.plupload_button):not(.btn),
[name="adminForm"] input[type="checkbox"] + label:not(.plupload_button):not(.btn),
.flexicontent input[type="checkbox"] + label:not(.plupload_button):not(.btn)
 {
	display: inline-block !important;
	margin: 1px 12px 1px 0px;
	padding: 0px 0px 0px 24px !important;
	line-height: 22px !important;
	height: 22px !important;
	text-align: left !important;
	min-width: 1px !important;
	cursor: pointer !important;
	color: #333;
}
div.select2-drop.select2-drop-multi li.select2-result-selectable > .select2-result-label {
	width: 100% !important;
	box-sizing: border-box !important;
}
div.select2-drop.select2-drop-multi li.select2-result.select2-disabled > .select2-result-label,
input[type="checkbox"].fc_checkradio:disabled + label:not(.plupload_button):not(.btn),
[name="adminForm"] input[type="checkbox"]:not(.skip_fccr):disabled + label:not(.plupload_button):not(.btn),
.flexicontent input[type="checkbox"]:not(.skip_fccr):disabled + label:not(.plupload_button):not(.btn) {
	background-position: 0 0 !important;
	font-style: italic !important;
	cursor: default !important;
	opacity: 0.6 !important;
}


div.select2-drop.select2-drop-multi li.select2-result-selectable > .select2-result-label,
input[type="checkbox"].fc_checkradio + label,
[name="adminForm"] input[type="checkbox"] + label:not(.plupload_button):not(.btn),
.flexicontent input[type="checkbox"] + label:not(.plupload_button):not(.btn) {
	background: url(../images/checks2.png) no-repeat 0 0 !important;
}

input[type="checkbox"].fc_checkradio + label.green,
[name="adminForm"] input[type="checkbox"] + label.green:not(.plupload_button):not(.btn),
.flexicontent input[type="checkbox"] + label.green:not(.plupload_button):not(.btn) {
	background: url(../images/checks3.png) no-repeat 0 0 !important;
}

.flexicontent input[type="checkbox"] + label.green.single,
.fc_checkradio + label.green.single {
	padding-left: 18px !important;
	margin: 0px !important;
}
div.select2-drop.select2-drop-multi li.select2-result.select2-selected-visible > .select2-result-label,
input[type="checkbox"]:checked + label:not(.plupload_button):not(.btn),
[name="adminForm"] input[type="checkbox"]:checked + label:not(.plupload_button):not(.btn),
.flexicontent input[type="checkbox"]:checked + label:not(.plupload_button):not(.btn) {
	background-position: 0 -24px !important;
}

input[type="checkbox"].fc_checkradio,
input[type="checkbox"].fc_checkradio:focus,
[name="adminForm"] input[type="checkbox"],
[name="adminForm"] input[type="checkbox"]:focus,
.flexicontent input[type="checkbox"],
.flexicontent input[type="checkbox"]:focus
 {
	border: 0px !important;
}
input.fc_checkradio {
	margin: 0px 4px 3px 4px;
	padding: 0px;
	vertical-align: bottom;
	position: relative;
	top: -1px;
}
.fc_input_set {
	display: inline-block;
	vertical-align: top;
}
div.fc_checkradio_group_wrapper {
	display: inline-block;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: visible;
	height: auto;
	max-height: 220px;
}
ul.fc_checkradio_group,
li.fc_checkradio_option {
	padding: 0px;
	margin: 0px;
	background: none transparent;
}
ul.fc_checkradio_group {
	list-style-type: none;
	display: block;
	clear: both;
}
li.fc_checkradio_option {
	white-space: nowrap;
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: top;
}
input[type="checkbox"].fc_checkradio_bar + label
{
	display: inline-block !important;
	margin: -2px !important;
	padding: 4px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	text-align: center !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75) !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	background-color: #f5f5f5 !important;
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6) !important;
	background-image: linear-gradient(to bottom,#fff,#e6e6e6) !important;
	background-repeat: repeat-x !important;
	border: 1px solid #ccc !important;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf !important;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
	border-bottom-color: #b3b3b3 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05) !important;
}
input[type="checkbox"].fc_checkradio_bar:checked + label
{
	background-image: none !important;
	outline: 0 !important;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05) !important;
	background-color: #e0e0e0 !important;
}
div.fc_filter_line.fc_filter_buttons_box > .fc_buttons.btn-group {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}
div.fc_filter_line.fc_filter_buttons_box > .fc_buttons.btn-group > button {
	margin-left: 0;
	margin-right: 0;
}
div .listall-lbl {
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	margin: 8px 0;
}
div .flexi_buttons,
div .fc_buttons {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	display: inline-block;
}
div .fc_button:not(.btn),
div .fc_buttons button:not(.btn),
div .flexi_buttons button:not(.btn) {
	float: none !important;
	height: auto !important;
	border: 1px solid #cccccc;
	border-radius: 4px;
	line-height: 1.5em;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 4px 8px;
	margin: 2px 2px 2px 2px;
	text-decoration: none;
	text-transform: none;
	display: inline-block;
	font-weight: bold;
	color: black;
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top,#eeeeee,#dddddd);
	background-image: linear-gradient(to bottom,#eeeeee,#dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee,endColorstr=#dddddd);
}
div .fc_button.fcsimple:not(.btn) {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
}
div .fc_button.fcsimple:not(.btn):hover,
div .fc_button.fcsimple:not(.btn):focus {
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #333333;
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-color: #e6e6e6;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
div .fc_button:not(.btn):hover,
div .fc_buttons button:not(.btn):hover,
div .flexi_buttons button:not(.btn):hover {
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
	background-image: -webkit-linear-gradient(top,#dddddd,#cccccc);
	background-image: linear-gradient(to bottom,#dddddd,#cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dddddd,endColorstr=#cccccc);
}
#flexi_form_submit_msg {
	font-size: 11px;
	display: none;
	padding: 4px 0px 4px 30px;
	background: transparent url(../images/ajax-loader.gif) 0px 3px no-repeat;
}
.fc_loading_msg {
	font-size: 14px;
	font-family: times;
	padding: 4px 0px 4px 30px;
	background: transparent url(../images/ajax-loader.gif) 6px 5px no-repeat;
	display: inline-block;
	min-height: 1em;
	line-height: 1.1em;
	box-sizing: unset;
	margin: 0;
	vertical-align: top;
}
#flexi_form_submit_btns {
	font-size: 11px;
}
.ajax-loader {
	background: url("../images/ajax-loader.gif") no-repeat scroll left center transparent;
	height: 16px;
	padding: 0 0 0 20px;
	display: inline-block;
}
.fcsep_level_h,
.fcsep_level0,
.fcsep_level1,
.fcsep_level2,
.fcsep_level3 {
	display: block;
	position: relative;
	border-radius: 5px;
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
}
.fcsep_level_h {
	margin: 0 0 12px 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #123973;
	color: white;
	font-size: 14px;
	padding: 6px 16px;
	font-family: Verdana, "Lucida Console";
}
.fcsep_level0 {
	background-color: #0066AA;
	color: white;
	padding: 0.8em 1%;
	margin: 48px 0% 4px 0%;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}
.fcsep_level1 {
	background-color: #2096C9;
	color: white;
	padding: 0.8em 1%;
	margin: 20px 0% 4px 0%;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}
.fcsep_level2 {
	background-color: #7fc1ff;
	color: #3a57ad;
	padding: 0.4em 1%;
	margin: 4px 0% 3px 0%;
	width: 100%;
	box-sizing: border-box;
}
.fcsep_level3 {
	background-color: #9fe1ff;
	border: 1px solid #96c7ef;
	color: #3a579d;
	padding: 0.3em 2em;
	margin: 4px 5% 3px;
	width: auto;
}
.fcsep_level4 {
	background: #f7f7f7;
	color: #333;
	float: left;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #777;
	padding: 2px 16px 2px 16px;
	margin: 5px 10% 2px;
	display: block;
	border-radius: 5px;
	clear: both;
	max-width: 60%;
}
body .fcsep_level4.fc-mssg,
body .fcsep_level4.fc-mssg-inline,
body .fcsep_level4.alert,
body .fcsep_level4.alert.fcpadded {
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.fcsep_level_br {
	line-height: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
body .alert.fcpadded {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	box-sizing: border-box;
	float: left;
	clear: both;
}
table.paramlist.flexi > tbody > tr:nth-child(2) > td > .fcsep_level0,
table.paramlist.flexi > tbody > tr:nth-child(2) > td > .fcsep_level1,
table.paramlist.flexi > tbody > tr:nth-child(2) > td > .fcsep_level2,
table.paramlist > tbody > tr:nth-child(1) > td > .fcsep_level0,
table.paramlist > tbody > tr:nth-child(1) > td > .fcsep_level1,
table.paramlist > tbody > tr:nth-child(1) > td > .fcsep_level2,
fieldset:nth-child(1) > .fcsep_level0,
fieldset:nth-child(1) > .fcsep_level1,
fieldset:nth-child(1) > .fcsep_level2,
.container_fcfield:nth-child(1) > .fcsep_level0,
.container_fcfield:nth-child(1) > .fcsep_level1,
.container_fcfield:nth-child(1) > .fcsep_level2,
li:first-child .fcsep_level0,
li:first-child .fcsep_level1,
li:first-child .fcsep_level2,
h3:first-child + .fcsep_level0,
h3:first-child + .fcsep_level1,
h3:first-child + .fcsep_level2,
div.fc_empty_box + div.control-group:nth-of-type(2) > div > .fcsep_level0,
div.fc_empty_box + div.control-group:nth-of-type(2) > div > .fcsep_level1,
div.fc_empty_box + div.control-group:nth-of-type(2) > div > .fcsep_level2,
div.tab-pane.active > .fcsep_level0:nth-of-type(1),
div.tab-pane.active > .fcsep_level1:nth-of-type(1),
div.tab-pane.active > .fcsep_level2:nth-of-type(1) {
	margin-top: 4px !important;
}
.fcsep_level0.fc-nomargin,
.fcsep_level1.fc-nomargin,
.fcsep_level2.fc-nomargin,
.fc-nomargin > .fcsep_level0,
.fc-nomargin > .fcsep_level1,
.fc-nomargin > .fcsep_level2 {
	margin-top: 4px !important;
}
.fcsep_level0.fc-ngmargin,
.fcsep_level1.fc-ngmargin,
.fcsep_level2.fc-ngmargin {
	margin-top: -12px !important;
}
div.control-group:first-of-type > div > .fcsep_level0,
div.control-group:first-of-type > div > .fcsep_level1,
div.control-group:first-of-type > div > .fcsep_level2 {
	margin-top: 0px;
}
body .nowrap_hidden {
	display: block;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 0;
	white-space: nowrap;
}
#flexicontent div.input-group-addon > *:not(:last-child):not(.select2-container),
#flexicontent div.input-append > *:not(:last-child):not(.select2-container) {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
#flexicontent div.input-group-addon > *:not(:first-child),
#flexicontent div.input-prepend > *:not(:first-child) {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.input-prepend.input-append .add-on:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-prepend.input-append .add-on:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.flexicontent .field-media-wrapper,
.flexicontent .field-media-wrapper > div:not(.modal) {
	min-width: 50%;
	box-sizing: border-box;
}
.flexicontent .field-media-wrapper .field-media-input {
	width: unset;
	min-width: 80%;
	max-width: unset;
}
.flexicontent iframe.seamless {
	background-color: transparent;
	border: 0px none transparent;
	padding: 0px;
	overflow: hidden;
}
.flexicontent .fc_less_parameter::before {
	background-color: darkcyan;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	content: "L";
	padding: 2px 4px;
	box-sizing: content-box;
	height: 1em;
	line-height: 1em;
}
.flexicontent label.fc_less_parameter::before {
	float: left;
	position: relative;
	top: -4px;
	left: -4px;
}
#flexicontent .fc-floated-labels-box.fc-lbl-external-box {
	padding-top: 18px;
}
#flexicontent .fc-floated-labels-box {
	position: relative;
	margin: 0px 4px 20px 0px;
}
#flexicontent .fc-floated-labels-box > div.use_select2_lib {
	width: 100% !important;
}
#flexicontent .fc-floated-labels-box > div.use_select2_lib .select2-choice {
	border-radius: 0 !important;
	border: 1px solid transparent;
	border-bottom: 1px solid gray;
	padding: 0 0 0 0px !important;
}
#flexicontent .fc-floated-labels-box > div.use_select2_lib .select2-choice .select2-arrow {
	border-radius: 0 !important;
	background: transparent !important;
	border: 0 !important;
}
#flexicontent .fc-floated-labels-box select,
#flexicontent .fc-floated-labels-box > div.use_select2_lib:not(.select2-container-active) {
	width: 100% !important;
}
#flexicontent .fc-floated-labels-box select .select2-choice,
#flexicontent .fc-floated-labels-box > div.use_select2_lib:not(.select2-container-active) .select2-choice {
	background: transparent !important;
	box-shadow: unset !important;
}
#flexicontent .fc-floated-labels-box > input.fc-floated-lbl-input {
	font-size: 14px;
	width: 200px;
	height: 16px;
	line-height: 16px;
	padding: 16px 0px 4px 0px;
	border-radius: 0;
	border: 1px solid transparent;
	border-bottom: 1px solid gray;
}
#flexicontent .fc-floated-labels-box > label.fc-floated-lbl {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	position: absolute;
	pointer-events: none;
	top: 10px;
	left: 2px;
	transition: 0.2s ease all;
	z-index: 1;
	color: gray;
	opacity: 0.7;
}
#flexicontent .fc-floated-labels-box > label.fc-floated-lbl.fc-has-value {
	top: -6px;
	left: 2px;
	font-size: 11px;
	opacity: 1;
}
#flexicontent .fc-floated-labels-box > label.fc-floated-lbl.fc-lbl-external {
	top: -4px;
	left: 2px;
	font-size: 11px;
	opacity: 1;
}
#flexicontent .fc-floated-labels-box > label.fc-floated-lbl.fc-has-value.invalid {
	top: -3px;
	left: 4px;
}
#flexicontent .fc-floated-labels-box > input.fc-floated-lbl-input.invalid {
	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
}
body .fcsubform-compact div.container_fcfield div.row-fluid {
	width: 300px;
}
body .fc-close {
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-shadow: 0 1px 0 #FFFFFF;
	margin-top: -2px;
}
body .fc-close:hover {
	color: #000000;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-decoration: none;
	background: none;
}
body .fc-mssg,
body .fc-mssg-inline {
	border: 1px solid;
	display: block;
	margin: 1px 0 5px 0;
	padding: 8px 10px 12px 36px;
	border-radius: 6px;
	font-size: 12px;
	white-space: normal;
	line-height: 140%;
	box-sizing: border-box;
	color: #292B2C;
}
body .fc-mssg-inline {
	display: inline-block;
	margin: 1px 0 2px 12px;
}
body .fc-field-invalid {
	padding: 4px 8px;
	display: inline-block;
	margin: 2px 4px 0 8px;
}
body .fc-mssg-inline.fc-note,
body .fc-mssg.fc-note {
	background: #FEF9F3 url(../images/note.gif) no-repeat;
	background-position: 10px 50%;
	border-color: #F0AD4E;
	border-left: 10px solid #F0AD4E;
}
body .fc-mssg-inline.fc-error,
body .fc-mssg.fc-error {
	background: #F9E2E2 url(../images/error.png) no-repeat;
	background-position: 10px 50%;
	border-color: #D9534F;
	border-left: 10px solid #D9534F;
}
body .fc-mssg-inline.fc-warning,
body .fc-mssg.fc-warning {
	background: #FEF9F3 url(../images/warning.png) no-repeat;
	background-position: 10px 50%;
	border-color: #F0AD4E;
	border-left: 10px solid #F0AD4E;
}
body .fc-mssg-inline.fc-success,
body .fc-mssg.fc-success {
	background: #F7FBF7 url(../images/accept.png) no-repeat;
	background-position: 10px 50%;
	border-color: #81BE81;
	border-left: 10px solid #81BE81;
}
body .fc-mssg-inline.fc-info,
body .fc-mssg.fc-info {
	background: #F0F9FC url(../images/information.png) no-repeat;
	background-position: 10px 50%;
	border-color: #5BC0DE;
	border-left: 10px solid #5BC0DE;
}
body .fc-mssg.fc-small,
body .fc-mssg-inline.fc-small {
	padding-top: 4px;
	padding-bottom: 4px;
}
body .alert.fc-small {
	padding: 2px 8px;
	margin: 2px 8px;
}
body .alert.fc-small {
	display: inline-block;
	margin: 1px 4px 1px 2px;
	vertical-align: middle;
	min-height: 1em;
}
body .fc-noauth {
	display: inline-block;
	background: #FCF8CA url(../images/warning.png) no-repeat 10px 50%;
	padding: 3px 6px 4px 36px;
	color: #C09853;
	border: 1px solid #FBEED5;
	border-radius: 6px;
	margin: 0 0 5px 0;
	font-size: 12px;
	white-space: normal;
	line-height: 140%;
}
body .fc-mssg-inline.fc-nobgimage,
body .fc-mssg.fc-nobgimage {
	background-image: none;
	padding: 4px 8px;
}
body .fc-mssg-inline.fc-noborder,
body .fc-mssg.fc-noborder {
	border-width: 0;
}
body .fc-mssg-inline.fc-nomargin {
	margin: 1px 0 2px 0;
}
div.statetoggler {
	position: relative;
	float: none;
	padding: 4px 4px;
	display: inline-block;
	width: auto;
	line-height: 14px;
	height: 14px;
}
div.statetoggler .icon-publish:before,
div.statetoggler .icon-checkmark-2:before {
	color: green;
}
div.statetoggler .icon-unpublish {
	color: darkred;
}
div.statetoggler > div.statetoggler_inner {
	position: relative;
	background: none repeat scroll 0 0 transparent;
	overflow: visible;
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	min-height: auto;
	min-width: auto;
}
div.statetoggler > div.statetoggler_inner > div.stateopener {
	line-height: auto;
	height: auto;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
	cursor: pointer;
}
div.statetoggler > div.statetoggler_inner > div.stateopener.ajax-loader {
	background-position: center;
	padding: 8px;
	margin: -1px -1px -1px -1px;
}
div.statetoggler > div.statetoggler_inner > div.stateopener img {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: middle;
	display: unset;
	box-sizing: unset;
	min-width: 16px;
	border-width: 0;
}
div.statetoggler > div.statetoggler_inner > .options {
	padding: 4px 0;
	margin: 2px 0;
	background: white;
	position: absolute;
	font-size: 14px;
	line-height: 21px;
	z-index: 1;
	display: none;
	border: 1px solid lightgray;
	border-radius: 4px;
	box-shadow: 2px 4px 4px gray;
	box-sizing: border-box;
}
div.statetoggler > div.statetoggler_inner > .options > div,
div.statetoggler > div.statetoggler_inner > .options > span {
	position: relative;
	float: left;
	clear: both;
	overflow: visible;
	display: inline-block;
	box-sizing: border-box;
	line-height: 24px;
	padding: 2px 16px 2px 8px;
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 24px;
	min-width: auto;
	background: none repeat scroll 0 0 transparent;
	outline: none;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
}
div.statetoggler > div.statetoggler_inner > .options > div {
	text-align: center;
	font-weight: bold;
}
div.statetoggler > div.statetoggler_inner > .options > span:hover {
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom,#f0f0f0,#d0d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f0f0f0,endColorstr=#d0d0d0);
}
div.statetoggler > div.statetoggler_inner > .options > span > span,
div.statetoggler > div.statetoggler_inner > .options > span > img {
	max-width: unset;
	padding: 0;
	margin: 0 .5em 0 0;
	border: none;
	box-sizing: unset;
}
div.statetoggler > div.statetoggler_inner > .options > span > img {
	display: unset;
}
#flexicontent .qf_ratingbarcontainer {
	border: 1px solid #999999;
	height: 10px;
	width: 60px;
	margin: 2px 2px;
	display: block;
}
#flexicontent .qf_ratingbar {
	background-color: silver;
	height: 10px;
	display: block;
}
#flexicontent #fc_pager ul.pages {
	float: left;
	left: 50%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#flexicontent #fc_pager ul.pages li {
	float: left;
	position: relative;
	right: 50%;
	margin-left: 5px;
	padding: 2px 4px;
	border: 1px solid #ddd;
	list-style: none;
	text-decoration: none;
}
#flexicontent #fc_pager ul.pages li:hover {
	border: 1px solid #aaa;
}
#flexicontent #fc_pager ul.pages li.pgEmpty {
	border: 1px solid #ddd;
	color: #ddd;
}
#flexicontent #fc_pager ul.pages li.pgCurrent {
	border: 1px solid #aaa;
	color: #000;
	font-weight: bold;
	background-color: #eee;
}
.fc_slider_input_box {
	display: none;
}
.noUi-base .noUi-handle .fc-sliderTooltip.fc-left {
	right: 18px;
	left: unset;
}
.noUi-base .noUi-handle .fc-sliderTooltip.fc-left.fc-bottom {
	right: 33px;
	left: unset;
}
.noUi-base .noUi-handle .fc-sliderTooltip.fc-right {
	right: unset;
	left: 18px;
}
.noUi-base .noUi-handle .fc-sliderTooltip.fc-right.fc-bottom {
	right: unset;
	left: 33px;
}
.noUi-base .noUi-handle .fc-sliderTooltip.fc-bottom {
	top: 10px;
	left: 34px;
}
.noUi-base .noUi-handle .fc-sliderTooltip {
	display: inline-block;
	position: absolute;
	border: 1px solid #D9D9D9;
	font: 400 12px/12px Arial;
	border-radius: 3px;
	background: #fff;
	top: -24px;
	padding: 5px 1px;
	left: -9px;
	text-align: center;
	min-width: 90px;
	min-height: 24px;
	background: lightgoldenrodyellow;
	box-sizing: border-box;
	color: black;
}
.noUi-base .noUi-handle .fc-sliderTooltip strong {
	display: block;
	padding: 2px;
}
body .fc-iblock {
	display: inline-block !important;
}
body .fc-nowrap-box,
#flexicontent .nowrap_box,
.flexicontent .nowrap_box {
	white-space: nowrap !important;
	vertical-align: top;
	display: inline-block;
	float: none;
}
#flexicontent .nowrap_box .label,
.flexicontent .nowrap_box .label {
	vertical-align: top;
}
#flexicontent .filterbuttons_head .nowrap_box .label,
.flexicontent .filterbuttons_head .nowrap_box .label {
	vertical-align: middle;
}
.fc-disable-notices-box {
	float: right !important;
	font-style: italic !important;
}
#fc-mini-help {
	font-size: 100%;
}
#flexicontent .fc-field-props-box {
	display: inline-block;
	float: left;
	margin-right: 4px;
	position: relative;
}
#flexicontent .fc-xpended {
	margin: 0 4px 4px 0 !important;
	margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
}
#flexicontent .fc-xpended-btns {
	margin: 0 0 8px 0 !important;
	float: none;
}
#flexicontent .fc-xpended-row {
	box-sizing: border-box;
	clear: both;
	float: left;
	margin: 0 4px 4px 0 !important;
	width: 100%;
}
#flexicontent .fc-xpended .add-on:first-child,
#flexicontent .fc-xpended-row .add-on:first-child {
	min-width: 150px;
	float: left;
	margin: 0 0 0 0;
	padding-left: 4px;
	padding-right: 4px;
}
#flexicontent .fc-xpended .add-on.fc-lbl-short,
#flexicontent .fc-xpended-row .add-on.fc-lbl-short {
	min-width: unset;
}
#flexicontent [class^="fc-xpended"] > div.select2-container,
#flexicontent [class^="fc-xpended"] > div.select2-container,
#flexicontent [class*="fc-xpended"] > div.select2-container,
#flexicontent [class*="fc-xpended"] > div.select2-container {
	vertical-align: top;
}
#flexicontent [class^="fc-xpended"] > div.select2-container .select2-choice > .select2-chosen,
#flexicontent [class^="fc-xpended"] > div.select2-container .select2-choice > .select2-chosen,
#flexicontent [class*="fc-xpended"] > div.select2-container .select2-choice > .select2-chosen,
#flexicontent [class*="fc-xpended"] > div.select2-container .select2-choice > .select2-chosen {
	font-size: 12px;
	line-height: 26px;
	min-height: 26px;
	font-weight: normal !important;
}
#flexicontent [class^="fc-xpended"] > select,
#flexicontent [class^="fc-xpended"] > select,
#flexicontent [class^="fc-xpended"] > div.select2-container > ul.select2-choices,
#flexicontent [class^="fc-xpended"] > div.select2-container > ul.select2-choices,
#flexicontent [class^="fc-xpended"] > div.select2-container > a.select2-choice,
#flexicontent [class^="fc-xpended"] > div.select2-container > a.select2-choice,
#flexicontent [class*="fc-xpended"] > select,
#flexicontent [class*="fc-xpended"] > select,
#flexicontent [class*="fc-xpended"] > div.select2-container > ul.select2-choices,
#flexicontent [class*="fc-xpended"] > div.select2-container > ul.select2-choices,
#flexicontent [class*="fc-xpended"] > div.select2-container > a.select2-choice,
#flexicontent [class*="fc-xpended"] > div.select2-container > a.select2-choice {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-top: 0;
	vertical-align: top;
	font-size: 13px;
}
#flexicontent [class^="fc-xpended"] > fieldset > label.btn:first-of-type,
#flexicontent [class^="fc-xpended"] > fieldset > label.btn:first-of-type,
#flexicontent [class^="fc-xpended"] > select:not(:first-child),
#flexicontent [class^="fc-xpended"] > select:not(:first-child),
#flexicontent [class^="fc-xpended"] > div.select2-container:not(:first-child) > ul.select2-choices,
#flexicontent [class^="fc-xpended"] > div.select2-container:not(:first-child) > ul.select2-choices,
#flexicontent [class^="fc-xpended"] > div.select2-container:not(:first-child) > a.select2-choice,
#flexicontent [class^="fc-xpended"] > div.select2-container:not(:first-child) > a.select2-choice,
#flexicontent [class*="fc-xpended"] > fieldset > label.btn:first-of-type,
#flexicontent [class*="fc-xpended"] > fieldset > label.btn:first-of-type,
#flexicontent [class*="fc-xpended"] > select:not(:first-child),
#flexicontent [class*="fc-xpended"] > select:not(:first-child),
#flexicontent [class*="fc-xpended"] > div.select2-container:not(:first-child) > ul.select2-choices,
#flexicontent [class*="fc-xpended"] > div.select2-container:not(:first-child) > ul.select2-choices,
#flexicontent [class*="fc-xpended"] > div.select2-container:not(:first-child) > a.select2-choice,
#flexicontent [class*="fc-xpended"] > div.select2-container:not(:first-child) > a.select2-choice {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#flexicontent [class^="fc-xpended"] > select:not(:last-child),
#flexicontent [class^="fc-xpended"] > select:not(:last-child),
#flexicontent [class^="fc-xpended"] > div.select2-container:nth-last-child(n+3) > ul.select2-choices,
#flexicontent [class^="fc-xpended"] > div.select2-container:nth-last-child(n+3) > ul.select2-choices,
#flexicontent [class^="fc-xpended"] > div.select2-container:nth-last-child(n+3) > a.select2-choice,
#flexicontent [class^="fc-xpended"] > div.select2-container:nth-last-child(n+3) > a.select2-choice,
#flexicontent [class*="fc-xpended"] > select:not(:last-child),
#flexicontent [class*="fc-xpended"] > select:not(:last-child),
#flexicontent [class*="fc-xpended"] > div.select2-container:nth-last-child(n+3) > ul.select2-choices,
#flexicontent [class*="fc-xpended"] > div.select2-container:nth-last-child(n+3) > ul.select2-choices,
#flexicontent [class*="fc-xpended"] > div.select2-container:nth-last-child(n+3) > a.select2-choice,
#flexicontent [class*="fc-xpended"] > div.select2-container:nth-last-child(n+3) > a.select2-choice {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: 0 !important;
}
#flexicontent [class^="fc-xpended"] > div.select2-container .select2-input,
#flexicontent [class*="fc-xpended"] > div.select2-container .select2-input {
	border-radius: 4px;
}
#flexicontent [class^="fc-xpended"] .add-on.fc-lbl-inverted,
#flexicontent [class^="fc-xpended"] .add-on.fc-lbl-inverted,
#flexicontent [class*="fc-xpended"] .add-on.fc-lbl-inverted,
#flexicontent [class*="fc-xpended"] .add-on.fc-lbl-inverted {
	background: #555 none repeat scroll 0 0;
	color: white;
	font-family: monospace;
	text-shadow: unset;
	border: 1px solid gray;
	font-size: 12px;
}
#flexicontent [class^="fc-xpended"] .add-on.fc-lbl-inverted.fc-lbl-padded,
#flexicontent [class*="fc-xpended"] .add-on.fc-lbl-inverted.fc-lbl-padded {
	padding-left: 12px;
	padding-right: 12px;
}
#flexicontent [class^="fc-xpended"] > .btn-group,
#flexicontent [class^="fc-xpended"] > .btn-group,
#flexicontent [class^="fc-xpended"] > *:not(.btn-group):not(:first-child),
#flexicontent [class^="fc-xpended"] > *:not(.btn-group):not(:first-child),
#flexicontent [class*="fc-xpended"] > .btn-group,
#flexicontent [class*="fc-xpended"] > .btn-group,
#flexicontent [class*="fc-xpended"] > *:not(.btn-group):not(:first-child),
#flexicontent [class*="fc-xpended"] > *:not(.btn-group):not(:first-child) {
	margin: 0;
}
.fc-icon-16:before {
	font-size: 16px !important;
}
.fc-icon-16 {
	font-size: 16px !important;
	line-height: 16px !important;
	height: 16px !important;
	width: 16px !important;
}
.fc-icon-20:before {
	font-size: 20px !important;
}
.fc-icon-20 {
	font-size: 20px !important;
	line-height: 20px !important;
	height: 20px !important;
	width: 20px !important;
}
.fc-icon-32:before {
	font-size: 32px !important;
}
.fc-icon-32 {
	font-size: 32px !important;
	line-height: 32px !important;
	height: 32px !important;
	width: 32px !important;
}
.fc-icon-48:before {
	font-size: 48px !important;
}
.fc-icon-48 {
	font-size: 48px !important;
	line-height: 48px !important;
	height: 48px !important;
	width: 48px !important;
}
.fc-icon-64:before {
	font-size: 64px !important;
}
.fc-icon-64 {
	font-size: 64px !important;
	line-height: 64px !important;
	height: 64px !important;
	width: 64px !important;
}
.ntxt [class^="icon-"],
.ntxt [class*="icon-"] {
	margin: 0;
}
body .btn-group.fc-group > .btn.btn-small {
	padding: 4px 4px;
	line-height: 14px;
	height: 14px;
	vertical-align: middle;
}
div.statetoggler [class^="icon-"],
div.statetoggler [class*=" icon-"],
div.statetoggler_disabled [class^="icon-"],
div.statetoggler_disabled [class*=" icon-"],
body .btn-group.fc-group > .btn.btn-small [class^="icon-"],
body .btn-group.fc-group > .btn.btn-small [class*=" icon-"] {
	font-size: 14px;
}
body .btn-group.fc-group > .fc-rss-list-btn.btn.btn-small,
body .btn-group.fc-group > .fc-preview-btn.btn.btn-small,
body .btn-group.fc-group > .statetoggler_disabled.btn.btn-small,
body .btn-group.fc-group > .statetoggler.btn.btn-small {
	padding: 4px 8px;
}
.fc-revised-icon .icon-out-3 {
	color: darkorange;
	vertical-align: middle;
	line-height: 1em;
	color: black;
	font-size: 120%;
}
.fc-preview-btn .icon-screen {
	color: darkcyan;
}
#flexicontent .fc-box,
.fc-box {
	-webkit-transition: width 0.3s ease-in, height 0.3s ease-in;
	transition: width 0.3s ease-in, height 0.3s ease-in;
}
#flexicontent .fc-box.thumb_90,
.fc-box.thumb_90 {
	width: 92px;
}
#flexicontent .fc-box.thumb_120,
.fc-box.thumb_120 {
	width: 122px;
}
#flexicontent .fc-box.thumb_150,
.fc-box.thumb_150 {
	width: 152px;
}
#flexicontent .fc-box.thumb_200,
.fc-box.thumb_200 {
	width: 202px;
}
#flexicontent .fc-box.thumb_250,
.fc-box.thumb_250 {
	width: 252px;
}
#flexicontent .fc-hide-vals-btn,
#flexicontent .fc-show-vals-btn {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 8px 0;
	text-align: left;
}
input.fc-inherited-value + label {
	font-weight: bold !important;
	text-decoration: underline !important;
}
div.fc-inherited-value {
	float: left;
	font-weight: bold !important;
	text-shadow: 0 0 6px;
	margin: 4px;
	font-style: italic;
}
.ui-dialog.fc-fixed-dialog {
	position: fixed;
	top: 40px;
	left: 30px;
	overflow: auto;
}
.ui-dialog.fc-fixed-dialog {
	z-index: 2050;
}
.ui-dialog.fc-fixed-dialog.fc-no-scroll {
	overflow: hidden;
}
.ui-dialog.fc-fixed-dialog.fc-no-scroll .ui-resizable-handle {
	display: none;
}
body > #system-message-container {
	margin: 6px 0 0 0;
}
body > #system-message-container .alert {
	margin: 0;
}
.flexicontent .calendar {
	vertical-align: middle;
}
body.fc-no-scroll {
	height: 100% !important;
	overflow: hidden !important;
}
.fccleared {
	clear: both !important;
	float: left !important;
}
#fc_perf_box {
	margin: 12px 1% 48px;
	text-align: left;
	float: left;
	width: 98%;
	display: inline-block;
	clear: both;
	box-sizing: border-box;
}
.flexicontent #fc_perf_box {
	margin: 12px 0% 48px;
	width: 100%;
}
table#version_tbl td.versions-first {
	border-bottom: 1px dotted silver;
	padding: 4px;
}
table#version_tbl td.versions {
	border-bottom: 1px dotted silver;
	padding: 4px 0;
}
table#version_tbl td.versions img {
	vertical-align: middle;
}
table#version_tb tr#active-version td {
	background: #FFFFDD;
}
#pager {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}
#flexicontent fieldset#flexiaccess,
#flexicontent fieldset.flexiaccess {
	margin-top: 8px;
	margin-bottom: 8px;
}
#flexicontent fieldset#flexiaccess legend,
#flexicontent fieldset.flexiaccess legend {
	padding: 0 6px 0 24px;
	background: url("../images/toggle_blue.png") no-repeat scroll 4px 50% rgba(0,0,0,0);
	box-sizing: border-box;
	cursor: pointer;
}
#flexicontent fieldset#flexiaccess legend.open,
#flexicontent fieldset.flexiaccess legend.open {
	background: url(../images/toggle_blue.png) no-repeat 98% 50%;
}
option[disabled],
option[readonly] {
	color: #bbb;
}
body span.orderingcat {
	display: inline-block;
	border-radius: 6px;
	border: 1px dashed gray;
	padding: 2px 4px;
	background: white;
}
body span.maincat a:hover {
	text-decoration: none !important;
}
body span.maincat a {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma, arial;
}
body span.itemtype,
body span.itemtag,
body span.secondarycat a {
	color: gray;
	font-size: 12px;
	font-family: tahoma, arial;
}
body ul.fc_plain {
	display: block;
	list-style-type: disc;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 16px;
}
body ul.fc_plain > li {
	display: list-item;
	line-height: 1.2em;
}
.fc_assignments_box {
	display: none;
}
h3.themes-title {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background: url(../images/layout_content.png) no-repeat 0% 2px;
	padding: 0px 0px 0px 28px;
	margin: 4px 0;
	font-family: Helvetica;
}
h3.themes-title small {
	font-weight: normal;
}
.pane-disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
	font-style: oblique;
}
div.records_container,
div.positions_container {
	overflow: visible !important;
	border: 1px dashed silver;
	display: inline-block;
	background-color: #f0f0f0;
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 12px;
	box-sizing: border-box;
}
div.records_container {
	margin-top: 12px;
	margin-bottom: 6px;
	min-height: 48px;
}
.fcrecords_title,
.positions_title {
	margin: 10px 0 2px;
	font-weight: bold;
}
ul.fcrecords,
ul.positions {
	display: block;
	list-style: none;
	padding: 10px 0px 0px 0px;
	margin: 0;
	height: 0;
	width: 100%;
	background: lightgray;
	border: 0;
	overflow: visible;
}
ul.fcrecords {
	padding: 0;
}
*:not(.ui-dialog-content) > .fcrecords_desc {
	display: none !important;
}
.ui-dialog-content > .fcrecords_desc {
	float: none !important;
	display: table-cell !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}
@media (max-width: 1040px) {
	.ui-dialog-content > .fcrecords_desc {
		font-size: 12px;
		font-family: arial;
		width: 36.9% !important;
		display: inline-block !important;
	}
}
.ui-dialog-content > .fcrecords_textarea {
	float: left !important;
	max-width: 1000px;
	width: 62% !important;
	height: 100% !important;
	margin: 0 1% 0 0% !important;
	box-sizing: border-box !important;
	display: inline-block;
}
.fcrecord_header .fcrecord_label.fcrec_unused,
.records_container > ul > li.fcrecord > .fcrecord_prop.fcrec_unused {
	width: 100px;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.records_container > ul > li.fcrecord,
.positions_container > ul > li.fields {
	background: white;
	display: block;
	border: 1px solid silver;
	margin: 2px 4px;
	float: left;
	border-radius: 2px;
	white-space: nowrap;
	width: auto;
	width: unset;
	cursor: move;
}
.positions_container > ul > li.fields {
	padding: 4px 4px 4px 24px;
}
.records_container > ul > li.fcrecord {
	padding: 2px 4px;
}
.positions_container .fields.user {
	background: url(../images/textfield.png) #f9f9f9 no-repeat 3px 50%;
	white-space: nowrap;
}
.positions_container .fields.core {
	background: url(../images/textfield_key.png) #f9f9f9 no-repeat 3px 50%;
	white-space: nowrap;
}
.records_container > ul > li.fcrecord .fcprop_box {
	display: inline-block;
}
.records_container > ul > li.fcrecord .ordfield_handle,
.records_container > ul > li.fcrecord .addfield_handle,
.records_container > ul > li.fcrecord .delfield_handle {
	display: inline-block;
	width: 18px;
	height: 16px;
	line-height: 16px;
	margin: 2px 2px 2px 5px;
	padding: 3px;
	outline: none;
	cursor: pointer;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	vertical-align: middle;
}
.records_container > ul > li.fcrecord .ordfield_handle {
	margin: 2px 0px;
	outline: none;
	cursor: move;
	border: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.records_container .addfield_handle.fc_end {
	min-width: 200px;
	box-sizing: border-box;
	float: left;
	margin: 4px 4px;
}
.records_container > ul > li.fcrecord .addfield_handle.fc_after {
	background: url("../images/insert_after_180.png") no-repeat scroll 50% 50% #f0f0f0;
}
.records_container > ul > li.fcrecord .addfield_handle.fc_before {
	background: url("../images/insert_before_180.png") no-repeat scroll 50% 50% #f0f0f0;
}
.records_container > ul > li.fcrecord .delfield_handle {
	background: url("../images/cancel.png") no-repeat scroll 50% 50% #f0f0f0;
}
.records_container > ul > li.fcrecord .ordfield_handle {
	background: url("../images/move2.png") no-repeat scroll 50% 50% transparent;
	cursor: move;
}
.records_container > ul > li.fcrecord .addfield_handle:hover,
.records_container > ul > li.fcrecord .delfield_handle:hover {
	background-color: #d7d7d7;
}
.records_container .fcrec_state_msg,
.records_container .fcrec_cascaded_msg,
.records_container .fcrec_general_msg {
	margin: 3px;
	display: inline-block;
	padding: 1px 4px;
}
.records_container .fcrecord_header {
	margin: 6px 0 0 0;
	padding: 0px 2px;
	display: block;
}
.records_container .fcrecord_header .fcrecord_label,
.records_container > ul > li.fcrecord > .fcrecord_prop {
	margin: 2px !important;
	padding: 2px !important;
	float: none !important;
	box-sizing: border-box;
	width: auto !important;
	height: auto !important;
	width: unset !important;
	height: unset !important;
	min-width: 32px !important;
}
.records_container .fcrecord_header .fcrecord_label.fcrec_hidden,
.records_container > ul > li.fcrecord > .fcrecord_prop.fcrec_hidden {
	display: none;
}
div.sorter-full-width {
	width: 100% !important;
	max-width: unset !important;
}
div.sorter-full-width > ul.fcrecords > li.fcrecord {
	box-sizing: border-box;
	width: 100%;
	margin: 0px 0 !important;
}
div.sorter-full-width > ul.fcrecords > li.fcrecord .fcprop_box {
	float: none;
}
div.sorter-full-width > ul.fcrecords > li.fcrecord .ordfield_handle,
div.sorter-full-width > ul.fcrecords > li.fcrecord .addfield_handle,
div.sorter-full-width > ul.fcrecords > li.fcrecord .delfield_handle {
	float: none;
}
table.fcmanlist {
	position: relative !important;
	background: transparent !important;
	border-spacing: 0px !important;
	border-collapse: collapse !important;
	color: #555;
	width: auto;
	margin-bottom: 20px;
}
table.adminlist thead tr {
	border-bottom: 1px solid #aaa !important;
}
table.adminlist thead th {
	background: none repeat scroll 0 0 #fff !important;
	border: none;
	border-width: 0px !important;
	color: #555;
	text-align: unset;
	padding: 6px 4px;
}
table.adminlist thead th.center,
table.adminlist td.center {
	text-align: center !important;
}
table.adminlist thead th.left,
table.adminlist td.left {
	text-align: left !important;
}
table.adminlist thead th.right,
table.adminlist td.right {
	text-align: right !important;
}
table.adminlist thead a:hover {
	text-decoration: none;
}
table.adminlist thead th img {
	padding-left: 3px;
	vertical-align: middle;
}

table.adminlist thead th .filterdel img {
	vertical-align: bottom;
}
table.adminlist td {
	padding: 4px;
}
table.adminlist tr td:first-child::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 30px;
}
table.adminlist input[type="text"] {
	width: auto !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
table.adminlist tbody tr td.filtered_column,
table.adminlist tbody tr.row0 td.filtered_column,
table.adminlist tbody tr.row1 td.filtered_column {
	background: #F0F0F0;
}
table.adminlist tbody th {
	font-weight: bold;
}
table.adminlist tbody tr:first-child {
	border-top: 1px solid #aaa !important;
}
table.adminlist tbody tr {
	border-top: 1px solid #dadada !important;
	background: transparent !important;
	text-align: left;
}
table.adminlist tbody tr.collapsed_row {
	visibility: collapse;
}
table.adminlist tbody tr td {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
	border-width: 0px !important;
	text-align: unset;
}
table.adminlist tbody tr.row1 td {
	background: none repeat scroll 0 0 #F7F7F7;
}
table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td,
table.adminlist tr:hover td.filtered_column {
	background: #F7F7E7 !important;
}
.adminlist-table-row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #f0f0f0;
	background-image: -webkit-repeating-linear-gradient(135deg,#e7e7e7,#e7e7e7 10px,#e0e0e0 10px,#e0e0e0 20px);
	background-image: repeating-linear-gradient(135deg,#e7e7e7,#e7e7e7 10px,#e0e0e0 10px,#e0e0e0 20px);
}
table.adminlist tfoot {
	border-top: 1px solid #ddd !important;
}
table.adminlist tfoot tr {
	color: #333333;
	text-align: center;
}
table.adminlist tfoot td,
table.adminlist tfoot th {
	background-color: #fff;
	border: none;
	border-width: 0px !important;
	text-align: center;
}
table.adminlist td.order {
	text-align: center;
	white-space: nowrap;
	width: auto;
}
table.adminlist .pagination {
	display: inline-block;
	margin: 4px auto 2px;
	padding: 0;
}
.novalue {
	color: gray;
	font-style: italic;
}
.submitbutton {
	background: url(../images/bullet_add.png) no-repeat 0% 50%;
	padding-left: 12px;
}
body div .badge-info-2 {
	background-color: #2b89a4;
}
body div .badge-box {
	border-radius: 3px;
}
ul#ultagbox {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul#ultagbox > li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 2px;
	padding: 6px;
	line-height: 100%;
	height: 16px;
	border-radius: 3px;
	border: 1px solid silver;
}
ul#ultagbox > li.tagitem > span {
	padding: 2px;
	font-size: 1em;
	display: inline-block;
	float: left;
}
ul#ultagbox > li.tagitem.plain > span {
	padding: 2px 24px 2px 2px;
	background: url(../images/tag_blue.png) transparent no-repeat 100% 50%;
}
ul#ultagbox > li.tagitem > a.deletetag {
	background: url(../images/tag_blue_delete.png) #f9f9f9 no-repeat 100% 100%;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 100%;
	margin: -2px 0 0 0;
	padding: 2px 0 0 8px;
	outline: none;
	background-color: transparent;
}
div#tags {
	margin: 0px 8px 8px 0;
	padding: 0px;
	float: left;
}
div#tags #input-tags {
	width: auto;
	vertical-align: top;
}
div#tags #input_new_tag {
	display: inline-block;
	padding: 0px;
	margin: 6px 6px 0 6px;
	width: 16px;
	height: 16px;
	background: url(../images/tag_blue_add.png) #f9f9f9 no-repeat 0% 50%;
}
#fc_tagbox {
	display: block;
	overflow: auto;
	border: 1px dashed silver;
	border-radius: 4px;
	background: #fff;
	margin: 0px 4px 4px 0px;
	padding: 0 0 0 8px;
	float: left;
	min-width: 16px;
	min-height: 24px;
}
.fc_tagidbox {
	width: 20px !important;
	display: block !important;
	float: left !important;
	margin-top: -4px !important;
}
.fc_addtag {
	margin-top: 10px !important;
}
.flexicontent .clear,
#flexicontent .clear,
.clear {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.fc_select_button {
	display: block;
	float: left;
	padding: 6px;
	margin: 12px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	border-radius: 6px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}
.fc_select_button:hover {
	background-color: #dddddd;
}
span.fc_select_button {
	background-color: white;
	color: gray;
	font-weight: normal;
	font-style: italic;
}
span.fc_select_button:hover {
	background-color: white;
}
div label.state_box,
div label.lang_box {
	display: inline-block;
	margin: 4px 12px 0px 0px;
	padding: 0px !important;
	vertical-align: top;
	line-height: 1em;
	white-space: nowrap;
}
div label.state_box input,
div label.state_box img,
div label.lang_box input,
div label.lang_box img {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
div label.lang_box img {
	border: 1px solid lightgray;
}
.fc_assoc_translation img {
	border: 1px solid lightgray;
	padding: 0px;
	margin: 0px;
	float: left;
}
.fc_assoc_translation {
	display: inline-block;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	padding: 1px;
	border: 0px solid green;
	font-weight: bold !important;
}
#flexicontent .fc_tabset_inner {
	float: none;
	width: 100%;
	margin: 1em 0%;
	padding: 0px;
	display: inline-block;
	border: 0 none;
}
#flexicontent .fc_edit_container_full {
	float: none;
	width: 98%;
	margin: 1em 1% 1em 1%;
	padding: 0px;
	display: inline-block;
	border: 0 none;
}
#flexicontent div.fields_tabset,
#flexicontent div.params_tabset {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
#flexicontent div.fields_tabset .tabbertab,
#flexicontent div.params_tabset .tabbertab {
	padding-bottom: 1.4em !important;
}
#flexicontent .panel > h3 a {
	padding: 0px 0px 4px 0px;
}
#flexicontent .pane-sliders .panel .pane-slider {
	padding-left: 8px;
	padding-right: 8px;
}
#flexicontent .pane-sliders .panel .pane-slider fieldset.panelform {
	padding: 0px !important;
	margin: 3px !important;
	border-width: 0px !important;
	background: unset !important;
}
div fieldset.panelform {
	padding: 0px !important;
	margin: 0px !important;
	width: 100% !important;
}
#flexicontent .btn,
.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline-width: 0;
}
@media (min-width: 1020px) {
	.btn.spaced-btn,
	#toolbar-preview_btns_group {
		margin-left: 32px;
	}
}
body .controls .btn-group.btn-group-yesno .btn,
body .btn-group.btn-group-yesno .btn,
body .btn-group.group-fcinfo .btn,
body .btn-group.group-fcprimary .btn,
body .btn-group.group-fcsuccess .btn,
body .btn-group.group-fcwarning .btn,
body .btn-group.group-fcmethod .btn,
body .btn-group input[value=""]:first-of-type + label.btn {
	min-width: 50px;
}
body .btn-group.group-fcinfo .btn:not(.btn-primary),
body .btn-group.group-fcprimary .btn:not(.btn-primary),
body .btn-group.group-fcsuccess .btn:not(.btn-primary),
body .btn-group.group-fcwarning .btn:not(.btn-primary),
body .btn-group.group-fcmethod .btn:not(.btn-primary) {
	color: #333;
	background-color: #e7e7e7;
	background-image: -webkit-linear-gradient(top,#ffffff,#e7e7e7);
	background-image: linear-gradient(to bottom,#ffffff,#e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#e7e7e7);
	background-repeat: repeat-x;
	border-color: #bbb #bbb #a2a2a2;
	border-image: none;
}
body .btn-group.group-fcinfo .btn.active:not(.btn-primary),
body .btn-group.group-fcprimary .btn.active:not(.btn-primary),
body .btn-group.group-fcsuccess .btn.active:not(.btn-primary),
body .btn-group.group-fcwarning .btn.active:not(.btn-primary),
body .btn-group.group-fcmethod .btn.active:not(.btn-primary) {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-image: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15) inset, 0 1px 2px rgba(0,0,0,0.15);
	outline: 0 none;
}
body .btn-group.group-fcinfo .btn.active:not(.btn-primary) {
	background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2f96b4,endColorstr=#1f6377);
	border-color: #2f96b4 #2f96b4 #1f6377;
}
body .btn-group.group-fcprimary .btn.active:not(.btn-primary) {
	background-color: #15497c;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#15497c,endColorstr=#0a223b);
	border-color: #15497c #15497c #0a223b;
}
body .btn-group.group-fcsuccess .btn.active:not(.btn-primary) {
	background-color: #378137;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#378137,endColorstr=#204b20);
	border-color: #378137 #378137 #204b20;
}
body .btn-group.group-fcwarning .btn.active:not(.btn-primary) {
	background-color: #faa732;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#faa732,endColorstr=#ad6704);
	border-color: #faa732 #faa732 #ad6704;
}
body .btn-group.group-fcmethod.fcnoyes input[value=""] + label + input + .btn.active,
body .btn-group.group-fcmethod.fcnoyes .btn.active:not(.btn-primary):first-of-type {
	background-color: #942a25;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#942a25,endColorstr=#802420);
	border-color: #942a25 #942a25 #802420;
}
body .btn-group.group-fcmethod.fcnoyes .btn.active:not(.btn-primary) {
	background-color: #378137;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#378137,endColorstr=#204b20);
	border-color: #378137 #378137 #204b20;
}
body .btn-group.group-fcmethod.fcoffactive input[value=""] + label + input + .btn.active,
body .btn-group.group-fcmethod.fcoffactive .btn.active:not(.btn-primary):first-of-type {
	background-color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444444,endColorstr=#333333);
	border-color: #444444 #444444 #333333;
}
body .btn-group.group-fcmethod.fcoffactive .btn.active:not(.btn-primary) {
	background-color: #378137;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#378137,endColorstr=#204b20);
	border-color: #378137 #378137 #204b20;
}
body .btn-group.group-fcmethod input[value=""] + label + input + .btn.active,
body .btn-group.group-fcmethod .btn.active:not(.btn-primary):first-of-type {
	background-color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444444,endColorstr=#333333);
	border-color: #444444 #444444 #333333;
}
body .btn-group.group-fcmethod .btn.active:not(.btn-primary) {
	background-color: #faa732;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#faa732,endColorstr=#ad6704);
	border-color: #faa732 #faa732 #ad6704;
}
body .group-fcset {
	border-width: 0px;
}


body .group-fcset.fc_input_set > div {
	float: left;
	display: inline-block;
	white-space: nowrap;
}

body .group-fcset.fc_input_set.fc-cleared > div {
	clear: both;
	margin: 0 0 2px 0;
}
body .group-fcset.fc_input_set.fc-columned > div {
	float: left;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0 12px 0 0;
	min-width: 120px !important;
}
body .group-fcset.fc_input_set.fc-aligned-250 > div {
	min-width: 250px !important;
}
body .group-fcset.fc_input_set.fc-aligned-200 > div {
	min-width: 200px !important;
}
body .group-fcset.fc_input_set.fc-aligned-150 > div {
	min-width: 150px !important;
}
body .group-fcset.fc_input_set.fc-aligned-100 > div {
	min-width: 150px !important;
}
body input.fc_hidden_value {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	display: inline-block;
	box-sizing: border-box !important;
}
#flexicontent form div fieldset.panelform > div:not(.alert):not(.fc-mssg):not(.fc-mssg-inline):not([class^="fcsep_"]):not([class*=" fcsep_"]),
form div.container_fcfield > div:not(.alert):not(.fc-mssg):not(.fc-mssg-inline):not([class^="fcsep_"]):not([class*=" fcsep_"]) {
	margin: 0;
}
#flexicontent form div fieldset.panelform > fieldset,
#flexicontent form div fieldset.panelform > div > div.input-append,
#flexicontent form div fieldset.panelform > div > div.input-prepend,
#flexicontent form div fieldset.panelform > div > div.btn-group,
#flexicontent form div fieldset.panelform > div.input-append,
#flexicontent form div fieldset.panelform > div.input-prepend,
#flexicontent form div fieldset.panelform > div.btn-group,
#flexicontent form div fieldset.panelform > div.select2-container,
#flexicontent form div fieldset.panelform > input,
#flexicontent form div fieldset.panelform > button,
#flexicontent form div fieldset.panelform > textarea,
#flexicontent form div fieldset.panelform > select,
#flexicontent form div fieldset.panelform > img,
#flexicontent form div fieldset.panelform > span,
form div.container_fcfield > fieldset,
form div.container_fcfield > div > div.input-append,
form div.container_fcfield > div > div.input-prepend,
form div.container_fcfield > div > div.btn-group,
form div.container_fcfield > div.input-append,
form div.container_fcfield > div.input-prepend,
form div.container_fcfield > div.btn-group,
form div.container_fcfield > div.select2-container,
form div.container_fcfield > input,
form div.container_fcfield > button,
form div.container_fcfield > textarea,
form div.container_fcfield > select,
form div.container_fcfield > img,
form div.container_fcfield > span {
	margin: 1px 2px 1px 2px;
	float: left;
}
form div.container_fcfield > input,
form div.container_fcfield > button,
form div.container_fcfield > textarea,
form div.container_fcfield > select {
	max-width: 96%;
}
#flexicontent div fieldset .input-append,
#flexicontent div fieldset .input-prepend {
	margin-bottom: 0px;
}
#flexicontent div fieldset.panelform .input-append,
#flexicontent div fieldset.panelform .input-prepend {
	float: left;
}
#flexicontent div fieldset.panelform .input-append > input,
#flexicontent div fieldset.panelform .input-prepend > button {
	margin-left: 0px;
}
#flexicontent div .input-append > .btn:not(:last-child) {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#flexicontent div .input-prepend > .btn:not(:first-child) {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#flexicontent div fieldset.panelform :not(.container_fcfield) fieldset.group-fcset,
#flexicontent div fieldset.panelform :not(.container_fcfield) textarea {
	min-width: 60%;
	max-width: 81%;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 0 !important;
	margin-right: 0;
	line-height: unset;
	height: unset;
}
#flexicontent div fieldset.panelform :not(.input-prepend):not(.input-append) > input[type="text"]:not(.minicolors):not(.input-small):not(.input-xsmall),
#flexicontent div fieldset.panelform textarea,
div fieldset td :not(.input-prepend):not(.input-append) > input[type="text"]:not(.minicolors):not(.input-small):not(.input-xsmall),
div fieldset td textarea {
	min-width: 80%;
}
fieldset.panelform ul.adminformlist input,
fieldset.panelform ul.adminformlist button,
fieldset.panelform ul.adminformlist textarea,
fieldset.panelform ul.adminformlist select,
fieldset.panelform ul.adminformlist img {
	margin-bottom: 0px;
}
#flexicontent .current ul.tabbernav > li a {
	border-radius: 0px !important;
	background-color: grey !important;
	font-family: arial;
}
#flexicontent .current ul.tabbernav > li:hover a {
	border-color: black !important;
}
dd.tabs dl.tabs dt {
	border-radius: 0px !important;
	background-color: grey !important;
}
dl.tabs dt h3 {
	padding: 0px !important;
}
dl.tabs dt {
	border-radius: 8px 8px 0px 0px;
	border-bottom: 0px solid gray !important;
	margin: 4px 6px 0px 0px !important;
	background-color: #777 !important;
	padding: 8px 12px !important;
}
dd.tabs dl.tabs dt.open,
dl.tabs dt.open {
	border-bottom: 0px solid gray !important;
	background-color: white !important;
}
dl.tabs dt:not(.open):hover,
.flexicontent dl.tabs dt:not(.open):hover {
	background: darkred !important;
}
dl.tabs dt span,
dl.tabs dt h3 a {
	font-size: 11px !important;
	font-family: arial;
	font-weight: bold;
	color: white !important;
}
dl.tabs dt.open span,
dl.tabs dt.open h3 a {
	font-weight: bold !important;
	color: darkred !important;
}
#flexicontent table.adminform td {
	padding: 0px 2px 0px 2px;
}
#flexicontent table.adminform {
	margin: 0px;
}
table.adminform td #search {
	margin-bottom: 0px;
	padding: 4px !important;
}
#flexicontent span.flexi_label label {
	float: right;
	margin: 0px;
	padding: 0px;
	color: unset;
	font-size: 12px;
	font-style: normal;
}
#flexicontent .flexi_params > label,
#flexicontent fieldset.panelform > label,
#flexicontent label.fckey,
#flexicontent .flexi_label {
	text-align: right;
	border: 0px solid;
	white-space: normal;
	display: inline-block;
	width: 17%;
	min-width: 90px;
	max-width: 150px;
	float: left;
	clear: left;
	margin: 2px 1% 3px 0% !important;
	box-sizing: border-box;
}
body .label-fcouter,
#flexicontent .label-fcouter {
	display: inline-block;
	width: 15%;
	min-width: 90px;
	max-width: 150px;
	float: left;
	margin: 2px 1% 3px 0% !important;
	padding: 0 !important;
}
body .label-fcouter > label,
body .label-fcinner,
#flexicontent .label-fcouter > label,
#flexicontent .label-fcinner {
	text-align: right;
	min-width: 90px;
	width: 100%;
	line-height: 150%;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0;
	border-bottom: 0;
	margin: 2px 0 3px 0 !important;
	box-sizing: border-box;
	white-space: normal !important;
}
body .label-fcouter > label.fc_tooltip_icon,
body .label-fcinner.fc_tooltip_icon,
#flexicontent .label-fcouter > label.fc_tooltip_icon,
#flexicontent .label-fcinner.fc_tooltip_icon {
	padding: 2px 21px 2px 6px !important;
	background-image: url(../images/comments.png);
	background-position: 100% 2px;
	background-repeat: no-repeat;
}
body label.label-fcaction,
#flexicontent label.label-fcaction {
	border-bottom: 1px dashed gray;
}
body .nowrap_box .label-fcouter,
#flexicontent .nowrap_box .label-fcouter {
	float: none;
	width: unset;
	max-width: unset;
}
body .nowrap_box .container_fcfield:not(.controls),
#flexicontent .nowrap_box .container_fcfield:not(.controls) {
	float: none !important;
}
#flexicontent .span6.full_width_980 {
	width: 50%;
}
#flexicontent .full_width_980 {
	padding: 0;
	margin: 0%;
	box-sizing: border-box;
}
#flexicontent .full_width_980:first-child {
	padding: 0 32px 0 0;
}
#flexicontent .span6.full_width_980.padded_wrap_box {
	padding: 0;
}
@media (max-width: 979px) {
	#flexicontent .full_width_980 {
		width: 100% !important;
		padding: 0% !important;
		margin: 0% !important;
		clear: both !important;
	}
	#flexicontent .full_width_980.padded_wrap_box {
		margin-top: 48px !important;
	}
}
#flexicontent .span6.full_width_1340 {
	width: 50%;
}
#flexicontent .full_width_1340 {
	padding: 0;
	margin: 0%;
	box-sizing: border-box;
}
#flexicontent .full_width_1340:first-child {
	padding: 0 32px 0 0;
}
#flexicontent .full_width_1340.padded_wrap_box {
	padding: 0;
}
@media (max-width: 1339px) {
	#flexicontent .full_width_1340 {
		width: 100% !important;
		padding: 0% !important;
		margin: 0% !important;
		clear: both !important;
	}
	#flexicontent .full_width_1340.padded_wrap_box {
		margin-top: 48px !important;
	}
}
@media (max-width: 1619px) {
	body .full_width_1340 input.input-xxlarge,
	#flexicontent .full_width_1340 input.input-xxlarge {
		width: 75%;
	}
}
body .span6 .label-fcouter,
#flexicontent .span6 .label-fcouter {
	width: 28% !important;
}
body .span6 .container_fcfield:not(.controls),
#flexicontent .span6 .container_fcfield:not(.controls) {
	width: 71% !important;
}
body .input-fcmax.container_fcfield input,
#flexicontent .input-fcmax.container_fcfield input {
	width: 90%;
	padding-left: 2%;
	padding-right: 2%;
}
body .container_fcfield input.input-xxlarge,
#flexicontent .container_fcfield input.input-xxlarge {
	width: 100%;
}
body .container_fcfield input,
#flexicontent .container_fcfield input {
	max-width: 100%;
}
.flexi_params table.admintable,
.flexi_params table.admintable td {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	background: none !important;
}
body span.alert.invalid_fcfield_message {
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 12px;
}
body span.alert.invalid_fcfield_message.fc_notes {
	margin: 2px 12px;
	padding: 6px 8px;
}
textarea.invalid,
input.invalid,
select.invalid {
	border: 1px solid #CC0000 !important;
}
.fc_input_set.invalid,
.fcfield_box.invalid {
	border: 1px dashed #CC0000 !important;
	border-radius: 3px;
}
label.invalid > img {
	border: 2px dashed #CC0000 !important;
}
label.invalid {
	color: #CC0000 !important;
}
.use_prettycheckable.invalid + a + label,
input.invalid + .fccheckradio_lbl {
	color: #cc0000 !important;
}
.use_prettycheckable.invalid + a + label > img {
	border: 1px dashed #CC0000 !important;
}
#flexicontent .label.invalid,
#flexicontent .label-fcinner.invalid,
#flexicontent .flexi_label.invalid,
#flexicontent .flexi_label.invalid.required {
	color: #CC0000 !important;
}
#flexicontent .flexi_formblock {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
#flexicontent {
	margin: 0px;
}
body.contentpane.component,
body.contentpane.modal {
	margin: 0px;
	padding: 0px 8px 0px 8px;
}
body.contentpane.component #mailto-window,
body.contentpane.component #flexicontent,
body.contentpane.modal #flexicontent {
	padding: 8px 8px 4px 8px;
}
div.field-media-wrapper > div.modal .modal-body {
	height: 100% !important;
	max-height: 100% !important;
}
div.field-media-wrapper > div.modal .modal-body > iframe {
	height: 100% !important;
}
#flexicontent fieldset.basicfields_set,
fieldset.flexiaccess,
fieldset.adminform,
#flexicontent fieldset.params_set {
	border: 1px solid lightgray !important;
	margin: 8px 4px !important;
	padding: 4px 4px 4px 4px !important;
	width: auto !important;
	min-width: inherit !important;
	display: block;
}
#flexicontent fieldset.params_set legend,
#flexicontent fieldset.basicfields_set legend {
	padding: 0px 6px;
	width: auto;
	border: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #3276B1;
}
fieldset.adminform {
	margin-bottom: 1em;
}
fieldset.adminform legend {
	font-weight: bold;
	font-size: 14px;
}
#adminForm a.mb,
#adminForm a.mb:link,
#adminForm a.mb:visited,
#adminForm a.mb:hover,
#adminForm a.mb:active {
	margin: 6px 6px 4px 0;
}
.fieldgrprow_cell {
	padding-right: 6px;
}
.fieldgrprow_cell:last-child {
	padding-right: 0px;
}
.fc_legend_box {
	border-bottom: 1px dashed gray;
}
.key.tbl_group {
	text-align: center !important;
	color: darkgreen !important;
	border: 1px dashed #bbbbbb !important;
	font-size: 12px !important;
	padding: 6px !important;
}
ul.thumbnails.image_picker_selector {
	clear: both;
	overflow: auto;
	margin: 8px 0px 2px 0px !important;
}
ul.thumbnails.image_picker_selector li {
	float: left !important;
	clear: none !important;
	margin: 0px 4px 4px 0px !important;
}
ul.thumbnails.image_picker_selector li div.thumbnail {
	float: left;
}
ul.thumbnails.image_picker_selector li div.thumbnail img {
	float: left;
	border: 1px solid lightgray;
	padding: 0px !important;
	margin: 4px !important;
}
ul.thumbnails.image_picker_selector li div.thumbnail p {
	float: left;
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
}
.container_fcfield-inner {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 68%;
	float: none;
	display: inline-block;
}
.container_fcfield .container_fcfield-inner {
	width: 100%;
}
.container_fcfield:not(.controls) {
	float: none !important;
	padding: 0px !important;
	margin: 2px 0% 3px 0% !important;
	width: 82% !important;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
@media only screen and (min-width: 2090px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 91.2% !important;
	}
}
@media only screen and (min-width: 1960px) and (max-width: 2090px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 90.6% !important;
	}
}
@media only screen and (min-width: 1880px) and (max-width: 1960px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 90% !important;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1880px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 89.2% !important;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 88.7% !important;
	}
}
@media only screen and (min-width: 1490px) and (max-width: 1600px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 87.7% !important;
	}
}
@media only screen and (min-width: 1390px) and (max-width: 1490px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 87% !important;
	}
}
@media only screen and (min-width: 1290px) and (max-width: 1390px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 86% !important;
	}
}
@media only screen and (min-width: 1190px) and (max-width: 1290px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 84.5% !important;
	}
}
@media only screen and (min-width: 1120px) and (max-width: 1190px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 84% !important;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1120px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 83% !important;
	}
}
@media only screen and (max-width: 800px) {
	.full_body_box .container_fcfield.fcfield_row0,
	.full_body_box .container_fcfield.fcfield_row1 {
		width: 100% !important;
	}
}
.fcclear,
#flexicontent .clear {
	border: 0 !important;
	clear: both !important;
	float: none !important;
	font-size: 1px !important;
	height: 0 !important;
	line-height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	display: block !important;
}
#flexicontent form .fcfield_textareaval,
#flexicontent form .fcfield_selectval,
#flexicontent form .fcfield_selectmulval,
#flexicontent form .fcfield_textval {
	background-clip: padding-box;
	color: #444;
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	display: inline-block;
	padding: 0 6px 0px 6px;
	margin: 0px 6px 2px 2px;
	position: relative;
	text-decoration: none;
	font-size: 12px;
}
#flexicontent form span.fcfield_textval {
	cursor: text;
	padding: 4px;
	white-space: pre-wrap;
	word-wrap: break-word;
	min-width: 220px;
	width: 50%;
	max-width: 600px;
}
#flexicontent form select.fcfield_selectval,
#flexicontent form input.fcfield_textval {
	height: 26px;
	line-height: 26px;
	overflow: auto;
	vertical-align: top;
	min-width: 220px;
	width: 50%;
	max-width: 600px;
}
#flexicontent form select.fcfield_selectval {
	padding: 4px 0 2px 4px;
}
#flexicontent form select.fcfield_selectmulval,
#flexicontent form textarea.fcfield_textareaval {
	line-height: 1em;
	overflow: auto;
	padding: 4px 0 2px 4px;
	min-width: 228px;
}
#flexicontent form select.fcfield_selectval.inlineval,
#flexicontent form select.fcfield_selectmulval.inlineval,
#flexicontent form input.fcfield_textval.inlineval {
	min-width: 0;
	width: auto;
}
#flexicontent form .admintable input.fcfield_textval {
	height: 22px;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.fc-form-tbl.align-top td.key > *,
table.fc-form-tbl.align-top td.data > * {
	vertical-align: top;
}
table.fc-form-tbl td {
	vertical-align: middle;
	padding: 2px 24px 6px 0px;
}
table.fc-form-tbl td.fc-nopad-h-cell {
	padding: 2px 0px 6px 0px;
}
table.fc-form-tbl.fccompact td {
	padding: 0px 8px 4px 0px;
}
table.fc-form-tbl td.key {
	vertical-align: top;
	text-align: right;
	padding: 2px 0px;
	max-width: 140px;
	min-width: 114px;
}
table.fc-form-tbl.fccompact td.key {
	min-width: auto;
}
table.fc-form-tbl.fcfullwidth {
	width: 100% !important;
}
table.fc-form-tbl.fcfullwidth td.key {
	width: 114px;
	padding-right: 8px;
}
table.fc-form-tbl.fcfullwidth td.key .label {
	white-space: unset;
}
table.fc-form-tbl td.key label.label {
	display: inline-block;
	padding: 8px 4%;
	width: 82%;
	margin: 0px 5%;
	white-space: normal;
}
table.fc-form-tbl.fcinner td.key label.label,
table.fc-form-tbl.fccompact td.key label.label {
	padding: 2px 4px;
}
table.fc-form-tbl.fccompact td.key label.label {
	font-size: 11px;
}
table.fc-form-tbl fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
table.fc-form-tbl td.data {
	vertical-align: top;
}
table.fc-form-tbl td.key > .fc-prop-lbl {
	margin: 0 8px 0;
	display: inline-block;
}
.fc_filter_html .select2-search-choice div,
.select2-container .select2-choice.fc_highlight span,
.fc_highlight {
	color: black;
}
.select2-container .select2-choice.fc_highlight_disabled span,
.fc_highlight_disabled {
	color: gray !important;
	font-weight: normal !important;
	text-decoration: line-through !important;
	font-style: italic !important;
}
#fc_filter_form_blocker {
	display: none;
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fc_filter_form_blocker .fc_blocker_opacity {
	display: block;
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color: #000;
	width: 100%;
	height: 100%;
}
#fc_filter_form_blocker .fc_blocker_content {
	display: block;
	z-index: 2001;
	position: fixed;
	top: 35%;
	left: 50%;
	color: black;
	background: white 30px 40px no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	width: auto;
	padding: 20px 0px 26px 30px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid lightgray;
	border-radius: 8px;
	text-align: left;
	width: 300px;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
#fc_filter_form_blocker .fc_blocker_bar {
	display: block;
	width: 300px;
	height: 22px;
	border-radius: 4px;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	position: relative;
	left: -15px;
	top: 6px;
}
#fc_filter_form_blocker .fc_blocker_bar div {
	border-radius: 4px;
	display: block;
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px;
	width: 0;
	background-color: #0099ff;
}
div.pane-sliders ul.adminformlist li select {
	margin-bottom: 0px;
}
div.pane-sliders ul.adminformlist li fieldset {
	margin: 0;
	padding: 0;
}
div.current ul.config-option-list li .fcsep_level3 {
	margin-left: 232px !important;
}
div.current ul.config-option-list li select {
	margin-bottom: 0px;
	font-size: 12px;
}
div.current ul.config-option-list li fieldset {
	margin: 0;
	padding: 0;
}
#toolbar .buttons.btn-group .toolbar {
	text-align: left;
}
#toolbar .buttons.btn-group .toolbar > [class^="icon-"],
#toolbar .buttons.btn-group .toolbar > [class*=" icon-"] {
	float: left;
	text-align: center;
}
#toolbar .buttons.btn-group > ul.dropdown-menu {
	background: unset;
	border: unset;
	box-shadow: unset;
	padding: 0;
}
#toolbar .buttons.btn-group > ul.dropdown-menu > li > .toolbar {
	float: left;
	min-width: 260px;
	margin-top: 0px;
	width: 100%;
}
#toolbar .buttons.btn-group > ul.dropdown-menu > li > .toolbar:hover {
	background: #e0e0e0;
	color: black;
}
#toolbar .buttons.btn-group > .toolbar {
	margin: 0;
}
#toolbar .buttons.btn-group > .toolbar + .dropdown-toggle {
	margin: 0 8px 0 0;
	padding-top: 1px;
}
#toolbar .buttons.btn-group > .dropdown-toggle:first-child .caret {
	margin-top: 10px;
	margin-left: 4px;
}
#toolbar .btn.btn-fcaction > [class^="icon-"],
#toolbar .btn.btn-fcaction > [class*=" icon-"] {
	padding-right: 8px;
	border-right: 1px solid #777;
	margin-right: 8px;
}
.prettycheckbox.fcradiocheck label,
.prettyradio.fcradiocheck label {
	margin: 7px 0px 0px 0px !important;
	clear: none !important;
}
.prettycheckbox.fcradiocheckimage label,
.prettyradio.fcradiocheckimage label {
	margin: 2px 0px 0px 0px !important;
	clear: none !important;
}
.prettycheckbox.fcradiocheckimage,
.prettyradio.fcradiocheckimage,
.prettycheckbox.fcradiocheck,
.prettyradio.fcradiocheck {
	float: none !important;
	display: inline-block !important;
	vertical-align: top !important;
	margin: -2px 10px 0px 2px !important;
}
.prettyradio input,
.prettycheckbox input {
	display: inline-block !important;
	visibility: hidden !important;
	float: left !important;
}
.prettyradio > a.disabled,
.prettycheckbox > a.disabled,
.prettyradio > a.disabled + label,
.prettycheckbox > a.disabled + label {
	font-style: italic;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.select2-container .select2-choice {
	padding: 0 0 0 8px !important;
	margin: 0 4px 0 0 !important;
	font-weight: normal !important;
	min-height: 26px;
	height: auto !important;
	box-sizing: content-box !important;
}
html[dir="rtl"] .select2-container .select2-choice {
	padding: 0 8px 0 0 !important;
}
.select2-container .select2-choice > .select2-chosen {
	color: black;
	white-space: pre-wrap !important;
}
.select2-container.invalid .select2-choice > .select2-chosen {
	color: red !important;
}
.select2-container-multi.invalid .select2-choices .select2-search-field input.select2-input {
	border: 1px solid red !important;
}
.select2-container .select2-choices {
	list-style-type: none !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0px !important;
	margin: 0 6px 0 0 !important;
	white-space: normal !important;
	width: auto !important;
	min-width: 24px !important;
}
.select2-container .select2-search-field {
	padding: 0px !important;
	margin: 0px 2px !important;
	line-height: 1em !important;
	position: relative !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-input,
.select2-container-multi.select2-dropdown-open .select2-choices .select2-search-field input.select2-input {
	cursor: pointer;
	min-width: 32px !important;
	min-height: 20px !important;
	padding: 1px 4px !important;
	margin-top: 1px !important;
	border: 1px solid lightgray !important;
	background: #fff url('../images/select2.png') no-repeat 100% -22px !important;
	background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee)) !important;
	background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom,#fff 85%,#eee 99%) !important;
	background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom,#fff 85%,#eee 99%) !important;
	background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0 !important;
}
.select2-container-multi.select2-dropdown-open .select2-choices .select2-search-field input.select2-input {
	min-width: 124px !important;
	cursor: default;
}
.select2-container-multi .select2-choices > li:first-child input.select2-input,
.select2-container-multi.select2-dropdown-open .select2-choices > li:first-child input.select2-input,
.select2-container-multi.select2-dropdown-open .select2-choices .select2-search-field input.select2-input.select2-focused {
	width: auto !important;
}
.select2-container-multi.select2-dropdown-open .select2-choices .select2-search-field input.select2-input.select2-focused {
	min-width: 124px !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-input:hover {
	cursor: pointer !important;
}
.select2-container-multi .select2-search-choice-close {
	margin: -1px 0 0 0 !important;
	padding: 0 2px 0 2px !important;
}
.select2-drop .select2-results .select2-result.select2-selected-highlight div {
	font-size: 11px !important;
}
fieldset legend .fc_legend_header_text {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid lightgray;
	border-radius: 6px;
	display: inline-block;
	line-height: 0.5em;
	margin: 0 0 5px;
	padding: 8px 10px;
	position: relative;
	top: 0;
}
#flexicontent .form-inline.form-inline-header .control-label {
	text-align: right;
	width: 120px;
	display: block;
}
#flexicontent .form-inline.form-inline-header .controls {
	margin-left: 140px;
	display: block;
}
body .form-horizontal .control-group {
	margin-bottom: 8px;
}
#flexicontent .fc-unset-width {
	width: unset;
}
#flexicontent .form-horizontal > .nav-tabs > li > a {
	text-align: center;
}
div#permissions .tab-content {
	position: sticky;
	top: 90px;
	max-height: calc(100vh - 350px);
}
.fc-tabbed-field-box {
	padding: 0 !important;
}
.fc-tabbed-field-box textarea,
.fc-tabbed-field-box > input {
	border: 0 !important;
	border-radius: 4px !important;
	margin: 0 !important;
	width: 96% !important;
	padding-left: 2% !important;
	padding-right: 2% !important;
}
.fcspacer-8 {
	margin-top: 8px !important;
}
.fcspacer-16 {
	margin-top: 16px !important;
}
.fcspacer-24 {
	margin-top: 24px !important;
}
.fcspacer-32 {
	margin-top: 32px !important;
}
.flexicontent .btn-toolbar .btn-wrapper {
	float: left;
	display: block;
	margin: 0 8px 0 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.fcfile_hits,
.fcfile_lang,
.fcfile_size,
.fcfile_descr_tip {
	margin: 2px 8px;
}
.fcfile_descr_inline {
	margin: 16px 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}
.fcfile_name {
	background: #f0f0f0;
	margin: 2px 2px 12px 2px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 6px 4px;
	font-weight: 500;
	font-size: 140%;
}
.fcfile_mime .fcicon-mime,
.fcfile_hits .fcicon-hits,
.fcfile_size .fcicon-size,
.fcfile_lang .fcicon-lang,
.fcfile_descr_tip .fcicon-descr {
	vertical-align: middle;
}
.fcfile_hits .label,
.fcfile_size .label,
.fcfile_lang .label,
.fcfile_descr_tip .label {
	min-width: 40px;
	text-align: right;
}
.fcfile_actions {
	margin: 4px;
	clear: both;
	display: block;
	width: 100% !important;
	box-sizing: border-box !important;
}
.fcfile_actions > a,
.fcfile_actions > input,
.fcfile_actions > form > input {
	margin: 4px 0;
	width: 100% !important;
	box-sizing: border-box !important;
}
.fcfile_actions > form {
	width: 100% !important;
	box-sizing: border-box !important;
	margin: 0px !important;
	padding: 0px !important;
}
.fcfile_total {
	margin: 8px 0 !important;
}
.fcfile_total_count_label,
.fcfile_total_hits_label {
	font-weight: bold;
}
img.fc_field_image {
	display: inline-block;
	margin: 0px 4px 6px 0px;
	padding: 1px;
	border: 1px solid lightgray;
	border-radius: 5px;
}
div .fc_image_thumb {
	display: inline-block;
	text-decoration: none;
	float: left;
}
div .fc_img_container {
	display: inline-block;
	margin: 2px 8px 2px 0px;
}
div .fc_img_tooltip_data {
	display: inline-block;
	vertical-align: top;
	margin: 2px 12px 6px 4px;
}
div .fc_img_tooltip_title {
	line-height: 1em;
	font-weight: bold;
}
div .fc_img_tooltip_desc {
	line-height: 1em;
}
div .fc_addressint_map {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
div .fc_addressint_map_canvas {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
div span.fc_categories,
div span.fc_tags {
	border-bottom: 1px dashed gray;
}
div .fc_categories.fc_ismain_cat {
	font-weight: bold;
}
div .fc_categories:not(.fc_ismain_cat) {
	font-weight: normal;
}
div .fc_field_unsused_val {
	display: inline-block;
}
div .fc_field_unsused_val,
div .fc_field_unsused_val .fc_ifield_val_txt {
	font-style: italic;
	text-decoration: line-through;
}
div .fc_field_unsused_val .fc_ifield_val_txt {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
div .fc_field_unsused_val [class^="fc-icon-"],
div .fc_field_unsused_val [class*=" fc-icon-"],
div .fc_field_unsused_val img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.fc_ifield_val_box {
	float: left;
	display: inline-block;
	margin: 0 12px 0 0;
}
.fc_ifield_val_box .fc_ifield_val_img,
.fc_ifield_val_box .fc_ifield_val_txt {
	float: left;
	display: inline-block;
	clear: both;
	padding: 0px;
	margin: 2px;
}
.fc_ifield_val_box .alert.fc_ifield_val_txt {
	padding: 2px 6px;
}
div.fc-fieldgrp-value-box {
	border-radius: 4px;
	border: 1px solid lightgray;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 4px 1%;
	padding: 6px 4px;
	vertical-align: top;
}
[class*="fcfavs-"].fc-mssg-inline {
	position: relative;
	margin: 1px 2px;
}
hr.fcclearline {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
	margin: 32px 0;
}
.fcclear,
#flexicontent .fcclear,
#flexicontent .clear {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#flexicontent .floattext {
	display: block;
	margin: 0 0 0.5em;
}
#flexicontent .fcright {
	float: right;
	margin-left: 8px;
}
#flexicontent .fcleft {
	float: left;
	margin-right: 8px;
}
#flexicontent .fceven {
	background-color: #e7e7e7;
}
#flexicontent .fcodd {
	background-color: #f2f2f2;
}
#flexicontent .buttons {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
}
#flexicontent .buttons.fcleft {
	float: left;
}
#flexicontent .buttons.fcright {
	float: right;
}
#flexicontent .buttons:not(.fcright)  ul.statetoggler > li.topLevel > .options,
#flexicontent .buttons.fcleft  ul.statetoggler > li.topLevel > .options,
#flexicontent .buttons:not(.fcright)  ul.dropdown-menu,
#flexicontent .buttons.fcleft  ul.dropdown-menu {
	left: auto;
	right: 0;
}
#flexicontent .buttons.fcright ul.dropdown-menu,
#flexicontent .buttons.fcright ul.statetoggler > li.topLevel > .options {
	left: 0;
	right: auto;
}
#flexicontent .buttons.btn-group > ul.statetoggler {
	margin-left: 8px;
}
#flexicontent .buttons > a > i {
	vertical-align: middle;
	font-size: 14px;
	margin: 0;
}
#flexicontent .buttons > a > i.fcIconPadRight {
	margin: 0 8px 0 0;
}
#flexicontent .buttons > a:not(.btn) {
	line-height: 2em;
	font-size: 14px;
	color: black;
	background-color: #eeeeee;
	background: -webkit-linear-gradient(top,#eeeeee,#dddddd);
	background: linear-gradient(to bottom,#eeeeee,#dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee,endColorstr=#dddddd);
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 0px 8px;
	vertical-align: top;
	display: inline-block;
}
#flexicontent .buttons > a:not(.btn):hover {
	background-color: #dddddd;
	background: -webkit-linear-gradient(top,#dddddd,#cccccc);
	background: linear-gradient(to bottom,#dddddd,#cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee,endColorstr=#cccccc);
	border: 1px solid #bbbbbb;
}
#flexicontent .fc_editbutton,
#flexicontent .buttons > a {
	text-decoration: none;
}
#flexicontent .fc_editbutton > img,
#flexicontent .buttons > a > img {
	border: none;
	vertical-align: top;
	margin: 1px 6px 0px 0px;
}
#flexicontent .fc_editbutton > img {
	margin-top: 0px;
}
.fc_comments_count {
	background: url(../images/comments.png) no-repeat;
	color: green;
	padding-left: 20px;
	height: 16px;
	margin: 5px 5px 0px 0px;
	float: left;
}
.fc_comments_count_nopad {
	background: url(../images/comments.png) no-repeat;
	color: green;
	padding-left: 20px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	float: left;
}
.fc_edit_link {
	float: left;
	margin: 5px 0px 0px 0px;
}
.fc_edit_link_nopad {
	float: left;
	margin: 0px 0px 0px 0px;
}
.fc_delete_link,
.fc_state_toggle_link {
	float: left;
	margin: 5px 0px 0px 5px;
}
.fc_state_toggle_link_nopad {
	float: left;
	margin: 0px 0px 0px 0px;
}
.contentheading {
	display: inline-block;
	margin: 2px 6px;
}
#flexicontent .fc_item_title,
#flexicontent .fc_item_title a {
	text-decoration: none;
}
#flexicontent .fc_item_title img {
	border: none;
}
#flexicontent .catimg {
	float: left;
	margin: 0 0.5em 0.5em 0;
	position: relative;
}
#flexicontent .catimg p {
	font-size: 0.9em;
	line-height: 180%;
	margin: 0 0 0.5em 0;
}
#flexicontent .catimg img {
	padding: 1px;
	border: 1px solid lightgray;
	border-radius: 5px;
}
#flexicontent .catdescription {
	margin: 0 0 0.5em 0;
}
#flexicontent .subcategorieslabel,
#flexicontent .peercategorieslabel {
	display: inline-block;
	margin: 0px 0px 6px;
	font-weight: bold;
	border-bottom: 1px dashed gray;
}
#flexicontent .subcategorieslist,
#flexicontent .peercategorieslist {
	margin: 0 0 1em 0;
}
#flexicontent .subcat,
#flexicontent .peercat {
	margin: 0px;
}
div table.adminform {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-collapse: collapse;
	margin: 8px 0 15px;
	width: 100%;
}
div table.adminform td {
	font-size: 11px;
	padding: 2px 2px;
	text-align: left;
	border: 0px solid;
}
#flexicontent table.flexitable {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	clear: both;
	font-size: 1em;
	margin: 1em 1px;
	width: 99%;
}
#flexicontent table.flexitable th {
	background-color: #efefef;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 0.4em;
	text-align: left;
}
#flexicontent table.flexitable th.table-titles {
	background-color: inherit;
	font-weight: normal;
}
#flexicontent table.flexitable th img {
	border: none;
	margin: 0 0 5px 5px;
	vertical-align: middle;
}
#flexicontent table.flexitable td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0.4em;
	vertical-align: top;
}
#flexicontent table.flexitable tr.sectiontableentry2 td {
	background: #f4f4f4;
}
#flexicontent table.flexitable tr:hover td,
#flexicontent table.flexitable tr:hover th {
	background: #f8f8f8;
}
.fcfilter_form_outer > div > .panel > .title a {
	color: unset;
}
.fcfilter_form_outer > div > .panel > .title {
	background-color: #dddddd;
	background: url('../images/search.png') no-repeat 2px 5px, -webkit-linear-gradient(top,#eeeeee,#dddddd);
	background: url('../images/search.png') no-repeat 2px 5px, linear-gradient(to bottom,#eeeeee,#dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee,endColorstr=#dddddd);
	border: 1px solid lightgray;
	border-radius: 4px;
	padding: 4px 4px 4px 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fcfilter_form_outer > div > .panel > .title:hover {
	background-color: #cccccc;
	background: url('../images/toggle_blue.png') no-repeat 2px 5px, -webkit-linear-gradient(top,#dddddd,#cccccc);
	background: url('../images/toggle_blue.png') no-repeat 2px 5px, linear-gradient(to bottom,#dddddd,#cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dddddd,endColorstr=#cccccc);
}
.fcfilter_form_outer > div > .panel > .pane-slider.content {
	margin: 12px 0px;
	padding: 0px 0px;
}
#fc_alpha {
	clear: both;
	float: left;
	margin: 0 0 12px 0;
	overflow: hidden;
	width: 100%;
}
#fc_alpha .aichargrp {
	clear: both;
	float: left;
	left: 50%;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#fc_alpha .fc_alpha_index {
	background: #efefef;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	float: left;
	margin-right: 2px;
	padding: 6px;
	position: relative;
	right: 50%;
	text-decoration: none;
}
#fc_alpha span.fc_alpha_index {
	color: #c0c0c0;
}
#fc_alpha .fc_alpha_index_sep {
	background: none;
	border: 0px solid silver;
	float: left;
	margin-right: 0px;
	padding: 1px 0px;
	position: relative;
	right: 50%;
	text-decoration: none;
}
#fc_alpha .fc_alpha_index.current {
	margin-left: 12px;
	margin-right: 12px;
	color: darkred;
}
#flexicontent .item_total {
    border: none;
    margin: 0;
    padding: 0;

    clear: none;
    float: right;
    box-sizing: border-box;
}
#flexicontent #searchForm .item_total {
	margin-top: 24px;
}
#flexicontent .fc_item_total_data.labelclear .flexi.label {
	clear: left;
}
#flexicontent .item_total .fc_clayout_box {
	margin: 0px 12px 0px 0px;
	float: left;
}
#flexicontent .item_total .fc_clayout_box fieldset {
	margin-top: 0px;
}
#flexicontent .item_total .fc_clayout_box label {
	padding: 1px 2px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#flexicontent .item_total .fc_clayout_box label:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#flexicontent .item_total .fc_clayout_box img {
	height: 48px;
}
#flexicontent .item_total .fc_item_total_data {
	display: inline-block;
	float: left;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#flexicontent .item_total .flexi.item_total_label {
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-right: 6px;
	margin-top: 0px;
}
#flexicontent .fc_limit_selector .flexi.limit_override_label {
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-right: 4px;
	margin-top: 8px;
}
#flexicontent .item_total .flexi.item_total_value {
	display: inline-block;
	float: left;
	margin-right: 24px;
}
#flexicontent .item_total .fc_limit_box,
#flexicontent .item_total .fc_orderby_box,
#flexicontent .item_total .fc_clayout_box {
    display: inline-block;
    float: right;
margin:0;
}
#flexicontent .item_total .fc_clayout_selector {
	display: inline-block;
	float: left;
}
#flexicontent .item_total .fc_pages_counter {
	display: inline-block;
	float: right;
	padding: 8px 4px;
}
#flexicontent .item_total .fc_orderby_level_lbl,
#flexicontent .item_total .fc_orderby_selector {
	float: none;
	margin: 1px 0 0 0;
	display: inline-block;
}
#flexicontent .fc_search_field_container {
	display: block;
	float: left;
}
#flexicontent .fc_search_field_label {
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
}
#flexicontent .fc_search_field_value {
	display: inline-block;
}
.favlink {
	outline: none;
}
.fav-block {
	display: inline-block;
}
.fav-block .fcfav-delete-btn {
	padding: 5px 4px 3px 4px;
	vertical-align: top;
	cursor: pointer;
}
.fav-block .fcfav-toggle-btn {
	padding: 4px 4px 2px 4px;
	vertical-align: top;
	cursor: pointer;
}
.fav-block .fcfav-reponse-tip {
	display: inline-block;
}
.fav-block img {
	vertical-align: middle;
}
.fav-block [class^="fcfavs"],
.fav-block [class*=" fcfavs"] {
	font-size: 14px;
}
.fav-block [class^="fcfav_icon_"],
.fav-block [class*=" fcfav_icon_"] {
	font-size: 1.4em;
	margin: 0;
	display: inline-block;
	width: 1.4em;
	height: unset;
	padding: 0;
	line-height: 1em;
}
.fav-block .fcfav_icon_delete:before {
	color: black;
	font-size: 14px;
}
.fav-block .fcfav_icon_on:before {
	color: darkgoldenrod;
}
.fav-block .fcfav_icon_off:before {
	color: darkgray;
}
.fav-block .fcfav_icon_disabled:before {
	opacity: 0.4;
	filter: alpha(opacity=40);
	color: darkgray;
}
div.comments {
	margin-top: 15px;
}
.comments #jc h4 {
	color: inherit;
	font-weight: normal;
	margin-top: 0px;
}
.comments #comments a {
	color: inherit;
}
.comments #comments a:hover {
	color: #578e13;
}
.comments #comments div.comments-list {
	margin-left: 0;
}
.comments .rbox_tr,
.comments .rbox_tl,
.comments .rbox_t,
.comments .rbox_br,
.comments .rbox_bl,
.comments .rbox_b,
.comments .rbox_m {
	background: none;
	border: none;
}
.comments .rbox {
	border: 1px #cccccc solid;
}
.comments .even .rbox {
	background: #ffffff;
}
.comments .odd .rbox {
	background: #f0f0f0;
}
.comments #comments-list-footer {
	margin: 0 0 10px 0;
}
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error {
	margin-left: 0px;
}
#comments-form #comments-form-message,
#comments-inline-edit #comments-form-message {
	display: block;
	padding: 5px 5px 5px 25px;
}
.comments-form-message-error {
	background: url(../images/error.png) #ffd86f no-repeat 4px 50%;
}
.comments-form-message-info {
	background: url(../images/information.png) #dfeeff no-repeat 4px 50%;
}
.comments .votes {
	margin-left: -4px;
}
.comments .favs {
	margin: 5px 0 15px;
}
dl.tabs,
.flexicontent dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}
dl.tabs dt,
.flexicontent dl.tabs dt {
	background: #f0f0f0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	color: #666666;
	float: left;
	margin-left: 3px;
	padding: 10px;
	display: block;
}
dl.tabs dt.open,
.flexicontent dl.tabs dt.open {
	background: #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	color: #000000;
	z-index: 100;
	padding: 10px;
}
dl.tabs dt:hover,
.flexicontent dl.tabs dt:hover {
	background: #c9c9c9;
}
dl.tabs dt a:link,
.flexicontent dl.tabs dt a:link {
	color: black;
	outline: medium none;
	text-decoration: none;
	background: none;
}
div.current {
	border: 1px solid #cccccc;
	clear: both;
	padding: 10px 10px;
}
div.current dd {
	margin: 0;
	padding: 0;
}
#bottom-block {
	margin: 0 auto;
	width: 373px;
}
.flexicontent.search  h2.contentheading {
	float: left;
	display: block;
}
.flexicontent.search form#searchForm {
	clear: both;
	float: none;
}
.flexicontent.fcsearch table.fc_search_tbl {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}
.flexicontent.fcsearch table.fc_search_tbl .fc_search_label_cell {
	text-align: right;
	vertical-align: middle;
	padding: 4px 6px 4px 4px;
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 11px;
	white-space: nowrap;
	width: 5%;
}
.flexicontent.fcsearch table.fc_search_tbl .fc_search_option_cell {
	padding: 2px 4px 2px 6px;
	font-size: 11px;
}
.flexicontent.fcsearch table.fc_search_tbl .fc_search_row_0 td {
	background-color: #f0f0f0;
}
.flexicontent.fcsearch table.fc_search_tbl .fc_search_row_1 td {
	background-color: #e7e7e7;
}
.flexicontent.fcsearch table.fc_search_tbl td {
	border-width: 0px;
	border-spacing: 1px;
}
.flexicontent.fcsearch .inputbox {
	border: 1px solid lightgray;
	border-radius: 5px;
	padding: 2px;
	height: auto;
}
.flexicontent.fcsearch  fieldset.fc_search_result {
	padding: 16px 4px 16px 4px;
	margin: 0px;
	border: 1px solid transparent;
}
.flexicontent.fcsearch  fieldset.fc_search_result.fcodd {
	background-color: #f0f0f0;
}
.flexicontent.fcsearch  fieldset.fc_search_result.fceven {
	background-color: #f7f7f7;
}
.flexicontent.fcsearch fieldset.fc_search_result:hover {
	border: 1px dashed gray;
}
.flexicontent.fcsearch .fc_search_result_title {
	float: left;
}
.flexicontent.fcsearch .fc_search_result_image {
	display: inline-block;
}
.flexicontent.fcsearch .fc_search_result_image.fcleft {
	float: left;
	margin: 0px 16px 0px 8px;
}
.flexicontent.fcsearch .fc_search_result_image.fcright {
	float: right;
	margin: 0px 8px 0px 16px;
}
.flexicontent.fcsearch .fc_search_result_image img {
	padding: 1px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}
fc_search_result_date .fc-mssg-inline,
fc_search_result_category .fc-mssg-inline {
	font-weight: bold;
}
.flexicontent.fcsearch .highlight {
	background: none repeat scroll 0 0 #FFFFAA;
	border-radius: 5px;
	color: darkred;
	font-weight: normal;
	padding: 3px 5px;
}
.flexicontent.fcsearch  .fc_mublock {
	display: block;
	float: right;
}
#flexicontent .fc_inline_block {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
}
#flexicontent .fc_block {
	display: block;
}
#flexicontent .fc_inline {
	display: inline;
}
#flexicontent .fc_inline_clear {
	display: inline;
}
#flexicontent .fc_inline_clear:after {
	content: "\a";
	white-space: pre-wrap;
}
#flexicontent .fc_clearfix {
	clear: both;
}
table.admintable {
	border-collapse: separate;
	border-spacing: 2px;
}
table.admintable td.key,
table.admintable td.paramlist_key {
	background-color: #F2F2F2;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	color: #666666;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px;
	text-align: right;
	width: 140px;
}
table.admintable td {
	border: 1px solid #F0F0F0;
	font-weight: normal;
	text-align: left;
	padding: 6px 4px 6px 4px;
}
#__content_type_default_layout__ {
	margin: 12px 4px 4px 32px;
}
#flexicontent.fcdirectory .fccatcolumn {
	float: left;
	margin: 0% 1% 0% 0%;
	padding: 0px;
}
#flexicontent.fcdirectory h2.fccat_title_box {
	background-color: #dddddd;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin: -3px 0 0;
	padding: 1px 0;
	width: auto;
}
#flexicontent.fcdirectory .fccat_title {
	border: 2px solid #dddddd;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 -1px;
	padding: 2px 0 1px 4px;
	position: relative;
}
#flexicontent.fcdirectory span.fccat_title {
	color: darkred;
}
#flexicontent.fcdirectory .fccat_title:hover {
	text-decoration: none;
}
#flexicontent.fcdirectory .fccat_image {
	border: 1px solid #dddddd;
	border-radius: 5px;
	float: left;
	margin: 2px 6px 1px 0px;
	padding: 1px;
}
#flexicontent.fcdirectory ul.fcsubcats_list {
	border-top: 1px dashed #dddddd;
	list-style: none;
	margin: 3px 0 7px;
	padding: 0 7px;
}
#flexicontent.fcdirectory li.fcsubcat {
	border-bottom: 1px dashed #dddddd;
	margin: 2px 0px 2px 0px;
}
#flexicontent.fcdirectory a.fcsubcat_title:hover {
	text-decoration: none;
}
#flexicontent.fcdirectory .fcsubcat_image {
	border: 1px solid #dddddd;
	border-radius: 5px;
	float: left;
	margin: 2px 6px 1px 0px;
	padding: 1px;
}
#flexicontent.fcdirectory .fcdir-cnt-sep:before {
	content: "/";
	display: inline-block;
	margin: 0 4px;
}
#flexicontent.fcdirectory .fcdir-icon-itemscnt:before {
	color: darkorange;
}
#flexicontent.fcdirectory .fcdir-icon-subcatscnt:before {
	color: darkred;
}
#flexicontent .fc-sliders-plain-outer {
	max-width: 1200px;
	padding: 16px 0 0 0;
}
#flexicontent .fc-sliders-plain-outer > .pane-sliders > .panel > h3 {
	margin-bottom: 16px;
	border: 0 solid !important;
	background: unset !important;
	display: inline-block !important;
}
#flexicontent .fc-sliders-plain-outer .pane-toggler-down {
	border: 0 solid !important;
}
#flexicontent .pane-sliders .pane-toggler > a > span {
	background: url("../images/toggle.png") no-repeat scroll 0px 4px transparent;
	padding-left: 20px;
}
#flexicontent .pane-sliders .pane-toggler-down > a > span {
	background: url("../images/toggle_up.png") no-repeat scroll 0px 4px transparent;
	padding-left: 20px;
}
#flexicontent fieldset.adminform fieldset.radio,
#flexicontent fieldset.panelform fieldset.radio,
#flexicontent fieldset.adminform-legacy fieldset.radio {
	border: 0 none;
	float: left;
	margin: 2px 0px 5px 2px;
	padding: 0;
}
#flexicontent .pane-sliders .panel .pane-slider fieldset.panelform select {
	min-width: 200px;
	font-size: 90%;
}
#flexicontent table.admintable td {
	margin: 0px;
	padding: 0.2em 0.4em;
}
#flexicontent table.admintable table td {
	margin: 0px;
	padding: 0px;
}
#flexicontent table.admintable td.paramlist_key {
	padding: 0px 4px 0px 4px;
}
#fc_subtitle_tabset ul.tabbernav li a {
	padding-left: 20px;
}
a#fc_subtitle_tabset_nav_1,
a#fc_subtitle_tabset_nav_2,
a#fc_subtitle_tabset_nav_3,
a#fc_subtitle_tabset_nav_4,
a#fc_subtitle_tabset_nav_5,
a#fc_subtitle_tabset_nav_6,
a#fc_subtitle_tabset_nav_7,
a#fc_subtitle_tabset_nav_8,
a#fc_subtitle_tabset_nav_9,
a#fc_subtitle_tabset_nav_10,
a#fc_subtitle_tabset_nav_11,
a#fc_subtitle_tabset_nav_12 {
	background-position: 1px 2px;
	background-repeat: no-repeat;
}
#fc_bottom_tabset ul.tabbernav li a {
	padding-left: 20px;
}
a#fc_bottom_tabset_nav_1,
a#fc_bottom_tabset_nav_2,
a#fc_bottom_tabset_nav_3,
a#fc_bottom_tabset_nav_4,
a#fc_bottom_tabset_nav_5,
a#fc_bottom_tabset_nav_6,
a#fc_bottom_tabset_nav_7,
a#fc_bottom_tabset_nav_8,
a#fc_bottom_tabset_nav_9,
a#fc_bottom_tabset_nav_10,
a#fc_bottom_tabset_nav_11,
a#fc_bottom_tabset_nav_12 {
	background-position: 1px 2px;
	background-repeat: no-repeat;
}
div.fancybox-wrap a {
	background: none;
}
body #fancybox-content {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#flexicontent .content {
	float: none;
	clear: both;
}
div.flexi.label,
.flexi.label {
	display: block;
	float: left;
	margin: 2px 8px 2px 0px;
	min-width: 60px;
	max-width: 120px;
	white-space: unset;
	word-wrap: break-word;
}
div.flexi.value,
.flexi.value {
	display: block;
	float: left;
	max-width: 100% !important;
	padding: 0% !important;
	margin: 0% !important;
}
div.fc-custom-fields-box {
	border-radius: 4px;
	border: 1px solid #dddddd;
	display: block;
	float: left;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin: 12px 0px;
	padding: 12px 4px;
}
div.fc-field-box {
	display: block;
	float: left;
	margin: 0 1%;
	max-width: 98%;
	min-width: 48%;
	padding: 2px;
	box-sizing: border-box;
	vertical-align: top;
}
#flexicontent .fc_mublock {
	display: block;
	float: right;
	clear: none;
	margin-bottom: 6px;
}
#flexicontent .fc_markup {
	float: right;
	display: block;
	font-style: normal;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: right;
	max-width: 150px;
	min-width: auto;
	border-radius: 5px;
	line-height: 100%;
	border-width: 0px;
	margin: 0px 6px 6px 0px;
	padding: 0px;
	background-color: #F2F2F2;
	color: #555;
	box-shadow: 2px 4px 4px gray;
}
#flexicontent .fc_markup.mu_has_text {
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	margin: 2px 6px 6px 12px;
	padding: 6px;
}
#flexicontent .fc_markup.mu_featured_cat.mu_has_text {
	padding-left: 28px;
	background: url(../images/star.png) 6px 50% no-repeat lightgoldenrodyellow;
}
#flexicontent .fc_markup.mu_normal_cat.mu_has_text {
	padding-left: 28px;
	background: url(../images/star-empty.png) 6px 50% no-repeat lightgoldenrodyellow;
}
#flexicontent .fc_markup.mu_item_no_access.mu_has_text {
	padding-left: 28px;
	background: url(../images/eye-half.png) 6px 50% no-repeat #FFD700;
}
#flexicontent .fc_markup.mu_item_free_access.mu_has_text {
	padding-left: 28px;
	background: url(../images/eye.png) 6px 50% no-repeat #50EE90;
}
#flexicontent .fc_markup.mu_needed_acclvl.mu_has_text {
	padding-left: 28px;
	background: url(../images/lock.png) 6px 50% no-repeat darkorange;
	color: white;
}
#flexicontent .fc_markup.mu_obtained_acclvl.mu_has_text {
	padding-left: 28px;
	background: url(../images/lock-unlock.png) 6px 50% no-repeat darkgreen;
	color: white;
}
#flexicontent .fc_markup.mu_ra_timeframe.mu_has_text {
	padding-left: 28px;
	background: url(../images/calendar-select-days-span.png) 6px 50% no-repeat lightskyblue;
}
#flexicontent .fc_markup.mu_ru_timeframe.mu_has_text {
	padding-left: 28px;
	background: url(../images/calendar-select-days-span.png) 6px 50% no-repeat lightskyblue;
}































/* DJ-MegaMenu general styles */
.dj-megamenu-custom148 {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    height: auto;
    position: relative;
    z-index: 500;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    background: rgba(255, 255, 255, 0);
}
.dj-megamenu-custom148:after {
    content: "";
    clear: both;
    display: table;
}
.dj-megamenu-custom148 li.dj-up {
	position: relative;
    display: block;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
	
}
body.highcontrast3 #jm-top-menu, body.highcontrast3 #jm-allpage input[type="search"] {
background-color: #00a6eb !important;	
}

.dj-megamenu-custom148 li a.dj-up_a {
    display: block;
    float: left;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 5px;
    cursor: pointer;
    /*background: rgba(255, 255, 255, 0);*/
    color: #ffffff;
    border-right: 1px solid rgba( 204,  204,  204, 0);
    border-left: 1px solid rgba( 255,  255,  255, 0);
    -webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dj-megamenu-custom148 li.first a.dj-up_a {
	border-left-width: 0;
}
.dj-megamenu-custom148 li:last-child a.dj-up_a {
	border-right-width: 0;
}
.dj-megamenu-custom148 li a.dj-up_a span {
    float: left;
    display: block;
    padding: 0 0 0 !important;
    height: 40px;
    line-height: 40px;
    background: transparent;
}
.dj-megamenu-custom148 li a.dj-up_a.withsubtitle span {
	line-height: 48px;
}
.dj-megamenu-custom148 li a.dj-up_a span.dj-drop {
    padding: 0 20px 0 0 !important;
}
.dj-megamenu-custom148 li a.dj-up_a .arrow {
	display: inline-block;
    font-family: FontAwesome;
	position: absolute;
	right: 16px;
	top: calc(50% - 6px);
	font-size: 1em;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dj-megamenu-custom148 li a.dj-up_a .arrow:before {
	content: "\f107";
}
.dj-megamenu-custom148 li:hover a.dj-up_a .arrow,
.dj-megamenu-custom148 li.hover a.dj-up_a .arrow,
.dj-megamenu-custom148 li.active a.dj-up_a .arrow {
	top: calc(50% - 4px);
}
.dj-megamenu-custom148 li a.dj-up_a small.subtitle {
	display: block;
    font-size: 12px;
    font-weight: normal; 
    line-height: 1;
    text-transform: none;
    color: #999999;
    margin-top: -12px;
}
.dj-megamenu-custom148 li:hover a.dj-up_a,
.dj-megamenu-custom148 li.hover a.dj-up_a, 
.dj-megamenu-custom148 li.active a.dj-up_a {
    background: rgba(0, 166, 235, 1);
    color: rgba(255, 255, 255, 1);
    border-right-color: rgba( 0,  132,  188, 1);
    border-left-color: rgba( 0,  199,  255, 1);
    
}
.dj-megamenu-custom148 li:hover a.dj-up_a small.subtitle,
.dj-megamenu-custom148 li.hover a.dj-up_a small.subtitle, 
.dj-megamenu-custom148 li.active a.dj-up_a small.subtitle {
	color: rgba(0, 166, 235, 1);
}

.dj-megamenu-custom148 li.separator > a {
    cursor: default;
}

.dj-megamenu-custom148 li a.dj-up_a span span.image-title {
	background: none;
	padding: 0 !important;
	margin: 0 0 0 15px;
	display: inline-block;
	float: none;
	height: auto;
}
.dj-megamenu-custom148 li a.dj-up_a img {
	border: 0;
	margin: 0;
	max-height: 32px;
	vertical-align: middle;
}
.dj-megamenu-custom148 li a.dj-up_a.withsubtitle img {
	margin-top: -24px;
}
/* Default list styling */
.dj-megamenu-custom148 li:hover,
.dj-megamenu-custom148 li.hover {
    position: relative;
    z-index: 200;
}
/* Hide submenus */

.dj-megamenu-custom148 li div.dj-subwrap, .dj-megamenu-custom148 li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-custom148 li.hover div.dj-subwrap li div.dj-subwrap {
    position: absolute;
    left: -9999px;
    top: -9999px;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Show first level submenu */
.dj-megamenu-custom148 li:hover div.dj-subwrap,
.dj-megamenu-custom148 li.hover div.dj-subwrap {
	left: 0;
    top: 100%;
    background: rgba(0, 166, 235, 1);
    height: auto;
    z-index: 300;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* Show higher level submenus */
.dj-megamenu-custom148 li:hover div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-custom148 li.hover div.dj-subwrap li.hover > div.dj-subwrap {
    left: 100%;
    top: 5px;
    margin: 0 0 0 10px;
    background: rgba(0, 166, 235, 1);
    height: auto;
    z-index: 400;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Submenu elements styles - drop down */
.dj-megamenu-custom148 li div.dj-subcol {
	float: left;
}
.dj-megamenu-custom148 li ul.dj-submenu {	
    padding: 0px;
    margin: 0 10px;
    height: auto;
    width: auto;
}
.dj-megamenu-custom148 li ul.dj-submenu > li {
	list-style: none outside;
    display: block;
    height: auto;
    position: relative;
    width: auto;
    border-top: 1px solid rgba( 0,  199,  255, 1);
}
.dj-megamenu-custom148 li ul.dj-submenu > li.first {
	border: 0;
}
.dj-megamenu-custom148 li ul.dj-submenu > li > a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
    /*background: rgba(0, 166, 235, 1);*/
    text-decoration: none;
    padding: 12px 20px;
    margin: 0 -10px;
    -webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dj-megamenu-custom148 li ul.dj-submenu > li > a span.image-title {
}
.dj-megamenu-custom148 li ul.dj-submenu > li > a .dj-icon {
	float: left;
	border: 0;
	margin: 0 15px 8px 0;
	vertical-align: middle;
	max-height: 16px;
}
.dj-megamenu-custom148 li ul.dj-submenu > li > a small.subtitle {
	color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 10px;
    line-height: 1;
}
.dj-megamenu-custom148 li ul.dj-submenu > li > a:hover,
.dj-megamenu-custom148 li ul.dj-submenu > li > a.active,
.dj-megamenu-custom148 li ul.dj-submenu > li.hover:not(.subtree) > a {
	background: rgba(22, 129, 209, 1);
	color: #ffffff;
}
.dj-megamenu-custom148 li ul.dj-submenu > li > a:hover small.subtitle,
.dj-megamenu-custom148 li ul.dj-submenu > li > a.active small.subtitle,
.dj-megamenu-custom148 li ul.dj-submenu > li.hover:not(.subtree) > a small.subtitle {
	color: rgba(0, 166, 235, 1);
}
.dj-megamenu-custom148 li ul.dj-submenu > li.parent > a .arrow {
    display: inline-block;
    font-family: FontAwesome;
	position: absolute;
	right: 6px;
	top: 13px;
	font-size: 1em;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dj-megamenu-custom148 li ul.dj-submenu > li.parent > a .arrow:before {
	content: "\f105";
}
.dj-megamenu-custom148 li ul.dj-submenu > li.parent:not(.subtree) > a:hover .arrow {
	right: 4px;
}
.dj-megamenu-custom148 li ul.dj-submenu > li.subtree > a .arrow:before {
	content: "\f107";
}

/* Submenu elements styles - tree */
.dj-megamenu-custom148 li ul.dj-subtree {
	list-style: none outside;
	padding: 0 !important;
    margin: 5px 0 5px 25px !important;
}
.dj-megamenu-custom148 li ul.dj-subtree > li {
	list-style: square outside;
	padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
}
.dj-megamenu-custom148 li ul.dj-subtree > li > a {
	display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: rgba(255, 255, 255, 1);
    background: transparent;
    text-decoration: none;
    padding: 5px 0;
}
.dj-megamenu-custom148 li ul.dj-subtree > li > a:hover {
	color: #ffffff;
}
.dj-megamenu-custom148 li ul.dj-subtree > li.active > a {
	text-decoration: underline;
}
.dj-megamenu-custom148 li ul.dj-subtree > li > a small.subtitle {
	color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 0.9em;
    line-height: 1;
}
.dj-megamenu-custom148 li ul.dj-subtree > li > a:hover small.subtitle {
    color: rgba(0, 166, 235, 1);
}

/* modules loaded into menu */
.dj-megamenu-custom148 .modules-wrap {
	padding: 0px 10px;
	color: rgba(210, 210, 210, 1);
}
.dj-megamenu-custom148 .modules-wrap p {
	display: block !important;
	padding: 0 !important;
}

/* sticky menu */
.dj-megamenu-custom148.dj-megamenu-fixed {
	position: fixed;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0);
}
.dj-megamenu-custom148.dj-megamenu-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.dj-megamenu-custom148 .dj-stickylogo {
	position: absolute;
	z-index: 550;
}
.dj-megamenu-custom148 .dj-stickylogo img {
	max-height: 100%;
	width: auto;
}
.dj-megamenu-custom148 .dj-stickylogo.dj-align-center {
	position: static;
	text-align: center;
	margin: 10px 0;
}
.dj-megamenu-custom148 .dj-stickylogo.dj-align-left {
	left: 20px;
	max-height: 50px;
	margin: 5px 0;
}
.dj-megamenu-custom148 .dj-stickylogo.dj-align-right {
	right: 20px;
	max-height: 50px;
	margin: 5px 0;
}

/* full width submenu */
.dj-megamenu-custom148 li.dj-up.fullsub {
	position: static !important;
}
.dj-megamenu-custom148 li.dj-up.fullsub a.dj-up_a {
	position: relative;
}
.dj-megamenu-custom148 .djsubrow_separator {
	clear:both;
	border-bottom: 1px solid rgba( 0,  199,  255, 1);
	padding: 0 0 20px;
	margin: 0 0 20px;
}

/* vertical menu orientation */
.dj-megamenu-custom148.verticalMenu {
	height: auto;
	max-width: 360px;
	z-index: 400;
}
.dj-megamenu-custom148.verticalMenu li.dj-up {
	float: none;
}
.dj-megamenu-custom148.verticalMenu li a.dj-up_a {
    float: none;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba( 255,  255,  255, 0);
    border-top: 1px solid rgba( 204,  204,  204, 0);
}
.dj-megamenu-custom148.verticalMenu li.first a.dj-up_a {
	border-top: 0;
}
.dj-megamenu-custom148.verticalMenu li:last-child a.dj-up_a {
	border-bottom: 0;
}
.dj-megamenu-custom148.verticalMenu li a.dj-up_a small.subtitle {
	margin-top: 0;
}
.dj-megamenu-custom148.verticalMenu li a.dj-up_a > span {
	display: table-row;
}
.dj-megamenu-custom148.verticalMenu li a.dj-up_a span {
	float: none;
	height: auto;
	line-height: 20px;
}
.dj-megamenu-custom148.verticalMenu li a.dj-up_a span .dj-icon {
	display: table-cell;
	vertical-align: middle;
}
.dj-megamenu-custom148.verticalMenu li a.dj-up_a span span.image-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px !important;
	margin: 0;
}
.dj-megamenu-custom148.verticalMenu li a.dj-up_a .arrow:before {
	content: "\f105";
}
.dj-megamenu-custom148.verticalMenu li:hover div.dj-subwrap,
.dj-megamenu-custom148.verticalMenu li.hover div.dj-subwrap,
.dj-megamenu-custom148.verticalMenu li:hover div.dj-subwrap.open-right,
.dj-megamenu-custom148.verticalMenu li.hover div.dj-subwrap.open-right {
	right: auto !important;
	left: 100% !important;
	top: 0;
}
.dj-megamenu-custom148.verticalMenu li:hover div.dj-subwrap.open-left,
.dj-megamenu-custom148.verticalMenu li.hover div.dj-subwrap.open-left {
	left: auto !important;
	right: 100% !important;
}

#jm-top-menu .jm-module-raw {
	margin-left:0;
}
#jm-logo {
	padding:0;
}
#jm-sitedesc {
	padding-top:25px;
}

#jm-wcag .jm-wcag-settings {
     margin: 0 ; 
     padding: 0;
	 
}
#jm-wcag {
float: right;

}

#jm-wcag .jm-wcag-settings ul li {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
	
}

#jm-logo-nav-space {

}



select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: initial;
    line-height: 2rem;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 0 15px;
    vertical-align: middle;


    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px !important;
	border:none !important;
}

.form-control {
    font-size: 0.8rem;
}

.dropdown-toggle::after {
	display:none;
}



.flexibleContainer .flexCard .flexCard-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     width: auto; 
}



.flexibleContainer .btn-floating {
	border-radius:0;
}

#jm-top-menu {
    background: #03598f;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 0;
	float:left;
	width: 100%;
}






.djslider-default ul.djslider-in > li, #djslider151 {
	max-height:371px !important;
}



#jm-header {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    background: #00a6eb;;
}

#jm-header-in .jm-module {
    margin-bottom: 0px;
}

#jm-logo-nav {
padding-bottom:0;
}

#jm-logo img {
	
}

#FlexibleVM3Cart .flexible_cart_icon {
	width:32px;
	height:32px;
}




#jm-logo  
{
   width:200px;
   margin:0 auto;
   /* animation magic */
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out ;
   -ms-transition: all 0.5s ease-in-out ;
   -o-transition: all 0.5s ease-in-out ;
   transition: all 0.5s ease-in-out ;
}

#jm-logo img
{
   width:100%;
   height:auto;
}


.shrink 
{
   width:130px !important;
}

.shrinkdesc  {
    padding-top: 12px !important;
}



.sticky-bar .scrolled #jm-logo-nav {
    padding-top: 10px;
}








.vp-tabs ul li:before {
    content: none !important;
    height: 0;
    width: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.vp-tabs ul li{
	padding:0 !important;
}

#jm-left .vp-tab-contents {
	padding:15px;
}

.vp-wrapper .vp-btn-lg {
    font-size: 0.8em;
}
ul li {
list-style-type: none;
}







.btn-success, .button.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #00a6eb;
    background-image: none;
    border: none;
}
.btn-success:hover, .button.btn-success:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #03598f;
    background-image: none;
    border: none;
}





.rsformProgressBar {
    height: 6px;
    background: #03598f;
    margin: 0px !important; 
	
}

.rsformProgressContainer {
    width: 100%;
    height: 6px;
    border: none 1px #afe8ff;
    overflow: hidden;
    margin: 0 0 10px !important;
    background: #afe8ff;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
#rsform_progress_4 em {
    font-style: normal;
	font-size: 0.8rem;
}


.form-check-inline {

     margin-right: 0; 
}

.rsform-block-kierunek1 .formControls .form-check-inline {
	
}





.flexibleContainer.productdetails .customFieldTitle {
    border-bottom: 1px solid #e0e0e0;
    padding: 1px 0;
    margin-bottom: 1rem !important;
}





.flexibleContainer .BoldBorder {
    height: 1px; 
    background: #E0DFDF;
    margin: 2px 0;
}



.flexibleContainer .ThinBorder {
	display:none; 
}


.vm-price-desc {
font-size: 1rem;	
}

.readmore {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 170px;
    padding: 14px 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #00a6eb;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.readmore:hover {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 170px;
    padding: 14px 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #00a6eb;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	float: none;
}

.readmore:after {
    content: none;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: 0;
    right: 0;
}



#jm-copyrights ul.nav.menu li {
	display:inline-block;
	padding-right: 15px;
	color:#fff;
}

#jm-footer {
	background-color: #4a4a4a;
	}


#jm-back-top a {
	border-radius:0;
}


.slide-desc-in {
	height:371px;
}
.slide-desc-bg-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 166, 234, 0.9);
}

.slide-desc-text-default .slide-title {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
}



#FlexibleVM3Cart .flexibleDropdown {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 166, 234, 0.9);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    top: 50px;
    position: absolute;
    width: 400px;
    z-index: 9999999999;
    padding: 15px;
    display: none;
}

#FlexibleVM3Cart .flexibleCartTitle {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 0;
    margin: -15px -15px 10px -15px;
    background: rgba(0, 166, 234, 1);
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

#FlexibleVM3Cart .flexibleCartContainer .flexible_product_row {
    background: #fff;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: normal;
    box-shadow: none;
    border-radius: 0px;
}

#jchat_userstab.jchat_tab {
    color: #FFF;
    background: rgba(0, 166, 234, 1)!important;
    background-position: 0!important;
}

.jchat_tab {
    height: 25px;
    border-right: 2px solid #CCC;
    float: right;
    cursor: pointer;
    font-weight: bold;
    width: 140px;
    color: #444;
    background-color: #EEE;
    border-radius: 0px;
}

#jchat_default_suggestion_tooltip .jchat_tooltip_content {
    color: #424040;
    padding: 20px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
    min-height: 30px;
    border-radius: 10px;
    border: 0px solid #00a6e9;
    box-shadow: 5px 5px 20px #7a7878;
    background-color: #FFF!important;
    white-space: normal;
    cursor: pointer;
}
#jchat_default_suggestion_tooltip::before {
    content: '';
    background: #fff;
    width: 15px;
    height: 15px;
    border-top: 0 solid rgba(0,0,0,.18);
    border-bottom: 1px solid rgba(0,0,0,.18);
    border-right: 1px solid rgba(0,0,0,.18);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 50px;
    box-shadow: 1px 7px 8px 1px rgba(0,0,0,0.4);
}

#jchat_tooltip_close {

    margin-right: 5px;
}
.jchat_userstabtitle {
    color: #FFF;
    background: #03598f!important;
}

div.jchat_submit_lam_form, div.jchat_submit_chatroom_form {
    position: relative;
    -webkit-user-select: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    width: 99%;
    height: 22px;
    color: white;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #d57230;
    box-shadow: none;
    margin-right: 5px;
}

#form1 .table-striped tbody > tr:nth-child(odd) > th {
     background-color: #00a6ea; 
}

#virtuemart_state_id_field_chzn, #virtuemart_country_id_field_chzn {
	display:none;
}

#userForm .table th, table.category th {
    background: transparent;
    color: #646464;

}

#flexibleStepBar .flexibleStepBarBlue {
    background: #03598f;
    color: #fff;
    font-size: 1rem;
    display: block;
    padding: 0 25px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}


#flexibleStepBar .flexibleStepBarRed {
    background: #ec1e2b;
    box-shadow: none;
    color: #fff;
    text-shadow:none;
    height: 50px;
    border-right: 1px solid #ccc;
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 20px;
    margin: 0 15px 0 0;
    font-weight: 700;
    line-height: 50px;
}

.flexibleContainer .btn, .flexibleContainer .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #00a6eb;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
	    background-image: none;
}
.flexibleContainer .btn:hover, .flexibleContainer .btn-large:hover {
    background-color: #03598f;
}
.flexibleContainer .btn:focus, .flexibleContainer .btn-large:focus, .flexibleContainer .btn-floating:focus {
    background-color: #03598f;
}


#FlexibleVM3Cart .flexibleShow_cart a {
    padding: 0;
    display: inline-block;
    float: none!important;
    text-decoration: none;
    background-color: #00a6eb;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    transition: background-color .3s linear 0;
    width: 86px;
}

#FlexibleVM3Cart .flexibleShow_cart a:hover {
    background-color: #03598f;
}
#FlexibleVM3Cart .flexible_cart_products {

    overflow: auto;
}


.btn-success:hover, .button.btn-success:hover, .btn-success:focus, .button.btn-success:focus, .btn-success:active, .button.btn-success:active, .btn-success.active, .button.btn-success.active, .btn-success.disabled, .button.btn-success.disabled, .btn-success[disabled], .button.btn-success[disabled] {
    color: #fff;
    background-color: #03598f;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #03598f;
    border-color: #03598f;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(3,89,143,.5);
}
.vm-orders-list td {
	text-align:center;
}

.vm-orders-items  li:before {
	
    display: none;
}

fieldset.fc_search_set legend .fc_legend_text.hasTooltip, fieldset.fc_filter_set legend .fc_legend_text.hasTooltip {
    border: 1px solid lightgray;
    color: gray;
    display: block;
    margin: 0 0 5px 0;
    padding-left: 36px;
    border-radius: 0px;
}

.select2-drop {

    border-radius: 0;
}
.select2-container .select2-choice {

    border-radius: 0px;
}


#flexicontent .readmore .btn:hover {
    display: inline-block;
    float: none;
    clear: none;
    box-shadow: none;
}

#fotowoltaika th, #led th{
	    background-color: #f8f8f8;
		color: #646464;
}
#fotowoltaika td, #led td, #zuzycie td {
text-align: center;
}
#label_outer_fcfield_17, #container_fcfield_17 , #label_fcfield_17{
	display:none;
}

.form-group {
    
}
.formControls{
   
}
/*    -----------------------------------------------------------  CUSTOM   ---------------------------------------------------------------------------     */



h2 {
	font-size:1.4rem !important;
	font-weight:400 !important;
	margin:0 !important;
	padding: 1rem 0 1rem 0;
}

h3 {
	font-size:1.3rem !important;
	font-weight:400 !important;
	margin:0 !important;
	padding: 1rem 0 1rem 0 ;
}

h4 {
	font-size:1.2rem !important;
	font-weight:400 !important;
	margin:0 !important;
	padding: 1rem 0 1rem 0 ;
}

h5{
	font-size:1.1rem !important;
	font-weight:400 ;
	margin:0 !important;
	padding: 0.5rem 0 0.5rem 0 ;
}

h6 {
	font-size:1rem !important;
	font-weight:400 !important;
	margin:0 !important;
	padding: 1rem 0 1rem 0 ;
}

.h2kalk {
	
}
.h3kalk {
	padding-bottom:0;	
	font-weight:700;
}
.h4kalk {
	padding-top:0;	
}
.h5kalk {
	text-align: center;
	font-weight:700 ;
}
.table  {
	margin:0;
}

.oszczednosci {
    text-align: center;
    background-color: #2188c3;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.5rem;
    display: block;
    position: relative;
    width: auto;
    margin: 1rem auto 1rem auto;
	max-width: 500px;
}

.green {
	color: #00aa01;
}
.orange {
	color: #ffaa00;
}
.grey{
	color: #999;
}

#jform_vpadvanceduserdata_form-lbl {
position:relative !important;	
}
#jform_vpadvanceduserdata_form {
	display:none !important;
}
.vp-form-submission {
  
}



.fcvote-desc {
	font-size:0.8rem;
}

div.voting-row:nth-child(2n) {
clear:none !important;
}

#flexicontent
 div.fcvote-count, div.fcvote-count {
    float: left;
    margin: 0px 0 0 2px;
    padding: 0 4px 0 4px;
    text-align: center;
    position: relative;
    border-radius: 0 !important;
	font-size:0.7rem !important;
}
#flexicontent div.fcvote-label, div.fcvote-label {
    float: left;
    padding: 0 4px 0 0;
    margin-right: 6px;
    font-weight: normal;
    font-size: 100%;
    text-align: right;
    border-bottom: none  !important;
    font-style: normal !important;
}

#comments-form label, #comments-report-form label {
    color: #777;
    background-color: inherit;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline;
	font-size:0.8rem;
}

div.voting-row.voting-row_main {
    box-sizing: border-box;
    clear: both;
    width: 100%;
}

.fc_filter_line {
	width:auto !important;
	border-radius: 0px !important;
	clear:none !important;
	float:left !important;
}

.fc_html_field_15, .fc_html_field_16 {
	min-width: 130px;
}

.flexicontent *:not(.input-append):not(.input-prepend):not(.input-group) > select {
	border-radius: 0px !important;	
}
/*
#flexicontent .lineinfo {
    display: block;
    float: none !important;
    clear: both;
    margin: 0 0 0.5em 0;
}
*/
.btn-group>.btn:first-child {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}

#flexicontent .btn, .btn {
    border-right: 1px solid #fff;
}

.flexicontent :not(.input-prepend):not(.input-append) > input[type="text"]:not(.minicolors) {
font-size:0.8rem;
}


button, input[type=button], input[type=reset], input[type=submit], .btn, .btn:visited, .button, .button:visited {
    text-align: center;
    cursor: pointer;
    text-indent: 0;
    display: inline-block;
    text-decoration: none;
   
    
  
   
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
	
}

#comments-form span.captcha {
    padding: 0 0 0 12px;
    color: #777;
    background: url(images/jc_refreshg.gif) no-repeat 0 2px;
    cursor: pointer;
    display: inline-block;
	font-size:0.7rem;
}

div.voting-row {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 2rem 2rem 0 0 !important; 
    margin: 0 !important;
}

body .fc-mssg-inline.fc-info, body .fc-mssg.fc-info {
    background: #F0F9FC url(../images/information.png) no-repeat;
    background-position: 10px 50%;
    border-color: #5BC0DE;
     border-left: 1px solid #5BC0DE !important;
}

#fcform_tabset_0_nav_3, #fcform_tabset_0_nav_4, #fcform_tabset_0_nav_5, #fcform_tabset_0_nav_6 {
	display:none !important;
}
.fccat14 .fc_addbutton {
	display: none !important;
}

#editor-xtd-buttons {
	display:none !important;
}
.alert-error {
	display:none !important;
}



.rsform-block-cien1 , .rsform-block-dach1, .rsform-block-kierunek1, .rsform-block-cien2 , .rsform-block-dach2, .rsform-block-kierunek2, .rsform-block-cien3 , .rsform-block-dach3, .rsform-block-kierunek3, .rsform-block-cien4 , .rsform-block-dach4, .rsform-block-kierunek4, .rsform-block-cien5 , .rsform-block-dach5, .rsform-block-kierunek5 {
	padding-top:1rem;
}
.rsform-block-cien1 .formControls, .rsform-block-dach1 .formControls, .rsform-block-kierunek1 .formControls, .rsform-block-cien2 .formControls, .rsform-block-dach2 .formControls, .rsform-block-kierunek2 .formControls, .rsform-block-cien3 .formControls, .rsform-block-dach3 .formControls, .rsform-block-kierunek3 .formControls, .rsform-block-cien4 .formControls, .rsform-block-dach4 .formControls, .rsform-block-kierunek4 .formControls, .rsform-block-cien5 .formControls, .rsform-block-dach5 .formControls, .rsform-block-kierunek5 .formControls  {
	margin-top:-1rem;
}
.rsform-block-kierunek1 .form-check-inline, .rsform-block-kierunek2 .form-check-inline, .rsform-block-kierunek3 .form-check-inline, .rsform-block-kierunek4 .form-check-inline, .rsform-block-kierunek5 .form-check-inline {
	
}

#dach10:before, #dach30:before, #dach20:before, #dach40:before, #dach50:before{
	content: url(../../../../../../../images/k0.png);
}
#dach11:before, #dach31:before, #dach21:before, #dach41:before, #dach51:before {
	content: url(../../../../../../../images/k30.png);
}
#dach12:before, #dach32:before, #dach22:before, #dach42:before, #dach52:before {
	content: url(../../../../../../../images/k45.png);
}
#dach13:before, #dach33:before, #dach23:before, #dach43:before, #dach53:before {
	content: url(../../../../../../../images/k60.png);
}
#dach14:before, #dach34:before, #dach24:before, #dach44:before, #dach54:before {
	content: url(../../../../../../../images/k90.png);
}


#cien10:before, #cien30:before, #cien20:before, #cien40:before, #cien50:before {
	content: url(../../../../../../../images/c1.png);
}
#cien11:before, #cien31:before, #cien21:before, #cien41:before, #cien51:before  {
	content: url(../../../../../../../images/c2.png);
}
#cien12:before, #cien32:before, #cien22:before, #cien42:before, #cien52:before  {
	content: url(../../../../../../../images/c3.png);
}

#kierunek10:before, #kierunek30:before, #kierunek20:before, #kierunek40:before, #kierunek50:before {
	content: url(../../../../../../../images/o1.png);

}
input[id^="kierunek"]:before {
	display: block;
	width:100%;
	text-align:center; 
	padding-top: 5px;	
}

label[for^="kierunek"]{
	width: 100%;
    text-align: center;
	line-height: 75px !important;
}

input[id^="kierunek"]{
	width:100%;
}


input[id^="dach"]:before {
	display: block;
	width:100%;
	text-align:center; 
	padding-top: 5px;	
}

label[for^="dach"]{
	width: 100%;
    text-align: center;
	line-height: 75px !important;
}

input[id^="dach"]{
	width:100%;
}



#kierunek11:before, #kierunek31:before, #kierunek21:before, #kierunek41:before, #kierunek51:before{
	content: url(../../../../../../../images/o2.png);
}
#kierunek12:before, #kierunek32:before, #kierunek22:before, #kierunek42:before, #kierunek52:before {
	content: url(../../../../../../../images/o3.png);
}
#kierunek13:before, #kierunek33:before, #kierunek23:before, #kierunek43:before, #kierunek53:before {
	content: url(../../../../../../../images/o4.png);
}
#kierunek14:before, #kierunek34:before, #kierunek24:before, #kierunek44:before, #kierunek54:before {
	content: url(../../../../../../../images/o5.png);
}
#kierunek15:before, #kierunek35:before, #kierunek25:before, #kierunek45:before, #kierunek55:before {
	content: url(../../../../../../../images/o6.png);
}
#kierunek16:before, #kierunek36:before, #kierunek26:before, #kierunek46:before, #kierunek56:before {
	content: url(../../../../../../../images/o7.png);
}
#kierunek17:before, #kierunek37:before, #kierunek27:before, #kierunek47:before, #kierunek57:before {
	content: url(../../../../../../../images/o8.png);
}




.table .thead-dark th {
    color: #fff !important;
    background-color: #a1a1a1 !important;
    border-color: #fff !important;
}

.table .thead-green th {
    color: #fff !important;
    background-color: #66ad63 !important;
    border-color: #fff !important;
}
 
 
.table .thead-orange th {
    color: #fff !important;
    background-color: #e69502 !important;
    border-color: #fff !important;
}

.table .thead-grey th {
    color: #fff !important;
    background-color: #a0a0a0 !important;
    border-color: #fff !important;
}

















































.form-group {
	float:left;
	width:100%;
}
div[class*=" rsform-block-dlugosc"], div[class*=" rsform-block-szerokosc"], div[class*=" rsform-block-wysokosc"], div[class*=" rsform-block-koszty-stale"], div[class*=" rsform-block-koszty-zmienne"], div[class*=" rsform-block-oplata-oze-akcyza"], div[class^="rsform-block-dlugosc"], div[class^="rsform-block-szerokosc"], div[class^="rsform-block-wysokosc"], div[class^="rsform-block-koszty-stale"], div[class^="rsform-block-koszty-zmienne"], div[class^="rsform-block-oplata-oze-akcyza"] {
	float:left !important;
	    max-width: 33.3333% !important;
}
div[class*=" rsform-block-pow-okien"], div[class*=" rsform-block-pow-drzwi"], div[class*=" rsform-block-cena-kwh-dzienna"], div[class*=" rsform-block-cena-kwh-nocna"], div[class*=" rsform-block-zuzycie-rok-dzienna"], div[class*=" rsform-block-zuzycie-rok-nocna"], div[class*=" rsform-block-wys-pow-rob"], div[class*=" rsform-block-wys-zaw-led"], div[class*=" rsform-block-odb-moc-min"] , div[class*=" rsform-block-odb-moc-nom"],
div[class^="rsform-block-pow-okien"],  div[class^="rsform-block-pow-drzwi"],  div[class^="rsform-block-cena-kwh-dzienna"],  div[class^="rsform-block-cena-kwh-nocna"],  div[class^="rsform-block-zuzycie-rok-dzienna"],  div[class^="rsform-block-zuzycie-rok-nocna"],  div[class^="rsform-block-wys-pow-rob"],  div[class^="rsform-block-wys-zaw-led"],  div[class^="rsform-block-odb-moc-min"] ,  div[class^="rsform-block-odb-moc-nom"]{
		float:left;
	    width: 50%; 

}
.rsform-block-rodzaj-pow1 .formControls, .rsform-block-rodzaj-pow2 .formControls, .rsform-block-rodzaj-pow3 .formControls , .rsform-block-rodzaj-pow4 .formControls , .rsform-block-rodzaj-pow5 .formControls  {
		margin-top: 5px; padding-bottom: 5px;
}
#obliczPrev {
display:none;	
}
.btn  {
	border-radius:none !important;
}

.nag1 {
	display:block;
	position:relative;
	float:left;
	width:100%;
	font-size: 100%;
	font-weight:700;
	border-bottom: 1px solid #ced4da;
	line-height: 3rem;
	    text-transform: uppercase;
}

label {
    
    font-size: 120%;
	
}

.rsform-block-koszty-zmienne label, .rsform-block-koszty-stale label, .rsform-block-oplata-oze-akcyza label {
	font-size: 80%;
}

div[class^="rsform-block-dach"] label , div[class*=" rsform-block-dach"] label, div[class^="rsform-block-cien"] label, div[class*=" rsform-block-cien"] label, div[class^="rsform-block-kierunek"] label, div[class*=" rsform-block-kierunek"] label{
	    line-height: 3rem;
}
div[class^="rsform-block-przeznaczenie-pom"] , div[class*=" rsform-block-przeznaczenie-pom"], div[class^="rsform-block-przeznaczenie-pom-pod"] , div[class*=" rsform-block-przeznaczenie-pom-pod"], div[class^="rsform-block-dodatkowe-parametry"] , div[class*=" rsform-block-dodatkowe-parametry"] {
	float:left;
	width:100%;
}

 .rsform-block-nazwa1, .rsform-block-dach1, .rsform-block-cien1, .rsform-block-kierunek1, .rsform-block-rodzaj-pow1 , .rsform-block-pow1, .rsform-block-dobrac-led1, .rsform-block-dodatkowe-parametry1, .rsform-block-wymiary-obiektu1, .rsform-block-dlugosc1, .rsform-block-szerokosc1, .rsform-block-wysokosc1, .rsform-block-pow-okien1, .rsform-block-pow-drzwi1, .rsform-block-dodatkowe-parametry, .rsform-block-wys-pow-rob1, .rsform-block-wys-zaw-led1, .rsform-block-przeznaczenie-pom1, .rsform-block-przeznaczenie-pom-pod1, 
.rsform-block-dodaj-odb1, .rsform-block-odb-nazwa1, .rsform-block-odb-opis1, .rsform-block-odb-moc-min1, .rsform-block-odb-moc-nom1, .rsform-block-h-p-d-1, .rsform-block-u-t-n-1, .rsform-block-il-odb-1 {
	background-color:#fff9e9;
	margin:0;
    padding: 1rem;  
}

.rsform-block-dodaj-obiekt-2 {
	float: left;
    width: 100%;
}

.rsform-block-dodaj-obiekt-2, .rsform-block-nazwa2, .rsform-block-dach2, .rsform-block-cien2, .rsform-block-kierunek2, .rsform-block-pow2, .rsform-block-dobrac-led2, .rsform-block-wymiary-obiektu2, .rsform-block-dlugosc2, .rsform-block-szerokosc2, .rsform-block-wysokosc2, .rsform-block-pow-okien2, .rsform-block-pow-drzwi2,  .rsform-block-wys-pow-rob2, .rsform-block-wys-zaw-led2, .rsform-block-przeznaczenie-pom2, .rsform-block-przeznaczenie-pom-pod2, .rsform-block-dodatkowe-parametry2,
.rsform-block-dodaj-odb2, .rsform-block-odb-nazwa2, .rsform-block-odb-opis2, .rsform-block-odb-moc-min2, .rsform-block-odb-moc-nom2, .rsform-block-h-p-d-2, .rsform-block-u-t-n-2, .rsform-block-il-odb-2 {
	background-color:#c5e2ff;
	margin:0;
    padding: 1rem; 
}

.rsform-block-dodaj-obiekt-3, .rsform-block-nazwa3, .rsform-block-dach3, .rsform-block-cien3, .rsform-block-kierunek3, .rsform-block-rodzaj-pow3 , .rsform-block-pow3, .rsform-block-dobrac-led3, .rsform-block-wymiary-obiektu3, .rsform-block-dlugosc3, .rsform-block-szerokosc3, .rsform-block-wysokosc3, .rsform-block-pow-okien3, .rsform-block-pow-drzwi3,  .rsform-block-wys-pow-rob3, .rsform-block-wys-zaw-led3, .rsform-block-przeznaczenie-pom3, .rsform-block-przeznaczenie-pom-pod3, .rsform-block-dodatkowe-parametry3,
.rsform-block-dodaj-odb3, .rsform-block-odb-nazwa3, .rsform-block-odb-opis3, .rsform-block-odb-moc-min3, .rsform-block-odb-moc-nom3, .rsform-block-h-p-d-3, .rsform-block-u-t-n-3, .rsform-block-il-odb-3 {
	background-color:#c6ffc5;
	margin:0;
    padding: 1rem; 
}

.rsform-block-dodaj-obiekt-4, .rsform-block-nazwa4, .rsform-block-dach4, .rsform-block-cien4, .rsform-block-kierunek4, .rsform-block-rodzaj-pow4 , .rsform-block-pow4, .rsform-block-dobrac-led4, .rsform-block-wymiary-obiektu4, .rsform-block-dlugosc4, .rsform-block-szerokosc4, .rsform-block-wysokosc4, .rsform-block-pow-okien4, .rsform-block-pow-drzwi4,  .rsform-block-wys-pow-rob4, .rsform-block-wys-zaw-led4, .rsform-block-przeznaczenie-pom4, .rsform-block-przeznaczenie-pom-pod4, .rsform-block-dodatkowe-parametry4,
.rsform-block-dodaj-odb4, .rsform-block-odb-nazwa4, .rsform-block-odb-opis4, .rsform-block-odb-moc-min4, .rsform-block-odb-moc-nom4, .rsform-block-h-p-d-4, .rsform-block-u-t-n-4, .rsform-block-il-odb-4 {
	background-color:#ffc5c5;
	margin:0;
    padding: 1rem; 
}

.rsform-block-dodaj-obiekt-5, .rsform-block-nazwa5, .rsform-block-dach5, .rsform-block-cien5, .rsform-block-kierunek5, .rsform-block-rodzaj-pow5 , .rsform-block-pow5, .rsform-block-dobrac-led5, .rsform-block-wymiary-obiektu5, .rsform-block-dlugosc5, .rsform-block-szerokosc5, .rsform-block-wysokosc5, .rsform-block-pow-okien5, .rsform-block-pow-drzwi5,  .rsform-block-wys-pow-rob5, .rsform-block-wys-zaw-led5, .rsform-block-przeznaczenie-pom5, .rsform-block-przeznaczenie-pom-pod5, .rsform-block-dodatkowe-parametry5,
.rsform-block-dodaj-odb5, .rsform-block-odb-nazwa5, .rsform-block-odb-opis5, .rsform-block-odb-moc-min5, .rsform-block-odb-moc-nom5, .rsform-block-h-p-d-5, .rsform-block-u-t-n-5, .rsform-block-il-odb-5 {
	background-color:#c5f2ff;
	margin:0;
    padding: 1rem; 
}
.rsform-input-box {
	background: rgba(255,255,255,0.6);
}

#zf--main-menu ul li a {
    padding: 0 .469em;
    line-height: 2em;
    text-decoration: none;
    border-bottom: none 1px #CFCFCF;
    margin: 0 1px 0 0;
    background-color: #585858;
    color: #FFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.rsform-block-wybor label[for=wybor0], .rsform-block-wybor label[for=wybor1], .rsform-block-wybor label[for=wybor2]{
display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;	
}
#wybor0, #wybor1, #wybor2 {
	display: block;
    position: relative;
    float: left;
    width: 100%;
}
.rsform-block-json {
	display:none !important;
}


.modal-body{
  padding:30px;
}
div.modal{
max-width: 600px;
max-height:300px;
}
div.modal.fade.in{
  

}
.modal-backdrop{
  z-index:0;

}
.modal-header .close {
  margin:0;
  }
  
.modal-header h3 {
    margin: 0;
    line-height: 3.5rem;
    text-align: left;
    width: 100%;
}
  
@media (max-width: 600px){
  div.modal.fade.in {
      top:0;
    max-height: unset;
  }
}

.modal.fade .modal-dialog {

     -webkit-transform: none !important;
     transform: none !important;
}


#f90-delete-my-account-modal {
    max-height: 300px !important; 
}

.fade:not(.show) {
    opacity:1;
}

#zf--main-menu ul li a {
    padding: 0 .369em;
    line-height: 2em;
    text-decoration: none;
    border-bottom: none 1px #fff;
    margin: 0 1px 0 0;
    background-color: #00a6eb;
    color: #FFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 1.1rem;
}

#zf--main-menu ul li a.zf--expanded, #zf--main-menu ul li a:hover, #zf--main-menu ul li:hover>a, #zf--main-menu ul li a:active, #zf--main-menu ul li a:focus, #zf--main-menu ul li.active>a, #zf--main-menu ul li.current>a {
    color: #FFF;
    background-color: #0081b6;
    border-bottom-color: #0081b6;
}

#zf--header--skin {
    background: #FFF;
    border-bottom: solid 1px #00a6eb;

    padding-bottom: 1px;
}

#zf--footer-menu li {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: .3em .5em;
    border: 0;
    font-size: 0.8rem;
}

#zf--footer-menu ul li a {
    color: #FFF;
    text-decoration: none;
}
#zf--footer-menu ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}

img {



}

#zf--site-subtitle {
    margin: 0;
    line-height: 1.5em;
}

#zf--site-banner--skin {
    margin: 0;
    padding: 0;
}
.zf--header-top-absent #zf--header-middle--skin {
    margin-top: 0;
}
#zf--header-middle--skin {
    margin: 0;
}

#zf--main-layout-partial--skin {
    margin: .8em auto 1.8em auto;
    padding: 0px;
    background-color: #FFF;
    border: 0px none #D9D5D0;
    position: relative;
    -moz-box-shadow: 0px 2px 10px #888;
    -webkit-box-shadow: 0px 2px 10px #888;
    box-shadow: 0px 2px 10px #888;
}

#accessible-slideshow_88 .accessible-slideshow_arrow-left .accessible-slideshow_arrow-decoration-outer , #accessible-slideshow_88 .accessible-slideshow_arrow-right .accessible-slideshow_arrow-decoration-outer {
    border-right-color: #ffffff;
	border-left-color: #ffffff;
}

#zf--site-logo-image {
	padding-left:0;
	padding-right:0;
	padding-bottom:0rem;
	padding-top:1rem;
}

input, textarea, select {
    background-color: #FFF;
    border: 1px solid #CCC8C4;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#zf--header-bottom--skin {
    position: relative;
    margin: 0;
}

.zf--toolbox-button .zf--zhong-icon-double-a {
    font-size: 1.7em;
}

#zf--left-column {
padding-top:2rem;	
}

.zf--toolbox-button .zf--zhong-icon-search {
    line-height: .85;
    font-size: 1.7em;
}

.vp-tab-contents {
	background-color: #00a6eb;
	border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	margin-top: 0px !important;
}
.vp-login-module .vp-tabs > ul > li.vp-active {
	bottom:-1px;
}

.vp-login-module .vp-tabs > ul > li > a {
	background-color: #fff;
}
.vp-login-module .vp-tabs > ul > li.vp-active > a {
    background: #eee;
}

fieldset {
	border: none;
}

.vp-empty-box {
	margin:0;
	text-align:center !important;
	margin-bottom:1rem;
}

.vp-empty-box a {
font-size:0.85rem;	
}

.vp-tab-contents, .vp-empty-box, .vp-inner-wrapper {
    max-width: 100%;
	
}

.vp-tabs > ul > li.vp-active > a {
    cursor: default;
    background: #eee;
    color: #333;
}

.vp-tabs > ul > li > a {
    background: #fff;
}

.custom-select {
	    margin: 0;
}
.acymailing_module {
	display: inline-block !important;
    width: 200px !important;
}
#zf--main-menu ul {
	width:auto !important;
	float: left !important;
}
.acymailing_mootoolsbutton p {
	margin:0 !important;
}

.acy_requiredField {
	font-size:14px;
}

#zf--main-menu ul ul li.current>a {
    background-color: #0081b6;
    color: #FFF;
}

#zf--main-menu ul ul a:hover, #zf--main-menu ul ul li:hover>a, #zf--main-menu ul ul a:active, #zf--main-menu ul ul a:focus {
    background-color: #0081b6;
    color: #FFF;
}

body.zf--left-column-exists #zf--left-column {
    width: 25%;
}

body.zf--left-column-exists #zf--main-content, body.zf--right-column-exists #zf--main-content {
    width: 75%;
}


@media (max-width: 1024px){
body.zf--left-column-exists #zf--left-column {
    width: 40%;
}

body.zf--left-column-exists #zf--main-content, body.zf--right-column-exists #zf--main-content {
    width: 60%;
}

}


label[for=wybor0]:after{
    content: url(../../../../../../../images/w1.jpg);
	display: block;
}
label[for=wybor1]:after{
    content: url(../../../../../../../images/w2.jpg);
	display: block;
}
label[for=wybor2]:after{
    content: url(../../../../../../../images/w3.jpg);
	display: block;
}

#wybor0, #wybor1, #wybor2 {
bottom:0px;
text-align: center;
}

.rsform-block-wybor label[for=wybor0], .rsform-block-wybor label[for=wybor1], .rsform-block-wybor label[for=wybor2] {
   
    
}



body #flexicontent .fc_item_title a:hover {
	font-size: 1.6rem;
    letter-spacing: normal;
}


#rsform_5_page_0 .rsform-block-rodzaj {
	display:none;
}

.search .form-inline {
margin:0;
padding-left:25px;
float:right;
}	
#mod-search-searchword145 {
	line-height: 2.4rem;
border: 1px solid #00a6eb;
background-color:#03598f;
color:#fff;
}

#mod-search-searchword145::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
  opacity: 1; /* Firefox */
}

#mod-search-searchword145:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
}

#mod-search-searchword145::-ms-input-placeholder { /* Microsoft Edge */
  color:#fff;
}

.search .button[type='image'] {
    margin-left:-4px;
}

#jm-top-menu .jm-module-raw:nth-last-of-type(1) {
	float:right;
}
.jchat_trigger_delete, .jchat_trigger_fileupload {
	display:none;
}



.sbtr {
	color: #fff !important;
}

.md_vr_reviews h3 {
	padding-top:1rem;
}

.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
    content: "\e006" !important;
}
.icon-print:before, .icon-printer:before {
    content: "\e013" !important;
}
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
    content: "\2b" !important;
}
.icon-envelope:before, .icon-mail:before {
    content: "\4d" !important;
}

.btn [class^="icon-"], .btn [class*=" icon-"] {
    height: 20px;
     line-height: normal ;
    vertical-align: top;
    padding: 0 2px;
}
 .image_descr p {
	padding-left:1rem;
	padding-right:1rem;
}

#flexicontent .readmore {
    padding: 0;
}

img.fc_field_image {
    display: inline-block;
    margin-left: .8rem;
	margin-right: 1rem;
    padding: 1px;
    border: none;
    border-radius: 0px;
}
.fc_edit_link {
    float: left;
    margin: 1rem;
}
.fc_edit_link  .fc_editbutton {
	padding: .5rem 1rem .5rem 1rem;
}

.btn-small [class^="icon-"], .btn-small [class*=" icon-"], .button.btn-small [class^="icon-"], .button.btn-small [class*=" icon-"] {
    margin-top: 0px;
}
.avg-rating {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 2rem !important;
}


#gf_container img.fc_field_image {
	margin:0;
	padding:0;
}

div#gf_container div.controls {
    margin-top: 0px;
    height: 0px;
}

div#gf_container div.navigation div.top {
    margin-bottom: 0;
    height: 0;
	display:none;
}

div#gf_container div.navigation div.bottom {
    margin-top: 12px;
	
	display:none;
}

div#gf_container ul.thumbs li {
    float: left;
    padding: 0;
    margin: 0px 0px 5px 0;
    list-style: none;
}

.flexibleContainer .additionalImagesslider > div .subTitle {
    background: #00a6eb;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    line-height: 20px;
    display: block;
    cursor: pointer;
}

.flexibleContainer .additionalImagesslider > div a, .flexibleContainer .additionalImagesslider > div div.downloadable {
    display: block;
    padding: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ddd;
}

.flexibleContainer .slickSliderHorizontal.NoslickSlider > div {
    float: left; 
}
.email-icon{
display: none;
}

#FlexibleVM3Cart .flexibleEmpty {
    color: #fff;
}

#FlexibleVM3Cart .flexible_cart_products {
    border-bottom: 1px solid #fff;
}

.flexibleContainer .flexPagination ul li:before {
	content:none !important;
}

#flexibleNotification.flexibleContainer {
    width: 100%;
}

#fancybox-content {
width: 100% !important;
}

#askform input::placeholder, #askform textarea::placeholder {
	color:#000;
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    border-radius: 0;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    border-radius: 0;
}

.input-append .add-on, .input-prepend .add-on {
	height:auto;
}

.fcimg_preview_box img.preview_image {
    border-radius: 0px;
}

.fcimg_preview_box .fcimg_preview_msg {
    padding: 4px;
    margin: 5px 0 0 0;
    font-family: Courier;
    font-size: 11px;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: black;
    background: white;
    cursor: text;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    float: left;
}

.par {
	font-size:.8rem;
}

.ui-dialog {
	z-index:999999 !important;
}

#myModal, .fancybox2-overlay, #facebox {
	z-index:9999999;
}

#facebox .content {
width: 80%;
border-radius: 0px;
}
#facebox .popup {
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 1200px){
.row {
    margin-left: 0;
}

.container_fcfield_name_zdjecia .fc-files-modal-link {
display: none !important;	
}
}



.dropdown-menu > li.print-icon:nth-of-type(2){ 
display:none !important;
}

.vp-wrapper label {
    font-weight: 400;
    color: #fff;
}

.vp-login-module .vp-tabs > ul > li.vp-active > a {
    background: #00a6eb !important;
	color: #fff !important;
}
.vp-tos-checkbox a {
	color: #fff !important;
}

.vp-wrapper .vp-field-tip {
    color: #fffa00;
    font-size: 0.95em;
	font-weight:700;
}

.vp-wrapper label.invalid, .vp-wrapper .vp-invalid label {
    color: #fffa00;
}

.vp-wrapper .star, .vp-wrapper .red {
    color: #fffa00;
}

.vp-form-submission button.validate {
	border:1px solid #fff;
}

.vp-form-submission button.validate:hover {
	border:1px solid transparent;
}

legend {

    border-bottom: none !important;
}

.popover, .pop-div, .pop-div, .popover-title, .popover-content {
	background-color: #fff !important;
	border:none !important;
	 border-radius: 0 !important;
}
.popover.right>.arrow:after {
    border-right-color: #fff;
}

.popover-title {
	display:none !important;
    background-color: #fff !important;
    font-size: 12px !important;
    text-align: left !important;
	line-height:12px !important;
		margin:0 !important;
}
.popover-content {
    background-color: #fff !important;
    font-size: 10px !important;
    text-align: left !important;
	line-height:10px !important;
	margin:0 !important;
}
.popover>.arrow {
    border-width: 15px;
}
.popover.right>.arrow {
    top: 50%;
    left: -15px;
    margin-top: -15px;
}

.popover.right>.arrow:after {
    bottom: -15px;
    left: 0px;
}
.popover>.arrow:after {
    border-width: 15px;
}

.vp-inner-footer a, .vp-field-help > a {
    color: #fff;
	padding-top:5px
}
	
.vp-field-help {
    padding-top: 5px;
}

.vp-form-submission {

	width:100%
}
.vp-form-submission .vp-btn {

	width:100%
}

.vp-form-submission .validate {
	width:100%
}

.vp-wrapper .vp-btn-primary {
    background-color: #00a6eb;
    color: #fff;
	border:1px solid #fff;
}

.vp-empty-box a {
    color: #fff;
}

.vp-wrapper .vp-btn-primary:hover {
    background-color: #03598f;
    color: #fff;
	border:1px solid transparent;
}
.vp-strength-container {
	    background-color: #fff;
    padding: 9px;
	font-size:10px;
}

.vp-wrapper select, .vp-wrapper textarea, .vp-wrapper input[type="text"], .vp-wrapper input[type="password"], .vp-wrapper input[type="datetime"], .vp-wrapper input[type="datetime-local"], .vp-wrapper input[type="date"], .vp-wrapper input[type="month"], .vp-wrapper input[type="time"], .vp-wrapper input[type="week"], .vp-wrapper input[type="number"], .vp-wrapper input[type="email"], .vp-wrapper input[type="url"], .vp-wrapper input[type="search"], .vp-wrapper input[type="tel"], .vp-wrapper input[type="color"], .vp-wrapper .uneditable-input, .vp-wrapper input[type="text"]:required:invalid, .vp-wrapper input[type="password"]:required:invalid, .vp-wrapper input[type="number"]:required:invalid, .vp-wrapper input[type="email"]:required:invalid, .vp-wrapper input[type="date"]:required:invalid, .vp-wrapper input[type="url"]:required:invalid, .vp-wrapper input:required[type="search"]:invalid, .vp-wrapper input[type="tel"]:required:invalid, .vp-wrapper input:required[type="color"]:invalid, .vp-wrapper input[type="datetime"]:required:invalid {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
}
.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #225cff;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .label:after {
  transform: scale(3.6);
}
input[type="radio"]:checked + .label {
  border-color: #225cff;
}
input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.cntr {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 100%;
  text-align: center;
}
.hidden {
  display: none;
}
#jform_vpaumod_89_spacer-lbl {
	font-size:10px;
}



.radio {
margin: 0;
    padding: 0;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0em;
  margin-right: 0em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  margin-left: -20px;
}
.radio input[type="radio"]:checked + label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #00a6eb;
  background: #00a6eb;
}
.radio input[type="radio"] + label:empty:before {
  margin-right: 0;
}

.vp-login-module fieldset.radio label {
    margin-left: 20px;
}





.ls-bar-timer {
	background: transparent;
	border-bottom: 2px solid #00a6eb;
	opacity: .4;
}


.vp-tabs > ul > li {
	right:0
}
.vp-login-module .vp-tabs ul li {
	width:50%;
}
.vp-tabs > ul {
left:0;
width: 100%;
}

.vp-login-module .vp-tabs > ul > li > a {
    padding: 0 px;
    margin: 0;
    border: 1px solid #DDD;
    border-bottom: 0 none;
}

.allmode-pagination .allmode-title a {
    font-weight: 700;
    color: #333333 !important;
    line-height: 1.4rem;
    font-size: 1rem;
}

.allmode-pagination .allmode-item {

    border-bottom: 1px solid #e6e6e6;
}

#jm-main {
       padding-top: 0rem;
	   padding-bottom: 0rem;
}
#jm-left , #bd_results{
	       padding-top: 2rem;
	   padding-bottom: 2rem;
}

#jm-maincontent {

    margin-bottom: 0px;
} 

@media (min-width: 1200px) {
[class*="span"] {

    min-height: 0px;

}
}

#jm-bottom1 .container-fluid {

    padding:0;
    margin: 0;
  
	width:100%;

}











