:root {
	font-family: 	Roboto,HelveticaNeue,Arial,sans-serif;
}

.tab_space {
	display: inline-block;
	width: 10px;
}
/*
path.tooltip { 
	position: relative; 
	text-decoration: none; 
	color: black;
} 
path.tooltip:hover { 
	-moz-box-shadow:inset 0 0 3px #000000;
   	-webkit-box-shadow:inset 0 0 3px #000000;
   	box-shadow:inset 0 0 3px #000000;
}

path.tooltip span { 
	display: none;
}

path.tooltip:hover span { 
	position: absolute; 
	display: block; 
	top: 1em; 
	left: 1em; 
	border: 1px solid black; 
	background-color:white; 
	padding: 0em; 
}
*/
@keyframes rotateSpinner {
	to {
		transform: rotate(360deg);
	}
}

.list div {
	padding: 2px;
}

.let {
	position: relative;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid black;
	padding: 10%;
	margin-left: 10%;
	margin-right: 10%;
}

.let_log {
	position: absolute;
	top: 5%;
	right: 5%;
	text-align: right;
}

.let_log_r {
	text-align: right;
}

.let_addr {
	margin-left: 30px;
}

.let_addr_s {
	font-size: 12px;
	text-decoration: underline;
}

.let_c {
	margin-left: 20px;
}

.cv_rating {
	font-size: 10px;
}

.cv_title {
	font-weight: bold;
}

.offer_form {
	width: auto;
}

.offer_form td {
	padding: 5px;
}

.offer_form_m td {
	padding: 5px;
	color: #000000;
}

.offer_form td:nth-child(1), .offer_form_m td:nth-child(1) {
	font-weight: bold;
}

.offer_form td:nth-child(2), .offer_form_m td:nth-child(2) {
	text-align: right;
}

#offer_signature {
	width: 400px;
	height: 150px;
	background-color: rgba(13, 13, 13, 0.37);
	position: relative;
	z-Index: 255;
}

#offer_signature_m {
	width: 400px;
	height: 150px;
	background-color: rgba(13, 13, 13, 0.37);
	position: relative;
	z-Index: 255;
}

#offer_signature_clear {
	position: absolute;
	bottom: 0;
	right: 0;
}

.calendar {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid black;
}

.calendar, .calendar table {
	font-size: 12px !important;
	width: 255px;
	z-index: 255;
}

.err {
	border: 1px solid red;
}
