@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500);

* {
	box-sizing: border-box;
}

p {
	color:black;
}
/*html{
	overflow-x: hidden;	
}*/

body {
	background: none repeat scroll 0 0 #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	background:#FFFFFF;
	font-weight: 400;
	font-size: 14px;
}
.thide{
	display:none !important;
}

img {
	max-width: 100%;
}

a:link {
	color:inherit;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:inherit;
}

a:hover {
	text-decoration: underline;
}

a:focus{
	outline: 0;
}

a:active {
	text-decoration: underline;
}

fl{
	float: left;
}

@-webkit-keyframes slideup {
	0%   { opacity: 0.1; margin-top:10px; }
	100% { opacity: 1; margin-top:0px; }
}
@-moz-keyframes slideup {
	0%   { opacity: 0.1; margin-top:10px;}
	100% { opacity: 1; margin-top:0px; }
}
@-o-keyframes slideup {
	0%   { opacity: 0.1; margin-top:10px; }
	100% { opacity: 1; margin-top:0px;}
}
@keyframes  slideup {
	0%   { opacity: 0.1; margin-top:10px;}
	100% { opacity: 1; margin-top:0px;}
}

.reply-button {
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	bottom : 0;
	height:100%;
	position: relative;
	background-color: #000000;
	border:1px solid #000000;
	float: left;
	margin-left:10px;
	margin-bottom: 7px;
	font-size: 14px;
	text-transform: none;
	color: rgba(255,255,255,.84);
	padding:7px 15px;
	outline: 0;
	font-weight: 400;
}

.reply-button:hover, 
.reply-button:active:hover {
	outline:0;
	background-color:  #50A892;	
	border:1px solid #50A892;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0),0 8px 16px rgba(0,0,0,0);
    box-shadow: 0 0 8px rgba(0,0,0,0),0 8px 16px rgba(0,0,0,0);
}

.reply-button:active.focus,
.reply-button:focus,
 .btn-primary:active:focus{
 	outline:0;
	background-color:  #000000;	
	border:1px solid #000000;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0),0 8px 16px rgba(0,0,0,0);
    box-shadow: 0 0 8px rgba(0,0,0,0),0 8px 16px rgba(0,0,0,0);
}



.reply-button:active{
	background-color:  #000000;	
	border:1px solid #000000;
	    outline: 0;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0),0 1px 10px 0 rgba(0,0,0,0),0 2px 4px -1px rgba(0,0,0,0);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0),0 1px 10px 0 rgba(0,0,0,0),0 2px 4px -1px rgba(0,0,0,0);
}

.reply-button:focus{
	background-color:  #000000;	
	border:1px solid #000000;
	 outline: 0;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0),0 8px 16px rgba(0,0,0,0);
    box-shadow: 0 0 8px rgba(0,0,0,0),0 8px 16px rgba(0,0,0,0);
}

.button{
	-webkit-animation: slideup 0.8s 1 normal forwards ease-in-out; /* Safari 4+ */
	-moz-animation:    slideup 0.8s 1 normal forwards ease-in-out ; /* Fx 5+ */
	-o-animation:      slideup 0.8s 1 normal forwards ease-in-out ; /* Opera 12+ */
	animation:         slideup 0.8s 1 normal forwards ease-in-out; /* IE 10+, Fx 29+ */
}

#button1{
	-webkit-animation: slideup 0.4s 1 normal forwards ease-in-out; /* Safari 4+ */
	-moz-animation:    slideup 0.4s 1 normal forwards ease-in-out ; /* Fx 5+ */
	-o-animation:      slideup 0.4s 1 normal forwards ease-in-out ; /* Opera 12+ */
	animation:         slideup 0.4s 1 normal forwards ease-in-out; /* IE 10+, Fx 29+ */
}

#button2{
	-webkit-animation: slideup 0.8s 1 normal forwards ease-in-out; /* Safari 4+ */
	-moz-animation:    slideup 0.8s 1 normal forwards ease-in-out ; /* Fx 5+ */
	-o-animation:      slideup 0.8s 1 normal forwards ease-in-out ; /* Opera 12+ */
	animation:         slideup 0.8s 1 normal forwards ease-in-out; /* IE 10+, Fx 29+ */
}

#button3{
	-webkit-animation: slideup 1.2s 1 normal forwards ease-in-out; /* Safari 4+ */
	-moz-animation:    slideup 1.2s 1 normal forwards ease-in-out ; /* Fx 5+ */
	-o-animation:      slideup 1.2s 1 normal forwards ease-in-out ; /* Opera 12+ */
	animation:         slideup 1.2s 1 normal forwards ease-in-out; /* IE 10+, Fx 29+ */	
}

#button4{
	-webkit-animation: slideup 1.6s 1 normal forwards ease-in-out; /* Safari 4+ */
	-moz-animation:    slideup 1.6s 1 normal forwards ease-in-out ; /* Fx 5+ */
	-o-animation:      slideup 1.6s 1 normal forwards ease-in-out ; /* Opera 12+ */
	animation:         slideup 1.6s 1 normal forwards ease-in-out; /* IE 10+, Fx 29+ */	
}

.reply-button.btn.btn-raised.btn-primary{
	background-color:  #000000;
}

header {
	color: #2095FE;
	background: #F8F8F8;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	-webkit-box-shadow: 0 1px 1px rgba(1,1,1,0.05);
	-moz-box-shadow: 0 1px 1px rgba(1,1,1,0.05);
	box-shadow: 0 1px 1px rgba(1,1,1,0.05);
	height: 60px;
	text-align: center;
	position: fixed;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 58px;
	white-space: nowrap;
	width: 100%;
	max-width:720px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size:16px;
}



.text-entry {
	text-align:left;
	float:left;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 0.7em;
	border-radius: 25px;
	border-color: white;
	background-color: white;
	z-index:1;
}

#container {
	width: 100%;
	/*max-height: 12.5vh;*/
	margin: 0 auto;
	text-align: left;
	height: auto;
}

.left, .right{
	position: absolute;
	top: 0;
	color:#000000;
}

.left{
	left: 15px;
}
.right {
	right: 15px;
}

/*.left:after {
	border: 3px solid #2095FE;
	border-right: 3px solid transparent;
	border-top: 3px solid transparent;
	content: " ";
	height: 14px;
	left: -20px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
}*/


body:after {
	content: url(img/polling-data.png)
	url(img/impact.png)
	url(img/FDI.png)
	url(img/voting-intentions-graphic.png)
	url(img/financial-services.png)
	url(img/house-prices.png);
	display: none;
}

.messages-entry {
	border: 1px solid transparent;
	position: relative;
	border-bottom:none;
	border-left:none;
	border-right:none;
	box-shadow: 0 1px 2px rgba(1,1,1,0);
	min-height: 90px;
	bottom:0px;
	width:53%;
	/* left:50%; */
	min-width:53%;
	min-width:720px;
	max-width: 960px;
	text-align: left;
	line-height: 58px;
	white-space: nowrap;
	z-index: 10;
	background-color: white;
	padding:5px 15px;
	/* -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); */
	max-width:720px;
	/*-webkit-box-shadow: 0px -5px 4px -3px rgba(204,204,204,1);
	-moz-box-shadow: 0px -5px 4px -3px rgba(204,204,204,1);
	box-shadow: 0px -5px 4px -3px rgba(204,204,204,1); */
}

.middle {
	font-weight: 700;
	color: #333333;
}

.messages-wrapper {
	position: relative;
	border-top: 0 none;
	background: #fff;
	z-index: -99;
	width: 720px;
	margin: 0 auto;
	max-width: 720px;
	padding:80px 15px 100px 15px;
	-webkit-box-shadow: 0px 0px 18px 1px rgba(153,153,153,0.55);
	-moz-box-shadow: 0px 0px 18px 1px rgba(153,153,153,0.55);
	box-shadow: 0px 0px 18px 1px rgba(153,153,153,0.55);
}
.message {
	border-radius: 6px;
	margin: 0 15px 10px;
	padding: 15px 20px;
	position: relative;
	line-height: 20px;
	font-size:14px;
}

.message.to {
	background-color: #670000;
	background: #670000;
	color: #FCF0D7;
	float:right;
	clear:both;
}
.message.from {
	background-color: #FCF0D7;
	color: #670000;
	float:left;
	clear:both;
}
.message.from:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -20px;
	right: auto;
  	top: 50%;
	bottom: auto;
	border: 12px solid;
	border-color: transparent #FCF0D7 transparent  transparent ;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform: translateY(-50%);

}


.message.to:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left:auto;
	right: -20px;
	top: 50%;
	bottom: auto;
	border: 12px solid;
	border-color: transparent  transparent  transparent #670000 ;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	 transform: translateY(-50%);
}

#message-welcome {
	background-color: #E5E4E9;
	color: #363636;
	margin-right: 80px;
}

.message.to + .message.to,
.message.from + .message.from {
	margin-top: -7px;
}

.message:before {
/*border-color: #7D7DFA;
border-radius: 50% 50% 50% 50%;
border-style: solid;
border-width: 0 20px;
bottom: 0;
clip: rect(20px, 35px, 42px, 0px);
content: " ";
height: 40px;
position: absolute;
right: -40px;
width: 20px;
z-index: -1; */
box-sizing:content-box;
}
.message.from:before {
/*border-color: #E5E4E9;
left: -50px;
transform: rotateY(180deg); */
box-sizing:content-box;
}

#display {
	width:100vw;
	color:black;
}

ul.share-buttons{
	list-style: none;
	padding: 0;
	color:#003399;
	margin:5px 0px 0px 0px;
}

ul.share-buttons li{
	display: inline;
}

#buttonVote{
	height: 50px;
	cursor: pointer;
	bottom : 0;
	height:100%;
	color: #363636;
	margin: 0 15px 0 0;
	padding: 15px 10px;
	position: relative;
	text-align:left;
	float:left;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 0.7em;
	border-radius: 25px;
	border-color: white;
	background-color: white;
	z-index:1;
}

.count {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	color:#003399;
	font-size: 20px;
}

.fa-2x {
	font-size: 2.5em;
}

.jot-gif-wrap{
	position:fixed;
	right:10px;
	bottom:20px;
	max-width: 150px;
}

.jot-gif-wrap img{
	max-width: 100%;
}

.custom-modal{
	border-radius:3px;
}

.share-modal .modal-header{
display: none;
}

.share-modal .modal-dialog{
	width:300px;
	margin-top: 120px;
}

.share-modal .modal-content{
	background-color: transparent;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
    border:none;
}
.share-modal .modal-body{
	text-align: center;
	background: transparent;
}
.shareicon{
	width:57px;
	height:57px;
	border-radius: 55px;
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.shareicon.sharefb{
	 
	background-image: url('/static/img/fb_sprite.png'); 
	background-position: center top;
	background-size: cover;
}

.shareicon.sharetwitter{
	background-image: url('/static/img/twitter_sprite.png'); 
	background-position: center top;
	background-size: cover;
}

.shareicon.sharewhatsapp{
	background-image: url('/static/img/whatsapp_sprite.png'); 
	background-position: center top;
	background-size: cover;
}


.shareicon.sharewhatsapp:hover{
	background-position: center bottom;
}

.shareicon.sharefb:hover{
	background-position: center bottom;
}

.shareicon.sharetwitter:hover{
	background-position: center bottom;
}

.close-sharemodal{
	width:35px;
	height:35px;
	border-radius:35px;
	margin-top:20px;
	vertical-align: middle;
	padding-top: 0px;
    font-weight: 700;
    font-size: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-left: 10px;
}

.close-sharemodal:hover{
	color:#fff;
	background-color: transparent;
}



.share-title{
color:#fff;
font-weight: bold;
}

.share-outerwrap{
	margin:20px auto;
}

.modal-open .modal.share-modal{
	background: rgba(65,65,65,0.9);
	opacity:1;
}


@media screen and (max-width: 1200px){
.jot-gif-wrap{
	max-width: 100px;
}

} 

@media screen and (max-width: 1024px){

} 

@media screen and (max-width: 991px){

	header {

    width: 100%;
    max-width: 100%;
}

	.main-wrap{
		width:100%;
		padding-left:0px;
		padding-right:0px;
	}


	.messages-wrapper {
		position: relative;
		border-top: 0 none;
		z-index: -99;
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
		left:0%;
		-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
	  -ms-transform: translateX(0%);
	  transform: translateX(0%);
	/* transform: translateX(-50%); */
		padding: 70px 15px 100px 15px;
		-webkit-box-shadow: 0px 0px 18px 1px rgba(153,153,153,0.55);
		-moz-box-shadow: 0px 0px 18px 1px rgba(153,153,153,0.55);
		box-shadow: 0px 0px 18px 1px rgba(153,153,153,0.55);
	}

	.messages-entry {
		width: 100%;
		min-width: 100%;
		/* max-width: 960px; */
		line-height: 58px;
		z-index: 10;
		margin-left: 0%;
		max-width: 720px;
	}

	.jot-gif-wrap{
	display: none;
}

} 

@media screen and (max-width: 767px){

	.reply-button{  
		padding: 8px 7px;
		font-size: 14px;
		margin-left: 5px;
		margin-bottom: 2px;
	} 
	
	.share-modal .modal-dialog{
	width:300px;
	margin: 35px auto;
}
}


/* Refactor */
.whitebg{
	background-color: #ffffff;
}

.chat-section {
    min-height: calc(100vh - 80px);
    margin-left: 25%;
    margin-right: 25%;
}

.chat {
    width: 100vw;
    max-width: 100%;
    margin: 0 !important;
}

.input_response {
    margin: 12px 6px;
    cursor: pointer;
    float: left;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    display: inline-block;
    line-height: 1.45em;
    border-radius: 3px;
    margin: 0 0 1em 0;
    text-align: left;
    position: relative;
    padding: 6px 12px;
    background: #fff;
    font-size: 19px;
    border: none;
    max-width: 90%;
    min-width: 44px;
    min-height: 12px;
}

.response-button{
    line-height: 20px;
	margin: 12px 6px;
	padding: 10px 20px;
    color: #FCF0D7;
	float: left;
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	border-width: 0px;
    left: 0px;
    top: 0px;
    background: inherit;
    background-color: #670000;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}
/* Ashwin - CSS changes */

#typing img{
	width: 48px;
}

.submit{
	background-color: #EAA315;
}

textarea.response-button{
	width: 100%;
    height: 70px;
	

}

label.response-button + button.response-button{
	background-color: #EAA315;
	padding: 12px 12px;
}

.response-button input[type='checkbox']{
	margin: auto;
    margin-right: 5px;
}

.response-button::placeholder{
	color: #808285;
}

div label input {
	margin-right:100px;
 }

#ck-button {
	margin:4px;
	background-color:#EFEFEF;
	border-radius:4px;
	border:1px solid #D0D0D0;
	overflow:auto;
	float:left;
}

#ck-button label {
	float:left;
	width:4.0em;
}

#ck-button label span {
	text-align:center;
	padding:3px 0px;
	display:block;
}

#ck-button label input {
	position:absolute;
	top:-20px;
}

#ck-button input:checked + span {
	background-color:#911;
	color:#fff;
}
	

.info-section{
	margin: 30px 20%;
	width: 60%;
}

@media (min-width: 768px) {
  .info-section {
    margin: 30px 15%;
	width: 70%;
  }
}

.info{
	font-weight: 400;
    font-size: 16px;
}

.sub-info{
    font-size: 14px;
}

.bot-image{
	border-width: 0px;
    left: 0px;
    top: 0px;
    width: 116px;
	float: right;
}


.coffee-image{
    width: 140px;
    margin-left: 50px;
}

.chat__overflow {
    position: relative;
    border-bottom: 2px solid #eee;
    padding-bottom: 72px;
}

#chatWrap{
	margin-bottom: 148px;
}

.logo{
	width: 98px;
    height: 50px;
    position: absolute;
    left: 85%;
    top: 85%;
}

.chat-img{
	width:304px;
	height:228px;
}

hr{
	clear: both;
	margin-top: 50px;
}

p.half{
	width: 50%	;
    float: left;
    font-size: 18px;
}

a.u{
	text-decoration: underline;
	
}

/* Responsive css for mobile screens */
@media screen and (max-width: 480px){
.left{
	left: 5px;
}

.right {
	right: 5px;
}

.reply-button
{   padding: 8px 7px;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 2px;
 } 
	
.message {
    padding: 10px;
    font-size:14px;
}

.chat-section {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.info-section{
	margin: 20px 5%;
	width: 90%;
}

.response-button{
    line-height: 12px;
    margin: 5px;
    padding: 10px 10px;
    font-size: 12px;
}

.logo{
	position: relative;
    top: 0%;
	left: 50%;
    margin: 0 0 0 -50px;
}

}

@media screen and (max-width: 375px){

.reply-button{   
	font-size: 12px;
} 
	
}