@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,cyrillic-ext,latin-ext);

#header_admin{
	display:block;
	margin-bottom:16px;
	background-color:#f8f8f8;
    border: 1px solid #bebebe;
    height: 32px;
	position:relative;
	width: 100%;
}

#header_admin .line{
	position:absolute;
	height:1px;
	width:100%;
	display:block;
	background-color:#FFFFFF;
	top:0;
}

#header_admin p{
	line-height:32px;
	font-weight:bold;
	width:100%;
	text-align:center;
	display:block;
	width:400px;
	margin: 0 auto;
}

#adminBigMap {
	height: 270px;
	width: 585px;
	margin-bottom: 10px;
}
.admCol {
	float: left;
	width: 355px;
	margin-right: 10px;
	margin-top: 10px;
}
#addContactMap {
	clear: both;
	height: 270px;
	width:470px;
	margin: 20px 0;
}


#sortableMenu.sideMenu .dragReplace{
	width:820px !important;
	box-sizing: border-box;
}

.menuIconButton{
	float:left;
	margin-left:10px !important;
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid #bebebe;
	cursor:pointer;
	padding-top:2px;
	padding-left:4px;
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(240,240,240,1) 50%, rgba(240,240,240,1) 51%, rgba(231,231,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(50%,rgba(240,240,240,1)), color-stop(51%,rgba(240,240,240,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 50%,rgba(240,240,240,1) 51%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 50%,rgba(240,240,240,1) 51%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 50%,rgba(240,240,240,1) 51%,rgba(231,231,231,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(240,240,240,1) 50%,rgba(240,240,240,1) 51%,rgba(231,231,231,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

table.insertMenuIcon tr td{
	border: 1px solid #E7E7E7;
	height: 32px;
	padding-left:8px;
	width:25px;
	cursor:pointer;
}

table.insertMenuIcon tr td:hover{
	background-color:#C9C9C9;
}

.date_filter{
	position:relative;
	padding: 0 70px 0 0;
	margin:0;
	display: inline-block;
	height:35px;
}

.date_filter input{
	background-color:white !important;
	width:85px;
}

.date_filter span.max_info {
	display: block;
	text-align: center;
}

.stats_date:first-child{
	margin-right:0;
}

.stats_date{
	margin-bottom:0;
}

/*
.date_filter .calendarIcon{
	display: inline-block;
    left: 25px;
    position: relative;
    top: -3px;
    z-index: 2;
}
*/
.date_filter span.period_seperator{
	margin-right:10px;
	margin-left:10px;
	color: #6b6b6b;
	position:relative;
	top:-12px;
	display: inline-block;
}

#sortableCol2 input{
	width:175px;
}

.date_filter .button{
	display:inline-block;
	position:absolute;
	top:2px;
	right:0;
}

a.export_stats{
	float:left;
	margin-top:10px;
}

.admin_guestbook_list p{
	display:block;
	height:30px;
}

.admin_guestbook_list p img.userpic{
	width:30px;
	height:30px;
	float:left;
	margin-right:5px;
}

/* Mail campaigns */
#mailcampaign-spotlight-banner {
	position:relative;
	height:205px;
	background:#FFF url('/lapas/img/special/mailcampaign/header.jpg');
	margin-bottom:30px;
}

#mailcampaign-spotlight-banner ul {
	left: 8px;
	list-style: none outside none;
	margin: 0;
	position: absolute;
	top: 82px;
}

#mailcampaign-info-blocks {
	overflow:hidden;
}

#mc-info-left {
	float:left;
	width:49%;
	margin-right:1%;
}

#mc-info-right {
	float:right;
	width:49%;
	margin-left:1%;
}

ul.contact-list {
	background:url('/lapas/img/special/mailcampaign/contact_list.jpg') no-repeat left center;
}

ul.contact-list li {
	line-height: 20px;
	margin-bottom: 3px;
	padding-left: 23px;
}

ul.traits-list {
	padding-top:5px;
}

ul.traits-list li {
	margin-bottom:15px;
	position:relative;
	padding-top:5px;
}

ul.traits-list li i {
	background: none repeat scroll 0 0 #E7E7E7;
	border-radius: 100% 100% 100% 100%;
	display: block;
	float: left;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin-right: 8px;
	padding: 4px 10px;
	position:relative;
	top:4px;
}

#mailcampaign-spotlight-banner ul li {
	background: url("/lapas/img/special/mailcampaign/tick.png") no-repeat scroll left 2px transparent;
	line-height: 19px;
	padding-left: 24px;
	font-weight:bold;
	margin-bottom:3px;
}

#mc-info {
	font-size: 15px;
	left: 11px;
	position: absolute;
	top: 56px;
}


#mailcampaign-create-btn {
	left: 8px;
	position: absolute;
	top: 160px;
	width: 200px;
}

label.heading {
	display: block;
	float: none;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 146px;
}

label.heading .hint {
	margin-left:5px;
}

#AdTargetEstimate {
	background-color: #FDE0CC;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 2.5px 5px;
	display:inline;
}

#stats-options .label {
	text-align:right;
	padding-top:4px;
}

#stats-options .label.first {
	text-align:left;
}

#age-slider {
	width:210px;
}

#age-slider .formItemSlider {
	width:160px;
	margin-top:5px;
}

#age-slider label {
	float: right;
	position: relative;
	right: -44px;
}

#loc-selector {
	width:180px;
}

.stats-blocks {
	overflow:hidden;
	padding-top:15px;
}

.stats-blocks .block {
	float:left;
	background:#f5f5f5;
	width:330px;
	padding:15px;
	margin-right:10px;
	text-align:center;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	height:140px;
}

.stats-blocks .block:last-child {
	margin-right:0;
}

.stats-blocks .block dt {
	font-size: 26px;
	font-weight: bold;
	height: 61px;
	line-height: 18px;
	margin-top: 30px;
}

.stats-blocks .block dd {
	font-size:14px;
}

.stats-blocks .block dt span {
	display:block;
	font-size:12px;
	font-weight:normal;
}

#emailHelp {
	width: auto;
}

.layout_activeapp img.app_image{
	float:left;
	margin-right:10px;
}
#paymentData .formRadioList {
	width: auto;
}

.follower_widget{
	position:relative;
	height:800px;
}

.follower_widget .formItemSlider{
	width:380px;
}

.follower_widget label{
	white-space:nowrap;
}

.follower_widget_settings{
	width:250px;
}

.follower_widget .formFooter{
	width:250px;
}

#widget_preview{
	width:310px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

.follower_widget_settings .sep{
	width:400px;
}

#Forms_widget_code{
	width:400px;
}

.fansAdmin tr td img{
	margin-right:10px;
}

.fansAdmin tr td.data {
	vertical-align: middle;
}

.fanSearch{
	width: 205px;
	position:absolute;
	top:10px;
	right:0;
}

.fanSearch .searchButton{
	position:absolute;
	top:5px;
	right:2px;
}

.fanSearch .formsWrap > .formItem{
	width: 205px !important;
}

.fanSearch .formItem > div{
	margin-left:0 !important;
}

table.referers{
	display:block;
	width:730px;
}

table.referers tr td{
	word-wrap:break-word;
}

table.referers .source{
	width:600px;
	display:block;
}

.fans_invite_friends{
	display:block;
	width:220px;
	position:absolute;
	top:18px;
	right:210px;
	text-align:right;
}

.fans_period{
	margin-left:145px;
}

#publish_date_content #Forms_publish_date{
	width:75px;
	float:left;
	margin-right: 10px;
}

#publish_date_content #Forms_hours{
	width:45px;
	display:inline-block;
}

#publish_date_content #Forms_minutes{
	width:45px;
	display:inline-block;
}

#publish_date_content .seperator{
	margin:0 5px 0 5px;
}

#Forms_post_seo_url{
	width:550px;
}

#Forms_post_seo_url #exturlAvailable{
	top:22px;
}

#post_seo{
	display:none;
	padding-bottom:10px;
}

#market_settings #Forms_infoemail{
	display: none;
}

#market_settings #Forms_infoemail .formItemBorder {
	width:698px;
	display:block;
	float: left;
}

#market_settings #Forms_infoemail .infoIcon{
    display: inline-block;
    left: 0;
    position: relative;
    top: 5px;
    width: 16px;
}

#itempictures .item{
	display:inline-block;
	width:98px;
	height:98px;
	margin-right:10px;
	border:1px dashed #C9C9C9;
	position:relative;
}

#itempictures .item .close3Icon{
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 11px;
}

#itempictures .item img{
	margin: -1px 0 0 -1px;
}

#itempictures{
    display: block;
    width: 450px;
	height:105px;
	overflow: hidden;
}

#modulesettings_widget_items{
	display:block;
	width: 300px;
	margin-left:145px;
	margin-bottom: 10px;
}

#modulesettings_widget_items ul{
	list-style:inside;
}

#modulesettings_widget_items p{
	font-weight: bold;
	margin-bottom:0;
}

#modulesettings_widget_items .icon {
	display: inline-block;
	position: relative;
	top: 3px;
}

#market-add-items .external_link{
	margin-top: 10px;
}

#market-add-items .new-item tr td {
	vertical-align: top;
	width:100%;
}

#market-add-items .new-item tr td.desc{
	width:240px;
	display:block;
	padding-left:10px;
	padding-right:10px;
}

#market-add-items .new-item tr td .formItem textarea{
	height:119px;
}

#market-add-items .new-item .add-cat{
    position: relative;
    top: 2px;
}

#market-add-items .new-item .pictures{
	display:block;
	position:relative;
	margin-top:18px;
	width:234px;
	height:150px;
	/*height:246px;*/
	border:1px solid #e7e7e7;
	background-color: #f2f2f2;
}

#market-add-items .new-item .pictures .button-container{
	position:absolute;
	width:100%;
	bottom:5px;
	text-align: center;
}

#market-add-items .new-item .pictures .button-container span.info{
	display:block;
	font-size: 11px;
	color:#6b6b6b;
}

#market-add-items #addmore .buttonC {
    background-position: 3px 4px;
    padding-left: 21px;
}

#market-add-items #addmore{
	margin-top:10px;
}

#market-add-items .pictures .info{
	color:#959595;
	font-size:11px;
	margin-left:5px;
}

#market-add-items .pictures .item{
	display:block;
	float:left;
	width:70px;
	height:70px;
	margin-right:4px;
	margin-left:2px;
	border:1px dashed #C9C9C9;
	position:relative;
	overflow: hidden;
}

#market-add-items .pictures .item .rqLoading{
	margin-top:20px;
}

#market-add-items .description{
	width:390px;
}

#market-add-items #items label{
	width:120px;
}

#market-add-items #items .formsWrap > .formItem{
	width:390px;
}


#market-add-items #items .formsWrap > .formItem > div {
	margin-left:125px;
}

#market-add-items #saved-items{
	position:absolute;
	top:52px;
	right:0;
	padding:10px;
	width:160px;
	border:1px solid #e2e2e2;
	background-color: #f5f5f5;
}

#market-add-items #saved-items p.title {
	color:#6f6f6f;
	font-weight: bold;
}

#market-add-items #saved-items .item{
	display:inline-block;
	width:50px;
	margin-right:3px;
	position:relative;
}

#market-add-items #saved-items .item .close3Icon{
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 11px;
}

#market-add-items .infoMsg {
	width:500px;
}

#market-add-items #saved-items .item img{
	display:block;
	width:50px;
	height:50px;
}

#market-add-items .pictures .picitems{
	margin-top: 10px;
	width:240px;
	height:74px;
	overflow:hidden;
	display:none;
}

#market-add-items .add_new_category, #edit_market_item .add_new_category{
	float:left;
}

#market-add-items .add_new_category input, #edit_market_item .add_new_category input{
	color:#b6b6b6;
}

#market-add-items .add_new_category input.active, #edit_market_item .add_new_category input.active{
	color:#000000;
}

#market-add-items .pictures .item:last-child{
	margin-right:0;
}

#market-add-items .pictures .item:first-child{
	margin-right:6px;
}


#market-add-items .pictures .item img{
	width:70px;
}

#market-add-items .pictures .item .close3Icon{
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 11px;
}

#market-add-items .pictures .item img{
	margin: -1px 0 0 -1px;
}

#market-orders-container {
	width: 820px;
	overflow-x: scroll;
	overflow: auto;
	padding-bottom: 20px;
}

#market-orders-container .tabsWrap{
	display:block;
	width:100%;
}

#market-settings #Forms_rules{
	height:120px;
	width:630px;
}

#market-settings #rules{
	height:115px;
}

#market-settings .caption{
	margin: 30px 0 10px 0;
}

#market-settings .multiItems{
	width:300px;
}

#market_settings #Forms_infoemail.formItem{
	width:100%;
}

#market_settings #Forms_infoemail .formItemBorder{
	width:300px;
}

#modulesettingsform #market_custom, #new-market #market_custom{
	width:300px;
	margin-bottom:10px;
	display:none;
}

#modulesettingsform #market_item_count, #new-market #market_item_count{
	width:300px;
	margin-bottom:10px;
	display:none;
}

#new-market #market_custom,#new-market #market_item_count{
	margin-left:0;
}

#new-market #modulesettings_widget_items{
	margin-left:0;
}

#market_items .drag-col {
    vertical-align: middle;
}

#createbill{
	padding:10px;
}

#createbill p{
	margin:0;
	padding:0;
}

#createbillform #manualbill{
	margin-left:0 !important;
}

#Forms_miniads_terms{
	padding:5px;
	padding-left:0;
	display:inline-block;
}


/* +++ 4x4 speeka paka +++ */
.powerPackIntro {
	background: url('/lapas/img/special/powerpack/bg.jpg') no-repeat top center;
	border-top: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.powerPackIntro .title {
	border-bottom: 0;
	font-size: 45px;
	line-height: 45px;
	color: #ff7800;
	font-weight: 300;
	font-family: "open sans";
	margin: 8px 10px 5px;
}
.powerPackIntro .intro {
	font-size: 20px;
	line-height: 22px;
	margin-left: 10px;
	margin-right: 10px;
}
.powerPackIntro .col {
	float: left;
	width: 205px;
	padding-top: 62px;
	/*margin-left: 15px;*/
	line-height: 18px;
}
.powerPackIntro .col.first {
	margin-left: 10px;
}
.powerPackIntro .gift {
	background: url('/lapas/img/special/powerpack/gift.png') no-repeat left 3px;
}
.powerPackIntro .users {
	background: url('/lapas/img/special/powerpack/user.png') no-repeat left 8px;
}
.powerPackIntro .message {
	background: url('/lapas/img/special/powerpack/message.png') no-repeat left 12px;
}
.powerPackIntro .skin {
	background: url('/lapas/img/special/powerpack/skin.png') no-repeat left 0;
}
.powerPackIntro h2 {
	font-size: 13px;
	margin-bottom: 3px;
}

.powerPackBuyBtn {
	margin: 35px 0 0 10px;
}
.powerPackBuyBtn .buttonC {
	padding-left: 30px;
	padding-right: 30px;
}

.powerPackForm {
	display: none;
	margin-bottom: 30px;
}
.powerPackForm .total {
	margin-left: 10px;
}

.addPowerpackService .button {
	margin-top: 10px;
}
.powerPackAddContainer {
	text-align: right;
}

.powerPackBuyMore {
}
.powerPackBuyMore .button {
	margin-top: 8px;
}
/* --- 4x4 speeka paka --- */

/* +++ izceltais runā +++ */
h1 + .sayHlHeader {
    margin-top: -10px;
}
.sayHlHeader {
    background: url("../img/pageads/say_highlight_header.jpg?v=2") no-repeat center top;
    width: 820px;
    min-height: 305px;
    overflow: hidden;
    margin-bottom: 25px;
}
.sayHlHeader .headerContent {
    padding: 0 20px;
    width: 375px;
}
.sayHlHeader .orangeTitle {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-top: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 38px;
    color: #ff6600;
    line-height: normal;
}
.sayHlHeader .subTitle {
    font-size: 17px;
    margin-bottom: 20px;
}
.sayHlHeader .aboutTitle {
    font-size: 16px;
    margin-bottom: 10px;
	display: inline-block;
}
.sayHlHeader .howItWorks {
    margin-bottom: 20px;
}
.sayHlHeader .howItWorks li {
    line-height: 18px;
}
.sayHlHeader .howItWorks li:first-child {
    margin-bottom: 15px;
}
.sayHlHeader .howItWorks img {
	border: 1px solid #f3f3f3;
	margin-top: 10px;
	padding: 5px;
}
.sayHlHeader .buttonLarge {
    min-width: 200px;
}
.sayHlNotificationLink {
	float: right;
	font-size: 12px;
	font-weight: normal;
}
/* --- izceltais runā --- */



/* lapu bloki */

#sortableCol1{
	display:block;
	float:left;
}
#sortableCol2{
	display:block;
	float:right;
}
.sortableList li {
	cursor: pointer;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	padding-right: 15px;
	border: 1px solid #bebebe;
	margin-bottom:10px;
	background-color:#f8f8f8;
}

.sortableList li div.drag{
	width:5px;
	float:left;
}

#sortableCol1 li{
	width: 500px;
	box-sizing: border-box;
}

.sortableList .blockIcon{
	width:20px;
	display:block;
	float:left;
	padding: 0;
	margin-right:10px;
}

#sortableCol2 li{
	width: 300px;
	box-sizing: border-box;
}

.sortableList li div{
	height:30px;
}

.sortableList .options a {
	padding-left: 4px;
	background-position: 0 0;
	width: 16px;
	float: left;
	margin: 0;
}

.sortableList li input{
	font-size:12px;
	cursor: pointer;
	color: #393939;
	height: 30px;
	border: none;
	background-color:#f8f8f8;
	width:100%;
}

.sortableList .options {
	position: absolute;
	right: 0px;
	top: 7px;
}

#sortableCol1 .dragReplace{
	width:500px !important;
	box-sizing: border-box;
}

#sortableCol2 .dragReplace{
	width:300px !important;
	box-sizing: border-box;
}

#sortableCol1 li input { width: 335px; }
#sortableCol1 li:hover input { background: #e1eef9; width: 335px; }
#sortableCol1 li:hover { background: #e1eef9; }

#sortableCol2 li:hover input { background: #e1eef9; width: 175px; }
#sortableCol2 li:hover { background: #e1eef9; }

#sortableMenu li:hover input { background: #e1eef9; width: 630px; }
#sortableMenu li:hover { background: #e1eef9; }

.firstBlocksColumn{
	float:left;
	display: block;
}

.secondBlocksColumn{
	float:right;
	width:260px;
}

#addBlock .menu{
	width: 200px;
	float:left;
}

#addBlock .content{
	float:left;
	margin-left:10px;
	width:520px;
}

#addBlock .content .blockImage{
	border:1px solid #e7e7e7;
	background-color: #f8f8f8;
	display:block;
	padding:10px 0px 10px 0px;
}

#addBlock .content .blockImage img{
	margin:auto;
	display: block;
	border:1px solid #e0e0e0;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.modulesSaved{
	margin-left:10px;
}

span.modulesWarn{
	margin-left:10px;
}

p#linkboxImageView img{
	max-width: 500px;
}

#modulesettingsform .account_synced {
	margin-bottom: 5px;
	padding-top: 4px;
}

#modulesettingsform .connect {
	display: block;
	padding-top: 4px;
}

#modulesettingsform #syncForm > .formItem > label {
	float: left;
	height: 16px;
	margin-top: 4px;
	overflow: hidden;
	text-align: right;
	color: #393939;
	display: block;
	margin-bottom: 2px;
	width:140px;
}

#modulesettingsform #syncForm > .formItem {
	width: 555px;
}


#modulesettingsform #syncForm > .formItem > div {
	margin-left: 145px;
}

.teditor.postText .teditorImage img {
	max-width: 620px !important;
}

#sortableMenu.sideMenu li div{
	background-position:0px 7px !important;
}

.sideMenu{
	overflow:visible !important;
}

#sortableMenu .dragActive{
	width:820px !important;
	box-sizing: border-box;
}

h1 span.button, h3 span.button{
	height:16px;
	margin-left:10px;
}

h1 span.button a, h3 span.button a{
	line-height:15px;
	font-size: 11px;
}

h1 span.button .buttonC, h3 span.button .buttonC{
	padding-left:5px;
	padding-right:5px;
}

h1 .button > div, h3 .button > div {
	height:14px;
}

/* new dpoll */
.dailyPoll {
	position:relative;
	padding: 20px 10px 20px 10px;
	margin-top: 20px;
	border-top: 1px solid #E7E7E7;
	background-color: #f8f8f8;
}

.dailyPoll .correct_answer {
	color:#6bc31a;
}

.dailyPoll h3 {
	width: 205px;
	color: #000;
}

.dailyPoll .button{
	display:block;
	margin:0 auto;
	width:50%;
}

.dailyPoll .footlink{
	padding: 10px 0;
	border: 0;
}

.dailyPoll .archiveLink{
	text-align:center;
	font-weight: normal;
	font-size:11px;
	padding-bottom: 0;
}

.dailyPollResults .footlink{
	padding-top:10px
}

.dailyPoll a.close{
	display:none;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:0;
	position:absolute;
	top:5px;
	right:5px;
	outline:0;
	padding:0;
	z-index:1;
}
.dailyPoll:hover a.close{
	display:block;
}

.dailyPoll .link{
	font-size:12px;
	font-weight: bold;
	padding:0 5px 0 0;
}

.dailyPoll .addLink{
	background: url("//ifrype.com/ads/mini/img/plus.png") no-repeat 0 -3px;
	height:20px;
	padding-left:20px;
	font-size:11px;
}

.dailyPoll .externalUrlIcon{
	padding-right:14px;
	background-position:100% 50%;
}
.dailyPoll .emptyAnswer{
	display:none;
}

.dailyPollResults .result_answer {
	margin-bottom: 5px;
}

.dailyPollResults .result_answers .result_answer:first-child {
	border-top: 1px solid #e7e7e7;
	padding-top: 10px;
}

.result_answers .last_answer {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.dailyPollResults .result_answer span {
	margin-right:5px;
	padding:1px;
	background-color:#e7e7e7;
	text-align:center;
	display:inline-block;width:30px;
	border-left: 4px solid #FFF;
}

.dailyPollResults .user_answer{
	font-weight:bold;
}

.dailyPollResults .chart .percent_container {
	left: 82px;
	position: absolute;
	text-align: center;
	top: 90px;
	width: 55px;
	display: none;
}

.dailyPollResults .chart .percent {
	font-size: 21px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1em;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.dailyPollResults .chart .count {
	font-size: 13px;
}

.dailyPoll form{
	margin-bottom:10px;
}

.dailyPollPie .chart {
	margin: 0 auto;
	position: relative;
	min-height: 200px;
}

.dpoll_total {
	color: #717171;
	margin: -10px 0 10px 0;
	text-align: center;
}

.dpoll_total span {
	font-weight: bold;
}

.h1MiniadsLink {
	font-size: 12px;
	font-weight: normal;
	float: right;
}

.member-list{
	padding-bottom: 30px;
}
div.adminPassStatus{
	margin-top:5px;
	display: inline-block;
	float:left;
	color:#f58c00;
}

div.adminPassStatus a.adminPassChange{
	display:block;
	color: #456097;
}

div.adminPassStatus.active{
	color:#72c200;
}

ul.adminPasswordButtons.inlineList.iconListNew{
	display:inline-block;
	padding-top:2px;
	padding-left:10px;
}

div.adminPassContainer{
	width:300px;
	margin-left:auto;
	margin-right: auto;
	margin-top:60px;
	padding:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
div.adminPassContainer span.button.enterAdminPassBtn{
	display:inline-block;
}

div.adminPassContainer div.adminPassHeaderImg{
	width:80px;
	height:80px;
	margin:auto;
	background:url('/lapas/img/misc/icn_locked.png') no-repeat;
}

div.adminPassContainer div.adminPassInfo{
	margin-top:10px;
}
div.adminPassContainer div.adminPassError{
}
div.adminPassContainer div.formItem.formItemInput.radius3 label span{
	font-weight: bold;
}

div.adminPassContainer div.formItem.formItemInput.radius3.adminPassInput input{
	/** Firefox info box fails on transparent background */
	background:#fff;
}

.contentStatsTbl .sayEntry {
	max-width: 188px;
	word-wrap: break-word;
	overflow: hidden;
}

.bizGiftsHeader {
	background: url('/lapas/img/special/bizgifts/header.png') no-repeat top center;
	background-size: cover;
	height: 140px;
	position: relative;
}

.bizGiftsHeader .infoTxt {
	position: absolute;
	right: 38px;
	top: 31px;
	text-align: right;
	line-height: 16px;
}
.bizGiftsHeader .headerIcon {
	background: url('/lapas/img/special/bizgifts/davana.png') no-repeat top center;
	width: 100px;
	height: 94px;
	position: absolute;
	left: 47px;
	top: 20px;
}

.bizGiftsHeader .bizGiftBuyServiceBtn {
	position: absolute;
	right: 38px;
	bottom: 26px;
}

.bizGiftsLandingInfoContainer {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;

	line-height: 20px;
}

.bizGiftsCongratulateTitle {
	padding-top: 28px;
	padding-bottom: 8px;
	border-bottom: 0px;
}
.ppAbonements {
	padding-left: 20px;
	float: left;
}
.ppHeader a:last-child {
	float: right;
}

.bwRequisitesModal .InfoBoxContent {
	min-height: 50px;
}
.bwRequisitesModal .requisitesText {
	display: inline-block;
	vertical-align: middle;
}
.bwRequisitesModal .contactUs {
	margin-top: 15px;
	border-top: 1px solid #e7e7e7;
	padding-top: 5px;
}

h2.ctTitle .blockEdit, h3.sidebarTitle .blockEdit {
	font-size: 13px;
	line-height: 17px;
	margin-left: 12px;
	font-weight: normal;
}

h2.ctTitle .blockEdit .svg-icon, h3.sidebarTitle .blockEdit .svg-icon {
	margin-top: -1px;
	margin-right: 4px;
}
