/**
* @author Design & Accessible Team (Sumy State University)
* @package Joomla
* @subpackage Accessible-Template-SSU
* @copyright Copyright (C) 2010 - 2019 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the
* GNU General Public License, and as distributed it includes or is derivative
* of works licensed under the GNU General Public License or other free or open
* source software licenses. See COPYRIGHT.php for copyright notices and
* details.
*/

/* Web activities page */
.page--activities .items-row {
	padding: 0 30px 20px 30px;
	margin: 15px 0;
	border: 1px solid #dbdbdb;
	background-color: #f1f1f1;
}
.activities-label {
	display: inline;
	background-color: #dbdbdb;
	border-radius: 50px;
	padding: 3px 12px;
	margin: 0 5px;
}
.activities-label--todo {
	background-color: #ffc88f;
}
.activities-label--inprogress {
	background-color: #81d5f7;
}
.activities-label--done {
	background-color: #7de8c5;
}
