.container-rating {
	background-color: rgba(28, 34, 62, 1);
	border: 0;
	color: #1f2645;
	min-width:100%;
	display: block;
}

.rating-link {
	font-size: 1rem;
	border: 1px solid rgba(28, 34, 62, .3);
	border-radius: 5px;
	padding: .5rem;
	color: #1f2645;
}

.rating-link:hover {
	text-decoration: none;
	background-color: #f9f0eb;
	color: #1f2645;
}

.title-widget-rating {
	background-color: #FFF;
	border: 0;
	color: #1f2645;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: Oswald, sans-serif !important;
	padding-bottom: 3rem;
	justify-content: space-between;
	align-items: center;
}

.title-widget-rating {
	text-shadow: none;
}


@media (min-width: 997px) {
	.title-widget-rating {
		font-size: 3.5rem;
	}
}

@media (max-width: 996px) {
	.title-widget-rating {
		font-size: 2.5rem;
		padding: 0 15px;
	}
}

.rating-info-title {
	display: flex;
	background-color: #FFF;
	padding: 5px;
	border-radius: 10px;
}

.rating-info-title .total {
	background-color: rgba(236, 204, 189, 0.3);
	padding: 5px;
	border-radius: 10px;
	display: flex;
	justify-content: start;
	width: 100%;
	font-size: 0.9rem;
}

.rating-info-title .total span {
	padding: 0 5px;
}

.rating-info-title .total span:nth-child(2) {
	color: rgb(240, 196, 86);
}

.rating-info-title .total:nth-child(3),
.rating-info-title .total span:nth-child(4) {
	opacity: .7;
}

.rating-info-title .total div:nth-child(1) {}

.rating-info-title .total div:nth-child(2) {
	padding: 0 15px;
	display: flex;
}

.rating-info-title .total div:nth-child(2) span {
	padding: 0 1rem;
}

.lora {
	color: #1f2645;
	text-decoration: underline;
}

.ratingblock {
	display: block;
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
	margin-bottom: 8px;

}

.body-card {
	display: flex;
	margin-top: 1rem;
	overflow-x: auto;
}

.body-card .card {
	display: flex;
	flex-direction: column;
	min-width: 250px;
	max-width: 250px;
	max-height: 150px;
	margin: 0 .25rem;
	overflow: hidden;
	line-height: 1.2;
	font-size: 1rem;
}

.card-title {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	padding: 0.3rem .5rem 0 .5rem;
	margin-bottom: 0;
}

.card-title .icon-rating {
	width: 40px;
	height: 40px;
	margin-right: 1rem;
}

.card-title .name {
	display: flex;
	flex-direction: column;
}

.card-title .name .name-user {
	font-size: 1.1rem;
}

.card-title .name .date-pub {
	font-size: .8rem;
}
.up-box{
	display:block;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	background-color: #FFF;
}
.card-star {
	width: 100%;
	padding: 0.3rem 1rem;
	
}

.yellow .icms-svg-icon {
	color: goldenrod;
}

.card-text {
	padding: 1rem;
	height:100%;
	overflow-y: auto;
}

.widget-rating {
	margin-top: 200px;
}


.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
}

.unit-rating {
	/* the UL */
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;
}

.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}

.unit-rating li a {
	outline: none;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.unit-rating li a:hover {
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit {
	left: 0px;
}

.unit-rating a.r1-unit:hover {
	width: 30px;
}

.unit-rating a.r2-unit {
	left: 30px;
}

.unit-rating a.r2-unit:hover {
	width: 60px;
}

.unit-rating a.r3-unit {
	left: 60px;
}

.unit-rating a.r3-unit:hover {
	width: 90px;
}

.unit-rating a.r4-unit {
	left: 90px;
}

.unit-rating a.r4-unit:hover {
	width: 120px;
}

.unit-rating a.r5-unit {
	left: 120px;
}

.unit-rating a.r5-unit:hover {
	width: 150px;
}

.unit-rating a.r6-unit {
	left: 150px;
}

.unit-rating a.r6-unit:hover {
	width: 180px;
}

.unit-rating a.r7-unit {
	left: 180px;
}

.unit-rating a.r7-unit:hover {
	width: 210px;
}

.unit-rating a.r8-unit {
	left: 210px;
}

.unit-rating a.r8-unit:hover {
	width: 240px;
}

.unit-rating a.r9-unit {
	left: 240px;
}

.unit-rating a.r9-unit:hover {
	width: 270px;
}

.unit-rating a.r10-unit {
	left: 270px;
}

.unit-rating a.r10-unit:hover {
	width: 300px;
}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.voted {
	color: #999;
}

.thanks {
	color: #36AA3D;
}

.static {
	color: #5D3126;
}

.form-group {
	position: relative;
	width: 100%;
}

.counter {
	position: absolute;
	top: 5px;
	right: 5px;

}

.counter span {
	font-size: .9rem;
	opacity: .7;
}


/*# sourceMappingURL=SimpleStarRating.css.map */
#Modal label {
	position: relative;
}

#Modal .lable-nick::before,#Modal .lable-commit::before,#Modal .lable-number::before {
	position: absolute;
	content: '*';
	color: red;
	top: 0;
	left: 102%;
}

#Modal label span svg {
	fill: gold;
	stroke: firebrick;
	stroke-width: 20px;
}

@media (max-width: 520px) {
	.rating-link {
		padding: 0.2rem;
	}
}

@media (max-width: 490px) {
	.rating-info-title .total div:nth-child(2) span {
		display: none;
	}
}