#Candidate-Index .policy {
    height: 180px;
    overflow-y: scroll;
    background: #fff;
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-right: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 20px;
    width: 95%;
    resize: none;
    white-space: normal;
}
#Candidate-Index .policy *{
	font-weight: bold !important;
}
#Candidate-Index .policy ol {
    -webkit-padding-start: 20px;

}
#Candidate-Index .policy li {
	margin-top: 5px;
}

.textarea-fixed,
#Candidate-Index textarea.agenda {
    font-family: Arial;
    height: unset;
    min-height: 160px;
    max-height: 1300px;
    background: #fff;
    /*padding: 7px;*/
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-right: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    width: 95%;
    min-width: 95%;
    resize: none;
    overflow-x: auto;
    white-space: pre-wrap;
}

	#Candidate-Index .policy::-webkit-scrollbar-track,
	.textarea-fixed::-webkit-scrollbar-track,
	#Candidate-Index textarea.agenda::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	#Candidate-Index .policy::-webkit-scrollbar,
	.textarea-fixed::-webkit-scrollbar,
	#Candidate-Index textarea.agenda::-webkit-scrollbar {
		width: 12px;
		background-color: #F5F5F5;
	}

	#Candidate-Index .policy::-webkit-scrollbar-thumb,
	.textarea-fixed::-webkit-scrollbar-thumb,
	#Candidate-Index textarea.agenda::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #990417;
	}

#Candidate-Index .btn-action {
    height: 50px;
    width: 100%;
}
.btn-action-a {
	padding-top: 14px;
	padding-bottom: 14px;
	width: 100%;
}

#Candidate-Index .imgAttach {
    width: 87px;
    height: 113px;
}

#Candidate-Index input.mobileInput,
#Candidate-Index input.addressCityInput,
#Candidate-Index input.emailInput,
#Candidate-Index input.full
{
    width: 100%;
    max-width: 100%;
}
#Candidate-Index .padded {
	margin-bottom: 8px;
}

.qq-uploader {
	border: 1px dashed #666;
}

.form-control {
	border: 1px solid #777;
}

.row.h4{
	font-size: 18px;
}

.amount-green {
	color: #34830d;
}

.social-icons {
    min-width: 58px;
}
.social-icons .fa {
    width: 1em;
}

/*# sourceMappingURL=Candidate-Index.css.map */
