/* 
@font-face {
  font-family: Lato;
  src: url(/assets/fonts/Lato.woff2) format('woff2'),
       url(/assets/fonts/Lato.woff) format('woff'),
       url(/assets/fonts/Lato.ttf) format('truetype');
}
 */

@import url('https://fonts.googleapis.com/css?family=Lato');
html { 
    font-family: Lato, Roboto, Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
body 
{ 
    background-color: #f9f9f9; 
    color: #0a0a0a;
    font-size: 100%;
    font-weight: normal;
    font-family: Lato,Roboto, Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    font-size: 15px;
    margin: 5px;
}

ul {  font-family: Lato,Roboto, Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif; padding-inline-start: 15px; list-style-type: none;
margin-block-start: 5px; margin-block-end: 5px;}
li { font-family: Lato,Roboto, Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif; }
.pseudo {  font-family: Lato,Roboto, Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif; }

.header {
xbackground: radial-gradient(circle farthest-side at top center, white 10%, hsl(213, 25%, 85%) 70%);
background: radial-gradient(circle farthest-side at top center, white 10%,  #a5a5a5 70%);
background-position: -20% center;
text-align: center;
position: relative;
padding: 0px;
margin-bottom: 20px;
height: 400px;
}
.header img { margin-right: 135px; }
.main { position: absolute; width: 100%;  top: 80px; }
#cathead { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none; text-indent: 2px; letter-spacing: 2px }

.cathead { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none;  }

h1.cathead { font-size: 22px; }

h2.cathead { font-size: 18px; }

h3.cathead { font-size: 16px; }


#comment { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none }
#instruction { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none }
#resname { color: black; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none }
#restext { color: black; font-style: normal; font-weight: normal; font-size: 14px;  text-decoration: none }
#warn { color: red; font-weight: bold; font-size: 14px;  }
/*.button { width: 60px }*/
.button {}
.autobutton { width: auto }
.checkbox { width: auto }
.newclass { }
.radiobtn { background-color: transparent; width: auto }
.submit { text-align: right; width: 60px }
.text { width: 150px }

form { margin-bottom: 0 }

input { font-style: normal; font-weight: normal; font-size: 12px;  text-decoration: none; background-color: #dbdee1; width: 95%;  filter: none; }
input:focus { outline: 0; }

select {
    font-family: inherit;
    font-style: normal; 
    font-weight: normal; 
    -webkit-appearance: none;
    font-size: 16px;  
    text-decoration: none; 
    background-color: #dbdee1; padding: 2px 0px 0px 2px; width: 94% }
select:focus { outline: 0; }
option {   font-family: inherit; font-size: 14px; }
select#fixed { -webkit-appearance: none;  font-size: 14px; font-family: inherit;}

textarea { font-family: inherit; font-style: normal; font-weight: normal; font-size: 12px;  text-decoration: none; background-color: #dbdee1; padding: 3px 3px 1px; width: 95% }
textarea:focus { outline: 0; }


table.one	{	 width:98%    }
table.two   {	 width:100% 	}
.borders {padding-left: 10px; padding-top: 10px; padding-right: 10px;}


a	img		{	border:	none; 	} 	
a:link { font-family: inherit; color: #596e7e; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none }
a:visited { font-family: inherit;  color: #596e7e; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none }
a:hover { font-family: inherit;  color: #b22222; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none }
a:active { font-family: inherit;  color: #b22222; font-style: normal; font-weight: bold; font-size: 16px;  text-decoration: none }		
a:focus { outline: 0; }

.note {  font-size: 90%; }		
 
/*   Close Button e2e2e2 -> bebebe	*/
 
 .dxrBTN {
     font-family: inherit;
	display: inline-block;
	white-space: nowrap;
	background-color: #e2e2e2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#bebebe));
	background-image: -webkit-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: -moz-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: -ms-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: -o-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: linear-gradient(top, #e2e2e2, #bebebe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#bebebe');
	border: 1px solid #777;

	margin: 0.5em;
	font: inherit;
	text-decoration: none;
	color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);

	cursor: pointer;
}
/* .buttons:link { font-size: 10px; } */

.dxrBTN:hover {
	/* font-size: 10px; */
	background-color: #e2e2e2;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#e2e2e2));
	background-image: -webkit-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: -moz-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: -ms-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: -o-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: linear-gradient(top, #bebebe, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bebebe', EndColorStr='#e2e2e2');        
}

.dxrBTN:focus {
	outline: 0;
	background: #bebebe;
}    

 .dxrBOX {
	display: inline-block;
	white-space: nowrap;
	background-color: #e2e2e2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#bebebe));
	background-image: -webkit-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: -moz-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: -ms-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: -o-linear-gradient(top, #e2e2e2, #bebebe);
	background-image: linear-gradient(top, #e2e2e2, #bebebe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#bebebe');
	border: 1px solid #777;
	margin: 0;
	font: inherit;
	text-decoration: none;
	color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
/* .buttons:link { font-size: 10px; } */

.dxrBOX:hover {
	/* font-size: 10px; */
	background-color: #e2e2e2;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#e2e2e2));
	background-image: -webkit-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: -moz-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: -ms-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: -o-linear-gradient(top, #bebebe, #e2e2e2);
	background-image: linear-gradient(top, #bebebe, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bebebe', EndColorStr='#e2e2e2');        
}

.dxrBOX:focus {
	outline: 0;
	background: #bebebe;
}    

.buttons:active {
	font-size: 10px;
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.buttons:focus {
	/* font-size: 10px; */
	outline: 0;
	background: #bebebe;
}    

.buttons:before {
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em 0 .4em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .3em 0 0 .3em;
	-webkit-border-radius: .3em 0 0 .3em;
	border-radius: .3em 0 0 .3em;
        pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.delete:before { content: "\2718"; }