.feedback {
	font-size: 18px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.feedback fieldset {
	position: relative;
}

.feedback h4 {
	color: #008acc;
	font-size: 20px;
	font-weight: bold;
}

.feedback textarea {
    border: 2px solid #aaaaaa;
	height: 96px;
	resize: none;
	width: 100%;
}

.feedback-button {
	background: #008acc;
	border: none;
	color: #ffffff;
	display: none;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 0.95;
	padding: 0 15px;
	position: absolute;
	top: 134px;
	right: 0;
	-ms-transform: rotate(270deg);
	-ms-transform-origin: 100% 100%;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: 100% 100%;
	transform: rotate(270deg);
	transform-origin: 100% 100%;
	z-index: 2;
}

.client-login > a.feedback-link {
	display: none;
	float: right;
}

.feedback .background {
	background: #000000;
	opacity: 0.65;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.feedback .content {
	display: none;
	max-width: 340px;
	padding: 0 !important;
}

.feedback .survey {
	background: #ffffff;
	height: 100%;
	overflow: auto;
	padding: 40px 25px;
	/*position: absolute;
	top: 80px;*/
	max-height: 480px;
	max-width: 320px;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.survey p {
	margin-top: 10px; 
}

.feedback .survey button,
.feedback .survey button.close.finish {
	background: #008acc;
	border: none;
	color: #ffffff;
	font-size: 22px;
	height: 40px;
	padding: 0 10px;
    position: relative;
	vertical-align: top;
	width: 140px;
    z-index: 2;
}

.feedback .survey button[disabled="disabled"] {
    background: #afafaf;
}

.feedback .survey .button-container {
    display: block;
	margin: 30px auto 30px;
	position: relative;
	width: 140px;
}
.feedback .survey .button-bottom {
	margin: 30px auto 0;
}

.feedback .survey .button-container:after {
	background: #323232;
	content: '';
	height: 100%;
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 100%;
    z-index: 1;
}

.feedback .survey button.close {
	background: url('../img/icons/close.svg') no-repeat center;
	background-image: url('../img/icons/close.png')\9;
	background-size: 32px;
	height: 32px;
	opacity: 1;
	outline: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
}

body.cfsl-user-tabbed .feedback .survey button.close:focus {
    outline: 3px solid #7dadd5;
    outline-width: thick;
}

.feedback .survey .form-checkbox,
.feedback .survey .form-radio {
    display: table;
    margin: 15px 0;
    padding-left: 37px;
    position: relative;
	width: 100%;
}

.feedback .survey .form-checkbox input,
.feedback .survey .form-radio input {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    opacity: 0.01;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 10;
}

.feedback .survey label {
	font-size: 18px;
	margin-top: 4px;
    margin-bottom: 0;
    white-space: normal;
	width: 100%;
}

.feedback .survey .form-checkbox input:checked ~ label, 
.feedback .survey .form-checkbox input:checked + .form-skin,
.feedback .survey .form-radio input:checked ~ label, 
.feedback .survey .form-radio input:checked + .form-skin {
    color: #000000;
    cursor: default;
}

.feedback .survey .form-checkbox input + .form-skin,
.feedback .survey .form-radio input + .form-skin {
    background-color: #fff;
    border: 2px solid #555555;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
}

.feedback .survey .form-checkbox input + .form-skin {
	border-radius: 0;
}

.feedback .survey .form-checkbox input + .form-skin:hover,
.feedback .survey .form-radio input + .form-skin:hover {
	cursor: pointer;
}

.feedback .survey .form-checkbox input:checked + .form-skin:after,
.feedback .survey .form-radio input:checked + .form-skin:after {
	background: #008acc;
	border-radius: 50%;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 3px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
}

.feedback .survey .form-checkbox input:checked + .form-skin:after {
	background: #008acc url('../img/icons/checkmark.svg') no-repeat center;
	background-image: url('../img/icons/checkmark.png')\9;
	background-size: 13px 17px;
	border-radius: 0;
	height: 24px;
	left: -2px;
	width: 25px;
}

.feedback .survey .form-checkbox input:focus ~ label::after,
.feedback .survey .form-radio input:focus ~ label::after {
	content: '';
	display: block;
	height: 100%;
	outline: dotted 1px #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.feedback .survey .page {
	display: none;
}

.feedback .survey .page.selected {
	display: block;
}

@media (max-width: 479px) {
	.feedback-button {
		display: none;
	}
	
	.client-login > a.feedback-link {
		display: block;
	}
}