.widgetBtn{
	background-color: #802a8c;
	cursor: pointer;
}
.openButton {
        font-size: 16px;
    background: linear-gradient(30deg, #0fa3de,#13a4df, #2463aa, #205aa2, #284692);
    color: white;
    padding: 8px 4px;
    border: 2px solid #0e2e80;
    cursor: pointer;
    opacity: 1;
    font-family: unset;
    position: absolute;
    bottom: 10px;
    width: 134px;
    height: 94px;
    border-radius: 12px;
    z-index: 9;
    font-weight: 80;
}

.regularButton{
  font-size: 14px;
  background-color: #8d1e58;
  color: white;
  font-weight: 800;
  padding: 16px 20px;
  margin-top: 20px;
  margin-left: 8px;
  width: 140px;
  cursor: pointer;
}

#sentMessage{
	border-color: #294594;
}

.chatPopup {
  background-color: white;
  display: none;
  font-weight: 800;
  position: fixed;
  border: 3px solid #BDBBBB;
  z-index: 12;
  max-width: 340px;
}

.chatContainer {
  position: relative;
  max-width: 350px;
  padding: 4px;
  background-color: white;
  border-color: #BDBBBB;
  font-size: 16px;
}

.chatContainer textarea {
  width: 300px;
  height: 100px;
  padding: 10px;
  margin: 5px 0px 5px 10px;
  border-color: #294594;
  background: #f1f1f1;
  resize: none;
  min-height: 60px;
  margin-bottom: 10px;
  font-size: 16px;
}

.chatContainer textarea:focus {
  background-color: #ddd;
  outline: none;
}
#closeButton {
	background-color: #294594;
	cursor: pointer;
}
.chatButton {
  display: inline;
  background-color: #294594;
  color: white;
  font-size: 16px;
  padding: 12px;
  border: none;
  cursor: pointer;
  opacity: 1;
  max-height: 45px;
  z-index: 9;
}

.chatContainer .chatButton:hover {
  opacity: 0.8;
}

h6{
	text-align: center;
	font-family: arial;
	color: #294594;
	margin: 10px;
}

*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}

#windowPoll {
  background-color: white;
  z-index: 120;
  left: 50%;
  right: 50%;
  position: fixed;
  border: 3px solid #f1f1f1;
  width: 370px;
  height: 420px;
  top: 50%;
  bottom: 50%;
  margin-top: -210px;
  margin-left: -185px;
}
#resultContainer{
  width: 350px;
  height: 420px;
  display: none;
}
#widgetPoll {
	background-color: white;
  z-index: 120;
	max-width: 400px;
	max-height: 300px;
	padding: 10px;
}

.options {
  width: 280px;
  height: 285px;
  padding: 15px;
  margin: 5px 20px 10px 10px;
  border: none;
  resize: none;
  min-height: 250px;
  background-color: #f1f1f1;
}
.containerPoll{
	margin: auto;
}
.containerPoll .btnPoll {
  background-color: #8d1e58;
  color: white;
  padding: 12px 16px;
  border: none;
  cursor: pointer;
  width: 50%;
  margin-bottom:10px;
  opacity: 0.8;
  font-size: 20px;
  display: block;
  margin: auto;
}

.containerPoll .btnPoll:hover{
  opacity: 1;
}

form label p{
  margin-left: 2em;
  margin-top: 0.5em;
}

.resultOpts{
	text-align: left;
	font-size: 1.6em;
	margin-left: 12px;
	margin-bottom: 1.6em;
}
#resultsLabels{
	float: left;
	width: 60%;
}
#resultsVoteLabels{
	float: left;
	width: 85%;
}
#confirm{
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 0.6em;
}

.barPoll{
	padding: 0;
	position: absolute;
	margin-left: 1.6em;
	margin-top: -2em;
	width: 10px;
	height: 20px;
	border-style: solid;
	border-color: #ec042c;
	border-width: 0.25px;
	max-width: 300px;
}

#widgetVote {
	max-width: 400px;
	max-height: 680px;
	padding: 10px;
}
#windowVote{
  background-color: white;
  z-index: 120;
  left: 50%;
  right: 50%;
  margin-left: -190px;
  position: fixed;
  border: 3px solid #f1f1f1;
  width: 380px;
  height: 600px;
  top: 50%;
  bottom: 50%;
  margin-top: -300px;
}
.voteBtn{
	cursor: pointer;
}

.optionsVote {
  width: 310px;
  height: 380px;
  border: none;
  resize: none;
  min-height: 200px;
  background-color: #f1f1f1;
}
.containerVote .btn {
  background-color: #8d1e58;
  color: white;
  padding: 12px 16px;
  border: none;
  cursor: pointer;
  width: 50%;
  margin-bottom:10px;
  opacity: 0.8;
  font-size: 20px;
  display: block;
  margin: auto;
}

.containerVote .btn:hover{
  opacity: 1;
}
#resultOutput{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}
