﻿#ft_voting .ft_small {
	color: #666;
}

#ft_voting .form-group {
	margin-top: 5px;
}

#ft_voting .ft_small ~ .ft_small {
	color: #999;
}

.ft_panelWhite p:first-child {
	margin-top: 0;
}

.panel-body {
	min-height: 150px;
}

#src_off, #src_on {
	display: none;
}

#ft_tableSearch {
	max-width: 650px;
	float: none;
}

	#ft_tableSearch input {
		height: 28px;
		margin-bottom: 3px;
	}

#votingCodes input[type=text] {
	margin-bottom: 5px;
	text-transform: uppercase;
}

	#votingCodes input[type=text]::-webkit-input-placeholder {
		text-transform: none;
	}

	#votingCodes input[type=text]:-moz-placeholder {
		text-transform: none;
	}

	#votingCodes input[type=text]::-moz-placeholder {
		text-transform: none;
	}

	#votingCodes input[type=text]:-ms-input-placeholder {
		text-transform: none;
	}

	#votingCodes input[type=text]::placeholder {
		text-transform: none;
	}

#voteTable {
	max-width: 650px;
}

	#voteTable td {
		position: relative;
		min-height: 108px;
		transition: opacity 0.3s;
	}

		#voteTable td:first-child {
			width: 100px;
		}

			#voteTable td:first-child img {
				width: 90px;
			}

		#voteTable td:last-child {
			text-align: center;
			width: 57px;
		}

			#voteTable td:last-child img {
				width: 40px;
			}

	/* Child voting */
	#voteTable tr.parent td .ft_rate {
		display: none;
	}

	#voteTable tr.child td {
		background: #f0f0f0;
	}

	#voteTable tr.child td:first-child img {
		padding-left: 30px;
	}


.ft_disabled {
	color: #358CB9;
	font-weight: bold;
	font-size: 85%;
	position: absolute;
	bottom: 3px;
	right: 3px;
}


.ft_rate {
	cursor: pointer;
}


/* Voting stars box */
.ft_vote {
	width: 0;
	height: 81px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	right: 56px;
	background: #fff;
	transition: width 0.5s;
	border: none;
	border-right: 1px solid #ddd;
	border-top-left-radius: 6px;
}

	.ft_vote.ft_open {
		width: 310px;
		border: 1px solid #ddd;
	}




	.ft_vote .ft_stars {
		width: 308px;
		height: 25px;
		margin: 15px 0 10px 0;
	}

#voteTable .ft_vote .ft_stars img {
	width: 25px;
	cursor: pointer;
}

.ft_vote .ft_info, .ft_vote .ft_confirm {
	min-width: 308px;
	font-size: 13px;
	font-weight: bold;
	color: #bdbec0;
	transition: opacity 0.3s;
}

	.ft_vote .ft_confirm button {
		width: 80px;
		margin-left: 7px;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		background: #1db7a5;
		border: none;
		border-radius: 6px;
		opacity: 0.6;
		cursor: pointer;
		-webkit-appearance: none;
	}

		.ft_vote .ft_confirm button:hover {
			opacity: 1;
		}


.ft_vote .ft_voteClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 18px 3px 0 0;
	font-size: 14px;
	font-family: arial;
	text-align: center;
	border-radius: 50px;
	background: #f4d6d7;
	color: #c9353b;
	cursor: pointer !important;
	opacity: 0;
	transition: opacity 0.3s;
}


.ft_vote.ft_open .ft_voteClose:hover {
	opacity: 1;
}

.ft_votingCode {
	float: right;
	text-align: right;
	color: #666;
	font-size: 80%;
}

	.ft_votingCode div {
		color: #ccc;
	}

.ft_rating {
	color: #666;
	font-size: 28px;
	font-weight: bold;
}

	.ft_rating span {
		font-size: 14px;
		color: #999;
	}



@media (max-width:360px) {
	.ft_vote.ft_open {
		width: 290px;
	}

	#voteTable .ft_vote .ft_stars img {
		width: 22px;
	}
}
