/** BASE CARD*/

.base-card {
    max-width: 628px;
    width: 100%;
}

.base-card-inner {
    display: table;
    border-radius: 5px;
    border: 1px solid #D6D7D9;
    background: #fff;
    height: 336px;
}

.card-header {
    width: 100%;
    height: 68px;
    line-height: 68px;
}

.card-date {
    font-size: 12px;
    color: #8C9DAF;
    font-weight: 300;
    margin-right: 10px;
}

.card-author {
    color: #456F9C;
    font-size: 12px;
    font-weight: 300;
    margin-right: 11px;
}

.card-content {
    position: absolute;
    top: 68px;
    bottom: 47px;
}

.card-summary {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.card-summary a {
    text-decoration: none;
    color: #666666;
}

.base-card-inner:hover .card-summary a {
    text-decoration: underline;
    color: rgb(0, 172, 237) !important;
}

.base-card-inner:hover .card-site .link,
.base-card-inner:hover .card-footer .link
{
    text-decoration: underline;
}

.base-card-inner:hover {
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.25);
    border-color: #b9cfde;
}

.card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFFFFF;
    position: relative;
    opacity: .95;
    background-color: rgba(0,0,0,.05);
}

.base-card .card-image{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-footer {
    height: 47px;
    line-height: 47px;
    width: 100%;
    border-top: 1px solid #EFF4FA;
    position: absolute;
    bottom: 0;
}

.card-title {
    padding: 0 0 25px 0;
    line-height: 28px;
    color: #5c6369;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
}

.card-title:hover {
    color: #e01b2f;
}

.card-left-wrapper {
    width: 50%;
    height: 100%;
    padding: 0 32px;
    min-width: 320px;
    display: table-cell;
}

.base-card.no-title .card-left-wrapper {
    padding: 0 80px 0 32px;
}

.card-right-wrapper {
    width: 50%;
    height: 100%;
    display: table-cell;
    cursor: pointer;
}

.card-left-container {
    position: relative;
}

.card-right-container {
    position: relative;
}

.card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 336px 42px 0 0;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.performance-wrapper {
    width: 100%;
    padding: 10px
}

.social-section {
    width: 25%;
    float: left;
    text-align: center;
}

.social-icon {
    height: 28px;
    width: 28px;
    border-top: solid 1px #ddd;
}

.social-count {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #555555;
    font-weight: bold;
    line-height: 26px;
    height: 50%;
    width: 100%;
    text-align: center;
}

.social-icon.facebook {
    background: url("/images/common/single-result-facebook.png") no-repeat center center;
    margin: 0 auto;
}

.social-icon.gplus {
    background: url("/images/common/single-result-gplus.png") no-repeat center center;
    margin: 0 auto;
}

.social-icon.linkedin {
    background: url("/images/common/single-result-linkedin.png") no-repeat center center;
    margin: 0 auto;
}

.social-icon.pinterest {
    background: url("/images/common/single-result-pinterest.png") no-repeat center center;
    margin: 0 auto;
}

.graph-container {
    padding: 0 5px;
    height: 43px;
    font-size: 12px;
    color: #c3c2c5;
}

.graph-container b {
    color: #555;
    font-family: "Arial", sans-serif;
}

.graph-name, .graph-value {
    padding: 15px 0 0 0;
}

.graph-name {
    color: #555;
    float: left;
    font-family: 'Arial', sans-serif;
}

.graph-value {
    float: right;
}

.graph-bar-container {
    background-color: #e7e6ef;
    height: 2px;
}

.graph-bar-value {
    background-color: #acaab5;
    height: 2px;
}

.performance-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.performance-count {
    font-size: 11px;
    color: #8C9DAF;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.card-site-container {
    max-width: 225px;
}

.card-site {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #8C9DAF;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
}

.card-site .link,
.card-footer .link {
    cursor: pointer;
}

.card-linked {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.card-performance {
    float: left;
    margin-right: 0px;
    cursor: pointer;
}

.card-source {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 11px;
}

.card-vertical-separator {
    background-color: #CFDCE5;
    width: 1px;
    height: 16px;
}

.base-card .card-vertical-separator {
    float: left;
    height: 20px;
    margin: 13px 10px 0px 10px;
}

.base-card .link{
    color: #8C9DAF;
    font-weight: 300;
    font-size: 11px;
    float: left;
}

.performance-tooltip{
    position: absolute;
    width: 260px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    left: -14px;
    bottom: 40px;
    line-height: normal;
    border: 1px solid #d7e1e8;
    box-shadow: 0px 3px 6px 0px rgba(165,165,165,0.3);
}

.performance-tooltip:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 14px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #beccd6;
    border-right: 1px solid #beccd6;
}

.sentiment-icon{
    width: 20px;
    height: 20px;
    cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.quick-research-card .sentiment-icon{
    float: right;
    margin-top: 5px;
}

/* LIST CARD */

.list-card {
    height: 140px;
    max-width: 1285px;
}

.list-card .base-card-inner{
    height: 140px;
}

.list-card .card-footer {
    height: 38px;
    line-height: 38px;
}

.list-card .card-left-wrapper {
    width: 15%;
    padding: 0px;
    min-width: 130px;
    cursor: pointer;
}

.list-card .card-right-wrapper {
    width: 85%;
    cursor: default;
    padding-left: 8px;
    padding-right: 18px;
}

.list-card .card-header {
    height: 44px;
    line-height: 44px;
}

.list-card .card-content {
    top: 44px;
    bottom: 38px;
    width: 100%;
}

.list-card .card-title {
    font-weight: 500;
    font-size: 15px;
    color: #5c6369;
    line-height: normal;
    padding: 0px;
}

.list-card .card-content .card-summary {
    top: 34px;
    padding: 0 20px 0 0 !important;
    color: #888888;
    font-weight: 300;
    font-size: 13px;
}

.list-card .card-linked {
    display: inline-block;
    margin-right: 10px;
}

.list-card .card-vertical-separator {
    width: 1px;
    height: 18px;
    margin: 10px 24px 0px 24px;
}

.list-card .card-image {
    border: 12px solid #FFFFFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.list-card .card-site{
    display: block;
    line-height: inherit;
}

.list-card.no-image .card-left-wrapper {
    display: none;
}

.list-card.no-image .card-right-wrapper {
    width: 100%;
    padding: 0 10px;
}

.list-card .card-date,
.list-card .card-author{
    font-size: 11px;
}

.list-card .sentiment-icon{
    float: right;
    margin-top: 5px;
}

.list-card .link{
    color: #97ACBA;
}

/* OVERFLOW MENU */
.overflow-menu-container:focus{
    outline: none;
}

.overflow-menu-list{
    position: absolute;
    bottom: 44px;
    right: 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
	border-radius: 4px;
	border: none;
	box-shadow: 0 4px 16px 0px rgba(203, 196, 228, .48);
	width: 220px;
}

.overflow-menu-list ul{
    line-height: normal;
}

.overflow-menu-list ul li{
    cursor: pointer;
    text-align: left;
    font-weight: 400;
	font-size: 13px;
	color: #525373;
	padding: 8px;
	transition: all 0.16s linear;
	padding-right: 24px;
}

.overflow-menu-list ul li:hover{
	background-color: #ecf1fe;
	border-radius: 4px;
	font-weight: 500;
}

.overflow-menu-list .menu-icon{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.overflow-menu-list .menu-icon svg path {
    fill: #8492A6 !important;
}

.overflow-menu-list li:hover .menu-icon svg path {
	fill: #525373 !important;
}


.overflow-menu-list ul li span{
    display: inline-block;
    vertical-align: middle;
}


/* SENTIMENTS LIST*/
.sentiments-list {
    background: rgb(255, 255, 255);
    position: absolute;
    border-radius: 3px;
    bottom: 45px;
    border: 1px solid #d7e1e8;
    box-shadow: 0px 3px 6px 0px rgba(165,165,165,0.3);
}

.sentiments-list:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    right: 18px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #beccd6;
    border-right: 1px solid #beccd6;
}

.sentiments-list ul {
    width: 162px;
    line-height: 51px;
    height: 51px;
    text-align: center;
}

.sentiments-list ul li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0px 8px;
    vertical-align: middle;
}

.sentiments-list .menu-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.sentiment-legend{
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: 20px;
    opacity: 0;
    overflow: hidden;
    padding: 0 6px;
    transition: opacity 50ms ease;
    left: 50%;
    position: absolute;
    text-align: center;
    top: -11px;
    z-index: 1;
    transform: translateX(-50%);
}
.sentiments-list ul li:hover .sentiment-legend{
    opacity: 1;
}

.sentiments-list ul li:hover .menu-icon {
     transform: scale(1.4, 1.4);
}
/*
.sentiments-list ul li:hover .menu-icon.positive-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.positive-sentiment svg path,
.sentiment-icon.positive-sentiment svg path{
    fill: #6BBF19 !important;
}

.sentiments-list ul li:hover .menu-icon.negative-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.negative-sentiment svg path,
.sentiment-icon.negative-sentiment svg path{
    fill: #FA7353 !important;
}

.sentiments-list ul li:hover .menu-icon.neutral-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.neutral-sentiment svg path,
.sentiment-icon.neutral-sentiment svg path{
    fill: #F5B417 !important;
}

.sentiments-list ul li:hover .menu-icon.unknown-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.unknown-sentiment svg path,
.sentiment-icon.unknown-sentiment svg path{
    fill: #71879F !important;
}
*/

.sentiments-list.top:after{
    top: initial;
    left: initial;
    border-bottom: 1px solid #beccd6;
    border-right: 1px solid #beccd6;
}