.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.grid-view-loading {
	opacity: 0.2 !important;
}

a.sort-link.asc::after { 
    content: " ▴";
	color: #18A689 !important;
}

a.sort-link.desc::after { 
    content: " ▾";
	color: #18A689 !important;
}

.parent-category {
	color: #999;
	font-size: 11px;
	line-height: 1.2;
}

.yiiPager .next a, .yiiPager .prev a {
	margin-top:2px !important;
	margin-left: 3px !important;
}

ul.yiiPager .first,
ul.yiiPager .last
{
	display:inline !important;
}

.czynnosci {
	text-align: center;
}

.czynnosci a {
	font-size: 16px;
	padding: 0px 2px; 
}

.czynnosci a:nth-child(1) { color: green; }
.czynnosci a:nth-child(2) { color: #c00; }
.czynnosci a.copy-button { color: #26B799; }

.table-languages {
	width: auto;
	float: left;		
	margin: 0px 6px 6px 0px;
	padding: 0px;
	border: 1px solid #0a0 !important;
	border-collapse: separate;
}

.table-languages.used {
	border: 1px solid #c00 !important;
	background: #FA8258;
}

table.table-languages tr td {
	padding: 2px 4px !important;
	vertical-align: middle !important;
	border: none !important;
}

table.table-languages tr td:first-child {
	border-right: 1px solid #E7E7E7 !important;
}

a.language-link {
	font-family: monospace;
	color: #0a0;
}

.table-languages.used a.language-link {
	color: #c00;
}

td .tooltip {
    position:absolute;
}

span.required {
	color: #D77F88;
}

.errorSummary {
	color: #D77F88;
	margin-bottom: 15px;
}

.form-control.error {
	border: 1px solid #D77F88;
}

label.error {
	padding-left: 0px;
	margin-left: 0px;
}

table.table-model tr td {
	vertical-align: middle !important;
}

.table-model tr td:first-child {
	white-space: nowrap;
	width: 1%;
}

.table-model tr td textarea {
	height: 300px;
	resize: vertical;
}

#blogs-grid button.btn.btn-default {
	padding: 2px 6px;
	min-width: 120px;
	background-color: #92BBB3;
}

strong{
font-weight:bold;
}

.table-additional-filter input[type='text']{
	width: 100%;
}

.table-additional-filter select[multiple] {
	width: 300px;
}