.integr img {
	max-width: 200px;
	max-height: 100px;
	margin: 5px;
}

td.nowrap,
td.phone-cell,
td.control {
	white-space: nowrap;
}

.sidebar-brand img {
	max-width: 200px;
}

.cl {
	clear: both;
}

#black {
	width: 100%;
	height: 100%;
	background: black url('bg50.png');
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url('ajax.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	z-index: 50;
	display: none;
	top: 0;
	left: 0;
}

select.form-control {
	min-width: 100px;
}

.pull-right {
	float: right;
}

.floatwrap>div {
	max-width: 1100px;
	margin: 0 auto;
}

.floatwrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	padding: 40px;
	overflow-y: scroll;
}

.tdlanguage span sup {
	font-size: 0.6em;
	top: -0.8em;
}

.tdregion span,
.tdlanguage span {
	padding: 0 5px;
	white-space: nowrap;
}

.table th {
	white-space: nowrap;
}

.floathelper span:hover {
	background: #ccc;
}

.floathelper span {
	display: block;
	cursor: pointer;
}

.floathelper {
	position: absolute;
	height: auto;
}

.floathelper>div {
	position: relative;
	max-height: 200px;
	overflow-y: scroll;
	padding: 10px;
	background: white;
	z-index: 1000;
	border: 1px solid #ccc;
	border-top: none;
	left: 0px;
	right: 0px;
}

.beline {
	color: #e06666 !important;
	background: #fbeaea !important;
	font-style: italic;
}

.boldline {
	font-weight: bold;
}

.grayline {
	background: #d9d9d9 !important;
	color: #737373 !important;
}

.btn-xls {
	margin-right: 10px;
}

.sort-control.active {
	color: #000;
}

.sort-control {
	display: inline-block;
	color: #bbb;
	cursor: pointer;
}

.tdlanguage span.lmark {
	display: inline-block;
	border-radius: 50%;;
	width: 20px;
	height: 20px;
}

.lmark.u{
	background: #cae6ca;
}
.lmark.d{
	background: #b4d0b4;
}
.lmark.du{
	background: #90a690;
}

input:disabled {
	cursor: not-allowed;
}