/**
* @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.
*/

/* Module style */
.module.module--breadcrumb {
	padding: 0;
	background-color: #f0f0f0;
}

.module .page-header {
	font-size: 28px;
}
.module .page-header strong {
	border-left: 3px solid #44a9ff;
	padding-left: 10px
}
.module .page-header strong {
	font-weight: normal;
}
.module--title-hide .page-header {
	opacity: 0;
}
.module--copyright {
	color: #a7a7a7;
}
.module--text-grey {
	color: #a7a7a7;
}
.module--bg-darkblue {
	background-color: #00386b;
}
.module--bg-gray {
	background-color: #ECE9E9;
}
.module--bg-darkgray {
	background-color: #e8e8e8;
}
.module--bg-lines {
	background-color: #f1f1f1;
	background-image: url(../images/bg-pattern.png);
}
.module--bg-circles {
	background-color: #fff;
	background-image: url(../images/bg-circles.jpg);
	background-repeat: no-repeat;
}
.module--padding-no {
	padding: 0;
}
.module--padding-top {
	padding-top: 40px;
}
.module--padding-bottom {
	padding-bottom: 40px;
}
.module--border {
	border: 1px solid #ccc;
	padding: 20px;
}
.module--border-top {
	border-top: 1px dashed #ccc;
}


@media (max-width: 767px) {

}

