﻿/*****************/
/*Tabs CSS*/
/***************/

/*Main*/
div.FeedMain
{
    font-size:75% !important;
    margin-top: .1em;                    
    width: 100%;
    background:white;
    /*max-width:400px;*/
}

/*Feed*/
div.FeedOuterPane
{
    border: lightgray solid thin;
    padding: .5em;
    -moz-box-shadow: inset 0 0 1em .1em #DCE5EC;
    -webkit-box-shadow: inset 0 0 1em .1em #DCE5EC;
    box-shadow: inset 0 0 1em .1em #DCE5EC;
    border-radius: .5em;
}

div.FeedPane
{
    height: 100%;
    overflow-y: auto;
    padding-right: .2em;
    overflow-x: hidden;
    max-height:600px;
}
div.FeedItem
{

}
div.FeedFirst
{
    width:100%;
    vertical-align:top;
    display:inline-block;
}
div.FeedThird img {
    max-width: 100%;
    height: auto;  
    display:block;
    margin-left:auto;
    margin-right:auto;      
    padding-top:5px;  
}
div.FeedFirst span
{
    display:inline-block;
    font-size:.7em;
    color: #8899a6;
    text-decoration:none;
}
div.FeedFirst img
{
    width:auto;
    height:auto;
    /*padding-top:50%;*/
}

div.FeedSecond
{
    width: 20%;
    vertical-align:top;
    overflow: hidden;
    display:inline-block;
    max-width:60px;
}
div.FeedSecond div img
{
    height:auto;
    width:auto;
    max-height:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

div.FeedThird
{
        margin-left: .5em;
        font-size: 1.2em;
        line-height: normal;
        padding-top:8px;
        padding-right:2px;
        display: inline-block;
}

div.FeedThird div a
{
    color:#084476;
    text-decoration: none !important;
    font-weight: 500;
}

div.FeedThird div a.PostTitle
{
    font-weight:bold !important;
}

div.FeedThird .TwitterText
{
    color:rgb(35,35,35);
}
div.FeedSep
{
    border-bottom: 1px solid #DCE5EC;                   
    margin-bottom: 1em;
    margin-top: 1em
}

/*Panel*/
div.PanelPane
{
    margin-top: 1em;
    margin-bottom: 1em;
}
div.NameWrapper
{
    width:100%;
}
div.NameLeft
{
    float:left;
    width:auto;
}
div.NameRight
{
    float:left;
    padding-left:8px;
    font-size: 1.8em;
    width:auto;
}
div.PanelFacebook
{
    float: left;
    width:50%;
}
div.PanelFacebook img, div.PanelTwitter img
{
    width:25%;
    display:inline-block;
    vertical-align:top;
    max-width:60px;
}

div.PanelTwitter
{
    float: left;
    width:50%;
}
div.PanelSocialStats
{
    display:inline-block;
    margin-left: .5em;
    width:65%;
}
div.PanelSocialText
{
    color: #001a53;
    font-size: 2em;
    font-weight: bold;
}
.PanelSocialStats a.PanelFacebookLike img,
.PanelSocialStats a.PanelTwitterFollow img
{
    width:100%;
    height:auto;
}
.PanelSocialStats a.PanelFacebookLike img
{
    max-width:60px;
}
.PanelSocialStats a.PanelTwitterFollow img
{
    max-width:70px;
}

/*Tabs*/
div.FeedTabs
{
    cursor: pointer;
}
span.Tabs
{
    width: 50%;
    float: left;
    background: #fafbfc;
    background: -moz-linear-gradient(top, #fafbfc 1%, #e5e9ed 100%, #e5e9ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fafbfc), color-stop(100%,#e5e9ed), color-stop(100%,#e5e9ed));
    background: -webkit-linear-gradient(top, #fafbfc 1%,#e5e9ed 100%,#e5e9ed 100%);
    background: -o-linear-gradient(top, #fafbfc 1%,#e5e9ed 100%,#e5e9ed 100%);
    background: -ms-linear-gradient(top, #fafbfc 1%,#e5e9ed 100%,#e5e9ed 100%);
    background: linear-gradient(to bottom, #fafbfc 1%,#e5e9ed 100%,#e5e9ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#e5e9ed',GradientType=0 );
    font-size: 1.7em;
    font-weight: bold;
    padding: 5px 10px;
    border: solid 1px #d7dde3;
    text-align: center;
    cursor: pointer;
}
span.Tabs:hover
{
    background: #e5e9ed !important;
}
span.TabsSelected
{
    width: 50%;
    float: left;
    background: #e5e9ed;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#e5e9ed',GradientType=0 );
    font-size: 1.7em;
    font-weight: bold;
    padding: 5px 10px;
    border: solid 1px #d7dde3;
    text-align: center;
    cursor: pointer;
}