/*
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;
}
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;
}
*/

/*
VANILLA
*/
/*
body {
	font: 9pt/1.5em sans-serif;
	font-family: Arial, sans-serif;
	color: var(--theme-dark);
	background:var(--theme-divider-bg);
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold; 
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
cite {
	font-style: italic;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
input, label {
	display: block;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.lefthalf, .righthalf {
	width: 396px;
	margin: 0px 32px;
}
.lefthalf {
	float: left;
	margin-left: 0;
}
.righthalf {
	float: right;
	margin-right: 0;
}
img {
	max-width: 100%;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
	display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
	display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/

/*
TEMPLATE
*/

/* Esther - from some other css file - */
/* Fonts */
@font-face {
	font-family: 'SolomonBookRegular';
	src:
	/* url('../font/solomon_book-webfont.eot?') format('eot'), */
	/* url('../font/solomon_book-webfont.otf') format('opentype'), */
	url('../font/solomon_book-webfont.woff') format('woff'),
	url('../font/solomon_book-webfont.svg#webfontbdZT2m2c') format('svg');
}

/* Body block and container */
body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h2 { font-size: 1.6rem}
a, a:active, a:visited { color: #005492; }
a { text-decoration: underline; text-decoration-skip-ink: none;	}
a:hover { color: #459DCF; }

html, body {
	height:100%;
}

body {
	font-family: SolomonBookRegular, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: var(--theme-dark);
	background: var(--theme-divider-bg);
	margin: 0px;
}

#main-center {
	margin: 20px auto;
	background: var(--theme-light);
	box-shadow: 0px 1px 2px rgb(29 39 53 / 50%);
	max-width: 1080px;
	}
.row {
	margin-right:0;
	margin-left:0;
}

/* Esther end */
/*
#dejacloud {
	width: 960px;
	margin: 20px auto;
	border: 1px solid #757575;
	background-color: white;
	box-shadow: 0px 0px 4px #B9B9B9;
	padding: 2em;
}
.content {
	padding: 0 20px 20px;
}
.copyright {
	font-size: 9pt;
	text-align: right;
	margin: 0 20px 8px 0;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.error {
	font-weight: bold;
	color: red;
	display: block;
}


.dcl_reset {
	font-size: 20px;
	background-color: aliceblue;
	max-width: 80%;
	margin: 0 auto;
	border-left: 3px solid blue;
	padding: 10px;
}
*/
/*h1 {
	font-size: 22pt;
	margin: 22pt auto;
	text-align: center;
	line-height: 1em;
}
h2 {
	font-size: 16pt;
	margin: 16pt auto;
	line-height: 1em;
}
input[type="submit"] {

	padding: 12px 40px;
	margin: 12px 0;
	display: inline-block;
	font-size: 15px;
}*/


/*
PAGES
*/
/*
#signin input[type="text"], #signin input[type="password"], #createaccount input[type="text"], #createaccount input[type="password"], #passwordchange input[type="password"] {
	width: 180px;
	height: 18pt;
	margin-bottom: 5pt;
}
*/



/*
MOBILE
*/
/*
@media screen and (max-device-width: 720px), screen and (max-width: 720px) {

body {
	margin: 0 auto;
	width: 100%;
}
#dejacloud {
	width: 100%;
	border: none;
	box-shadow: none;
	margin-top: 8px;
}

}
*/

