﻿.feedback-survey-container {
    color: white;
}
	
.feedback-btn {
    color: white;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
}
	
.feedback-btn-container {
	background-color: #7ab800;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	border-radius: 8px 8px 0px 0px;
    cursor:pointer;
}
	
.feedback-btn-container p {
	color: white;
	margin-left: 6px;
	margin-right: 6px;
}
	
.feedback-yesorno-container p {
	text-align : center;
	margin-bottom : 40px;
	margin-top : 30px;
}
	
.feedback-yesorno-container {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	border-color: #7ab800;
	border-style: solid;
	text-align:center;
	background-color:white;
    height:160px;
}

.feedback-yesorno-container.mobile {
    position: fixed;
	bottom: 2%;
    left: 2%;
	right: 2%;
	z-index: 10000;
	margin-left: 0px;
	border-color: #7ab800;
	border-style: solid;
	text-align:center;
	background-color:white;
    height:160px;
}	
.feedback-yesorno-container i {
	margin-right:3px;
}
	
.feedback-collapse {
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 4px;
	cursor: pointer;
}
	
.feedback-close {
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 4px;
	cursor: pointer;
}
	
.feedback-positive-container {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	width: 450px;
	margin-left: 100px;
	border-color: #7ab800;
	border-style: solid;
	text-align:center;
	background-color: white;
}

.feedback-positive-container.mobile {
    position: fixed;
	bottom: 2%;
    left: 2%;
	right: 2%;
    height:auto;
    width:auto;
    margin-left:0px;
	z-index: 10000;
	border-color: #7ab800;
	border-style: solid;
	text-align:center;
	background-color: white;
}
	
.feedback-negative-container.mobile {
    position: fixed;
	bottom: 2%;
    left: 2%;
	right: 2%;
    width:auto;
    height:auto;
	z-index: 10000;
	margin-left: 0px;
	border-color: #7ab800;
	border-style: solid;
	text-align:center;
	background-color: white;
}

.feedback-negative-container {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	width: 450px;
	margin-left: 100px;
	border-color: #7ab800;
	border-style: solid;
	text-align:center;
	background-color: white;
}

	
.feedback-no iframe {
	margin-top:10px;
}

.feedback-mobile {
    text-align:center;
    padding-top: 10px;
    cursor:pointer;
}

p.feedback-mobile-x{
    margin-bottom: -5px;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor:pointer;
    float:right;
}

.btn.btn-outline-primary {
	color: #009de0;
	background-color: transparent;
	background-image: none;
	border: 2px solid;
	line-height: 1.25;
	font-size: 14px;
	padding: .5rem 1.9rem;
	text-align: center;
	vertical-align: middle;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
	
.feedback-overlay {
	opacity: 0.5; 
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:grey;
	z-index:9999
}