/**start**/
/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FireFox button style */
button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner {
	padding: 0;
	border: 0 none;
}

abbr				{border-bottom: 1px dotted black;}
sup				{font-size: .83em; vertical-align: super; line-height: 0;}
sub				{font-size: .83em; vertical-align: sub; line-height: 0;}
em				{font-style: italic;}
strong			{font-weight: bold;}
ins				{text-decoration: underline;}
del				{text-decoration: line-through;}

/* */

/* COLOR PALLET

Back regular: #f5f5f5 border: #e5e3e3
Back darker: #ececec border: #c0c0c0
Back softer: #f9f9f9
Select regular: #e7f2f9 border: #a4cde4
Select super: #56a7d3 border: #4b8bae
Edit: #4c8efa;

User related: #fcfad0 border: #eae799
Default related: #d6fdd3 border: #a8ec9c
Closed related: #ffdcdc border: #f6bcbc

*/

/* GENERAL */

html, body { height: 100%; }
body { font-family: arial,helvetica,sans-serif; font-size: 12px; color: #000000; background:#f9f9f9; line-height: 1.26; display: inline-block; min-width: 100%; }

a:link, a:visited, a:active, a:hover, .a { text-decoration: none; color: #4b8bae; cursor: pointer; }

h1 { font-size: 16px; font-weight:bold; margin: 5px 0px; vertical-align: middle; }
h2 { font-size: 14px; font-weight:bold; margin: 5px 0px; vertical-align: middle; }
h3 { font-size: 13px; font-weight:bold; margin: 3px 0px; vertical-align: middle; }

p { margin: 6px 0px; }

#cms-login { position:relative; margin:0 auto; width:300px; border-radius: 4px; border:1px solid #c0c0c0; margin-top:75px; padding:15px 30px 15px 15px; background-color:#ececec; }
#cms-login > ul { margin:0px; padding:0px; list-style:none; }
#cms-login > ul >li:first-child { font-size:1.6em; }
#cms-login > ul >li:first-child+li { padding-left:15px; }
#cms-login > ul >li:first-child+li+li { font-size:1.6em; }
#cms-login > ul >li:first-child+li+li+li { padding-left:15px;}
#cms-login > ul >li:first-child+li+li+li+li { text-align:right; margin-top:15px; }

#cms-login input[type='text'], #cms-login input[type='password'] { width:100%; font-size: 18px; height: 32px; }
#cms-login input[type='submit'] {  }

#cms-login-error { position:relative; margin:0 auto; width:250px; border-radius: 4px; border:1px solid red; margin-top:8px; padding:15px; background-color:#FCD7D7; }

#cms-header { margin:0px; padding:0px; height:50px; background-image:url('/css/Aristo/images/the_gradient.gif'); text-align:center; border-bottom:1px solid #979797; }
#cms-header > #welcome { font-size: 14px; position:relative; float:left; line-height:50px; margin-left:15px; }
#cms-header > #cms { font-size: 28px; font-weight:bold; color: black; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); line-height:50px; }
#cms-header > #account { font-size: 14px; position:relative; float: right; line-height:50px; margin-right:15px; }

body > #cms-header + div { padding: 5px; white-space: nowrap; overflow: hidden; }
body > #cms-header + div > * { white-space: normal; }

body > #cms-header + div > #cms-menu { width: 250px; margin: 5px; float: left; vertical-align: top; }
body > #cms-header + div > #cms-menu .mod-list { border: 1px solid #c0c0c0; border-top: 0px; }
body > #cms-header + div > #cms-content { margin: 5px; margin-left: 265px; overflow: hidden; vertical-align: top; }
body > #cms-header + div > #cms-menu #menu-search{background: #ffffff url(/css/images/search.png) no-repeat 4px center; padding-left:23px; width:120px;}

.section { display: inline-block; }
.section  > h1,
.section  > h2 { margin: 0px; background-image:url('/css/Aristo/images/the_gradient.gif'); border: 1px solid #c0c0c0; border-bottom: 1px solid #979797; padding: 8px 5px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.section  > h2 { padding: 5px 5px; }
.section  > h1 > span,
.section  > h2 > span { text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); vertical-align: middle; }

.section  > h1 + div,
.section  > h2 + div  { background-color:#ffffff; border:1px solid #c0c0c0; border-top: 0px; padding:5px; margin-bottom:5px; }

/* POPUP */

.popup {}
.popup.confirm { padding-left: 55px; background: url(/css/images/exclamation.png) no-repeat 10px 10px; }

/* INTERFACE */

textarea, select, input[type=text], input[type=password] {
	font-family: inherit;
	font-size: 12px;
	height: 1.8em;
	padding: 0px 0.1em;
	margin:0px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	vertical-align: middle;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
input[type=text], input[type=password] {
	width: 150px;}
textarea {
	width: 300px;
	padding: 0.1em 0.1em;
	height: 5em;}
select { padding: 0.1em; }
select[multiple] { height: 6em; }
input[type=radio], input[type=checkbox] {
	border: 0px;
	height: auto;
	vertical-align: middle; }
input[type=button], input[type=submit] {
	font-family: inherit;
	padding: 0px;
	background-color: #ececec;
	vertical-align: middle;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
	
label, label > * { vertical-align: middle; }

input[type] + input[type],
select + input[type],
input[type]+ select,
select + select { margin-left: 4px; }
input[type] + label,
select + label,
label + label,
label + input[type],
label + select { margin-left: 4px; }
input[type=hidden],
input[type=hidden]:first-child + input[type],
input[type=hidden]:first-child + select { margin-left: 0px; }
		
textarea, select, input[type=text], input[type=password] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
    -webkit-transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out, background-color 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
textarea:hover, select:hover, input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #bdbdbd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
}
textarea:focus, select:focus, input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #95bdd4;
	-webkit-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
}
.input-error,
.input-error[type=hidden] + input { border: 1px solid #e2d0d0 !important; background-color: #fcf0f0 !important; color: #280b0b !important; }

input[type=button].add, input[type=button].add:hover, input[type=button].add:active { text-transform:lowercase; display: inline-block; vertical-align: middle; cursor: pointer; font-size: 10px; font-weight: bold; color: #ffffff; height: 1.7em !important; line-height: 1.7em !important; padding: 0px 5px; background-color: #3d9400; border: 1px solid #29691d; border-radius: 2px; }
input[type=button].del, input[type=button].del:hover, input[type=button].del:active { text-transform:lowercase; display: inline-block; vertical-align: middle; cursor:pointer; font-size: 10px; font-weight: bold; color: #ffffff; height: 1.7em !important; line-height: 1.7em !important; padding: 0px 5px; background-color: #fd5c4d; border: 1px solid #ed4030; border-radius: 2px; }
input[type=button].edit, input[type=button].edit:hover, input[type=button].edit:active { text-transform:lowercase; display: inline-block; vertical-align: middle; cursor:pointer; font-size: 10px; font-weight: bold; color: #ffffff; height: 1.7em !important; line-height: 1.7em !important; padding: 0px 5px; background-color: #4c8efa; border: 1px solid #3079ed; border-radius: 2px; }
input[type=button].view, input[type=button].view:hover, input[type=button].view:active { border: 0px; display:inline-block; background: transparent url('/css/images/magnifier-left.png') no-repeat; width:16px; height:16px !important; vertical-align: middle; line-height: 1 !important; padding: 0px; cursor:pointer; }

input[type=button].add, input[type=button].del, input[type=button].edit { margin: 0px 0px 0px 6px; }
input[type=button].view { margin: 0px 0px 0px 4px; }
input[type=button].add:first-child, input[type=button].del:first-child, input[type=button].edit:first-child, input[type=button].view:first-child { margin-left: 0px; }
input.multi-select + label { margin-left: 8px; }

label.custom > input[type=checkbox],
label.custom > input[type=radio] { display: none; }
label.custom > input[type=checkbox] + span,
label.custom > input[type=radio] + span { cursor: pointer; display: inline-block; border-left: 3px solid #ececec; height: 16px; width: 21px; background-repeat: no-repeat; background-position: center right; }
label.custom > input[type=checkbox]:checked + span,
label.custom > input[type=radio]:checked + span { border-color: #56a7d3; }

div[id^=tabs-] > ul > li > input[type=button].add,
div[id^=tabs-] > ul > li > input[type=button].edit,
div[id^=tabs-] > ul > li > input[type=button].del { margin: 5px 6px 0px 0px; }

.filebrowse > .select > input + input,
input[type=text].search,
input.autocomplete, input.autocomplete-multi { background: #ffffff url(/css/images/search.png) no-repeat 4px center; padding-left: 22px; }

input.datepicker { background: #ffffff url(/css/images/calendar-blue.png) no-repeat 4px center; padding-left: 22px; }
input[type=text].date { width: 100px; }
input[type=text].date-time { width: 45px; }

.filebrowse { }
.filebrowse > .select { position: relative; overflow: hidden; margin:0px; }
.filebrowse > .select > input:first-child { position:absolute; z-index: 9999; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; }
.filebrowse > .select > input[type=file] + input[name=catch] { margin-left: 0px; }
.filebrowse > .progressbar { width: 150px; margin-top: 4px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.filebrowse > .files > span { display: block; margin: 4px 0px; line-height: 1; font-size: 11px; }

input[type=hidden] + input.autocomplete-multi { margin-left: 0px; }
.autocomplete-values { max-width: 300px; margin-bottom: 2px; }
.autocomplete-values:empty { margin: 0px; }
.autocomplete-values  > div { display: inline-block; margin: 2px 5px 2px 0px; line-height: 1; font-size: 11px; vertical-align: middle; }
.autocomplete-values  > div > span { display: inline-block; vertical-align: middle; }
.autocomplete-values  > div > span:first-child { padding: 0px 10px 0px 6px; background-color: #ececec; line-height: 16px; height: 16px; }
.autocomplete-values  > div > span:first-child + span { cursor: pointer; background: #ececec url('/css/images/minus.png') no-repeat center center; width: 24px; height:16px; }
.autocomplete-values  > div > span:first-child + span:hover { background-color: #56a7d3; }

.placeholder { color: #aaaaaa; }
					
img.select { max-width: 200px; max-height: 200px; cursor: pointer; border: 1px dashed #bdbdbd; }
img.select[src=""] { display: block; width: 30px; height: 30px; }

div.hide-edit.hide > * { display: none; }
div.hide-edit.hide > span { display: inline-block; background-image:url('/css/images/plus-button.png'); width: 16px; height: 16px; padding: 0px; vertical-align: middle; cursor: pointer; }

.object-info  { position: absolute; line-height: 0; bottom: 6px; right: 6px; background-color: #ffffff; padding: 2px; border: 1px solid transparent; border-radius: 2px; }
.object-info > span, .object-info > label { cursor: pointer; display:inline-block; margin-left: 1px; }
.object-info.vertical   > span, .object-info.vertical > label  { display: block; margin-left: 0px; margin-top: 2px; }
.object-info > span:first-child, .object-info > label:first-child { margin: 0px; }
.object-info > span { height: 16px; width: 16px; }

.handle { position: absolute; display: block; right: 0px; cursor: move; width:16px; height:16px; background: url(/css/images/grid-small-dot.png) no-repeat 0px 0px; }
.handle-v { cursor: n-resize; display: inline-block; vertical-align: middle; background:url(/css/images/arrow-resize-090.png) no-repeat 0px 0px; width: 16px; height: 16px; }

.dragslider { width: 150px; display: inline-block; }
.dragslider + input[type=text],
.dragslider + input[type=hidden] { display: inline-block; width: 30px; margin-left: 4px; }

/* TABLE */

tr, td { vertical-align: middle; }
td , th { padding: 3px; }
th { font-weight:bold; font-size: 14px; text-align: left;}
th.split { padding: 0px; }
th.split hr { margin: 4px 0px 4px 0px; border: 0px; border-bottom: 4px dotted #56a7d3; }
td.table { padding: 0px; }
td.table tr, td.table td { vertical-align: top; }

td.max, th.max { width: 100% !important; }
td.limit, th.limit { max-width: 300px; }

table.display td,
table.list td,
table.display th,
table.list th { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

table.display { width: 800px; }

table.list th,
table.list td  { padding-right: 50px; }
table.list th:last-child,
table.list td:last-child { padding-right: 3px; }
table.list tbody tr:hover { background: #e7f2f9; }

/* OTHER */

.tooltip { position: absolute; z-index: 9999999; max-width: 450px; border: 1px solid #7E7A7F; background: #ffffff; padding: 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 0.95em; }
.tooltip ul { margin: -2px 0; display: table; border-collapse: separate; border-spacing: 0px 2px; }
.tooltip ul > li { display: table-row; }
.tooltip ul > li > label:first-child { display: table-cell; vertical-align: top; padding-right: 4px; padding-right: 5px; text-align: right; }
.tooltip ul > li > label:first-child + * { display: table-cell; }
.tooltip ul > li > label:first-child + ul { display: table; }
.tooltip ul > li > label:first-child:empty { padding: 0px; width: 0px; }

.options, .info { padding: 10px 15px 10px 15px; margin: 10px 0px 10px 0px; background-color: #f5f5f5; border: 1px solid #e5e5e5; }
.options:first-child, .info:first-child { margin-top: 4px; }
.options:after, .info:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0px; }
.section  > div:first-child + div > .options:last-child, .section  > div:first-child + div > .info:last-child { margin-bottom: 4px; }

.options.filter > label { margin: 0px 4px; }
.options.filter > label:first-child { margin-left: 0px; }
.options.filter > * { vertical-align: middle; }

.info-header { font-size: 16px; font-weight: bold; }

.info > ul { margin: -4px 0px; display: table; border-collapse: separate; border-spacing: 0px 4px; }
.info > ul > li { display: table-row; }
.info > ul > li > label:first-child { display: table-cell; vertical-align:top; font-weight: bold; text-align:left; white-space: nowrap; padding-right:15px; }
.info > ul > li > label:first-child:empty { padding: 0px; width: 0%; }

.mod-list { font-size: 14px; font-weight: bold; margin: 0px; list-style:none; position:relative; padding:0px; background-color:#f5f5f5; color:#4b8bae; }
.mod-list li { line-height:25px; padding-right: 25px; }
.mod-list li.sub { padding-right: 0px; }
.mod-list > li h1 { font-size:1.0em; color: #000000; margin:0px; padding: 0px; background-color:#f5f5f5 !important; }
.mod-list > li > ul { background-color:#ffffff; list-style:none; margin:0px; padding:0px; }
.mod-list > li > ul > li { padding-left:15px; }
.mod-list li span { cursor: pointer; }
.mod-list li a, .mod-list li > span, .mod-list li h1 { padding-left: 5px; }
.mod-list > li:hover, .mod-list > li > ul > li:hover { background-color:#56a7d3; }
.mod-list > li:hover > a, .mod-list > li > ul > li:hover > a, .mod-list > li:hover > span, .mod-list > li > ul > li:hover > span { color: #ffffff; }
.mod-list li.active, .mod-list > li > ul > li.active { background-color: #4c8efa; color: #ffffff; }
.mod-list li input, .mod-list li select { display: none; }
.mod-list li.active input, .mod-list li.active select { display: inline; font-size: 9px; margin-left: 5px; vertical-align: middle; }

ul.select > li { margin-top: 2px; }
ul.select > li:first-child { margin-top: 0px; }
ul.select > li > label * { vertical-align: middle; }

ul.sorter > li { margin-top: 4px; }
ul.sorter > li:first-child { margin-top: 0px; }
ul.sorter > li > span,
ul.sorter > li > div { display: table-cell; vertical-align: middle; white-space: nowrap; word-spacing: -4px; }
ul.sorter > li > span,
ul.sorter span.handle { cursor: n-resize; background:url(/css/images/arrow-resize-090.png) no-repeat center 2px; width: 16px; }
ul.sorter span.handle { display: inline-block; background-position: center center; height: 16px; }
ul.sorter > li > div > * { vertical-align: middle; display: inline-block; word-spacing: normal; }

/* ICONS */

.icon-info { display: inline-block; background-image:url('/css/images/information-button.png'); width: 16px; height: 16px; padding: 0px; vertical-align: bottom; }
.icon-tick { display: inline-block; background-image:url('/css/images/tick.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; }
.icon-tick.disabled { background-image:url('/css/images/tick-gs.png'); }
.icon-min { display: inline-block; background-image:url('/css/images/minus.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; }
.icon-refresh { display: inline-block; background-image:url('/css/images/arrow-circle-double-135.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; }
.icon-link { display: inline-block; background-image:url('/css/images/chain--arrow.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; }
.icon-linked { display: inline-block; background-image:url('/css/images/pin.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; }
.icon-stop { display: inline-block; background-image:url('/css/images/cross-button.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; cursor:pointer; }
.icon-preview { display: inline-block; background-image:url('/css/images/eye.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; cursor:pointer; }
.icon-global { display: inline-block; background-image:url('/css/images/globe.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; cursor:pointer; }
.icon-shortcut  { display: inline-block; background-image:url('/css/images/shortcut.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; cursor:pointer; }
.icon-pdf { display: inline-block; background-image:url('/css/images/document-pdf.png'); width:16px; height:16px; padding: 0px; vertical-align: middle; cursor:pointer; }
.icon-next { display: inline-block; background-image:url('/css/images/arrow.png'); width: 16px; height: 16px; padding: 0px; vertical-align: middle; }
.icon-prev { display: inline-block; background-image:url('/css/images/arrow-180.png'); width: 16px; height: 16px; padding: 0px; vertical-align: middle; }
.icon-calendar { display: inline-block; background-image:url('/css/images/calendar-blue.png'); width: 16px; height: 16px; padding: 0px; vertical-align: middle; }

/* ERROR */
	
body > .result { position: fixed; left: 0px; bottom: 0px; margin: 0px 10px; z-index: 9999; }
body > .result > div { position: relative; padding: 10px; margin: 10px 0px; line-height: 1; }
body > .result > div > ul > li { margin-top: 10px; white-space: nowrap; }
body > .result > div > ul > li:first-child { margin-top: 0px; }
body > .result > div > ul > li > * { vertical-align: top; }
body > .result > div > ul > li > label,
body > .result > div > ul > li > span { display: inline-block; line-height: 18px; white-space: normal; }
body > .result > div > ul > li > span { margin-left: 10px; color: #ffffff; }
body > .result > div > ul > li > span > a { color: #ffffff; text-decoration: underline; }
body > .result > div > ul > li > label,
body > .result > div > ul > li:first-child > span { padding: 0px 10px; background-color: #ffffff; font-size: 14px; font-weight: bold; color: inherit; }

body > .result > .alert { border: 0px; color: #a00000; background-color: #a00000; }
body > .result > .attention { border: 0px; color: #ffb400; background-color: #ffb400; }
body > .result > .loading { border: 0px; background-color: #e0e0e0; }
body > .result > .loading span { display: block; width: 16px; height: 11px; background: url(/css/images/loading.gif) no-repeat 0px 0px; }

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }


/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget .ui-widget {  }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
.ui-widget-content a { color: #4F4F4F; }
.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
.ui-widget-header {
	background: #ededed url(/CORE/cms/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
		background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
}
.ui-widget-header a { color: #4F4F4F; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; color: #4F4F4F; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	background: #ededed url(/CORE/cms/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
		background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #9D9D9D; color: #313131; }
.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
	outline: none;
	color: #1c4257; border: 1px solid #7096ab;
	background: #ededed url(/CORE/cms/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
		background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  { border: 1px solid #d2dbf4; background: #f4f8fd; color: #0d2054; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #e2d0d0; background: #fcf0f0; color: #280b0b; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/CORE/cms/css/Aristo/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/CORE/cms/css/Aristo/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/CORE/cms/css/Aristo/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/CORE/cms/css/Aristo/images/ui-icons_454545_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/CORE/cms/css/Aristo/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/CORE/cms/css/Aristo/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/CORE/cms/css/Aristo/images/ui-icons_454545_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background: url(/CORE/cms/css/Aristo/images/icon_sprite.png) -16px 0 no-repeat !important; }
.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background: url(/CORE/cms/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-tr { -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bl { -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-br { -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-top { -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bottom { -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-right {  -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-left { -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all { -webkit-border-radius: 3px; border-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute; font-size: 0.1px; z-index: 1; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 1; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content { -webkit-border-radius: 0; border-radius: 0; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 12px; font-weight: bold; padding: .5em .5em .5em .7em; }
.ui-accordion-icons.ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute; cursor: default; z-index: 3;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
		box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	background: #5f83b9;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #234386;
	border-color: #466086;
		-webkit-border-radius: 0;
		border-radius: 0;
}
/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin: 0px 0.2em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; -webkit-user-select: none; -moz-user-select: none; user-select: none; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/* button animation properties */
.ui-button {
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out;
}

/*states*/
.ui-button.ui-state-hover { 
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}
.ui-button.ui-state-focus {
	outline: none;
	color: #1c4257;
	border-color: #7096ab;
	background: #ededed url(/CORE/cms/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
		background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}
.ui-button.ui-state-active { color: #1c4257; border-color: #7096ab; }
.ui-button.ui-state-active {
	background: #ededed url(/CORE/cms/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
		background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
		background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
	-webkit-box-shadow: none;
	box-shadow: none;
}
 
/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); padding: 0 1em !important; height: 33px; }
/*remove submit button internal padding in Firefox*/ 
input.ui-button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
/* fix webkits handling of the box model */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.ui-button {
		height: 31px !important;
	}
}


/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: 0; width: 300px; z-index: 1; }
.ui-dialog {
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.6);
	box-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.ui-dialog .ui-dialog-titlebar { padding: 0.7em 1em 0.6em 1em; position: relative; border: none; border-bottom: 1px solid #979797; -webkit-border-radius: 0; border-radius: 0; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; font-size: 14px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); } 
.ui-dialog .ui-dialog-titlebar .ui-button { border: 0px; text-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: none; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .8em; top: 55%; width: 16px; margin: -10px 0 0 0; padding: 0; height: 16px; }
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick { display: block; left: 0px; top: 0px; margin: 1px; background: url(/CORE/cms/css/Aristo/images/icon_sprite.png) 0 -16px no-repeat; }
.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon-closethick { background-position: -16px -16px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; border: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; background: #d7d7d7; z-index: 1; }
.ui-slider { -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; }
.ui-slider .ui-slider-handle { background: url(/CORE/cms/css/Aristo/images/slider_handles.png) 0px -23px no-repeat; position: absolute; z-index: 2; width: 23px; height: 23px; cursor: default; border: none; outline: none; -webkit-box-shadow: none; box-shadow: none; }
.ui-slider  .ui-state-hover, .ui-slider  .ui-state-active { background-position: 0 0; }
.ui-slider .ui-slider-range { background: #a3cae0; position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider .ui-slider-range { -webkit-box-shadow: 0 1px 2px rgba(17,35,45,0.6) inset; box-shadow: 0 1px 2px rgba(17,35,45,0.6) inset; }


.ui-slider-horizontal { height: 5px; }
.ui-slider-horizontal .ui-slider-handle { top: -8px; margin-left: -13px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: 5px; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -8px; margin-left: 0; margin-bottom: -13px; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; zoom: 1; border: 0; background: transparent; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; background: transparent; border-width: 0 0 1px 0; }
.ui-tabs .ui-tabs-nav { 
	-webkit-border-radius: 0;
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; font-size: 12px; font-weight: bold; text-shadow: 0 1px 0 rgba(255,255,255,0.5); }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 1px; background: #fff; border-color: #B6B6B6; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; outline: none; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0 1px 1px 1px; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-panel { background: #FFF;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
.ui-datepicker {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.35em 0; border: none; border-bottom: 1px solid #B6B6B6; -webkit-border-radius: 0; border-radius: 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; background: url(/CORE/cms/css/Aristo/images/icon_sprite.png) no-repeat; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { font-size: inherit; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
.ui-datepicker table .ui-state-hover { background: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; border-color: #5F83B9; }
.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height: 12px; text-align: left; background: #FFF url(/CORE/cms/css/Aristo/images/progress_bar.gif) 0 -14px repeat-x; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; background: url(/CORE/cms/css/Aristo/images/progress_bar.gif) 0 0 repeat-x; }

/* Extra Input Field Styling */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	float: left;
	margin-left: 10px;
}

.dataTables_filter {
	display: inline-block;
	float: left;
	text-align: right;
	clear:right;
}

.dataTables_length > label , .dataTables_filter > label {
	line-height: 1;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	float: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_disabled_previous {
	background: url('/CORE/cms/css/images/back_disabled.png') no-repeat top left;
}

.paginate_enabled_previous {
	background: url('/CORE/cms/css/images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
	background: url('/CORE/cms/css/images/back_enabled_hover.png') no-repeat top left;
}

.paginate_disabled_next {
	background: url('/CORE/cms/css/images/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
	background: url('/CORE/cms/css/images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
	background: url('/CORE/cms/css/images/forward_enabled_hover.png') no-repeat top right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	border-spacing:0;
	#min-width: 800px;
	empty-cells:show;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	font-weight: bold;
	cursor: pointer;
	text-align:left;
	* cursor: hand;
	white-space: nowrap;
	font-size: 14px;
}

table.display thead th.sorting_disabled {
	padding-right: 10px;
	cursor: default;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 6px 10px;
}

table.display td.center {
	text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

table.display tr.odd {
	background-color: #f9f9f9;
}

table.display tr.even {
	background-color: #ffffff;
}

/*
 * DataTables row highlighting
 */
 
 table.display tbody tr:hover {
	background-color: #e7f2f9;
}

/*
table.display tbody tr.even:hover {
	background-color: #e7f2f9;
}

table.display tbody tr.odd:hover {
	background-color: #e7f2f9;
}
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.dataTables_wrapper .sorting_asc {
	background: url('/CORE/cms/css/images/sort_asc.png') no-repeat center right;
}

.dataTables_wrapper .sorting_desc {
	background: url('/CORE/cms/css/images/sort_desc.png') no-repeat center right;
}

.dataTables_wrapper .sorting {
	background: url('/CORE/cms/css/images/sort_both.png') no-repeat center right;
}

.dataTables_wrapper .sorting_asc_disabled {
	background: url('/CORE/cms/css/images/sort_asc_disabled.png') no-repeat center right;
}

.dataTables_wrapper .sorting_desc_disabled {
	background: url('/CORE/cms/css/images/sort_desc_disabled.png') no-repeat center right;
}
 
.dataTables_wrapper th:active {
	outline: none;
}
 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.dataTables_wrapper .top, .dataTables_wrapper .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.dataTables_wrapper .top .dataTables_info {
	float: none;
}


.dataTables_wrapper .clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}


.dataTables_wrapper tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}


.dataTables_wrapper tfoot input.search_init {
	color: #999;
}

.dataTables_wrapper td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

.dataTables_wrapper td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers a:active {
	outline: none
}

.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
 	.paging_full_numbers a.paginate_active {
	display: inline-block;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 4px 0px 4px;
	line-height: 16px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
	*cursor: hand;
	vertical-align: bottom;
	text-decoration: none;
}

.paging_full_numbers a.paginate_button {
	background-color: #ffffff;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #56a7d3;
	border-color: #4b8bae;
	color: #ffffff;
}

.paging_full_numbers a.paginate_active {
	background-color:#ececec;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/

.markItUpContainer .markItUpEditor {
	font: 12px 'Courier New', Courier, monospace;
	padding: 5px;
	line-height: 18px;
	overflow:auto;
}
.markItUpPreviewFrame {
	overflow:auto;
	background-color:#FFF;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/CORE/cms/js/markitup/skins/simple/images/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(/CORE/cms/js/markitup/skins/simple/images/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#FFF;
	border:1px solid #000;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#FFF url(/CORE/cms/js/markitup/skins/simple/images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px; 
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#000;
}

/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUp .markItUpButton1 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/h1.png);
}
.bbcode .markItUp .markItUpButton2 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/h2.png);
}
.bbcode .markItUp .markItUpButton3 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/h3.png);
}

.bbcode .markItUp .markItUpButton4 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/bold.png);
}
.bbcode .markItUp .markItUpButton5 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/italic.png);
}
.bbcode .markItUp .markItUpButton6 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/underline.png);
}
.bbcode .markItUp .markItUpButton7 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/stroke.png);
}

.bbcode .markItUp .markItUpButton8 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/picture.png);
}
.bbcode .markItUp .markItUpButton9 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/link.png);
}

.bbcode .markItUp .markItUpButton10 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/fonts.png);
}
.bbcode .markItUp .markItUpButton11 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/list-bullet.png);
}
.bbcode .markItUp .markItUpButton12 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/list-numeric.png);
}
.bbcode .markItUp .markItUpButton13 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/list-item.png);
}

.bbcode .markItUp .markItUpButton14 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/quotes.png);
}
.bbcode .markItUp .markItUpButton15 a	{
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/code.png);
}
	
.bbcode .markItUp .clean a {
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/clean.png);
}
.bbcode .markItUp .preview a {
	background-image:url(/CORE/cms/js/markitup/sets/bbcode/images/preview.png);
}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
}

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
  z-index: 3;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
  z-index: 1;
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}

.cm-tab { display: inline-block; }

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px; padding-right: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-code pre {
  border-right: 30px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.CodeMirror-wrap .CodeMirror-code pre {
  border-right: none;
  width: auto;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  visibility: hidden;
  border-right: none;
  width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursor {
    visibility: hidden;
  }
}

@font-face {
 font-family: Delicious; 
 src: url('/beheerplan/cms/css/fonts/delicious/Delicious-Roman.otf');
}

@font-face {
 font-family: DeliciousBold; 
 src: url('/beheerplan/cms/css/fonts/delicious/Delicious-Bold.otf');
}

@font-face {
 font-family: DeliciousItalic; 
 src: url('/beheerplan/cms/css/fonts/delicious/Delicious-Italic.otf');
}

@font-face {
 font-family: DeliciousSmallCaps; 
 src: url('/beheerplan/cms/css/fonts/delicious/Delicious-SmallCaps.otf');
}

@font-face {
 font-family: DeliciousHeavy; 
 src: url('/beheerplan/cms/css/fonts/delicious/Delicious-Heavy.otf');
}

@font-face {
 font-family: Lato; 
 src: url('/beheerplan/cms/css/fonts/lato/Lato-Regular.ttf');
}

@font-face {
 font-family: LatoLight; 
 src: url('/beheerplan/cms/css/fonts/lato/Lato-Light.ttf');
}

.section .tabs h1 { line-height: 25px; }

.image-upload-preview {
  border: 1px dashed #373737;
  text-align: center;
  margin: 15px 0;
  width: 250px;
  height: 150px;
  line-height: 150px;
}

.image-upload-preview > img {
  max-height: 100%;
  max-width: 100%;
  border: 5px solid transparent;
  box-sizing: border-box;
}

.section .tabs li h1 { display: inline-block; vertical-align: middle; margin: 0px 15px; }

.page-details { vertical-align: top; padding: 5px; }
.page-details input[type=text] { width: 100%; }

#tab-design { padding: 0px; }

/*
.sortable { width: 640px; }
.sortable button { float: right; }
.sortable .grip { display: inline-block; width: 30px; text-align: center; cursor: pointer; }
.sortable li { list-style-type: none; padding: 5px; overflow: auto; }
.sortable li:hover { background-color: #DEDEDE; }
*/

#structure { width: 640px; }
#structure button { float: right; }
#structure .grip { display: inline-block; width: 30px; text-align: center; cursor: pointer; }
#structure li { list-style-type: none; }
#structure li > div { padding: 5px; }
#structure li > div:hover { background-color: #DEDEDE; }
#structure li > ul { margin: 0px 0px 0px 15px; }



.container { margin: 0px 5px; }
.column { box-sizing: border-box; float: left; width: 100%; padding: 5px 0px; margin-left: 4%; min-height: 50px; background-color: rgba(255, 255, 255, 0.75); }
.column .temporary:first-child { min-height: 25px; }
.column:first-child { margin-left: 0px; }
.column.col-1 { width: 4.66666666667%; }
.column.col-2 { width: 13.3333333333%; }
.column.col-3 { width: 22%; }
.column.col-4 { width: 30.6666666667%; }
.column.col-5 { width: 39.3333333333%; }
.column.col-6 { width: 48%; }
.column.col-7 { width: 56.6666666667%; }
.column.col-8 { width: 65.3333333333%; }
.column.col-9 { width: 74.0%; }
.column.col-10 { width: 82.6666666667%; }
.column.col-11 { width: 91.3333333333%; }
.column.col-12 { width: 100%; margin-left: 0px; }

.editor #tabs-editor li > a { padding: 15px; }
.editor #tabs-editor .tab-content { padding: 5px 0px; text-align: center; }
.editor #tabs-editor .ui-tabs-nav { text-align: center; }
.editor #tabs-editor .ui-tabs-nav li { float: none !important; display: inline-block; margin: 0px 5px -4px 0px; }

.editor > .toolbar { padding: 15px 0px 0px 0px; border-style: solid; border-color: silver; border-width: 0px 0px 1px 0px; margin: 0px; text-align: center; }
.editor > .toolbar.bottom { border-width: 1px 0px 0px 0px; position: absolute; background-color: #FFF; bottom: 0px; left: 0px; right: 0px; padding: 0px; z-index: 99999; }
.editor > .toolbar.bottom > * { display: inline-block; vertical-align: middle; margin: 10px; padding: 5px 15px; border: 1px solid silver; border-radius: 2px; cursor: pointer; background-color: #E8E8E8; }


.editor .content { position: relative; width: 100%; height: 100%; max-height: 100%; overflow-y: auto; overflow-x: hidden; resize: both; box-sizing: border-box; padding: 0px; margin: 0px; font-family: "Lato"; font-size: 16px; line-height: 22px; color: #4D4D4D; }

.editor .content .toolbar { 
  display: none; 
  z-index:2;   
  background-color:rgba(200, 200, 200, 1); 
  text-align: center;
  position: absolute;
  border-style: solid;
  border-color: silver;
  border-width: 1px 0px;
  padding: 0px;
  margin: 0px; 
  line-height: 20px;
}

.editor .content .toolbar .gui-icon { font-size: 14px; font-style: normal; cursor: pointer; width: 20px; height: 20px; line-height: 20px; text-align: center; margin: 0px 5px; }
.editor .content .toolbar .gui-icon.grip { float: left; margin: 0px; background-color:#2980b9; color:#FFF; }
.editor .content .toolbar .gui-icon.delete { float: right; margin: 0px; background-color: #c0392b; color:#FFF; }

.editor .content .toolbar.top { left: 0px; right: 0px; padding: 0px; top: 0px; height: 20px; border-width: 0px 0px 1px 0px; }
.editor .content .toolbar.left { left: 0px; top: 0px; bottom: 0px; height: 100%; width: 20px; }
.editor .content .toolbar.right { right: 0px; top: 0px; bottom: 0px; height: 100%; background-color: #e74c3c; width: 20px; }
.editor .content .toolbar.right .gui-icon { margin: 0px; }
.editor .content .toolbar.bottom { bottom: 0px; border-width: 1px 0px 0px 0px; height: 20px; width:100%; line-height: 20px; }

.editor .content .column .toolbar.top { top: -20px; }

.editor .content section { margin: 0px 0px 25px 0px; padding: 50px 0px; position: relative; min-height: 75px; width: 100%; border-width: 1px 0px; border-style: solid; border-color: transparent; background-image:url(/beheerplan/cms/css/images/ro_15.png);  background-color:#C8C8C8; }
.editor .content section.green { background-color: rgba(142, 190, 72, 0.75); }
.editor .content section.orange { background-color: rgba(223, 125, 2, 0.75); }
.editor .content section.blue { background-color: rgba(124, 160, 194, 0.75); }
.editor .content section.background-image { padding: 0px; background-color: #E0E0E0; box-sizing: border-box; background-image:url(/beheerplan/cms/css/images/photo.png); cursor: move; }

.editor .content section > .toolbar.top { padding: 5px; border-width: 0px 0px 1px 0px; }
.editor .content section > .toolbar.bottom { padding: 5px; text-align: center; }
.editor .content section:after { content: ""; display: table; clear: both; }
.editor .content section:hover { border-color: silver; }        
.editor .content section:hover .toolbar { display: block; }

.editor .content section .container { border: 1px dotted black; padding: 20px 20px; position: relative; max-width: 1200px; margin: 0 auto; }
.editor .content section .container:after { content: ""; display: table; clear: both; }

.editor .content section .column > * { position: relative; padding: 5px 20px 5px 20px; margin: 0px; outline: 0px; }
/* .editor .content section .column > *:hover { box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4); } */
.editor .content section .column > * + * { margin: 0px; }
.editor .content section .column .icon { font-size: 75px; }

.editor .content section .button-bar { text-align: center; margin: 15px 0px; }
.editor .content section .button { border: 1px dashed #4D4D4D; border-radius: 5px; padding: 5px 15px; }

.editor .content .container + .container { margin-top: 30px; }

.editor .content h1 { font-size: 50px; line-height: 60px; margin-bottom: 15px; font-family: "DeliciousSmallCaps"; }
.editor .content h2 { font-size: 40px; line-height: 40px; font-family: "DeliciousSmallCaps"; }
.editor .content h3 { font-size: 30px; line-height: 30px; font-family: "DeliciousSmallCaps";  }
.editor .content b { font-weight: 700; }
.editor .content i { font-style: italic; }
.editor .content i.fa { font-style: normal; }
.editor .content  ul,
  .editor .content ol { list-style-type: initial; margin-left: 20px; }
.editor .content ul > li,
  .editor .content ol > li { display: list-item !important; }

.editor .placeholder { background-color: #f1c40f !important; background-image:url(/beheerplan/cms/css/images/ro_15.png); background-repeat:repeat; display: block; height: 75px; }

.editor .theme-selector .theme.green { color: rgba(142, 190, 72, 0.75); }
.editor .theme-selector .theme.orange { color: rgba(223, 125, 2, 0.75); }
.editor .theme-selector .theme.blue { color: rgba(124, 160, 194, 0.75); }

table#row-examples tr > td { height: 50px; }
table#row-examples tr > td:first-child + td { width: 300px; height: 50px; }

table#row-examples .column { background-color: #CCC; }

.editor .object-selector.image-selector .image { border: 1px solid silver; width: 100px; height: 75px; cursor: pointer; margin: 2px; display: inline-flex; align-items: center; justify-content: center; }
.editor .object-selector.image-selector .image img { max-height: 100%; max-width: 100%; }

/*.editor .content .image { height: 275px; background-size: cover; background-position: center; }*/
.editor .content .image { text-align: center; margin: 0px 0px 30px 0px; } 
.editor .content .image img { max-width: 100%; max-height: 100%; border-radius: 4px; cursor: pointer; }


.editor .object-selector { padding: 5px; margin: 0px; overflow-y: auto; text-align: center; max-height: 75px; }
.editor .object-selector > * { display: inline-block; line-height: 30px !important; padding: 0px 15px !important; margin: 2px; vertical-align: middle;  cursor: move; border: 1px solid silver; white-space: nowrap; background-color: rgba(255, 255, 255, 0.75); }
.editor .object-selector .fa { font-size: 18px; line-height: 30px; }

.editor .theme-selector .theme:after {
  font-family: FontAwesome;
  content: "\f1db";
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
  margin: 0px 2px;
}
.editor .theme-selector .theme.active:after { content: "\f058"; color: inherit }

.editor #save-message-container { border: 1px solid silver; text-align: center; margin: 2px 0px 2px 15px; padding: 2px 5px; background-color: #FFF;  }
.editor #save-message-container .fa { margin: 0px 5px 0px 0px; }
.editor #save-message-container:empty { display: none; }

html, body { width: 100%; height: 100%; overflow: hidden; }
body #cms-header { position: fixed; left: 0px; top: 0px; right: 0px; z-index: 1000; }
body #cms-header + div { padding: 0px; height: 100%; max-height: 100%;  left: 0px; top: 0px; right: 0px; bottom: 0px; overflow-y: hidden; }
body > #cms-header + div > #cms-menu { margin-top: 60px;  }
body #cms-content {  position: relative; max-height: 100%; height: 100%; overflow-y: hidden; }
body #cms-content .section { width: 100%; height: 100%; position: relative; padding: 55px 0px 15px 0px; box-sizing: border-box; }
body #cms-content .section table.display { }

body #cms-content .section .tabs {  }

table.full-page { width: 100%; height: 100%; }
table.full-page > tbody > tr > td { position: relative; }
table.full-page > tbody > tr > td.toolbar {
  margin: 0px;
    background-image: url('/css/Aristo/images/the_gradient.gif');
    border: 1px solid #c0c0c0;
    border-bottom: 1px solid #979797;
    padding: 8px 5px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  /*border: 1px solid silver; background-color: #FFF; padding: 10px;*/ 
}
table.full-page > tbody > tr > td.toolbar button { height: 25px; line-height: 19px; margin: 0px 5px; vertical-align: middle; }
table.full-page > tbody > tr > td.toolbar h1 { display: inline-block; margin: 0px 5px; vertical-align: middle; }
table.full-page > tbody > tr:first-child + tr > td {
  height: 100%; vertical-align: top; background-color:#FFF; border-width: 0px 1px 1px 1px; border-color: silver; border-style: solid; max-height: 100%; overflow-y: auto;
}

ul.list { width: 175px; }
ul.list input[type=text],
  ul.list input[type=date],
  ul.list textarea,
  ul.list .image-upload-preview,
  ul.list select { width: 100%; margin: 0px;  }
ul.list > li { padding: 5px; box-sizing: border-box; }
ul.list > li h3 { margin: 0px; padding: 0px; }
ul.list > li.button-bar { 
  margin: 15px 0px;
  border: 1px solid silver;
  text-align: center;
  background-color: #f5f5f5;
}

body #cms-content .sortable-chapters { width: 100%; max-height: 100%; overflow-y: auto; }
body #cms-content .sortable-chapters li {  }
body #cms-content .sortable-chapters li .section { padding: 0px 0px 15px 0px; }

#cms-content > .cms_dashboard { max-width: 1200px; }
				#cms-content > .cms_dashboard > div { display: table; width: 100%; table-layout: fixed; border-collapse: collapse; border-style: hidden; }
				.cms_dashboard > div > ul { display: table-cell; border-style: solid; border-color: transparent; border-width: 10px; vertical-align: top; }
				.cms_dashboard > div > ul .widget { display: block; margin: 10px; margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; }
				.cms_dashboard > div > ul .widget:first-child { margin-top: 0px !important; }
				.cms_dashboard > div > ul .widget > h2 > span { cursor: move; }
				.cms_dashboard > div > ul .widget > h2 > ul { float: right; }
				.cms_dashboard > div > ul .widget > h2 > ul > li { cursor: pointer; display: inline-block; vertical-align: middle; margin-left: 4px; }
				.cms_dashboard > div > ul .widget > h2 > ul > li.size { width: 14px; height: 14px; background: url(/css/images/widget_buttons.png) no-repeat 0px 0px; }
				.cms_dashboard > div > ul .widget.min > h2 > ul > li.size { background-position: -14px 0px; }
				.cms_dashboard > div > ul .widget.min > div { display: none; }
.body-content { width: 700px; height: 450px; background-color: #ffffff; }
				.html-preview { width: 700px; height: 100%; }
				input[type=button].labeler { margin: 0px; position: absolute; z-index: 99999; }
				.hide-edit.date.hide > span { background-image:url(/css/images/calendar--arrow.png); }
				.hide-edit.tags.hide > span { background-image:url(/css/images/tag--arrow.png); }
				.hide-edit.script.hide > span { background-image:url(/css/images/script-code.png); }
				.hide-edit.html.hide > span { background-image:url(/css/images/document-code.png); }
				img.select { max-width: 200px; max-height: 200px; cursor: pointer; border: 1px dashed #bdbdbd; vertical-align: middle; }
				img.select[src=""] { display: block; width: 30px; height: 30px; }
.template-preview { background-color: #f5f5f5; width: 75px; height: 75px; }
				.template-preview table { background-color: transparent; width: 100%; height: 100%; }
				.template-preview table td { border: 3px solid #ffffff; padding: 0px; }
				.template-preview td[colspan] { background-color: black; }
				.template-preview td.master { background-color: #c0c0c0; }
				.template-preview td.set { background-color: #fd5c4d; }
				
				.template-select { text-align: left; }
				.template-select .template-option { text-align: right; display: inline-block; padding: 3px; background-color: #f5f5f5; }
				.template-select .template-option:hover { background-color: #e7f2f9; }
				.template-select .template-option .template-preview { height: 60px; width: 60px; }
.directories { }
				.directories .object { position: relative; display: inline-block; margin: 5px; width: 150px; height: 100px; border: 1px solid #e5e3e3; border-radius: 2px; background-color: #f5f5f5; }
				.directories .object:hover { background-color: #e7f2f9; border-color: #a4cde4; }
				.directories .node { display: inline-block; vertical-align: top; }
				.directories .node .object.parent { display: block; margin: 5px auto; }
				
				.directories .object .link { text-align: center; margin: 25px 5px 0px 5px; }
				.directories .object .link h3 { display: inline; font-weight: bold; font-size: 18px; line-height: 18px; vertical-align: middle; white-space: nowrap; }
				.directories .object .del-edit { position: absolute; bottom: 6px; left: 6px; background-color: #ffffff; padding: 2px; border: 1px solid transparent; border-radius: 2px; }
				.directories .object .object-info .login { background-image: url(/css/images/lock-gs.png); }
				.directories .object .object-info .login.selected { background-image: url(/css/images/lock.png); }
				.directories .object .object-info .publish { background-image: url(/css/images/globe-share-gs.png); }
				.directories .object .object-info .publish.selected { background-image: url(/css/images/globe-share.png); }
				.directories .object .object-info .usergroup { background-image: url(/css/images/users-gs.png); }
				.directories .object .object-info .usergroup.selected { background-image: url(/css/images/users.png); }
#frm-users-group #linking .arrow { display: block; width: 16px; height: 16px; background: url(/css/images/arrow.png) no-repeat 0px 0px; }
						#frm-users-group #linking input[name="virtual_name[]"] { width: 100px; }
#frm-user_management input[name=password] { width: 130px; }
				#frm-user_management .icon-refresh { vertical-align: text-top; margin-left: 4px; cursor: pointer; }
				#frm-user_management input[name=street] { width: 115px; }
				#frm-user_management input[name=streetnr] { margin-left: 5px; width: 30px; }
				#frm-user_management .clearance { display: inline-block; margin-right: 0px; cursor:pointer; width:16px; height:16px; background: url(/css/images/tick-shield.png) no-repeat 0px 0px; vertical-align: middle; }
				#frm-user_clearance .object { position: relative; display: inline-block; margin: 5px; width: 140px; padding: 5px; border: 1px solid #e5e3e3; border-radius: 2px; background-color: #f5f5f5; }
				#frm-user_clearance .object h3 { font-weight: bold; white-space: nowrap; }
				#frm-user_clearance .object.user_group { background-color: #fcfad0; border-color: #eae799; }
				#frm-user_clearance .object.not_user_group { background-color: #ffdcdc; border-color: #f6bcbc; }
				#frm-user_clearance .node { display: inline-block; vertical-align: top; }
				#frm-user_clearance .node .object.parent { display: block; margin: 5px auto; }
				#frm-user_clearance .object > ul { margin-top: 5px; }
				#frm-user_clearance .object > ul > li { margin-top: 2px; border-left: 4px solid #ff0000; }
				#frm-user_clearance .object > ul > li:first-child { margin-top: 0px; }
				#frm-user_clearance .object > ul > li.allow { border-color: #00ff12; }
				
.templates {  }
			
				.templates .overview { margin: 7px; max-width: 665px; }
				.templates .overview > div { position: relative; display: inline-block; margin: 3px; width: 125px; height: 160px; border: 1px solid #e5e3e3; border-radius: 2px; background-color: #f5f5f5; }
				.templates .overview > div:hover { background-color: #e7f2f9; border-color: #a4cde4; }
				.templates .overview > div .template-preview { width: 85px; height: 85px; margin: 0px auto; margin-top: 20px; }
				.templates .overview > div .title { margin: 4px 5px 0px 5px; text-align: center; }
				.templates .overview > div .title h3 { display: inline; font-weight: bold; font-size: 14px; line-height: 14px; vertical-align: middle; white-space: nowrap;}
				.templates .overview > div .del-edit { position: absolute; bottom: 6px; left: 6px; background-color: #ffffff; padding: 2px; border: 1px solid transparent; border-radius: 2px; }

				#template-builder { display: inline-block; }
				#template-builder .width-bar { margin-left: 42px; }
				#template-builder .height-bar { display: inline-block; vertical-align: top; }
				#template-builder .width-bar span
					{ display: inline-block; width: 70px; text-align: center; }
				#template-builder .height-bar > span > span
					{ display: table-cell; text-align: center; height: 70px; vertical-align: middle; }
				#template-builder .height-bar > span
					{ display: table-row; }
				#template-builder .width-bar input, #template-builder .height-bar input
					{ width: 30px; margin: 4px; vertical-align: bottom; }
				#template-builder .main { display: inline-block; }
				#template-builder .window { position: relative; display: inline-block; }
				#template-builder .input { position:absolute; width: 100%; height: 100%; top: 0px; }
				#template-builder .window > .back { display: table; border-collapse: collapse; border: 0px solid #c0c0c0; }
				#template-builder .window > .back .row { display: table-row; }
				#template-builder .window > .back .box { display: table-cell; border: 1px solid #e5e3e3; }
				#template-builder .window > .back .box > div, #template-builder .input div
					{ width: 70px; height: 70px; }
				#template-builder .input div
					{ position: absolute; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
				#template-builder .input .full { border: 2px solid #5ed754; }
				#template-builder .input .back { border: 2px solid #56a7d3; }
				#template-builder .input .con { border: 2px solid #979797; }
				#template-builder .input .mod { border: 2px solid #fd5c4d; }
				#template-builder .input .active
					{ border-color: #4c8efa; }
				#template-builder .input .editing
					{ border-style: dashed; }
				#template-builder .action { margin-top: 5px; }
				#template-builder .action input[type="text"] { width: 100px; }
				#template-builder .action .margin { display: inline-block; vertical-align: middle; }
				#template-builder .action .margin > span { display: inline-block; margin: 1px 0px 1px 0px; }
				#template-builder .action .margin > span:first-child, #template-builder .action .margin > span+span+span+span+span
					{ display: block; text-align: center; }
				#template-builder .action .margin.extra > span > input { font-size: 11px; width: 20px; height: 16px; }
				#template-builder .settings { display: inline-block; margin-left: 4px; vertical-align: top;}
				#template-builder .settings > span { display: block; margin-bottom: 2px; }
				#template-builder .settings input { width: 35px; }
				#template-builder .settings input[name="name"] { width: 80px; }
				#template-builder .settings .sizing input { display: inline; width: 20px; }
.templates {  }
			
				.templates .overview { margin: 7px; max-width: 665px; }
				.templates .overview > div { position: relative; display: inline-block; margin: 3px; width: 125px; height: 160px; border: 1px solid #e5e3e3; border-radius: 2px; background-color: #f5f5f5; }
				.templates .overview > div:hover { background-color: #e7f2f9; border-color: #a4cde4; }
				.templates .overview > div .template-preview { width: 85px; height: 85px; margin: 0px auto; margin-top: 20px; }
				.templates .overview > div .title { margin: 4px 5px 0px 5px; text-align: center; }
				.templates .overview > div .title h3 { display: inline; font-weight: bold; font-size: 14px; line-height: 14px; vertical-align: middle; white-space: nowrap;}
				.templates .overview > div .del-edit { position: absolute; bottom: 6px; left: 6px; background-color: #ffffff; padding: 2px; border: 1px solid transparent; border-radius: 2px; }

				#template-builder { display: inline-block; }
				#template-builder .width-bar { margin-left: 42px; }
				#template-builder .height-bar { display: inline-block; vertical-align: top; }
				#template-builder .width-bar span
					{ display: inline-block; width: 70px; text-align: center; }
				#template-builder .height-bar > span > span
					{ display: table-cell; text-align: center; height: 70px; vertical-align: middle; }
				#template-builder .height-bar > span
					{ display: table-row; }
				#template-builder .width-bar input, #template-builder .height-bar input
					{ width: 30px; margin: 4px; vertical-align: bottom; }
				#template-builder .main { display: inline-block; }
				#template-builder .window { position: relative; display: inline-block; }
				#template-builder .input { position:absolute; width: 100%; height: 100%; top: 0px; }
				#template-builder .window > .back { display: table; border-collapse: collapse; border: 0px solid #c0c0c0; }
				#template-builder .window > .back .row { display: table-row; }
				#template-builder .window > .back .box { display: table-cell; border: 1px solid #e5e3e3; }
				#template-builder .window > .back .box > div, #template-builder .input div
					{ width: 70px; height: 70px; }
				#template-builder .input div
					{ position: absolute; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
				#template-builder .input .full { border: 2px solid #5ed754; }
				#template-builder .input .back { border: 2px solid #56a7d3; }
				#template-builder .input .con { border: 2px solid #979797; }
				#template-builder .input .mod { border: 2px solid #fd5c4d; }
				#template-builder .input .active
					{ border-color: #4c8efa; }
				#template-builder .input .editing
					{ border-style: dashed; }
				#template-builder .action { margin-top: 5px; }
				#template-builder .action input[type="text"] { width: 100px; }
				#template-builder .action .margin { display: inline-block; vertical-align: middle; }
				#template-builder .action .margin > span { display: inline-block; margin: 1px 0px 1px 0px; }
				#template-builder .action .margin > span:first-child, #template-builder .action .margin > span+span+span+span+span
					{ display: block; text-align: center; }
				#template-builder .action .margin.extra > span > input { font-size: 11px; width: 20px; height: 16px; }
				#template-builder .settings { display: inline-block; margin-left: 4px; vertical-align: top;width:200px;}
				#template-builder .settings > span { display: block; margin-bottom: 2px; }
				/*#template-builder .settings input { width: 35px; }*/
				/*#template-builder .settings input[name="name"] { width: 80px; }*/
				/*#template-builder .settings .sizing input { display: inline; width: 20px; }*/

				.pages .overview { margin: 7px; max-width: 740px; }
				.pages .overview > div { text-align: center; position: relative; display: inline-block; vertical-align: top; margin: 3px; width: 140px; height: 145px; border: 1px solid #e5e3e3; border-radius: 2px; background-color: #f5f5f5; }
				.pages .overview > div.index { background-color: #d6fdd3; border-color: #a8ec9c; }
				.pages .overview > div.fallback { background-color: #fcfad0; border-color: #eae799; }
				.pages .overview > div:hover { background-color: #e7f2f9; border-color: #a4cde4; }
				.pages .overview > div .title { margin: 10px 5px 0px 5px; text-align: center; }
				.pages .overview > div .title h3 { display: inline; font-weight: bold; font-size: 14px; line-height: 14px; vertical-align: middle; white-space: nowrap;}
				.pages .overview > div .template-preview { display: inline-block; width: 75px; height: 75px; margin: 0px auto; margin-top: 5px; vertical-align: top; }
				.pages .overview > div .object-info .publish { background-image: url(/css/images/globe-share-gs.png); }
				.pages .overview > div .object-info .publish.selected { background-image: url(/css/images/globe-share.png); }
				.pages .overview > div .object-info .clearance { background-image: url(/css/images/lock-gs.png); }
				.pages .overview > div .object-info .clearance.selected { background-image: url(/css/images/lock.png); }
				.pages .overview > div .object-info .url { background-image: url(/css/images/chain--arrow.png); }
				.pages .overview > div .object-info.vertical { position: relative; display: inline-block; left: 8px; top: 5px; }
				.pages .overview > div .object-info.vertical .modules { background-image: url(/css/images/applications-blue-gs.png); }
				.pages .overview > div .object-info.vertical .modules.selected { background-image: url(/css/images/applications-blue.png); }
				.pages .overview > div .object-info.vertical .modules-count { font-size: 10px; line-height: 10px; height: 10px; padding: 0px; }
				.pages .overview > div .object-info.vertical .master-page { background-image: url(/css/images/document-sub-gs.png); }
				.pages .overview > div .object-info.vertical .master-page.selected { background-image: url(/css/images/document-sub.png); }
				.pages .overview > div .del-edit { position: absolute; bottom: 6px; left: 6px; background-color: #ffffff; padding: 2px; border: 1px solid transparent; border-radius: 2px; }
				
				#frm-page { white-space: nowrap; }
				#frm-page > * { white-space: normal; }
				#frm-page > table { display: inline-block; }
				#frm-page > table .templates { max-width: 198px; }
				#frm-page > table textarea { width: 198px; }
				#frm-page #mod-select { display: inline-block; vertical-align: top; margin-left: 10px; width: 250px; height: 250px; }
				#frm-page #mod-select .template-preview { width: inherit; height: inherit; }
				#frm-page #mod-select .template-preview td[colspan]:hover, .template-preview td.active { background-color: #4c8efa; }
				
				#frm-page #mod-list { display: inline-block; vertical-align: top; margin-left: 10px; }
				#frm-page #mod-list .mod-list { display: inline-block; vertical-align: top; margin-left: 5px; min-width: 140px; font-size: 12px; }
				#frm-page #mod-list .mod-list:first-child { margin-left: 0px; }
				#frm-page #mod-list .mod-list li { line-height: 20px; }
				#frm-page #mod-list .mod-list li > span > span + span { margin-left: 5px; color: #000000; }
#frm-custom_content textarea[name=description] { width: 500px; height: 80px; }
#frm-media .sizing, #frm-media-popup .sizing { display: none; }
				#frm-media .sizing input, #frm-media-popup .sizing input { width: 40px; }
				
				#tab-media-info-file embed { width: 100%; height: 100%; }

				
				@-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } }
				@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
				@keyframes spin { from {transform:rotate(0deg);} to {transform:rotate(360deg);} }

				.tooltip img { max-width: 640px; max-height: 480px; }

				button.btn-cms { text-transform: lowercase; display: inline-block; vertical-align: middle; cursor: pointer; font-weight: normal; padding: 0px 5px; line-height:16px; border-radius: 2px; margin:0px 5px; color: #ffffff; background-color: #4c8efa; border: 1px solid #3079ed; }
				button.btn-cms::before { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; }
				button.btn-cms.add { background-color: #3d9400; border: 1px solid #29691d; }
				button.btn-cms.del { background-color: #fd5c4d; border: 1px solid #ed4030; }

				.chapter-background { width:250px; height:175px; text-align: center; line-height:175px; box-sizing: border-box; padding:5px; }
				.chapter-background > img { max-height:100%; max-width:100%; }
				.chapter-background > i {font-size: 40px; color:silver; }

				#template-gallery table img { max-width: 150px; max-height: 25px; }

				#chapter-gallery > .image {
					padding: 5px;
					display:inline-block;
					width: 150px;
					height: 150px;
					background-size: contain;
					background-position: center;
					margin: 0px 15px 15px 0px;
					border: 1px dashed silver;
					position:relative; 
				}

				#chapter-gallery > .image > img { max-width: 100%; max-height: 100%; line-height: 150px; }
				#chapter-gallery > .image > button { position: absolute; top: 5px; right: 0px; }
				
				.sortable-placeholder { border: 1px dashed silver; background-color:#F5F5F5; }
					
				.sortable .grip { 
					display:inline-block; 
					vertical-align: middle;
					cursor: pointer;					
					font-weight: normal;
					
					padding: 0px 5px;
					line-height:16px;
					border-radius: 2px;
					margin:0px 5px;
					border: 1px solid transparent;
				}

				.sortable .grip::before {
					font-family: FontAwesome;
					font-weight: normal;
					font-style: normal;
					display: inline-block;
					text-decoration: inherit;
					content: "\f07d";
				}

				.sortable-chapters > li > .section > h1 { position:relative; line-height: 32px; padding: 5px; }
				.sortable-chapters > li > .section > h1 button { float: right; height: 32px; line-height: 32px; }
				.sortable-chapters > li > .section > h1 > .grip { position: absolute; top: -1px; left: 0px; height:45px; border-right: 1px solid #979797; line-height:45px; }
				.sortable-chapters .icon { display: inline-block; vertical-align:middle; border: 1px solid silver; border-radius: 5px; padding: 0px 10px; margin: 0px 0px 0px 25px; background-color: white; width: 15px; }
				.sortable-chapters input[type=text] { width:280px; margin-right:2px; }				
				.sortable-chapters .content > div { margin-left: 15px; display: inline-block; vertical-align:top; }
				.sortable-chapters .content > div:first-child { margin-left: 0px; }
				.sortable-chapters .content button { float: right; margin: 0px; }

				.sortable-chapters .btn-cms.content.fa-file-text-o { margin-right:5px; }

				.sortable-chapters .section { margin:0px; }

				.sortable-chapters .sortable { margin: 15px 0px 0px 0px; }
				.sortable-chapters .sortable > li { background-color:#FFF; border:1px solid transparent; box-sizing; border-box; padding: 2px 0px; }
				.sortable-chapters .sortable > li:hover { border: 1px dashed silver; background-color:#F5F5F5; }
				.sortable-chapters .sortable > li label { display:inline-block; width:250px; }
				.sortable-chapters .sortable .content { display:inline-block; vertical-align:top; }

				.image-upload-preview {
					border: 1px dashed #373737;
					text-align: center;
					margin: 5px 0;
					width: 640px;
					height: 480px;
					line-height: 480px;
				}	

				.image-upload-preview.small {
					width: 150px;
					height: 150px;
					line-height: 150px;
				}

				.image-upload-preview.loading:after {
					font-family: FontAwesome;
					font-weight: normal;
					font-style: normal;
					display: inline-block;
					text-decoration: inherit;
					content: "\f021";
					font-size: 24px;
					-webkit-animation: spin 1.5s infinite ease-in-out;
					-moz-animation: spin 1.5s infinite ease-in-out;
					-o-animation: spin 1.5s infinite ease-in-out;
					animation: spin 1.5s infinite ease-in-out;
				}

				.image-upload-preview { width:100%; }
				.image-upload-preview > img { max-height:100%; max-width:100%; }
			

.cms_language .list tr > :first-child { padding: 1px 4px 1px 4px; }
			.cms_language .list tr > :first-child img { vertical-align: middle; }
			
			#frm-language > table { float: left; }
			#frm-language #container-flag { position: relative; width:400px; display:none; float:left; }
			#frm-language #img-icon:empty { display: block; width: 30px; height: 30px; cursor: pointer; border: 1px dashed #bdbdbd; }
			.country-flag { margin:5px; cursor:pointer; float: left; }

				#frm-label textarea, #frm-label-popup textarea { width: 250px; height: 100px; }
				#frm-label-popup #tabs-body > ul > li img { display: inline-block; vertical-align: middle; height: 16px; }
.details {}
					.details form table { display: inline-block; vertical-align: top; margin-left: 5px; }
					.details form h2+table { margin-left: 0px; }
					.details form table td input+span { display: block; font-size: 11px; margin-top: 2px; }
					.details input[name=details\[address\]] { width: 115px; }
					.details input[name=details\[address_nr\]] { margin-left: 5px; width: 30px; }
					.details input[name^=details\[head_tags\]] { width: 300px; }
					.details input[type=submit] { display: block; margin: 15px auto 0px auto; }

					.details #tab-appearance td > img,
					.details #tab-appearance td > .filebrowse { display: inline-block; vertical-align: middle; }
					.details #tab-appearance td > img { margin-left: 8px; }
					.details textarea[name=style],
					.details textarea[name=script] { width: 700px; height: 500px; }
					
.cms_backup form { text-align: center; }
					.cms_backup #tab-backup select { display: block; margin: 0px auto 15px auto; }
					.cms_backup input[type=submit] { display: block; margin: 15px auto 0px auto; }
					.cms_backup input[type=submit]:first-child { margin-top: 0px; }
.cms_jobs table.list th:first-child + th,
					.cms_jobs table.list td:first-child + td { padding-right: 4px; }
					.cms_jobs input[type=submit] { display: block; margin: 15px auto 0px auto; }
					
.log .display td:first-child+td+td { white-space: normal; }
				.log table tr.type-alert, #log-info .type-alert { background-color: #ffd9d9; }
				.log table tr.type-attention, #log-info .type-attention { background-color: #fffcca; }
				#log-info { max-width: 450px; }
#phpinfo pre {margin: 0px; font-family: monospace;}
			#phpinfo table {border-collapse: collapse;}
			#phpinfo .center {text-align: center;}
			#phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left;}
			#phpinfo .center th { text-align: center !important; }
			#phpinfo td, #phpinfo th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
			#phpinfo h1 {font-size: 150%;}
			#phpinfo h2 {font-size: 125%;}
			#phpinfo .p {text-align: left;}
			#phpinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;}
			#phpinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;}
			#phpinfo .v {background-color: #cccccc; color: #000000;}
			#phpinfo .vr {background-color: #cccccc; text-align: right; color: #000000;}
			#phpinfo img {float: right; border: 0px;}
			#phpinfo hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}
/**end**/