@font-face{
	font-family: "paidosttf";
	src: url('../font/AtmaSerifLFBoldRomanQC.woff') format('woff'),
		url('../font/AtmaSerifLFBoldRomanQC.woff2') format('woff2'),
		url('../font/AtmaSerifLFBoldRomanQC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}
*{
	/*font-size: 1.01rem;*/
}
.fontpaidos{
	font-family: paidosttf;
}
textarea:hover, 
textarea:active, 
textarea:focus,

input[type='text']:hover, 
input[type='text']:active, 
input[type='text']:focus,

input[type='button']:hover, 
input[type='button']:active, 
input[type='button']:focus,

input[type='password']:hover, 
input[type='password']:active, 
input[type='password']:focus,

input[type='date']:hover, 
input[type='date']:active, 
input[type='date']:focus,
select:hover,
select:active,
select:focus,
button:focus,
button:active,
button:hover,
.btn:active,
.btn:focus,
.btn .active {
	box-shadow: none !important;
}
.label_toselect input {
	cursor: pointer;
}
.label_toselect {
	cursor: pointer;
	border-radius: 10px;
	padding: 0 8px;
}
.label_toselect:hover {
	background: #ccc;
	border-radius: 10px;
	padding: 0 8px;
}
.label_selected {
	cursor: pointer;
	border-radius: 10px;
	padding: 0 8px;
	background: #FDB577;
}
.outer {
	height:100%; 
	width:100%; 
	display:table; 
	overflow: hidden;
}

.middle {
	display:table-cell; 
	vertical-align: middle; 
	text-align:center 
}	

.inner {
 /* margin: 0 auto;
  width: 400px;
  /*whatever width you want*/
	/*font-family: 'Roboto Mono', monospace;*/
	color: #EF7103;
	font-size: 14px;
}
