/**
 * Workaround for select2 inputs
 * to display JS validation messages
*/
.select2-container + select:required {
	position: absolute;
	z-index: -1000;

	display: block !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	vertical-align: middle;
}

.sizeColumn {
	text-align: right;
}

.sizeColumn span {
	margin-right: 30%;
}

button.low {
	height: 20px;
}

button.low span {
	position: relative;
	top: -5px;
}

.disabledBlock {
	pointer-events: none;

	/*opacity: .5;*/
}
.current {
	background-color: #f3fff2;
}
.white-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: rgba(255,255,255,.9);
}
.flex-layout {
	display: flex;
}
.flex {
	flex: 1 0 1px;
}
.fa {
	vertical-align: baseline;
}
.table-striped>tbody>tr.encrypted-file_none {
	background-color: #ffdfdf;
}
.table-striped>tbody>tr.encrypted-file_none:nth-of-type(odd) {
	background-color: #e7c7c7;
}
.table-striped>tbody>tr.encrypted-file_found {
	background-color: #fff3cd;
}
.table-striped>tbody>tr.encrypted-file_found:nth-of-type(odd) {
	background-color: #e7dbb6;
}