@CHARSET "ISO-8859-1";
.twitter-error{
	text-align:center;
	padding-top: 14px;
    font-size: 16px;
}
.instructions-info
{
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 25px;
    padding: 14px;
}
.instructions-info-data{
	color:#00aced
}

.twitter-btn-div{
	width: 69%;
    float: none;
    margin: auto;
    margin-bottom: 66px;
}
.twitter-btn,.twitter-btn-logout{
	border: 1px solid;
    width: 150px;
    display: inline-block;
    padding: 9px;
    text-decoration: none !important;
    font-size: 16px;
    cursor: pointer;
}
.twitter-active,.twitter-btn-logout
{
	background:#00aced;
	color:#fff;
}
.twitter-logging-out
{
	color:#00aced;
	font-size:20px;
	diplay:inline-block;
}
.twitter-logout{
	position: absolute;
    right: 0;
    top: -25px;
    background: #00aced;
    color: white;
    padding: 0px 19px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    text-decoration:none;
    cursor:pointer;
}
.twitter-logout:hover{
	text-decoration:none;
	cursor:pointer;
}
.tweet-default{
	color: #00aced;
    text-decoration: none;
    padding: 0px 5px;
    cursor: pointer;
}
.tweet-default:hover
{
	color: #000;
	text-decoration: none;
}
.wb-twitter{
	height:auto !important;
	padding:15px;
	border: 1px solid lightgrey;
	border-radius:3px;
	font-weight: 500;
	resize: none;
	background-color: white;
}
.twitterhandle{
	color:#00aced;
}
.field-twittermodel-tweet{
	float: none;
    margin: auto;
}
.tweet-note{
    display: block;
    font-size: 15px;
    padding-top: 19px;
    text-align: inherit;
}
.note-head{
	font-weight: 500;
    color: #00aced;
}

.twitter-main{
	padding: 10px 0px;
	border: 1px solid #d7d7d7;
	height:300px;
	overflow-y:hidden;
	list-style-type: none !important;
}

.no-twitter-user{
	font-size: 18px;
    color: red;
}
.twitter-screenname{
	color:#00aced;
}
.twitter-main:hover{
	overflow-y:auto;
}

.twitter-contant{
	font-size: 14px;
	width: 45%;
	float:left;
	margin:0 3% 15px 2%;
	height:90px;
	cursor:pointer;
	padding:5px;
	background-color: #ffffff;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
}

.twitter-contant:hover{
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,3);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,3);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,3);
}

.twitter-contant p{
	margin-left:85px;
	padding-right: 3px;
	margin-bottom: 2px !important;
	word-wrap: break-word;
}

.twitter-img-name{
	float:left;
	width:45%;
	height:80px;	
}

.twitter-img-name img{
	width:80px;	
}

.twitter-search-box{
	border: 1px solid #d7d7d7;
	padding:5px;
}

.twitter-search-box input[type=text]{
	width: 100%;
	max-width: 100%;
	height: 34px !important;
	margin: 0px !important;
	line-height:34px;
	/*box-shadow: none !important;*/
}

.twitter-overlay{
	display:none;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 10;
  	background-color: rgba(255,255,255,0.5);
  	text-align:center;
  	padding-top: 120px;
}

.twitter-search-front-panel{
    font-size: 20px !important;
    width: 37px;
    text-align: center;
    line-height: 43px !important;;
    color: #00aced;
    background: white;
    border: 1px solid lightgrey;
    border-right: 0px;
}
#twitterSearch{
	height: 45px !important;
}
._get_result{
	position: absolute;
	left: auto;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 45px;
    text-align: center;
    background-color: #ffffff; /*#dedede;*/
    color: #00aced;
    border-left: 1px solid #d7d7d7;
    cursor: pointer;
    font-size: 20px !important;
    text-decoration:none !important;
}

._get_result:before {
    line-height: 42px;
}
._get_result:active,._get_result:focus{
	background-color:lightgrey;
	text-decoration:none !important;
}
.blue-twitter{
    background-color: #00aced;
    max-width: 165px;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #fff !important;
    margin: 5px auto 25px;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
}
#twitter-friend{
	/*background-color:#e9b96e;*/
	background-color: rgba(255, 0, 0, 0.09);
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,3);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,3);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,3);
}
@media only screen and (max-width: 550px) {
	.twitter-contant{
	font-size: 14px;
	width: 100%;
	/*float:left;*/
	margin:0px 0% 8px 0%;
	height:100px;
	cursor:pointer;
	padding:0px;
	background-color: #ffffff;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
	text-align:center;
	overflow: hidden;
}
.twitter-contant:hover{
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.08);
}
.twitter-contant p{
	width:100%;
	margin-left:0px;
	margin-top:5px;
	font-size: 17px;	
}
.twitter-img-name{
	height:90px;	
	width:30%;
	padding:5px;
}
.twitter-img-name img{
	width:90px;	
}
.twitter-main{
	overflow-y:auto;
	padding-left: 10px;
	padding-right: 10px;
}
.twitter-search-div{
	margin-top:45px;
}
}