/**
 * Magmodules.eu
 * http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category	Magmodules
 * @package		Magmodules_Feedbackcompany
 * @author		Magmodules <info@magmodules.eu)
 * @copyright	Copyright (c) 2014 (http://www.magmodules.eu)
 * @license		http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 .feedbackcompany-sidebar {
 	width: 100%;
 	display: inline-block;
 }
.feedbackcompany-sidebar-block {
	padding:5px 0;
	font-size:14px;
	clear: both;
}

.feedbackcompany-sidebar-block .rating-name {
	font-style:italic;
	vertical-align:middle
}

img.feedbackcompany-logo {
	display:block;
	margin:0 auto
}

.feedbackcompany-sidebar-block .rating-empty {
	display:block;
	width:80px;
	height:16px;
	background:url(./images/star.png) 0 -16px;
	margin-right:5px;
	margin-top:5px
}

.feedbackcompany-sidebar-block .rating-star-1 {
	float:left;
	display:block;
	width:16px;
	height:16px;
	background:url(./images/star.png) 0 0;
	margin-right:5px
}

.feedbackcompany-sidebar-block .rating-star-2 {
	float:left;
	display:block;
	width:32px;
	height:16px;
	background:url(./images/star.png) 0 0;
	margin-right:5px
}

.feedbackcompany-sidebar-block .rating-star-3 {
	float:left;
	display:block;
	width:48px;
	height:16px;
	background:url(./images/star.png) 0 0;
	margin-right:5px
}

.feedbackcompany-sidebar-block .rating-star-4 {
	float:left;
	display:block;
	width:64px;
	height:16px;
	background:url(./images/star.png) 0 0;
	margin-right:5px
}

.feedbackcompany-sidebar-block .rating-star-5 {
	float:left;
	display:block;
	width:80px;
	height:16px;
	background:url(./images/star.png) 0 0;
	margin-right:5px
}

/** big review stars **/
.block-content p.company-name {
	text-align:center;
	margin:5px auto;
	font-size:12px
}

.total-block-text {
	padding-bottom:5px;
}

.feedbackcompany-block-review {
	border-top: 3px solid #d3e3ab;
}

.total-block-text p {
	text-align:center;
	margin-bottom:2px;
	font-size:50px;
	line-height: 50px;
}

.total-block-text p.based-on {
	text-align:center;
	padding-top:0;
	font-size:11px;
	font-style:italic
}

.review-name {
	color:#C9DA9E;
	font-style:italic;
}
.review-content {
    max-height: 45px;
    overflow: hidden;
}

.total-block-stars {
	height:35px;
	width:188px;
	background:url(./images/5-stars-empty.png) no-repeat;
	margin:5px auto
}

.total-block-stars span {
	display:block;
	height:50px;
	background:url(./images/5-stars-full.png) no-repeat
}

.feedbackcompany-snippets .rating-box {
	float:left;
	margin-right:4px;
	margin-top:0;
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url(images/bkg_rating.gif) 0 0 repeat-x;
	text-indent:-999em;
	overflow:hidden
}

.feedbackcompany-snippets-snippets .rating {
	float:left;
	height:13px;
	background:url(images/bkg_rating.gif) 0 100% repeat-x
}

.feedbackcompany-small-widget {
	height:20px
}

.feedbackcompany-small-score {
	float:left;
	margin-right:10px
}

.feedbackcompany-small-text {
}

/* MEDIUM WIDGET */
.feedbackcompany-medium-widget {
	background-color:#fff;
	border-radius:5px;
	border:1px solid #ECECEC;
	width:100%;
	height:100%
}

.feedbackcompany-medium-widget-content {
	padding: 3%;}

.feedbackcompany-medium-image {
	float:right
}

.rating-box {
	width:100px;
	height:20px;
	font-size:0;
	line-height:0;
	background:url(images/bkg_rating.gif) 0 0 repeat-x;
	background-size:20px;
	text-indent:-999em;
	overflow:hidden
}

.rating-box .rating {
	float:left;
	height:15px;
	background:url(images/bkg_rating.gif) 0 100% repeat-x;
	background-size:20px
}

.ratings .rating-box {
	float:left;
	margin:2px 3px 0 0
}

.feedbackcompany-text {
	margin-bottom: 5px!important;
}