/*
 @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,300&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);
*/

html{
	height: 100%;
	scroll: no-scroll;
	
}

body{

	background: rgba(185, 213, 81, 0.3);
	color: #333;
	margin: 0;
	font-family: 'Open Sans', Myriad, Arial, Sans-serif;
	font-size: 11pt;
	line-height: 1.35;
	font-weight: 200;

}
body{
	padding: 10vh;
}

section[role=main] {
	min-width: 300px;
	max-width: 500px;
	margin: 0 auto;
	padding: 40px 40px 0 40px;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	height: 80vh;
	min-height: 400px;
}
section[role=main]:hover{
	/*border: 2px solid rgba(185, 213, 81, 0.4);*/
	box-shadow: 0 0 15px rgba(127, 157, 18, 0.6);

}
section[role=main]:active{
	/*border: 2px solid rgba(185, 213, 81, 0.7);*/
	box-shadow: 0 0 15px rgba(127, 157, 18, 0.6);
	
}
h1{
	font-family: 'Open Sans Condensed';
	font-weight: 200;
	font-size: 36pt;
	margin-top: 0;
}
h2.ruler {
    font-family: georgia;
    font-style: italic;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: center;
    background:  #fff;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
h2.ruler:after{
    content: "";
    display: block;
    border-bottom: 1px solid #aaa;
    margin-top: -50%;
    position: absolute;

}
form{
    margin: 0;
    padding: 0;
}
fieldset{
    border: 0;
    line-height: 2.5rem;
    margin: 0;
    padding: 0;
}
label{
	display: block;
	font-family: georgia;
	font-style: italic;
	color: #839B2B;
	float: left;
	width: 30%;
	text-align: right;
	font-size: 0.8rem;

}
input, select, textarea{
    font-size: 0.8rem;
	padding: 0.5rem;
    width: 80%;
    margin-left: 10%;
	resize: vertical;
	font-family: 'Open Sans', Myriad, Arial, Sans-serif;
}
input[type=reset], input[type=submit]{
    width: 40%;
    display: inline;
	cursor: pointer;
}
input[type=reset]{
    background: rgba(188, 92, 55, 0.6);
    color: #fff;
	border: 1px solid rgba(188, 92, 55, 1);
}
input[type=reset]:hover{
    background: rgba(188, 92, 55, 0.8);
}
input[type=reset]:active{
    background: rgba(188, 92, 55, 1);
}
input[type=submit]{
    margin: 0;
    background: rgba(107, 162, 15, 0.6);
    color: #fff;     
	border: 1px solid rgba(107, 162, 15, 1);
}
input[type=submit]:hover{
    background: rgba(107, 162, 15, 0.8);
}
input[type=submit]:active{
    background: rgba(107, 162, 15, 1);
}
/*
form .field{
	clear: both;
	margin-bottom: 1em;
	overflow: auto;
}
form .input-group{
	float: left;
	width: 60%;
}
*/
ul{
	padding-left: 1em;
}
li{
	padding-left: 0.5em;
	list-style: circle;
	color: rgba(210, 132, 16, 0.3);
}
a{
	text-decoration: none;
	color: rgba(210, 132, 16, 0.8);
}
a:hover{
	color: rgba(146, 88, 3, 1);

}
ul.right,
ul.left {
    width: 40%;
    vertical-align: top;
    display: inline-block;
}

.img-circle{
	background-image: url('/src/pasfoto-s.jpg');
	width: 100px;
	height: 100px;
	border-radius: 50px;
    display: inline-block;
	background-position: -36px -9px;
	background-size: 175px;
    
	float: left;
	margin-top: -18px;
	margin-right: 12px;
	margin-left: -18px;
}
img.pasfoto{
	width: 40wv;
	min-width: 300px;
	max-width: 600px;
	margin-top: 40px;
	margin-left: -40px;
	margin-bottom: -45px;
}

#letter{
	font-family: georgia;
	font-size: 10pt;
	line-height: 1.7;
	margin: 0 -10px;
}

.field{
	min-width: 50px;
	display: inline-block;
	color: #27aae1;
	outline: 0;
}
.field.placeholder{
	min-width: 50px;
	border-bottom: 1px dotted;
}
.placeholder::after {
    content: attr(data-placeholder), "please enter";
	color: #999;
	font-style: italic;
	display: inline-block;

}
:disabled{
	background: #ccc;
}