/* general css */

body,html {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
	font-family: 'Roboto', sans-serif; font-weight: 100;
	vertical-align:middle;
	overflow: hidden;
	height: 100%;
}

*:focus { outline:none; }
.anam, #companel { display:none;}

a:link { color: #06c; text-decoration: none; }
a:visited { text-decoration: none; color: #333; }
a:hover, a:active { text-decoration: none; }

/* form relative css */

.telegram{
	width: 65%;
 }

li {
	list-style:none;
	position:relative;
 }

input, textarea, select, .celine {
	width: 99%;
	border: 0px;
	background: #eee;
	margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding-left: 5px;
 }

.celine li:not(:first-child):hover{
	background: #f90;
}

.celine{
	margin-top: 0px;
	line-height: 1.5;
	display: none;
	width: 100%;
	cursor: hand;
	cursor: pointer;
    -webkit-transition: all 100ms ease-in-out;
	   -moz-transition: all 100ms ease-in-out;
		 -o-transition: all 100ms ease-in-out;
			transition: all 100ms ease-in-out;
}

.celine li:first-child{
	cursor: default;
}

select, .maxine {
	width: 100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	border-radius: 0px;
	height: 25px;
	padding-left: 5px;
	background: #ccc;
	color: #fff;
}

.maxine {
	line-height: 1.9;
}

/*
label select{position:relative}
label:after{
    content:'< >';
    font:11px monospace;
    color:#fff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before select{
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
*/

input {
	height: 25px;
}

label, .maxine, .celine {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #999;
}

form { margin-bottom:0; }

#caption {	/* caption text */
	position: absolute;
	right: 80px;
	bottom: 30px;
	width: 300px;

	font-size: 15px;
	color: #333;

	z-index: 99999;
}

#caption a, #caption p { /* necessary to make caption links and text appear on the same line */
	margin-bottom: 0px;
}

/* other css */

#messa {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 37px;
	position: fixed;
	right: 60px;
	bottom: 37px;
	cursor: pointer;
	cursor: hand;
	z-index: 5;
	color: #222;
/*	    -webkit-transition: color 100ms ease-out 1s;
	    -moz-transition: color 100ms ease-out 1s;
	    -o-transition: color 100ms ease-out 1s;
	    transition: color 100ms ease-out 1s; */
}

#messa:hover {
	color: #09f;
}

.td1 {
	overflow:hidden;
}

.popbox {
    display: none;
	font-weight: 300;
    position: absolute;
    z-index: 99999;
    width: auto;
    color: #09f;
    margin: 0px;
}

.busy{
	position: absolute;
	line-height: 0.6;
	font-size: 14px;
	color: #000;
}

.busy>p:last-child{
	color: #fff;
}

.ema{
	display: inline;
}

.emah a:link{
	color: #09f;
}

.emah a:link:hover{
	color: #f90;
}

.card{
	position: absolute;
	width: 100%;
	left: 0px;
	height: 80%;
	top: 10%;
	overflow: auto;

}

.paper{
	position: absolute;
	width: 50%;
	left: 25%;
}

.frame{
	position: static;
	width: 100%;
	height: 5em;
}

.one{
	position: absolute;
	left: 0px;
	width: 28%;
	color: #000;
	padding-right: 2em;
}

.two{
	position: absolute;
	right: 0px;
	width: 65%;
	padding-left: 2em;
}

.two a{
	margin-right: 1em;
	font-weight: 500;
	padding-right: 1em;
	color: #f90;
}

.two a::after{
	content: "\A";
	white-space: pre;
}


#wrongs {
	position: fixed;
	bottom: 50px;
	left: -10px;
	color: #eee;
	font-size: 200px;
	line-height: 0.5;
}