.text-center {
	text-align: center;
}


/* kanbanova tabule */
/* ================ */
.kanban-table {
	border-spacing: 0.5rem;
	min-width: 1380px;
}

.account-komunikace {
	max-width: 350px;
}

@media (max-width: 1480px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		border: 1px solid #ddd;
		padding-bottom: 10px;
	}
}

.kanban-table .unimportant {
	opacity: .4;
}

.kanban-table .unimportant:hover {
	opacity: 1;
}


.kanban-table th {
	width: calc(100% / 9);
	padding: 10px;
	text-transform: uppercase;
}

.kanban-table td {
	background: #f4f5f7;
	padding: 0 5px;
	border-spacing: 5px;
	vertical-align: top;
}

.kaban-item {
	position: relative;
	border-radius: 2px;
	box-shadow: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
	margin: 5px 0;
	padding: 10px;
	background: #fff;
}
.kaban-item .stateIcon{
	position: absolute;
	top: 8px;
	right: 8px;
}

.kaban-item.task-expiroval {
	background: #fee;
}
.kaban-item.ve-fronte {
	background: #f4f5f7;
}

.kaban-item.ve-fronte .kanban-title,
.kaban-item.ve-fronte .tabule-flag-row,
.kaban-item.ve-fronte h2,
.kaban-item.ve-fronte time,
.kaban-item.ve-fronte .kanban-text-item {
	opacity: 0.3;
}

.kaban-item h2 {
	margin: 0 0 15px 0;
	font-size: 13px;
}

.kaban-item figure {
	max-width: 24px;
	margin: 0;
	display: inline-block;
}

.kaban-item figure {
	display: inline-block;
}

.kaban-item figure img {
	max-width: 100%;
	height: auto;
}

.kaban-item time {
	display: block;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}

.kaban-item .bottom-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.kaban-item .kanban-info-item img {
	vertical-align: middle;
	margin-left: 15px;
}

.tabule-flag-row {
	padding: 5px 0;
}

.tabule-flag {
	padding: 3px 5px;
	display: inline-block;
	border: 1px solid;
	font-size: 11px;
	line-height: 1rem;
}

.tabule-flag.danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.tabule-flag.warning {
	background-color: #ffc9b0;
	border-color: #ffc9b0;
}

.tabule-flag.disabled {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.kanban-title{
	margin-right: 1.25rem;
}

.kanban-text-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 5px;
}

.tabule-action svg {
	fill: currentColor;
	vertical-align: middle;
}


/* data-title -> tootltipy */
[data-title] {
	position: relative;
}
[data-title][data-title-right]:before {
	transform: translate(12px, calc(-100% - 10px));
	left: auto;
	right: 0;
}
[data-title][data-title-left]:before {
	transform: translate(12px, calc(-100% - 10px));
	right: auto;
	left: 0;
}
[data-title]:before {
	content: attr(data-title);
	position: absolute;
	color: #fff;
	border-radius: 3px;
	padding: 3px 5px;
	background: rgba(32,32,32,.85);
	transform: translate(-50%, calc(-100% - 10px));
	left: 50%;
	font-size: .6875rem;
	white-space: nowrap;
	top: 0;
	display: none;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	z-index: 1;
}

[data-title]:hover:before {
	display: block;
}



/* buttony */
.btn {
	 display: inline-block;
	 padding: 6px 12px;
	 margin-bottom: 0;
	 font-size: 14px;
	 font-weight: normal;
	 line-height: 1.42857143;
	 text-align: center;
	 white-space: nowrap;
	 vertical-align: middle;
	 -ms-touch-action: manipulation;
	 touch-action: manipulation;
	 cursor: pointer;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 background-image: none;
	 border: 1px solid transparent;
	 border-radius: 4px;
	 text-decoration: none;
}

.btn-sm {
	padding: 5px 10px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover {
	background-color: #ebebeb;
	border-color: #adadad;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-success {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:hover {
	background-color: #218838;
	border-color: #1e7e34;
}


/* dovolené kalendář */
.holiday {
	background: #fff;
	min-width: 1100px;
}

.holiday tr:hover {
	background: #fafafa;
}

.holiday td {
	border-bottom: 1px solid #dad4d4;
	border-right: 1px solid #dad4d4;
}

.holiday .td-user {
	border-right: 1px solid #dad4d4;
}

.filter a.active {
	color: red;
}

tr.processed {opacity: 0.3;}

.item-text ul {
	padding-left: 40px;
}

.item-text ol {
	padding-left: 40px;
}

.item-text .glightbox {
	max-width: 300px;
	display: block;
}

.item-text .glightbox img {
	max-width: 100%;
}

.message-edit:not(:first-child) {
	padding-top: 2em;
}

.message-edit textarea {
	width: 100%;
}

.edit-button {
	cursor: pointer;
}

.SectionControl {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-left: 2em;
	padding-right: 2em;
}

.SectionControlAction svg {
	height: 1rem;
	width: 1rem;
}

.SectionControlAction:hover {
	cursor: pointer;
}

.CompanyInterestedList-totalOfferedPriceCzkForActiveFilter {
	display: flex;
	justify-content: end;
	width: 100%;
}