/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2014, 11:37:39 PM
    Author     : jogesh
*/

.sf{
    width: 100%;
    background-color: #0D5230;
    display: block;
    position: relative;
    top: 5px;
    border-radius: 3px;
}
.social_panel .sf_container{
    overflow: auto;
    /*width: 292px;*/
    padding: 5px;
    height: 90px;
    color: #ffffff;
}
.social_panel .sf_container a{
    color: #FFC423;
}

.social_panel span.sf_arr{
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0D5230;
    position: absolute;
    top: -4px;
    left: 10px;
}

.social_panel .tw_socialfeeds span.sf_arr{
    left: 42px;
}
.social_panel .gp_socialfeeds span.sf_arr{
    left: 72px;
}
.social_panel .ins_socialfeeds span.sf_arr{
    left: 106px;
}

.social_panel ul{
    padding: 0px;
}

.facebookWall li{
	/*background: url('../images/divider.png') no-repeat center bottom;*/
        border-bottom: 1px solid #FFC423;
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}

/* The user/page avatar */

.facebookWall li img.avatar{
	float:left;
}

/* The user/page name */

.facebookWall h2{
	font-size:16px;
	font-weight:normal;
	margin-bottom: 5px;
        margin-top: 0px;
}

/* The .status div container */

.facebookWall .status{
	width:270px;
	padding-left:65px;
}

/* Link share attachment */

.facebookWall .attachment{
	border-left: 1px solid #C4C4C4;
	font-size: 12px;
	margin-top: 14px;
	overflow: hidden;
	padding-left: 10px;
}

.facebookWall .attachment-data{
	display:table-cell;
	vertical-align:top;
}

.facebookWall img.picture{
	float:left;
	margin-right: 10px;
}


/* Posted date/time, number of likes and comments */

.facebookWall p.meta{
	color: #BBBBBB;
	font-size: 11px;
	padding: 15px 0 0 65px;
}



.track4 {
    width: 4px;
    background-clip: padding-box;
    background: #FFC423;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}

.track4.dragging,
.track4:hover {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.track4:active {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4 {
    width: 4px;
    left: -1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    background-clip: padding-box;
    background: #ccc; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4:hover {
    background: #999; /* No RGBA support */
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.dragging .handle4,
.handle4:active {
    background: gray; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}


#jstwitter {
    position: relative;
}
#jstwitter .item {
    overflow:hidden;
    border-bottom: 1px solid #FFC423;
}
#jstwitter .tweet-wrapper {
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    line-height:16px;
}
#jstwitter .item a {
    text-decoration: none;
    color: #FFC423;
}
#jstwitter .item img {
    width:100%;
}
#jstwitter .item a:hover {
    text-decoration: underline;
}
#jstwitter .item .text {
    display:block;
}
#jstwitter .item .time, #jstwitter .tweet .user {
    font-style: italic;
    color: #666666;    
}

#jsinsta .insta_item img{width:100%;}
#jsinsta .insta_item{margin-bottom: 10px;}
.loader{
    height: 11px;
    width: 92px;
    background: url('../images/ajax-loader.gif') 27px 0 no-repeat;
    margin: 17px auto 0 auto;
}
.loader span{
    padding-top: 18px;
    display: block;
}