.item .alert {
	max-width: none !important;
}
.r{
	text-align: right;
}
.nav_title{
	height: 100px !important;
	background-color: #bbd1c3;
	color: #414141;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.site_title{
	height: auto !important;
}
.field_empty{
	background-color: red;
	color: white;
}
.field_invalid{
	background-color: orange;
}
.field_valid{
	background-color: green;
	color: white;
}
.field_sorting td{
	background-color: #ccc;
}
.field_sorting td.sorting{
	background-color: initial;
}
.mass_field_rename tr{
	height: 60px;
}
.mass_field_rename td.field{
/*	text-align: center;*/
}
.mass_field_rename textarea{
	height: 45px;
	padding: 2px;
	width: 90%;
}
.mask_sample{
	text-align: center;
	position: relative;
	margin: 0 auto;
	border: 1px solid black;
}
.mask_sample_area{
	position: absolute;
	opacity: 0.3;
	border: 2px dashed black;
}
.mask_sample_area.hover:hover{
	opacity: 0.6;
	cursor: pointer;
}
.c{
	text-align: center;
}
.read_temporary{
	background-color: #bbd6df !important;
}
table tr.selected{
	background-color: #c2d5ea !important;
}
.child_menu span{
	float: right;
}
.miniinput{
	width: 40px;
}
.miniinput2{
	width: 70px;
}
a.btn{
	color: white !important;
}
.incomplete{
	background-color: red !important;
}
.partcomplete{
	background-color: orange !important;
}
.complete{
	background-color: green !important;
}
.error_input{
	border: 1px solid red;
}
.critical{
	background-color: #f0dd7d !important;
}
.readmatrix_inprogress{
	color: #df9500;
}
.readmatrix_close, .readmatrix_um{
	color: green;
}
.disabled_style{
	opacity: 0.6;
}
