/*
 * Admin Page CSS for WP Socializer plugin
 * Author : Aakash Chakravarthy
 * Version : 1.6 (changed 2.4.9.8)
*/

.wrap{
	margin: 15px auto 15px;
	width: 630px;
	padding: 0px;
	position: relative;
}
.wrap #content{
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #dfdfdf;
	margin: 15px 0px 0px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wrap #tabs{
	background: #F8F8F8 url(images/header-bg.png) repeat-x;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin: -15px -15px 0px;
	padding: 20px;
	border-bottom: 1px dashed #dfdfdf;
}
.wrap #tabs li{
	float: left;
	margin: 0px;
}
.wrap #tabs li a{
	text-decoration: none;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid transparent;
}
.wrap #tabs .ui-state-active a{
	background: #FBFBFB;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #CCCCCC;
	color: #CC3333;
	-webkit-box-shadow: 0px 0px 5px 0px #666;
	-moz-box-shadow: 0px 0px 5px 0px #666;
	box-shadow: 0px 0px 5px 0px #dfdfdf;
}
.wrap .header .subTitle{
	margin: -5px 0px 0px 40px;
	color: #666666;
}
.wrap h3{
	margin: 5px 0px 10px;
	border-bottom: 1px dotted #dfdfdf;
	padding: 10px 0px 10px;
}
.wrap h4{
	font-weight: bold;
	display: block;
	padding: 5px 0px;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #e7e7e7;
	clear: both;
}
.wrap h5{
	margin: 10px 0px 5px;
}
.wrap .section{
	margin-bottom: 10px;
}
.wrap .leftCnt{
	float: left;
	width: 70%;
}
.wrap .rightCnt{
	float: right;
	width: 25%;
}
.wrap .leftCnt h2{
	border-bottom: 1px solid #dfdfdf;
}
.wrap .footer{
	background: #FFFFEC;
	margin: 10px -15px -15px;
	padding: 15px;
	border-top: 1px dashed #dfdfdf;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.wrap .footer #wpsr_submit{
	padding: 8px 15px;
	font-size: 14px !important;
	height: 40px;
}

/****************************/

.wrap .window{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.3);
	z-index: 999999;
	display: none;
}
.wrap .window .inWindow{
	height: 100%;
	overflow: auto;
	padding: 0px 20px;
	background: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	-webkit-box-shadow: 0px 0px 57px -7px #000;
	-moz-box-shadow: 0px 0px 57px -7px #000;
	box-shadow: 0px 0px 57px -7px #000;
	display: none;
}
.wrap .window h2{
	border-bottom: 1px solid #C2C2C2;
	margin: 0px -20px 10px;
	padding: 15px 20px;
	background: url(images/header-bg.png) repeat-x;
}
/**** **/

.buttonsList li{
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 7px;
	margin: 0px 15px 15px 0px;
	font-size: 15px;
	background: url(images/menu-bg.png) repeat-x;
	cursor: pointer;
}
.buttonsList li:hover{
	border-color: #00CC00;
}
.buttonsList li:active{
	-moz-box-shadow: inset 0 0 7px #999;
	-webkit-box-shadow: inset 0 0 7px #999;
	box-shadow: inset 0 0 7px #999;
}

/********************/


#subTabs{
	background: #EAFBFF url(images/orange-bg.png) repeat-x;
	padding: 25px 10px 20px 10px;
	margin: 0px -15px 10px;
	border-bottom: 1px dashed #dfdfdf;
}
#subTabs li{
	float: left;
	margin: 0px 5px 0px 0px;
	font-size: 19px;
}
#subTabs li a{
	text-decoration: none;
	padding: 5px 10px;
}
#subTabs .ui-state-active a{
	background: #FBFBFB;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #CCCCCC;
	color: #CC3333;
	-webkit-box-shadow: 0px 0px 5px 0px #666;
	-moz-box-shadow: 0px 0px 5px 0px #666;
	box-shadow: 0px 0px 5px 0px #dfdfdf;
}

/*************************/

.toolbar{
	margin: 0px 0px 10px;
}
.tbButtons .btn{
	font-size: 11px !important;
	background: #FFFFFF url(images/header-bg.png) repeat-x 0px -30px;
	border: 1px solid #E1E1E1;
	padding: 5px 10px;
	float: left;
	cursor: pointer;
	margin: 0px -1px -1px 0px;
}
.tbButtons .parentLi ul{
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #e1e1e1;
	margin: 5px 0px 0px -11px;
	font-size: 11px;
	display: none;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
	padding: 0px;
}
.tbButtons .parentLi ul li{
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0px;
}
.tbButtons .parentLi ul li:hover, .tbButtons .btn:hover{
	background: #FFFFCC;
}

/*********************************/

.sbLeftCnt{
	float: left;
	width: 72%;
}
.sbRightCnt{
	float: right;
	width: 200px;
	margin-right: 15px;
}
#sbList li{
	padding: 4px;
	color: #333333;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 150px;
	margin: 5px;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid #e9e9e9;
}
#sbList li:hover{
	border-color: #999999;
	color: #000000;
}
#sbList li img{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	background: url(../public/social-icons/wp-socializer-sprite-16px.png) no-repeat;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
#sbList .sbAdd_16px{
	color: #000000;
	background: #F8F8F8;
	float: right;
	padding: 5px 8px 5px 5px;
	border-left: 1px solid #e9e9e9;
	cursor: pointer;
	moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin: -4px -4px -4px 0px;
}
#sbList .sbAdd_32px{
	color: #000000;
	background: #F8F8F8;
	float: right;
	padding: 5px 8px 5px 5px;
	border-left: 1px solid #e9e9e9;
	cursor: pointer;
	border-right: 1px solid #e9e9e9;
	margin: -4px -3px -4px 0px;
}
#sbList .sbAdd_16px:hover, #sbList .sbAdd_32px:hover{
	color: #FFFFFF;
	background: #999999;
}
.sbSelList li{
	padding: 5px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	border-bottom: 1px solid #006C91;
	position: relative;
	float: left;
	width: 98%;
	margin: 5px;
	text-transform: capitalize;
	background: #0099CC;
	cursor: move;
}
.sbSelList li:hover{
	background: #00CC00;
	border-bottom: 1px solid #009900;
}
.sbSelList li .sbDelete{
	float: right;
	padding: 2px 4px;
	margin: -2px -3px -2px 0px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-transform: lowercase;
	font-weight: bold;
}
.sbSelList li .sbDelete:hover{
	cursor: pointer;
	color: #FF0000;
}
.sbSettingsBt{
	font-size: 18px;
	float: right;
	margin-top: -60px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	background: #00CC00;
	padding: 10px;
}

/************/

/* Sprites */
.admSprites {
	background: url(images/admin-sprites.png) no-repeat top left;
	margin: 0px 5px 0px 0px;
	padding: 0px 16px 0px 0px;
	width: 16px;
}

.addthisIcon{ background-position: 0 0;  } 
.customIcon{ background-position: 0 -66px;  } 
.documentationIcon{ background-position: 0 -132px;  } 
.facebookIcon{ background-position: 0 -198px;  } 
.googleplusIcon{ background-position: 0 -264px;  } 
.helpIcon{ background-position: 0 -330px;  } 
.linkedinIcon{ background-position: 0 -396px;  } 
.minusIcon{ background-position: 0 -462px;  } 
.oneclickIcon{ background-position: 0 -528px;  } 
.pinterestIcon{ background-position: 0 -594px;  } 
.placementIcon{ background-position: 0 -660px;  } 
.redditIcon{ background-position: 0 -726px;  } 
.retweetIcon{ background-position: 0 -792px;  } 
.settingsIcon{ background-position: 0 -858px;  } 
.sharethisIcon{ background-position: 0 -924px;  } 
.socialButtons{ background-position: 0 -990px;  } 
.stumbleuponIcon{ background-position: 0 -1056px;  } 
.supportIcon{ background-position: 0 -1122px;  }

/* Tables */

.tableClr {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 0px 0px 0;
	width: 100%;
}
.tableClr tr th,
.tableClr thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.tableClr tr td {
	border-top: 1px solid #e7e7e7;
	padding: 5px;
}
.tableClr tr.odd td {
	background: #F2F7FC;
}


/**********************************/

.tooltip{
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:11px;
	background: #333;
	background: rgba(0,0,0,0.7);
	padding: 5px;
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*************/

.templatesList{
	margin: 10px 0px 250px;
	font-family: Arial, Helvetica, sans-serif;
}
.templateItem{
	border: 1px solid #e7e7e7;
	padding: 10px;
	margin: 0px 0px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.templateItem:hover{
	border-color: #9FC54E;
}
.templateHead{
	font: 19px Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #333333;
	padding: 0px 0px 5px;
}
.templateDetails{
	color:#888888;
}
.templateImg{
	border: 1px solid #F2F2F2;
	margin: 10px 0px 0px;
	width: 100%;
	height: auto;
	background: #FFFFFF;
}
.templateCont{
	display: none;
}
.templateItem .applyBt{
	font-size: 13px;
	float: right;
	border: 1px solid #9FC54E;
	padding: 5px 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
	background: #F4F9EC url(images/menu-bg.png) repeat-x;
}
.templateItem .applyBtYellow{
	border-color: #FFCC00;
	background: #FFFFCC;
}
.templateItem .applyBt:hover{
	opacity: 0.5;
}
.templateItem .applyBt:active{
	border-color: #999999;
	background: #FDFDFD;
}

/***************/

.floatBtsList li{
	float: left;
	background: #FBFBFB url(images/menu-bg.png) repeat-x;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	margin: 0px 8px 8px 0px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.floatBtsList li:hover{
	border-color: #B420EC;
}
.floatBtsSel li{
	float: left;
	background: #FBFBFB url(images/menu-hover.png) repeat-x;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	margin: 0px 8px 8px 0px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: move;
}
.floatbts_highlight{
	background: none !important;
	height: 15px;
	width: 60px;
	border: 1px dashed #FF9900 !important;
}
/*************/

.wpsr_content{
	width: 99%;
	font: 12px/2 "Courier New", Courier, monospace;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	/*-webkit-box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.1);*/
	border-color: lightSeaGreen;
}

/*******/

.wpsr_share_wrap{
	margin-left: -65px;
	position: absolute;
	top: 20%;
}
.wpsr_share_wrap li{
	padding: 7px;
	background: white url(images/menu-bg.png) repeat-x bottom;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.wpsr_share_wrap a{
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	display: block;
}
.wpsr_donate a{ background-image: url(images/donate.png?v=3); }
.wpsr_share a{ background-image: url(images/share.png); }
.wpsr_pressthis a{ background-image: url(images/pressthis.png); }

.wpsr_share_iframe{
	background: #FFFFFF;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.miniWrap{
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #dfdfdf;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 15px 0px 0px;
}
.note{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F9F9F9;
	margin: 0px 0px 10px;
	padding: 5px;
	border: 1px solid #DFDFDF;
}

.maxMin{
	float: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px 7px;
	cursor: pointer;
}
.maxMin:hover{
	color: #FFFFFF;
	background: #FF9900;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nextStep{
	background: #F9FCF5 url(images/right-arrow.png) no-repeat 16px center;
	border: 1px solid #9ACA67;
	font-size: 13px;
	padding: 10px 10px 10px 50px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.textSep{
	border-bottom: 1px solid #dfdfdf;
    line-height: 2px;
	margin: 30px 0px 30px 0px;
}
.textSep span{
	background:#fff;
}
.bottomInfo .credits{
	background: url(images/aw.png) no-repeat left top;
	padding-left: 23px;
	color: #8B8B8B;
	margin-left: -5px;
	font-size: 13px;
	text-decoration: none;
}
.subTitle{
	background: whiteSmoke;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #DFDFDF;
	font-size: 15px;
}
.startBt{
	text-align: center;
	margin: 30px 0px 25px;
	font-size: 14px;
	font-weight: bold;
}
.startBt span{
	background: url(images/menu-bg.png) repeat-x;
	border: 1px solid #dfdfdf;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: #00CC00;
	cursor: pointer;
}
.startBt span:hover{
	border-color: #FF9900;
}

.startBox{
	float: left;
	width: 43%;
	padding: 0 15px;
	margin: 20px 0;
}
.startBox p{
	font-size: 14px;
	line-height: 150%;
}
.startBox.auto{
	margin-right: 15px;
	border-right: 1px dashed #ccc;
}
.startBox.manual{
	border-color: green;
}

.smallText{
	font-size: 10px;
	color: #666666;
}
.fixedMsg{
	position: fixed;	
}
.width25{
	width: 25%;
}
.width33{
	width: 33%;
}
.width50{
	width: 50%;
}
.alignright{
	float: right;
}
.redText{
	color: red;
}
.introWrap .shareList{
	background: #FFFDF2;
	padding: 10px 5px 5px 10px;
	border: 1px solid #FFCC66;
	margin: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.introWrap .shareList li{
	float: left;
}
.introWrap .startForm{
	text-align: center;
	padding: 20px 15px 10px;
	border-top: 1px dashed #dfdfdf;
	margin-top: 15px;
}
.introWrap .startForm .button-primary{
	/*font-size: 13px !important;
	padding: 8px;*/
}
.introWrap .infoContent{
	padding: 15px;
	border: 1px solid #dfdfdf;
	margin-top: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.introWrap .refLinks{
	text-align: center;
}

.plugin_promo{
	right: -95px;
	top: 180px;
	position: absolute;
	padding: 5px;
	background: white;
	box-shadow: 0 0 4px 0px gray;
	border-radius: 5px;
	line-height: 0;
}
.plugin_promo:hover .promo_show{
	display: block;
}
.promo_show{
	background: white;
	width: 450px;
	position: absolute;
	line-height: 150%;
	top:-100px;
	right: -2px;
	padding: 15px;
	background: black;
	color: white;
	box-shadow: 0 0 6px 0px black;
	display: none;
	border-radius: 5px;
}
.promo_show h3{
	padding:0 !important;
	border: 0px !important;
}
.promo_credit{
	color: gray;
	text-decoration: none;
	text-align: right;
}

.statImg{
	display: none;
}
.popClose{
	float: right;
	background: #E6DB55;
	padding: 0 6px 1px 6px;
	margin: 6px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
label img{
	vertical-align: middle;
}
.shareThisTbl input[type=text]{
	width: 60%;
	padding: 5px;
}

* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: " ";
  display: block;
  height: 0;