@charset "utf-8";
/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* ---------- GENERAL ---------- */

body {
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

#login input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

/* ---------- LOGIN ---------- */

#login {
	margin: 50px auto;
	width: 27%;
  	box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.75);
  	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	min-width: 300px;
	max-width: 360px;
}

#login h2 {
	background-color: #46a630;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 26px;
  
}

#login fieldset {
	border-radius: 0 0 20px 20px;
	padding: 20px 26px 10px;
}

#login fieldset p {
	color: #777;
	margin-bottom: 5px;
}

#login fieldset p:nth-child(even) {
	margin-bottom: 20px;
}

#login fieldset p:nth-child(5) {
	margin-bottom: 14px;
}

#login fieldset p:last-child {
	margin-bottom: 0;
}

#login fieldset input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#login fieldset input[type="text"], #login fieldset input[type="password"] {
	background-color: #dbdada;
	color: #777;
	padding-top: 4px;
	padding-left: 10px;
	width: 97%;
	margin: 0 auto;
}

#login fieldset input[type="submit"] {
	background-color: #46a630;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
}

#login fieldset input[type="submit"]:hover {
	opacity:0.85;
}

#lock {margin-right: 10px;
}

#copy {text-align: center;
	font-size: 12px;
	margin-bottom: 0;
}

.text {width:27%;
	text-align:justify;
	margin:auto;
	font-size: 12px;
	min-width: 300px;
	max-width: 360px;
}

.text a, .register-user a {
	color:#777;
	text-decoration:none;
}

.text a:hover, .register-user a:hover {
	text-decoration:underline;
}

h3 {
	font-weight:bold;
	font-size: 120%;
}
h4 {
	font-weight:bold;
}
.news-list td {
	border-width: 0;
}
.news-list td {
	border-bottom-width: 1px;
}
.news-list td {
	vertical-align: top;
}
.news-list .icon {
	max-width: 64px;
	margin-right: 3px;
}
.news-list .content {
	text-align: justify;
}
.news-list .link {
	text-align: center;
}
.news-list .title {
	font-weight: bold;
}
p.register-user {
	text-align: right;
	font-size: 12px;
}

.switch {
	box-sizing: border-box;
	background-color: #E4E4E4;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	border-radius: 21px;
	padding: 2px;
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}
.switch .option {
	box-sizing: border-box;
	min-height: 30px;
	text-align: center;
	padding: 5px;
}

.switch .option.selected {
	background-color: #46A630;
	color: #FFFFFF;
	border-radius: 17px;
}
