@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700&subset=latin,latin-ext);
@import url(/include/form/fonts7.css);

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
strong {
	font-weight: 600;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
a:hover, button:hover {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
}
optgroup {
	font-style: normal;
}

/* util */
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.inline {
	display: inline;
}
.display-none {
	display: none;
}

/* jquery */
.ui-widget-overlay {
	background: #000;
	opacity: .7;
}
.ui-dialog-titlebar-close {
	display: none;
}
.ui-button-text-only .ui-button-text {
	padding-left: 0;
	padding-right: 0;
}
.ui-dialog {
	padding: 0;	
}
.ui-dialog .ui-widget-header {
	background: #777B7E;
	border-color: #777B7E;
	color: #FFF;
	border-radius: 0;
}
.dialog-danger .ui-widget-header {
	background: #C02020;
	border-color: #C02020;
}
.ui-dialog.ui-widget-content {
	border: 10px solid rgba(0, 0, 0, .5);
	background-clip: padding-box;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 600;
}
.ui-dialog .ui-dialog-content {
	padding: 30px 30px 10px 30px;
}
.dialog-danger .ui-dialog-content {
	background: transparent url(/images/layout/internal2/icons/danger.svg) no-repeat 20px 20px;
	padding-left: 130px;
	min-height: 80px !important;
}
.ui-dialog .ui-dialog-buttonpane {
	border-top: none;
	margin-top: 0;
	padding: 0 30px 30px 30px;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 0 0 10px;
}
.ui-widget, .ui-widget input, .ui-widget button {
	font-size: 1em;
	font-family: inherit;
}
.ui-tabs .ui-widget-header {
	background: none;
	border-top: none;
	border-color: #999;
	border-right: none;
	border-left: none;
	border-radius: 0;
}
.ui-tabs.ui-widget-content {
	border: none;
}
.ui-tabs .ui-corner-top {
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav a {
	color: #0072BC;
	font-size: 15px;
	outline: none; /* Chrome outline fix */
}
.ui-tabs.ui-widget-content, .ui-tabs .ui-tabs-nav li:not(.ui-state-active) {
	border: none;
	background: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #FFF;
	border-color: #999;
	font-weight: 600;
}
.ui-tabs .ui-tabs-panel {
	padding: 15px 10px 10px 10px;
}
.ui-accordion-header, .ui-accordion-content {
	border-radius: 0;
	border: 0;
}
.ui-accordion-header, .ui-accordion-header-active {
	background: #EEE;
}
.ui-accordion-header.ui-state-default {
	color: #0072BC;
	font-weight: 600;
}
.ui-accordion .ui-accordion-header {
	margin-top: 0;
}

html, body {
	color: #333;
	font:14px 'Open Sans', Arial, sans-serif;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

a, a:visited, .ui-widget-content a {
	color: #0072BC;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

input {
	font-family: inherit;
	font-size: 1em;
}
input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, select:focus, textarea:focus {
	outline:none;
	box-shadow: 0px 0px 3px #4D90FE;
}
input[type=search] {
	-webkit-appearance: textfield; /* safari fix */
}

#wrapper {
	position: relative;
	min-width: 960px;
	height: 100%;
}

#wrapper-top {
	position: absolute;
	height: 100px;
	width: 100%;
}

#wrapper-left {
	left: 0;
	overflow-y: auto;
	background: #F7F7F7;
	border-right: 1px solid #CCC;
	width: 320px;
}

#wrapper-right {
	left: 320px;
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 1.5em;
	padding: 30px;
}

#wrapper-full {
	padding: 30px;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

#wrapper-left, #wrapper-right, #wrapper-full {
	position: absolute;
	top: 100px;
	bottom: 0;
}

#wrapper-center {
	margin: 0 auto;
	width: 400px;
}

#menu-top-1, #menu-top-2 {
	position: relative;
	padding-left: 15px;
	font-weight: 600;
}

#menu-top-1 {
	height: 50px;
	background: #F7F7F7;
}
#menu-top-1 h1 a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	width: 250px;
	background-position: left center;
	background-repeat: no-repeat;
}
#menu-top-1 ul {
	position: absolute;
	top: 0;
}
#menu-top-1 li {
	display: inline-block;
}
#menu-top-1 li a {
	display: block;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}
#menu-top-1 li a:hover {
	background-color: #FFF;
	text-decoration: none;
}
#menu-top-1 .left {
	left: 320px;
}
#menu-top-1 .left li:first-of-type {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 18px;
	font-weight: 700;
}
#menu-top-1 .left li:last-of-type {
	margin: 0 5px;
	position: relative;
	top: -2px;
}
#menu-top-1 .right {
	right: 20px;
}
#menu-top-1 .link-home {
	background: transparent url(/images/layout/internal2/icons/menu.svg) no-repeat 10px center;
	padding-left: 30px;
}
#menu-top-1 .link-home:hover, #menu-top-1 .link-home.active {
	background-color: #0072BC;
	background-image: url(/images/layout/internal2/icons/menu-white.svg);
	color: #FFF;
}
#menu-top-1 .link-new {
	background: #FFF url(/images/layout/internal2/icons/new-blue.svg) no-repeat 10px center;
	border: 1px solid #DDD;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	padding-left: 30px;
}
#menu-top-1 .link-new:hover {
	background-color: #0072BC;
	background-image: url(/images/layout/internal2/icons/new-white.svg);
	color: #FFF;
}
#menu-top-1 .link-support {
	background: url(/images/layout/internal2/icons/support.svg) no-repeat 10px center;
	padding-left: 31px;
}
#menu-top-1 .link-user {
	background: url(/images/layout/internal2/icons/user.svg) no-repeat 8px center;
	padding-left: 28px;
}
#menu-top-1 .link-claim {
	background: #20C05C url(/images/layout/internal2/icons/user-white.svg) no-repeat 13px center;
	color: #FFF;
	padding-left: 35px;
	padding-right: 18px;
}
#menu-top-1 .link-claim:hover {
	background-color: #26DF6C;
}

#menu-top-2 {
	color: #FFF;
	background: #0072BC;
	height: 50px;
}
#menu-top-2 h1, #menu-top-2 li {
	float: left;
	line-height: 50px;
	height: 50px;
}
#menu-top-2 h1 {
	font-size: 22px;
}
#menu-top-2 h1 span {
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	vertical-align: top;
	padding-top:2px;
}
#menu-top-2 ul {
	position: absolute;
	right: 20px;
}
#menu-top-2 li {
	font-size: 18px;
}
#menu-top-2 a {
	color: #FFF;
	display: block;
	padding: 0 10px;
}
#menu-top-2 a:hover, #menu-top-2 a.active {
	background: url(/images/layout/internal2/icon-navarrow.svg) no-repeat center bottom;
	text-decoration: none;
}

.menu-pop {
	display: none;
	position: absolute;
	z-index: 90000;
	border: 1px solid #0072BC;
	background: #FFF;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
}
.menu-pop li {
	float: none !important;
}
.menu-pop li a {
	color: #0072BC;
	display: block;
	padding: 5px;
}
.menu-pop li.active a, .menu-pop li a:hover {
	background: #E4EFF5 !important;
	text-decoration: none;
}
#menu-forms {
	top: 100px;
	left: 0;
	border-top: 0;
	border-left: 0;
	max-width: 90%;
	overflow-y:auto;
}
#menu-forms-forms {
	height: 330px;
	min-width: 320px;
	overflow-y:scroll;
}
#menu-forms-search {
	padding: 2px;
}
#menu-forms-search input {
	width: 100%;
	box-sizing: border-box;
	background: url(/images/layout/internal2/icons/search.svg) no-repeat right 10px center;
	height: 30px;
	padding: 0 27px 0 6px;
	border: 1px solid #999;
}
#menu-user {
	top: 50px !important;
	right: 118px;
	width: 200px;
}
#menu-user a {
	height: 40px !important;
	line-height: 40px !important;
}
#menu-user li {
	display: block !important;
}
#menu-user li:last-child a {
	border-top: 1px solid #CCC;
}

#menu-left li a {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 35px;
}
#menu-left li a:hover {
	text-decoration: none;
}
#menu-left > li > a {
	color: #0072BC;
	padding-top: 6px;
	padding-bottom: 6px;
}
#menu-left > li > a:hover, #menu-left > li.active > a {
	color: #FFF;
	background: #0072BC;
}
#menu-left > li.more > a {
	background: url(/images/layout/internal2/icon-menuarrow.svg) no-repeat 15px center;
}
#menu-left > li.more > a:hover {
	background:url(/images/layout/internal2/icon-menuarrow-hover.svg) no-repeat 15px center #0072BC;
}
#menu-left > li.more.active > a {
	background:url(/images/layout/internal2/icon-menuarrow-open.svg) no-repeat 15px center #0072BC;
}
#menu-left li.active {
	background: #FFF;
}
#menu-left li.active > div {
	text-align: right;
	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #DDD;
	margin: 0;
}
#menu-left button + button {
	margin-left: 5px;
}
#menu-left input[type=search] {
	width: 100%;
	padding-right: 27px;
	background: url(/images/layout/internal2/icons/search.svg) no-repeat right 10px center;
}
#menu-left li.active > .setting {
	padding-left: 15px;
}

#menu-left-sub {
	max-height: 300px;
	overflow-y: auto;
	position: relative;
}
#menu-left-sub.menu-left-nav, #menu-left-sub.menu-left-chooser {
	border-bottom: 3px solid #0072BC;
}
#menu-left-sub.menu-left-nav li a {
	height: 34px;
	line-height: 34px;
}
#menu-left-sub.menu-left-chooser li a {
	color: #333;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 28px;
}
#menu-left-sub.menu-left-chooser li a.single {
	line-height: 28px;
}
#menu-left-sub li:last-child {
	padding-bottom: 10px;
}
#menu-left-sub li a {
	background: #FFF;
	font-size: 13px;
	line-height: 1em;
}
#menu-left-sub li.active a, #menu-left-sub li a:hover {
	background: #E4EFF5;
}
#menu-left-sub li.new a {
	cursor: default;
}
#menu-left-sub li small {
	font-size: 11px;
	font-weight: normal;
}
#menu-left-sub li span.copy, #menu-left-sub li span.delete {
	position: absolute;
	display: block;
	top: 0;
	height: 34px;
	width: 30px;
}
#menu-left-sub.menu-left-chooser li span.copy, #menu-left-sub.menu-left-chooser li span.delete {
	height: 40px;
}
#menu-left-sub li span.copy:hover, #menu-left-sub li span.delete:hover {
	background-color: #FCFEFF;
}
#menu-left-sub li span.copy {
	background: #E4EFF5 url(/images/layout/internal2/icons/copy.svg) no-repeat center;
	right: 30px;
}
#menu-left-sub li span.delete {
	background: #E4EFF5 url(/images/layout/internal2/icons/trash.svg) no-repeat center;
	right: 0;
}

#wrapper-left header h2 {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #DDD;
}

#wrapper-right header, #wrapper-right section {
	margin-bottom: 20px;
}
#wrapper-right section {
	position: relative;
	max-height: 999999px; /* fix for mobile "font boosting" */
}

#wrapper-right header h2 {
	font-size: 28px;
	font-weight: 600;
	float: left;
}
#wrapper-right header small {
	float: right;
	font-style: italic;
	line-height: 2em;
}
#wrapper-right header small a {
	font-style: normal;
}

#wrapper-right h3, #wrapper-full h3, #wrapper-center h3 {
	color: #0072BC;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
#wrapper-right section h3 input {
	border: 1px solid #999;
	font-size: 20px !important;
	padding-left: 6px;
	width: 100%;
}

#wrapper-center h3 {
	font-size: 24px;
}
#wrapper-center .setting input[type="text"], #wrapper-center .setting input[type="password"] {
	width: 100%;
}
#wrapper-center section {
	border: 2px solid #CCC;
	padding: 20px 40px;
	background: #FFF;
	margin-bottom: 20px;
}
#wrapper-center header {
	text-align: center;
	padding: 30px 0;
}
#wrapper-center header img.logo{
	max-width:100%;
	height:auto;
}
#wrapper-center footer {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
#wrapper-center .button-blue {
	font-size: 16px;
	height: 40px;
}
#wrapper-center .message {
	margin: 15px 0 -15px 0;
}

#wrapper .buttons-bottom {
	clear: both;
	padding: 20px 30px 30px 20px;
	text-align: center;
}
#wrapper .buttons-bottom button, #wrapper .buttons-top button {
	margin-left: 10px;
	margin-right: 0;
}

#wrapper .buttons-top {
	text-align: right;
}

header .message {
	padding: 10px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
}
header .message a.close {
	color: inherit;
	float: right;
	font-size: 10px;
	padding-left: 4px;
	margin: -10px -4px 0 0;
}
header .message a.close:hover {
	text-decoration: none;
}
header .message-error {
	background: #FFE5E5;
	color: #C02020;
}
header .message-info {
	background: #E5F1F8;
	color: #0072BC;
}
header .message-success {
	background: #E7FFE7;
	color: #20C05C;
}
header .message-warning {
	background: #F4E8CA;
	color: #9C7618;
}

button.button-blue, button.button-gray, button.button-green, button.button-red, .ui-widget-content button.button-blue, .ui-widget-content button.button-gray, .ui-widget-content button.button-green, .ui-widget-content button.button-red {
	background: #777;
	border: none;
	border-radius: 2px;
	color: #FFF;
	font: inherit;
	font-size: 13px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	min-width: 100px;
	padding: 0 12px;
}
button.button-blue[disabled], button.button-gray[disabled], button.button-green[disabled], button.button-red[disabled] {
	cursor: default;
	opacity: 0.2;
	pointer-events: none;
}
button.button-gray:hover {
	background-color: #A2A6A9;
}
button.button-blue, .ui-widget-content button.button-blue {
	background: #0072BC;
}
button.button-blue:hover {
	background-color: #008EEA;
}
button.button-green, .ui-widget-content button.button-green {
	background: #20C05C;
}
button.button-green:hover {
	background-color: #26DF6C;
}
button.button-red, .ui-widget-content button.button-red {
	background: #C02020;
}
button.button-red:hover {
	background-color: #ED2828;
}

button.button-new, .ui-widget-content button.button-new {
	background-image: url(/images/layout/internal2/icons/new-white.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	padding-left: 27px;
}

.setting {
	margin-bottom: 15px;
}
.setting.float-left {
	margin-right: 20px;
}
td.setting {
	margin: 0;
	padding: 0 10px 15px 0;
}
td.setting:last-child {
	padding-right: 0;
}
.setting input[type=text], .setting input[type=password], .setting input[type=search], .setting input[type=file], .setting select, .setting textarea {
	border: 1px solid #999;
	border-radius: 3px;
	margin: 0;
	margin-top: -1px;
	display: inline-block;
	box-sizing:border-box;
	padding: 6px;
	font-family: inherit;
	font-size: 1em;
	vertical-align: middle;
}
.setting input[type=text], .setting input[type=password], .setting input[type=search], .setting select {
	height: 30px;
	padding: 0 6px;
}
.setting select[size] {
	height: auto;
}
.setting input.editor {
	width: 100%;
}
.setting select {
	padding-right: 0;
}
.setting input[type=checkbox], .setting input[type=radio] {
	margin: 0;
}
.setting .ui-helper-hidden-accessible {
	position: absolute !important; /* fix for jquery */
}
.setting .mce-tinymce {
	border: 1px solid #999;
}
.setting code {
	font-style: normal;	
	font-family: monospace;
}
.setting small, .ui-tooltip {
	font-size: 12px;
	font-style: italic;
}
.setting small {
	display: block;
}
.setting small.inline {
	display: inline;
}
.setting small a {
	font-style: normal;
}
.setting label {
	font-weight: 600;
}
.setting .choices input[type=checkbox], .setting .choices input[type=radio] {
	margin-left: 4px;
}
.setting .choices label {
	font-weight: normal;
}
.setting .choices input[type=text] {
	vertical-align: baseline;
}
.setting label[title] {
	cursor: help;
}
.setting small.error-message {
	display: block;
}
.setting.enabler .choices label {
	padding: 0 5px;
	font-weight: 600;
}
.setting.enabler .choices label:first-of-type {
	background: #E7FFE7;
	color: #20C05C;
}
.setting.enabler .choices label:last-of-type {
	background: #F4E8CA;
	color: #9C7618;
}

.setting-error {
	
}
.setting-error input[type=text], .setting-error input[type=password], .setting-error select, .setting-error textarea {
	border-color: #C02020;
}
small.error-message {
	color: #C02020;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.code {
	background: #E8F9EE;
	font-family: monospace !important;
	font-style: normal;
	overflow: auto;
	cursor: text;
}
.code:focus {
	box-shadow: none !important;
}
textarea.code, input.code {
	border-radius: 0 !important;
	border: none !important;
	border-left: 4px solid #0072BC !important;
	outline: none;
	padding-left: 10px;
	resize: none;
}
div.code {
	box-sizing: border-box;
	padding: 5px;
	border-left: 4px solid #0072BC !important;
	padding-left: 10px;
	white-space: nowrap;
}

.wrap-input {
	background: #DDD;
	border-radius: 3px;
	display: inline-block;
	padding: 3px 5px 2px 3px;
}

section.editor, section.toggler, section.info {
	background: #F7F7F7;
	padding: 15px 15px 1px 15px;
}
section.editor a.edit {
	position: absolute;
	top: 0;
	right: 0;
	background: #DDD;
	color: #333;
	padding: 2px 8px;
}
section.toggler > .setting:first-of-type label {
	font-weight: 700;
}
section.info h3 {
	color: #333 !important;
	font-size: 20px !important;
	margin-bottom: 10px;
}

.toggler .toggler-content {
	border-left: 1px solid #CCC;
	margin-left: 1px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid transparent; /* collapsing margin fix */
}

a.link-icon, a.link-edit, a.link-help, a.link-insecure, a.link-pipe, a.link-reset, a.link-tinymce, a.link-view {
	padding-left: 19px;
	background-position: 1px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
a.link-icon.social {
	background-size: 25px 25px;
	padding: 5px 15px;
}
a.link-edit {
	background-image: url(/images/layout/internal2/icons/edit.svg);
}
a.link-help {
	background-image: url(/images/layout/internal2/icons/help.svg);
}
a.link-insecure {
	background-image: url(/images/layout/internal2/icons/insecure.svg);
}
a.link-pipe {
	background-image: url(/images/layout/internal2/icons/pipe.svg);
	padding-left: 18px;
}
a.link-reset {
	background-image: url(/images/layout/internal2/icons/reset.svg);
}
a.link-tinymce {
	background-image: url(/images/layout/internal2/icons/tinymce.svg);
}
a.link-view {
	background-image:url(/images/layout/internal2/icons/view.svg);
	padding-left: 20px;
}

img.icon {
	margin-top: -2px;
	position: relative;
	top: 3px;
}
img.icon[title] {
	cursor: help;
}

table.table-data td, table.table-data th {
	padding: 8px;
	border-bottom: 1px solid #CCC;
}
table.table-data th {
	font-weight: 600;
	text-align: left;
	background-color: #CCC;
	border-top: 0;
	border-right: 1px solid #FFF;
}
table.table-data tr:first-of-type th:last-child {
	border-top-right-radius: 6px;
}
table.table-data th:last-child {
	border-right: 0;
}
table.table-data tr:hover {
	background-color: #E3EFF6;
}
table.dataTable {
	border-collapse: collapse !important;
}
table.dataTable th {
	border-bottom: 0 !important;
}
table.dataTable {
	margin: 0 !important; /* horizontal scroll fix */
}
table.dataTable thead .sorting {
	background-image: url("/images/layout/internal2/icons/datatables/sort_both.svg") !important;
}
table.dataTable thead .sorting_asc {
	background-image: url("/images/layout/internal2/icons/datatables/sort_asc.svg") !important;
}
table.dataTable thead .sorting_desc {
	background-image: url("/images/layout/internal2/icons/datatables/sort_desc.svg") !important;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	background-color: #EBEBEB;
}
.dataTables_scrollHead {
	background-color: #CCC !important;
	border-top-right-radius: 6px;
}
.dataTables_scrollHeadInner, .dataTables_scrollBody {
	border-bottom: 0 !important;
}

.list-bullets, .list-numbers {
	padding-left: 1.2em;
}
.list-bullets {
	list-style: square;
}
.list-numbers {
	list-style: decimal;
}

/* Rules */
.container-rules {
	white-space: nowrap;
	background: #F7F7F7;
	padding: 10px;
}
.toggler .container-rules {
	padding: 0;	
}
.container-rules img {
	cursor: pointer;
	vertical-align: middle;
}
.container-rules select, .container-rules input {
	margin-right: 5px !important;
}
.container-rules .rule-join, .container-rules .rule-join-text {
	margin: 10px 0;
}
.container-rules .rules-options, .container-page .rule {
	background: #E7E7E7;
	padding: 10px;
	margin-bottom: 10px;
}
.container-rules .rules-options {
	margin-bottom: 11px;
}
.container-page .rule div:first-child {
	margin-bottom: 10px;
}
.rules-none {
	overflow: hidden;
}
.container-rules .rules-title {
	font-weight: 600;
	margin-bottom: 8px;
}
.container-rules .rules-none span {
	float: left;
}
.container-rules .rules-none a.link-icon {
	float: right;
}
.container-rules .input-text {
	width: 218px;
}
.container-rules .input-select {
	width: 218px;
}
.container-rules .rule-operator-select {
	width: 130px;
}
.container-rules .rule-action-select {
	width: 100px;
}
.container-rules .rule-join-select {
	width: auto;
}
.container-rules button.button-new {
	float: right;
	margin:0 0 10px 5px;
}

/* Editor pages */
#fs-box-nav {
	border-bottom: 1px solid #CCC;
}
#fs-box-nav div {
	display:inline-block;
	width:33.3%;
	margin:0;
	padding:0;
	text-align:center
}
#fs-box-nav a {
	display:block;
	font-size:15px;
	font-weight: 600;
	line-height:34px;
	color:#FFF;
	background-color:#ACACAC;
	outline:none;
	border-right:1px solid #D7D7D7;
}
#fs-box-nav .active a, #fs-box-nav a:hover {
	background-color:#464646;
	color:#FFF;
	text-decoration: none;
}
