@CHARSET "ISO-8859-1";
/* ------------------------------------------------
	main section
--------------------------------------------------*/



/* brand thumbnails */
.brand-thumbnail {
	float:left; width: 30%;
	padding: 14px 5px;
	margin-right:5px;
	border: 1px solid transparent;
	cursor:pointer;
}
.brand-thumbnail:hover {
	background:#f5f5f5;
	border: 1px solid #CBCBCB;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 3px 3px 4px #C4C3C3;
}
.hover-show {
	display:none;
}
.brand-thumbnail:hover  .hover-show
{
	display:inline-block;
}

.project-selector {
	width:425px;border:1px solid #ccc;padding:3px 5px;margin-top:5px;
	cursor:pointer;
}
.project-selector input {
	width:400px;border:1px solid #fff;
	cursor:pointer;
}
/* states */
#dashboard .ui-state-default {
	background: url(images/555555_40x100_textures_03_highlight_soft_75.png) repeat-x scroll 50% 50% #555555;
	border: 1px solid #666666;
    color: #FFFFFF;
    font-weight: normal;
    outline: medium none;
}
#dashboard .ui-state-hover {
	background: url(images/444444_40x100_textures_03_highlight_soft_60.png) repeat-x scroll 50% 50% #444444;
	border: 1px solid #666666;
    color: #FFFFFF;
    font-weight: normal;
    outline: medium none;
}
#dashboard .ui-state-active {
	border:0;
	background:#ffffff;
}

/* portal */
.portal-col-left {
	width: 35%;
	float:left;
}
.portal-col-right {
	width: 64%;
	float:right;
}
.portal-col-inner {
	padding: 0 5px;
}

/* topic bar */
.topics-bar .lbl {
	text-align:right;
	padding-right:5px;
	width: 100px;
	overflow:hidden;
}
.topics-bar .graph {
	width: 120px;
}
.topics-bar .bar, .graph .bar {
	background:#C95500;
	display:inline-block;
}
.topics-bar .val {
	display:inline-block;
	width:20px;
	margin-left: 5px;
}
.topics-bar.neg .bar {
    background: #ED561B;
}
.topics-bar.pos .bar {
    background: #50B432;
}
.topics-bar.net .bar {
    background: #058DC7;
}



/* dashboard panel and section */
.panel {
	
}
#home .panel, #newtab .panel {
	padding:30px;
}
.panel-status {
	width:20%;
	float:right;
}
.panel-status .status {
	padding-left:20px;
}
.panel-sections {
	width:80%;
	float:left;
}
.panel .section {
	margin-bottom:30px;
}
.section .section-header {
	font-size:18px;
	font-weight:bold;
}
.section-header .line {
	border-top:1px solid #ccc;
}
.section-header .title {
	position:relative;
	z-index:2;
	top:-0.8em;
	background:#fff;
	padding-right:10px;
}
.section-header .action {
	float:right;
	display:none;
}
.section-header .action a {
	border:1px solid #fff;
}
.section:hover .section-header .action {
	display:block;	
}
.section-header .action:hover a {
	border:1px solid #c95500;
}
.section-body {
	margin-bottom: 20px;
}
.section-body h2 {
	font-size:18px;
	color:#555;
}
.section-status {
	font-size: 17px;
	color: #aaa;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 5px;
}
td.section-info {
	padding-left:20px;
}
.ui-dialog-section .topic_keywords td {
	padding-bottom:12px;
}
.section .big-message {
	font-size: 18px;
	padding: 40px;
	color:#999;
}

.client-header {
	font-size:30px; font-weight:bold; color: #C95500;
}
.project-group-header {
	font-size:22px; font-weight:bold; color: #C95500; margin-top: 3px;
}

/* sentiments by topics */
tr.text-input input {
	width:98%;
}




/* select project */
.tabs-header-left {
	white-space: nowrap;
	overflow:hidden;
	float:left;
}
.tabs-header-right {
	float:right;
	text-align:right;
}
.select-project-button {
	font-size: 16px;
	border: 0;
	background:#fff;
	margin-top: 8px;
	color: #666;
	cursor:pointer;
}
.select-period-button {
	font-size: 15px;
	border: 0;
	background:#fff;
	color: #444;
	cursor:pointer;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
}





/* tag cloud */
.tagcloud-content {
	padding: 20px 0 40px;
	text-align:center;
	margin:auto;
}
.tagcloud-content .heading
{
	text-align:center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.tagcloud-content .heading .title
{
	font-size:20px;
	font-weight:bold;
	color:#C95500;
}
.tagcloud-item {
	padding: 0 0.4em;
	margin-right: 5px;
	border-radius: 3px 3px 3px 3px;
	font-weight:bold;
}
.tagcloud-content .tagcloud-item:hover {
	background: #C95500;
	color:#fff;
	cursor:pointer;
}

/* positive */
.positive .tc-weight-very-low {
	color:#A4EAA4;
}
.positive .tc-weight-low {
	color:#00C603;
}
.positive .tc-weight-average{
	color:#00AD05;
}
.positive .tc-weight-high{
	color:#008706;
}
.positive .tc-weight-very-high{
	color:#005B00;
}
/* negative */
.negative .tc-weight-very-low {
	color:#FFBCB5;
}
.negative .tc-weight-low {
	color:#FF7568;
}
.negative .tc-weight-average{
	color:#CC1E00;
}
.negative .tc-weight-high{
	color:#AD1C00;
}
.negative .tc-weight-very-high{
	color:#8E1A00;
}
/* neutral */
.neutral .tc-weight-very-low {
	color:#ccc;
}
.neutral .tc-weight-low {
	color:#aaa;
}
.neutral .tc-weight-average{
	color:#888;
}
.neutral .tc-weight-high{
	color:#444;
}
.neutral .tc-weight-very-high{
	color:#000;
}
/* sentiment_012 */
.sentiment_partial .tagcloud-item {
	color:#7C94FF;
}
.sentiment_all .tagcloud-item {
	color:#002AFF;
}

/* categories */

.p-d-buttons {
    padding: 5px;
    background: #eee;
    font-size: 12px;
    border-bottom: 1px solid #bbb;
}
.p-d-buttons .actions-group {
	font-size: 12px;
}
.actions-group {
	display:inline-block;
}
.cat {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 4px;
}
.pshead .mode {
	display:none;
}
.p-d-buttons .mode {
	display:inline-block;
	font-weight:bold;
	padding-right: 5px;
}
.p-d-buttons .cat.pos:hover, .cat.pos, .sentiment-1 {
	background: #C4EAB9;
	border:1px solid #C4EAB9;
}
.p-d-buttons .cat.neg:hover, .cat.neg, .sentiment-0 {
	background: #EFC9BF;
	border:1px solid #EFC9BF;
}
.p-d-buttons .cat.net:hover, .cat.net, .sentiment-2 {
	background: #fff;
	border:1px solid #ccc;
}
.p-d-buttons .cat.rel:hover, .cat.rel {
	background: #C7EAE4;
	border:1px solid #C7EAE4;
}
.p-d-buttons .cat.irel:hover, .cat.irel {
	background: #ccc;
	border:1px solid #ccc;
}
.p-d-buttons .cat.pos,.p-d-buttons .cat.neg,.p-d-buttons .cat.net,
.p-d-buttons .cat.rel,.p-d-buttons .cat.irel {
	background: #ddd;
	border:1px solid #ccc;
}
.cat,.lbl {
	white-space:nowrap;
}


/* row label */
.sentiment-pos .tb {
	color: #060;
} 
.sentiment-neg .tb {
	color: #900;
} 
.sentiment-net .tb {
	color: #555;
}
.relevancy-irel .tb {
	color: #bbb;
}
.relevancy-irel .cat.sentiment,
.relevancy-irel .actions-group.sentiment {
	display:none;
}   

/* legend */
.legend.right {
	margin-right: 20px;
}
.legend-label {
	color: #bbb;
}                                                                                                      
.legend-value {
	font-size: 34px;
	font-weight:bold;
	color:#C95500; 
}




/* form */

#dialog-form {
	display:none;
}
.dialog-descr {
	margin-bottom:10px;
}
fieldset {
    border: 0 none;
    margin-top: 5px;
    padding: 0;
}
#dialog-form label, #dialog-form input {
    display: block;
}

a.big-button {
	color:#fff;
}
a.big-button {
	background-color: #c95500;
	color: #fff;
	padding: 3px 8px;
	box-shadow: 3px 3px 4px #666;
	font-size: 15px;
}
.big-button:hover {
	color: #fff;
}
.big-select-form {
	padding: 4px;width:400px;
}

/* entity */
.entity-wrapper {
	
}
.entity-header {
	margin: 18px 0 16px;
	border-bottom: 2px solid #c95500;
	padding: 10px 0;
}

/* article */
.mid-section {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eee;
    border-left: 1px solid transparent;
    /*border-top: 1px solid #EEEEEE;*/
    clear: both;
    font-size: 13px;
    line-height: 1.4;
    outline: medium none;
    padding: 16px 21px;
    position: relative;
    word-wrap: break-word;
}
.mid-portal {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-top: 1px solid #eee;
    clear: both;
    font-size: 13px;
    line-height: 1.4;
    outline: medium none;
    padding: 10px 0;
	margin-top:10px;
    position: relative;
    word-wrap: break-word;
}
.mid-portal .topic-label {
	background:#c95500;
	color:#fff;
	padding:2px 5px;
	display:inline-block;
}
.mid-portal.first {
	border-top:1px solid transparent;
	padding-top:0;
	margin-top:0;
}
.mid-portal-related {
	padding: 3px 10px;
	margin: 0 10px;
	border-top:1px dotted #eee;
}
.mid-portal-related .source, .mid-portal-related .date
{
	color: #999;
}

.section-title {
    color: #333333;
    font: 18px arial,sans-serif;
}
.section-title2 {
    color: #333333;
    font: 15px arial,sans-serif;
    white-space: nowrap;
    margin-bottom:1em;
}
.num-results {
    float:right;
    display:inline-block;
}
.section-title3 {
    color: #333333;
    font: 15px arial,sans-serif;
    white-space: nowrap;
}
.section-edit {
	font-size:13px;
	margin-left:20px;
	display:none;
	cursor:pointer;
	color:#3366CC;
}
.section-header:hover .section-edit {
	display:inline-block;
}

/* news results */
.mid-section .entry {
	margin-right:70px;
}
.entry-full {
	margin-left: 120px;
	width: 500px; 
}
.mid-ads {
	text-align: center;
}
.entry-topic {
	margin-left:-120px;
	width:100px;
	float:left;
	color:#D14836;
}
.entry-topic a {
	color:#D14836;
}
.entry-topic a:hover {
	text-decoration:underline;
}
.entry-title {
	font-weight:bold;
	margin-bottom:4px;
}
.entry-image {
	margin-bottom:5px;
}
.entry-sub-title {
	color:#999;
	margin-bottom:6px;
}
.entry-feedback {
    float: right;
    height: 13px;
    margin-right: -72px;
    width: 62px;
    font-weight:normal;
    color:#999;
}
.fdb-title {
	font-size:11px;
}
.fdb-opt {
	border:1px solid #ccc;
	padding: 1px 2px;
	font-size:10px;
	cursor: pointer;
}
.fdb-opt:hover {
	color: #3366CC;
	border:1px solid #3366CC;
}
.class_1 .fdb-opt.opt-good, 
.class_0 .fdb-opt.opt-bad {
	color: #8c0104;
	border: 1px solid #8c0104; 
}
.entry-body ul, .entry-hl ul{
	margin:0;
	padding:0;
	list-style:none;
}
.entry-snippet {
	margin-bottom:8px;
}
.entry-snippets {
	display:none;
	margin: 1em 1em 0 0;
	border-bottom:1px solid #efefef;
}
.entry-snippets .entry-hl {
	margin-left:0;
}
.entry-hl{
	margin-left: 40px;
    margin-right: 24px;
    margin-bottom: 10px;
    vertical-align: top;
    border-bottom: 1px dotted #CCCCCC;
}
.entry-hl em {
	color: #C95500; 
}
.entry-hl li {
	border-left: 1px solid transparent;
    margin-bottom: -1px;
    padding-top: 8px;
    vertical-align: top;
    border-top: 1px dotted #CCCCCC;
    padding: 7px;
    line-height: 1.4;
    word-wrap: break-word;
}
#view-text {
    height:0px;
    width:100px;
    overflow:hidden;
    text-indent:-1000px;
}

/* right column */
.right-section .title {
	border-bottom: 1px solid #EBEBEB;
    color: #484848;
    font-size: 11px;
    font-weight: bold;
    margin: 35px 0 10px;
    padding-bottom: 6px;
}
.right-section .body {
   	color: #666666;
    line-height: 15px;
    word-wrap: break-word;
}

/* trending topic */
.topics-expand, #icon-collapse, .icon-collapse {
	display:none;
}
.expand-link {
	position: absolute;
	left: 510px;
	top: 125px;
	z-index:5;
	margin-bottom: 1em;
	cursor:pointer;
}
.expand-link-snippet {
	position: absolute;
	left: 310px;
	z-index:5;
	text-align:right;
	width:200px;
	padding-bottom: 1em;
	padding-top: 5px;
	cursor:pointer;
}
.topic-item {
	width: 32%;
	display: inline-block;
	margin: 2px 0;
	vertical-align:top;
}

/* social */
.soc-stats {
	display: inline-block;
}
.btn-twitter, .btn-fb, .news-link {
	float: left;
}
.news-link {
	margin-right: 1em;
}
.news-link a:hover {
	text-decoration:none;
}

/* facebook account profile */

.facebook_profile {
	margin-top: 30px;
}
.fbp_body {
	height: 266px;
}
.fbp_content {
	padding: 20px;
	background: #eee;
	width: 960px;
	height:110px;
	overflow: hidden;
	margin-top: 116px;
	display: inline-block;
	opacity:0.7;
	filter:alpha(opacity=90);
}
.fbp_picture {
	padding: 10px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #ddd;
	display: inline-block;
	margin-left: 15px;
}
.fbp_info {
	display: inline-block;
	width: 660px;
	margin-left: 60px;
}
.fbpi_name {
	font-weight: bold;
	margin-bottom: 5px;
}
.fbpi_box {
	display: inline-block;
	width: 100px;
}
.fbpi_about {
	margin-top: 5px;
	font-size: 14px;
}

/* bubble */
.influencer-item {
	display: inline-block;
	width: 230px;
}
.influencer-item .i-item-inner {
	padding: 5px;
}
.i-item-inner .i-item-image {
	display: inline-block;
	width: 50px;
	vertical-align: text-bottom;
}
.i-item-inner .i-item-info {
	display: inline-block;
	width: 130px;
	margin-left: 5px;
	vertical-align: top;
	overflow-x: hidden;
}