@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);

a {
	outline: none !important;
}

.watsonfinds {
	font-family: "Open Sans" !important;
	font-size: 15px;
	line-height: normal;
	padding: 10px;
}

.watsonfinds .header ul{
	padding:0;
	margin:0
}

.watsonfinds .header ul li{
	cursor:pointer;
	display:inline-block
}

.watsonfinds p{
	font-size: 15px;
}

.watsonfinds a{
	box-shadow: none !important;
}

/* Layout */

.watsonfinds .row{
	width: 100%;
}

.watsonfinds .row:after {
	content: "";
	display: table;
	clear: both;
}

.watsonfinds [class*='col-'] {
	float: left;
}

.watsonfinds [class*='col-'] {
	padding-right: 20px;
}

.watsonfinds [class*='col-']:last-of-type {
	padding-right: 0;
}

.watsonfinds .col-2-3 {
	width: 66.66%;
}
.watsonfinds .col-1-3 {
	width: 33.33%;
}
.watsonfinds .col-3-3 {
	width: 100%;
}

.watsonfinds .col-1-5 {
    width: 20%;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.watsonfinds .container{
	background: #fff;
	margin: 0 auto;
}

.watsonfinds .header{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	max-width: 66.66%;
}

.watsonfinds .header ul li{
	font-size: 18px;
	margin-right: 30px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.watsonfinds .header ul li.active{
	border-bottom: 4px solid #00B0F1;
}

.watsonfinds .header ul li:not(.active){
	color: #aaa;
}

.watsonfinds .header ul li:last-of-type{
	margin-right: 0;
	float: right;
}

.watsonfinds .header ul li a{
	padding-bottom: 15px;
	text-decoration: none;
}

.watsonfinds .analysis{
	padding-bottom: 30px;
}

.watsonfinds .insights{
	margin: 20px 0 40px;
	font-size: 13px;
	width: 100%;
}

.watsonfinds .insights [class*='col-'] {
	padding-right: 40px;
}

.watsonfinds .insight .text-container{
	overflow: hidden;
}

.watsonfinds .insights .percentage{
	float: left;
}

.watsonfinds .insight .bar-container{
	background: #eee;
	margin: 5px 0;
}

.watsonfinds .insight .bar{
	top: -5px;
	height: 5px;
	background: #00B0F1;
}

.watsonfinds .icon{
	text-align: center;
    position: relative;
}

.watsonfinds .icon .image{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.watsonfinds .icon .image img{
	width: 100%;
	height: auto;
}

/* Bottom Panel */

.watsonfinds .bottom-panel{
	 display: table;
}

.watsonfinds .bottom-panel .table-col{
	display: table-cell;
	float: none !important;
	vertical-align: middle;
	background: #fcfcfc;
}

.watsonfinds .bottom-panel p{
	font-size: 13px;
	font-style: italic;
}

.watsonfinds .feedback-container{
    padding: 0 25px 0 15px;
    border-radius: 7px 0 0 7px;
    border: 1px solid #e0e0e0;
    border-right: 0;
}

.watsonfinds .feedback-text-container{
	width: 70%;
	color: #777;
	font-style: italic;
	float: left;
}

.watsonfinds .feedback-button-container{
	width: 25%;
	float: right;
}

.watsonfinds .feedback-button-container p{
	text-align: right;
}

.watsonfinds .feedback-button {
	margin-top: 3px;
}

.watsonfinds .go-premium-container{
    padding: 0 15px 0 25px;
    border-radius: 0 7px 7px 0;
    border: 2px solid #e0e0e0;
}

.watsonfinds .go-premium-container .link{
	font-weight: bold;
	font-size: 14px;
	color: #01B0F0;
	font-style: normal;
}

/* Premium Tab */

ul.premium-list { 
	margin-top: 30px;
   padding-left: 0px;
}

ul.premium-list li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 65px;	
}

ul.premium-list li .feature-desc{
	font-size: 13px;
	color: #666;
}

ul.premium-list li.social-tone:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 50px;
    height: 50px;
    background: url(http://www.watsonfinds.com/api/wordpress/assets/icons/social.png) no-repeat;
    background-size: 50px;
}

ul.premium-list li.language-tone:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 50px;
    height: 50px;
    background: url(http://www.watsonfinds.com/api/wordpress/assets/icons/language.png) no-repeat;
    background-size: 50px;
}


/* Bottom Panel Premium */

.watsonfinds .bottom-panel-premium{
	display: block;
}

.watsonfinds .bottom-panel-premium .table-col{
	float: left !important;
}


/* Timeline */

.watsonfinds #timeline {
	margin: 0 auto;
	position: relative;
	padding: 0px;
    margin-right: 13px;
    margin-top: 25px;
    float: right;
    z-index: 9;
}
.watsonfinds #timeline .timeline-label{
    position: absolute;
    font-size: 11px;
    left: -20px;
    top: -25px;
    color: #999;
}
.watsonfinds #timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #eee;
	top: 0;
	position: absolute;
	left: 0;
}
.watsonfinds #timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}

.watsonfinds #timeline .timeline-item {
	padding-bottom: 50px;
	position: relative;
}

.watsonfinds #timeline .timeline-item:last-of-type{
	padding-bottom: 0;
}

.watsonfinds #timeline .timeline-item .timeline-icon {
    background: #eee;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    overflow: hidden;
    margin-left: -8px;
    left: 0;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: default;
}

.watsonfinds #timeline .timeline-item.active .timeline-icon{
    background: #fff;
    border: 3px solid #2EACDF;
    cursor: pointer;
}

.watsonfinds #timeline .timeline-item.selected .timeline-icon{
	background: #2CAEE4;
	cursor: pointer;
}

.watsonfinds #timeline .timeline-item .timeline-content {
    padding-left: 6px;
    background: #fff;
    position: absolute;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: none;
    font-size: 10px;
    width: 90px;
    left: -83px;
    border: 1px solid #2CAEE4;
}

.watsonfinds #timeline .timeline-item.active .timeline-content a{
	color: #666;
	text-decoration: none;
}

.watsonfinds #timeline .timeline-item.active .timeline-content a span{
    position: relative;
    top: 1px;
    font-style: italic;
}

.watsonfinds #timeline .timeline-item.active .timeline-content.clicked {
	display: block;
	cursor: pointer;
}
/* Little arrow */
/*.watsonfinds #timeline .timeline-item .timeline-content:before {
	content: '';
    position: absolute;
    right: -4px;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #2EACDF;
}*/

.watsonfinds .no-timeline{
	position: relative;
	overflow: hidden;
}

.watsonfinds .text-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.95);
}

.watsonfinds .text-content .container
{
	width: 90%;
    overflow: auto;
    margin: 0px;
    height: 98%;
    background: none;
    padding-right: 10px;

}
.watsonfinds .text-content .container .text{
	padding-right: 50px;
	padding-left: 10px;
}

.watsonfinds .content-buttons{
    font-size: 13px;
    text-align: left;
    padding-right: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*padding-left: 10px;*/
    border-bottom: 1px solid #eee;
}

.watsonfinds .text-content .text-content-button
{
    margin-right: 30px;
    float: left;
}

.watsonfinds a.icon-link{
	padding-left: 15px;
	position: relative;
}

.watsonfinds a.restore-link:before{
    width: 15px;
    content: " ";
    background: url(http://www.watsonfinds.com/api/wordpress/assets/icons/restore-icon.png) no-repeat;
    background-size: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    height: 15px;
}

.watsonfinds a.close-link:before{
    width: 15px;
    content: " ";
    background: url(http://www.watsonfinds.com/api/wordpress/assets/icons/close-icon.png) no-repeat;
    background-size: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    height: 15px;
}

.watsonfinds .text-content .text-content-button .hidden
{
    display:none;
}

.watsonfinds .text-content .text-content-button a{
	font-style: italic;
}


.watsonfinds .feedback-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.95);
}

.watsonfinds .feedback-content h4{
	margin-top: 0;
}

.watsonfinds .feedback-content .container
{
	width: 90%;
    overflow: auto;
    margin: 0px;
    height: 100%;
    background: none;

}
.watsonfinds .feedback-content .container .text{
	padding-right: 50px;
	padding-left: 10px;
}

.watsonfinds .feedback-content .feedback-content-button
{
    margin-right: 30px;
    float: left;
}

.watsonfinds .feedback-content .feedback-content-button .hidden
{
    display:none;
}

.watsonfinds .feedback-content .feedback-content-button a{
	font-style: italic;
}

.watsonfinds .feedback-content textarea
{
	width:100%;
}

/* Feedback Content */

.feedback-content .email-input input{
	padding: 8px;
	width: 100%;
}

.feedback-content .message-input textarea{
	padding: 8px;
}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}