<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#icon-fm-carousel {
    background: url("images/logo-32.png") no-repeat; 
}

.fm-container {
	padding: 8px;
	border: solid 1px #ccc;	
}

ul.fm-tab-buttons {
	list-style: none;	
	border-bottom: solid #ccc;
	border-bottom-width: 1px;
	display: block;
	padding-bottom: 0;
	margin: 12px 0px 0px;
}

ul.fm-tab-buttons li {
	display: inline-block;
	margin: 0 6px -2px 0;
	padding: 4px 10px 6px 40px;
	font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	border-color: #dfdfdf #dfdfdf #ccc;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	color: #aaa;
	text-shadow: #fff 0 1px 0;
	cursor: pointer;
}

ul.fm-tab-buttons li.step1 {
	background: url("images/1.png") no-repeat 8px center;
}

ul.fm-tab-buttons li.step2 {
	background: url("images/2.png") no-repeat 8px center;
}

ul.fm-tab-buttons li.step3 {
	background: url("images/3.png") no-repeat 8px center;
}

ul.fm-tab-buttons li.step4 {
	background: url("images/4.png") no-repeat 8px center;
}

ul.fm-tab-buttons li.laststep {
	border-style: none;
}

ul.fm-tab-buttons li.fm-tab-buttons-selected {
	color: #464646;
	background-color: #eee;
}

ul.fm-tabs {
	padding: 16px;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #ccc #ccc;
}

.fm-tabs-grey {
	background-color: #eee;
}

li.fm-tab {
	display: none;
}

li.fm-tab.fm-tab-selected {
	display: block;
}

div.fm-toolbar {
	margin: 8px 0px;	
}

.fm-table {
	width: 100%;
  	border: 1px solid #ccc;
  	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fm-table th, td {
  	padding: 8px;
  	text-align: left;
}

.fm-form-table {
	width: 100%;
  	border: 1px solid #ccc;
  	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fm-form-table th {
  	min-width: 200px;
}

.fm-form-table th, td {
  	padding: 8px;
  	vertical-align: top;
  	text-align: left;
}

.fm-form-table-noborder {
	width: 100%;
}

.fm-form-table-noborder th {
	width: 200px;
  	min-width: 200px;
}

.fm-form-table-noborder th, td {
  	padding: 8px;
  	vertical-align: top;
  	text-align: left;
}

.fm-dialog-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 9;
}

.fm-dialog-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.fm-dialog {
	display: block;
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	background-color: #fff;
	width: 800px;
	max-width: 90%;
	min-width: 425px;
	text-align: center;
	border: 1px solid #ccc;
  	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#fm-dialog-title {
}

.fm-dialog-buttons {
	margin: 12px auto 8px;	
}

#fm-dialog-ok {
	margin-right: 24px;
}

#fm-dialog-cancel {
	margin-right: 24px;
}

.fm-carousel-media-table-edit, .fm-carousel-media-table-moveup, .fm-carousel-media-table-movedown, .fm-carousel-media-table-delete {
	margin-right: 6px !important;
}

#fm-carousel-preview-tab {
	text-align: center;
	margin: 60px;
}

#fm-carousel-preview-container {
	margin: 0 auto;
}

#fm-carousel-preview {
	margin: 30px auto 120px;
}

#fm-carousel-publish-loading {
	width: 100%;
	height: 64px;
	display: none;
	background: url("images/loading.gif") no-repeat center center;
}

#fm-carousel-video-dialog-loading {
	width: 100%;
	height: 64px;
	display: none;
	background: url("images/loading.gif") no-repeat center center;
}

.fm-tab-skin {
	text-align: center;
	font-size: 16px;
	float: left;
	width: 33%;
}

.fm-tab-skin img {
	margin: 24px;
	padding: 4px;
	border: 0px;
	max-width: 90%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fm-tab-skin img.selected {
	border: 2px solid #bb0000;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fm-carousel-options {
	position: relative;	
}

.fm-carousel-options-menu {
	width: 200px;
	float: left;
}

.fm-carousel-options-menu-item {	
	cursor: pointer;
	padding: 12px 8px;
	margin: 0 8px 12px 0;
	font-size: 14px;
	border: 1px solid #ccc;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #aaa;
}

.fm-carousel-options-menu-item-selected {
	border-color: #999;
	color: #464646;
}

.fm-carousel-options-tabs {
	overflow: auto;
	height: auto;
}

.fm-carousel-options-tab {
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;	
}

.fm-carousel-options-tab-selected {
	display: block;	
}

.fm-carousel-options-tab-title {
	font-size: 14px;
	padding: 8px;
	text-align: center;
}

ul.fm-feature-list {
	list-style-type: disc;
	margin-left: 24px;
}

ul.fm-feature-list li{
	margin: 8px 0;
	padding-left: 4px;
}

.fm-dialog input[type="text"][disabled] {
   background-color: #f0f0f0;
}

#fm-dialog-form {
	width: 100%;
}

#fm-dialog-form th {
	width: 200px;
	vertical-align: top;
	padding: 8px 10px;
	text-align: left;
}

#fm-dialog-form td {
	padding: 4px 10px;
	text-align: left;
}

#fm-dialog-form input[type="text"] {
	max-width: 100%;
}

#fm-dialog-form textarea {
	width: 100%;
}

#fm-carousel-media-table {
	overflow: auto;
}

#fm-carousel-media-table li {
	position: relative;
	display: block;
	width: 200px;
	height:180px;
	float: left;
	margin: 0;
	padding: 12px;
}

.fm-carousel-media-table-id {
	position: absolute;
	font-family: Georgia,sans-serif,Arial;
	font-style: italic;
	top: 8px;
	left: 8px;
	font-size: 16px;
	margin: 4px;
}

.fm-carousel-media-table-type {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.fm-carousel-media-table-img {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.fm-carousel-media-table-image {
	margin: 0: auto;
	width: 120px;
	height: 120px;	
}

.fm-carousel-media-table-buttons-edit {
	text-align: center;
	margin: 2px;
}

.fm-carousel-media-table-buttons-move {
	text-align: center;
	margin: 2px;
}

.fm-carousel-media-table-button {
	cursor: pointer;
}

.select-editable {
	float: left;
	position: relative;
	background-color: white;
	border: none;
	width: 160px;
	height: 18px;
}

.select-editable select {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	width: 160px;
	margin: 0;
}

.select-editable input {
	position: absolute;
	top: 2px;
	left: 8px;
	width: 130px;
	padding: 1px;
	font-size: 14px;
	border: none;
	box-shadow: none;
}

.select-editable select:focus,.select-editable input:focus {
	outline: none;
}

#fm-carousel-preview-message {
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}

ul.fm-tab-buttons-horizontal {
	box-sizing: border-box;
	display: inline-block;
	list-style: none;	
	padding: 0;
	margin: 0;
	font-size: 13px;
}

ul.fm-tab-buttons-horizontal li {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 12px 18px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background-color: #eee;
	color: #333;
}

ul.fm-tab-buttons-horizontal li:hover {
	background-color: #0073aa;
	color: #fff;
}

ul.fm-tab-buttons-horizontal li.fm-tab-button-horizontal-selected {
	background-color: #0073aa;
	color: #fff;
}

ul.fm-tabs-horizontal {
	margin: 0 auto;	
}

li.fm-tab-horizontal {
	display: none;
	padding: 12px;
}

li.fm-tab-horizontal.fm-tab-horizontal-selected {
	display: block;
	border: 2px solid #0073aa;
}

.fm-tab-horizontal .fm-form-table th {
	width: 300px;
}</pre></body></html>