@charset "UTF-8";

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-family: inherit;
        font-size: inherit;
}
* {
        box-sizing: border-box;
	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

.red{ color:red; }
.blue{ color: blue; }
.grey{ color: grey; }
.green{ color:green; }
.b{ font-weight:bold; }
.big{ font-size:13px; }
.center{ text-align:center; }
.nobr{ white-space:nowrap; }

input[type="text"], input[type="password"], select, textarea {
        font-size: 11px;
        font-weight: normal;
        padding: 3px 4px;
        margin: 2px;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
th, td {
        vertical-align: middle;
	padding: 2px;
}
p {
        text-align: justify;
}
ul, ol {
        padding: 5px;
        margin-left: 10px;
}
ul li, ol li {
        padding: 2px;
        margin-left: 10px;
}
small {
        font-size: 9px;
}
big {
        font-size: 13px;
}
a {
        text-decoration: none;
        color: #02E;
}
a:hover, a:active, a:focus {
        color: #E03;
        text-decoration: underline;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
body.webadm {
        background-color: #f5f3ea;
	line-height: 150%;
	font-size: 11px;
}
body.mobile {
        background-color: white;
	line-height: 150%;
	font-size: 11px;
}

table.middle {
        width: 100%;
        height: 75%;
	padding: 20px;
}

div.home {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #5b6166;
        padding: 20px 20px 0 20px;
	margin: 0 auto;
	background-color: white;
	display: inline-block;
	line-height: 125%;
}
div.desktop {
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
}
div.mobile {
        height: 100%;
}
div.home h1 {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: #5b6166;
	padding: 5px 20px 5px 20px;
}
div.home h2 {
        font-size: 11px;
        font-weight: 300;
	text-align: center; 
	color: #5b6166;
	padding: 2px 20px 15px 20px;
}
div.home h2 a {
        color: #5b6166;
        text-decoration: none;
}
div.home h3 {
        font-weight: 300;
        margin: 0;
	padding: 0;
}
div.home ul {
        width: 380px;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.home ul li {
	border-top: 1px solid #dce0e6;
	padding-right: 10px;
	margin: 0;
	text-align: left;
}
div.home ul li:hover {
        background-color: #fafafa;
}
div.home span.icon {
        display: inline-block;
	width: 24px;
	padding: 10px 2px 10px 5px;
	vertical-align: top;
}
div.home span.title {
        font-size: 14px;
	color: #555;
}
div.home span.help {
        font-size: 11px;
	padding-top: 5px;
	line-height: 16px;
}
div.home ul li a {
        text-decoration: none;
        display: inline-block;
	padding: 15px 15px 10px 15px;
	width: 340px;
}
div.home ul li a>span {
        display: block;
	width: 95%;
	font-size: 11px;
	color: #868686;
}
div.home a.arrow {
        background:url('images/arrow.png') no-repeat right;
}
div.noapp {
        font-size: 13px;
	padding: 0 20px 30px 20px;
}
div.links {
	margin: 0 -20px 0 -20px;
}
div.links a {
        font-size: 11px;
	font-weight: 300;
	text-decoration: none;
        padding: 9px 10px 9px 10px;
        background-color: #999;
        width: 50%;
        color: white;
}
div.links a.admin {
        float: left;
        text-align: center;
}
div.links a.websrv {
        float: right;
        text-align: center;
}
div.links a .fa {
        font-size: 1.1em;
        padding-right: 8px;
}
div.links a:hover, div.links a:focus, div.links a:active {
        background-color: #FDBC00;
}
div.footer {
        color: white;
	font-size: 11px;
	text-align: right;
        font-weight: 300;
        padding: 9px 10px 9px 10px;
	margin: 0 -20px 0 -20px;
        background-color: #999;
}
div.footer a {
        text-decoration: none;
	color: #FFE88A;
}

table.content {
        padding: 0;
        margin: 0 auto;
	background-color: white;
}
table.content_default {
	overflow: hidden;
	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
}
table.content_fullpage {
        width: 100%;
        height: 100%;
	vertical-align: top;
}
table.content_mobile {
        width: 100%;
        height: 100%;
}
table.content td.body {
        padding: 15px;
	margin: 0;
	color: #5b6166;
}
table.content_mobile td.body {
        vertical-align: top;
	height: 100%;
}
table.content td.header {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
        font-weight: 300;
	color: #5b6166;
	padding: 15px 50px 12px 50px;
	text-align: center;
	white-space: nowrap;
        border-bottom: 1px solid #e7e7e7;
}
table.content td.logo {
	border-bottom: 1px solid #e7e7e7;
	width: 100px;
	height: 50px;
	padding: 5px 15px 0 0;
	text-align: right;
	vertical-align: middle;
}
table.content td.footer {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: white;
	background-color: #999;
	white-space: nowrap;
	vertical-align: middle;
}
table.content td.footer div.lang {
        float: left;
	text-align: left;
	padding: 0 6px 0 5px;
	margin: 0;
}
table.content td.footer div.lang a {
        cursor: pointer;
}
table.content td.footer div.text {
        float: right;
	text-align: right;
	padding: 5px 10px 5px 10px;
}
table.content td.footer a {
	text-decoration: none;
	color: #FFE88A;
}

div.error {
        width: 300px;
	display: inline-block;
        padding: 20px 15px 20px 15px;
        color: red;
	text-align: center;
	word-wrap: break-word;
}
div.success {
        width: 300px;
	display: inline-block;
        padding: 20px 15px 20px 15px;
	color: #333;
        text-align: center;
	word-wrap: break-word;
}
div.frame {
        border: 1px solid #ddd;
	background-color: #fefefe;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
}

div.help_popup {
        padding: 5px;
        z-index: 9999;
	position: absolute;
	visibility: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
div.help_popup p {
	color: #333;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	white-space: normal;
}

div.ajax_popup {
        padding: 5px;
        z-index: 9999;
	position: absolute;
	visibility: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
        box-shadow: 0px 1px 4px 0px rgba(128,128,128,0.3);
}

div.locale_list {
        display: none;
        float: left;
	padding: 0;
	margin: 0;
}
div.locale_list ul {
        height: 26px;
    	margin: 0;
    	padding: 0;
}
div.locale_list ul li {
        list-style-type: none;
    	display: inline;
    	cursor: pointer;
   	margin: 0;
	padding: 0 6px 0 0;
}


