/*
 * Copyright (C) 2013-2024 Combodo SAS
 *
 * This file is part of iTop.
 *
 * iTop is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * iTop is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 */

.carousel {
	background-color: #fff;
}
.carousel-indicators {
	bottom: -25px;
}
.carousel-indicators li {
	border-color: #d46201;
}
.carousel-indicators .active {
	background-color: #d46201;
}
.carousel-inner {
	max-height: 100%;
}
.carousel-inner .message-body {
	text-align: initial;
}
.carousel-inner .item.has-type {
	padding: 30px 40px 30px 40px;
}
.carousel-inner .item.has-title {
	padding: 30px 40px 30px 40px;
}
.carousel-inner .item img,
#carousel-popup-modal img {
	max-width: 100%;
	height: initial !important;
}
.carousel-control {
	width: 5%;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.home .tile.tile_communication {
	padding: 0;
	background-color: #ededed;
	border: none;
	font-weight: initial;
	min-height: initial;
}
.home .tile_communication .carousel {
	margin-bottom: 0;
	width: 100%;
	box-shadow: none;
}
.message-body {
	line-height: 1.5em;
}
.slide .item {
	cursor: pointer;
}
#brick-communication .tile_description {
	display: block;
}
#brick-communication .has-no-type .tile_body {
	padding-left: 0;
}
@media (max-width: 767px) {
	#brick-communication .tile_decoration {
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: static;
		margin-bottom: -2em;
	}
}