/*
ProxiAdmin - eCommerce admin
*/

body {
	padding-top: 60px;
}

footer {
	clear: both;
}

select[size] {
	height: inherit;
}

#apply_postponed {
	background: url(i/icons32/accept.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 15px;
	left: 175px;
	cursor: pointer;
}

#cancel_postponed {
	background: url(i/icons32/cancel.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 15px;
	left: 210px;
	cursor: pointer;
}

#loading_indicator {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #666 url(i/loading_big.gif) no-repeat center center;
	background: rgba(0,0,0,.8) url(i/loading_big.gif) no-repeat center center;
}

.topbar div > ul a, .navbar a {
	padding: 10px 5px 11px 5px;
}

.content div.mandatory {
	background-image: url(i/mandatory_icon.png);
	background-repeat: no-repeat;
	background-position: 131px 5px;
}

.content .pagination a {
	line-height: 24px;
	padding: 0 9px;

}

.content .tabs > li > a {
	line-height: 24px;

}

.content .tabs > li.error > a {
    color:red; font-weight:bold;
}

.content .tabs .menu-dropdown, .content .tabs .dropdown-menu {
	top: 25px;
}

.content .tabs a.menu::after, .content .tabs .dropdown-toggle::after {
	margin-top: 11px;
}

.hidden {
	display: none;
}

.content th, .content td {
	padding: 2px;
	line-height: inherit;
}

#viewShopFrontend, #viewFrontend {
	background: url(i/icons32/magnifier.png);
	width: 32px;
	height: 32px;
	text-indent: -999em;
    display: inline-block;
}
#viewShopFrontend{
    display: block;
	float: right;
}



#lockTree {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(i/icons32/lock.png);
	position: absolute;
	top: 15px;
	left: 22px;
}

#lockTree.unlocked {
	background: url(i/icons32/lock_open.png);
}

#copyright {
	padding: 10px;
	font-size: 10px;
}

.twipsy label{
	width: auto;
	float: none;
	padding: 0;
	color: white;
	position: relative;
	top:-2px;
}

table.check1 th input {
	visibility: hidden;
	position: relative;
	top: -10px;
	left: -20px;
}

#basket {
	position: absolute;
	top: 1px;
	right: 21px;
	width: 100px;
	height: 32px;
	padding: 9px 0 0 40px;
	background: url(i/icons32/basket.png) no-repeat;
}

/* TOP BAR */
.topbar img {
	position: relative;
	top: 10px;
}

.topbar {
	z-index:1000;
}

.topbar p {
	line-height: 50px;
}

.topbar a {
	outline: none;
}

.topbar .topMenu {
	/*position: relative;
	top: 5px;
	left: 35px;*/
	position: static;
	padding-top: 5px;
	font-size: 10px;
	margin: 0;
}

.topbar .topMenu li {
	float: left;
    min-width: 80px;
}

.topbar .topMenu a {
	padding-top: 38px;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 0;
}

.topbar .topMenu strong {
	line-height: 0;
}

#currentShop{
	margin-right: 5px;
	margin-left: 15px;
}

#settings {
	margin-left: 20px;
	display: none; /* remove this line when Wholesale settings start working */
}

#usernameDDL {
	margin-top: 6px;
	margin-left: 0;
	
}

.topbar #todo_list_dropdown{
	height:50px;
}

.topbar #todo_list_dropdown ul{
	margin-top:5px;
}

.topbar #todo_list_dropdown li a{
	display:block;
	padding-top:38px;
	padding-bottom:10px;
}

.topbar #todo_list_dropdown li a#items_to_sort{
	background:url('i/icons32/box_open.png') no-repeat top center;
}
.topbar #todo_list_dropdown li a#comments_to_moderate{
	background:url('i/icons32/events.png') no-repeat top center;
}

/* SIDEBAR */
#currentShopName {
	position: relative;
	left: 5px;
	top:-10px;
}

#sidebar {
    /*position: fixed;*/
    /*top: 60px;*/
}

#sidebar ul {
	list-style: none;
	border-style: solid;
	border-width: 1px 1px 1px 8px;
	border-radius: 10px;
	border-color: silver;
}

#sidebar li a {
	padding: 7px 7px 7px 39px;
	display: block;
	border-radius: 0 10px 10px 0;
	background: url(i/icon24.png) no-repeat;
}

#sidebar li a:hover, #sidebar li a.active  {
	background-color: whitesmoke;
	text-decoration: none;
}

#sidebar li a strong{
	float: right;
	position: relative;
	top: 2px;
}

#sidebar ul {
	margin: 0 0 -1px 0;
}

#sidebar .section1 {
	border-left-color: tomato;
}

#sidebar .section2 {
	border-left-color: gold;
}

#sidebar .section3 {
	border-left-color: yellowgreen;
}

#sidebar .section4 {
	border-left-color: skyblue;
}

#sidebar li.clients a {
	background-image: url(i/icons32/user_blondy.png);
}

#sidebar li.orders a {
	background-image: url(i/icons32/cart.png);
}

#sidebar li.deliveries a {
	background-image: url(i/icons32/lorry.png);
}

#sidebar li.invoices a {
	background-image: url(i/icons32/index-cards.png);
}

#sidebar li.creditMemo a {
	background-image: url(i/icons32/credit.png);
}

#sidebar li.discounts a {
	background-image: url(i/icons32/christmas_tree.png);
}

#sidebar li.settings a {
	background-image: url(i/icons32/setting_tools.png);
}

#sidebar li.categories a, .topMenu li.categories a {
    background-image: url(i/icons32/chart_organisation.png);
}

#sidebar li.marketing a, .topMenu li.marketing a {
    background-image: url(i/icons32/marketing.png);
}

#sidebar li.tgc a, .topMenu li.tgc a {
    background-image: url(i/icons32/tgc.png);
}

#sidebar li.marketingcats a, .topMenu li.marketingcats a {
    background-image: url(i/icons32/toolbox.png);
}

#sidebar li.products a, .topMenu li.products a {
	background-image: url(i/icons32/shirt_polo.png);
}
#sidebar li.itemgroups a, .topMenu li.itemgroups a {
    background-image: url(i/icons32/package.png);
}
#sidebar li.promotions a, .topMenu li.promotions a {
	background-image: url(i/icons32/coins_in_hand.png);
}

#sidebar li.archive_promotions a, .topMenu li.archive_promotions a {
    background-image: url(i/icons32/coins_delete.png);
}

#sidebar li.comments a, .topMenu li.comments a {
	background-image: url(i/icons32/events.png);
}

#sidebar li.brands a {
	background-image: url(i/icons32/control_panel_branding.png);
}

#sidebar li.pages a {
	background-image: url(i/icons32/page_white_stack.png);
}

#sidebar li.news a {
	background-image: url(i/icons32/newspaper.png);
}

#sidebar li.contactRequests a {
	background-image: url(i/icons32/vcard.png);
}

#sidebar li.emailSubscriptions a {
	background-image: url(i/icons32/email.png);
}

#sidebar li.cache a, .topMenu li.cache a {
    background-image: url(i/icons32/clear_cache.png);
}

#sidebar li.users a, .topMenu li.users a {
	background-image: url(i/icons32/user.png);
}

#sidebar li.userGroups a, .topMenu li.userGroups a {
	background-image: url(i/icons32/group.png);
}

#sidebar li.clientGroups a {
	background-image: url(i/icons32/group.png);
}

#sidebar li.paymentTypes a {
	background-image: url(i/icons32/total_plan_cost.png);
}

#sidebar li.coupons a {
	background-image: url(i/icons32/card_gift_2.png);
}

#sidebar li.attributes a, .topMenu li.attributes a {
	background-image: url(i/icons32/check_box.png);
}
#sidebar li.attributeSets a, .topMenu li.attributeSets a {
	background-image: url(i/icons32/document_todo.png);
}
#sidebar li.itemsToSort a, .topMenu li.itemsToSort a#todo_list {
	background: url(i/icons32/to_do_list_cheked_1.png) no-repeat top center;
}

#sidebar li.exportimport a, .topMenu li.exportimport a#exportimport_list {
	background-image: url(i/icons32/arrow_refresh.png);
}

#sidebar li.articles a {
	background-image: url(i/icons32/page_white_text.png);
}

#sidebar li.mediamanager a {
	background-image: url(i/icons32/folders_explorer.png);
}

#sidebar li {
	margin:5px;
}

/* CONTENT */
.content.dashboard {

}

.filtersButton {
	margin-right: 10px;
}

.actionDDL {
	margin-bottom:0px;
	border: none;
}

.content .input label {
	width: auto;
}

.content .nofloat {
	float: none
}

.content label span {
	position: relative;
	top:-2px;
	left: 5px;
}

#AAPermissions label span {
	left: 0;
	float: left;
    padding-left: 5px;
    width: 80%;
}


#AAPermissions input[type="checkbox"], input[type="radio"] {
    float: left;
}

.content .input label.nofloat span{

}

.content .input .horizontal-list{
	padding-left: 30px;
}

.content .input .horizontal-list label {
	width: 110px;
	text-align: left;
}

.content .input span.hint-text {
	display: block;
	margin-top: 3px;
	font-size: 10px;
	color: #ccc;
}

.dataTables_filter, .dataTables_length {display: none}

.dataTables_info {
	position: absolute;
	margin-top: -18px;
	font-size: 10px;	
}

.dataTables_wrapper {
	margin-bottom: 40px;
}

.pagination .next a {
	border-right: 1px solid #ddd;
}

.pagination .last a {
	border: none;
}
.multi_content {
	overflow: auto;
	float: left;
	margin-right: 20px;
}

#ASAll, #ASContent {
	width: 200px;
	height: 300px;
	overflow: auto;
	float: left;
	margin-right: 20px;
}

.multi_label, #ASAllTitle, #ASContentTitle {
	width: 200px;
	float: left;
	margin-right: 20px;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 10px;
}

#ASAll {
	clear: left;	
}

.sorting {
	background: url(i/sort_both.png) no-repeat right center;
	cursor: pointer;
}

.sorting_asc {
	background: url(i/sort_asc.png) no-repeat right center;
	cursor: pointer;
}

.sorting_desc {
	background: url(i/sort_desc.png) no-repeat right center;
	cursor: pointer;
}

.sortableSet {
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sortableSet div {
	background:#f5f5f5;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: default;
}

.sortableSet span {
	display: none;
}

.sortableSet span:only-child{
	color: gray;
	display: block;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}

div>.checkBoxTree{
	float: left;
}

.checkBoxTree span, .checkBoxTree label {
	border: 1px solid #ccc;
	display: inline-block;
	height: 20px;
	padding: 3px 7px;
	cursor: pointer;
}

.checkBoxTree label {
	float: none;
	border-radius: 0 3px 3px 0;
	width: auto;
	position: relative;
	top:-2px;
	left:-1px;
	background: white;
}

.checkBoxTree {
	list-style: none;
}


.checkBoxTree li {
	padding: 3px;
	margin: 3px;
}

.checkBoxTree li:hover {
	background-color: rgba(0,0,0,0.05);
	border-radius: 5px;
}

.checkBoxTree span {
	border-radius: 3px 0 0 3px;
	background:#6bf;
}

.checkBoxTree.filtered li.hidden {
	display: none;
}

.checkBoxTree.filtered span, .checkBoxTree.filtered label {
	opacity: 0.2;
}

.checkBoxTree.filtered span.found, .checkBoxTree.filtered label.found {
	opacity: 1;
}

.checkBoxTree a {
	font-family: monospace;
	text-decoration: none;
	font-size: 22px;
	position: absolute;
	margin-left:-26px;
	margin-top: 3px;
	border: 1px solid silver;
	color: black;
	border-radius: 3px;
	padding: 0 3px;
}

table label {
	text-align: left;
}

table label input+span{
	position: relative;
	top:-1px;
	left: 4px;
}

#catFilterFound {
	font-weight: bold;
	padding-left: 10px;
}

#SImages .image {
	float: left;
	width: 100px;
	border: 1px solid black;
	height: 100px;
	text-align: right;
	margin-left: 10px;
}

#SImages .image span {
	padding: 5px;
	display: none;
	background: black;
	color: red;
	cursor: pointer;
}

#SImages .image:hover span {
	display: inline-block;
}

#SImages .image.upload {
	border: 1px dashed silver;
}

#SImages .image.upload span {
	display: inline-block;
	background:#eee;
	color: gray;
	text-align: center;
}

#fancyTreeTop {
	width: 100%;
	overflow: auto;
	padding-left: 20px;
    padding-top: 10px;
    position: relative;
}

.fancyTree {
	list-style: none;
	position: relative;
	margin: 0;
	white-space: nowrap;
}

.fancyTree li {
	margin-right: 10px;
	display: inline-block;
}

.fancyTree .fancyTree {
	position: absolute;
	margin-top: 0px;
	background: url(i/gray_dot.png) 0px 6px repeat-x;
}

.fancyTree .fancyTree li:first-child{
	background: url(i/first_child_tree.png) 0 3px no-repeat;
}

.fancyTree .fancyTree li:last-child{
	background: url(i/last_child_tree.png) 75px 6px no-repeat;
	margin-right: 0;
}

.fancyTree .fancyTree li {
	background: url(i/gray_vline.png) 50% 6px no-repeat;
}

.fancyTree .fancyTree li:only-child {
	background: url(i/gray_vline_only.png) center 3px no-repeat;
}

.fancyTree .fancyTree .fancyTree {
	display: none;
	/*visibility: hidden;*/
}

.fancyTree .fancyTree li:hover>.fancyTree, .fancyTree .fancyTree li.open>.fancyTree, .fancyTree .fancyTree li.tmpOpen>.fancyTree {
	display: block;
	/*visibility: visible;*/
}

.fancyTree .fancyTree li.open>.fancyTree {
	z-index: 10;
}

.fancyTree .fancyTree li:hover>.fancyTree {
	z-index: 20;
}

#fancyTreeTop .fancyTree label:hover+ul.fancyTree label, #fancyTreeTop .fancyTree label:hover{
	border-color: black;
	background-image: -webkit-linear-gradient(top,#E7A0C4,#E773AD);
	background-image: -moz-linear-gradient(top,#E7A0C4,#E773AD);
}

.fancyTree label {
	font-size: 14px;
	font-weight: bold;
	padding: 0 4px 0 8px;
	margin: 10px 0 0px 0px;
	background-color: #c3eafb;
	background-image: -webkit-linear-gradient(top,#e6f6fd,#c3eafb);
	background-image: -moz-linear-gradient(top,#e6f6fd,#c3eafb);
	border: 2px solid #b5d9ea;
	/*border-radius: 5px;*/
	box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	float: none;
	width: 130px;
	display: inline-block;
	text-align: center;
}

.fancyTree label div {
	font-size: 10px;
	font-weight: normal;
	color: gray;
	position: relative;
}

.fancyTree div.top {
	top:-9px;
	text-align: right;
}

.fancyTree div.top a{
	float: right;
	margin: 0 5px;
	color: black;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.fancyTree label:hover .button, .fancyTree .fancyTree label:hover div.top {
	display: block;
}

#fancyTreeTop>ul.fancyTree>li>label .button.left,
#fancyTreeTop>ul.fancyTree>li>label .button.right,
#fancyTreeTop>ul.fancyTree>li>label div.top {
	visibility: hidden;
}

.fancyTree label .button.drophover {
	background: gold;
}

.fancyTree label:hover .button.hidden {
	display: none;
}

.fancyTree .button, .fancyTree div.top {
	position: absolute;
	display: none;
	z-index: 1000;
	background: whiteSmoke;
	/*border-radius: 5px;*/
	font-weight: bold;
	font-size: 13px;
	font-family: serif;
	border: 1px solid black;
}

.fancyTree .button, .fancyTree .button:hover {
	margin-top: 1px;
	color: black;
	text-decoration: none;
}

.fancyTree .button:hover {
	background: gold;
}

.fancyTree label>span {
	width: 130px;
	height: 18px;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.fancyTree .button.left, .fancyTree .button.right  {
	width: 20px;
	top:-20px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.fancyTree div.top, .fancyTree .button.bottom {
    margin-left: 3px;
    width: 118px;
}

.fancyTree .button.bottom {
	margin-top:-17px;
	height: 16px;
}

.fancyTree .button.left {
	left:-9px;
}

.fancyTree .button.right {
	left: 115px;
}


.fancyTree label div.nonEmpty {
	color: black;
}

.fancyTree li.place_holder {
	height: 1px;
	background: black;
}

.fancyTree .fancyTree label {
	background-color: #cee3ac;
	background-image: -webkit-linear-gradient(top,#ebf4dd,#cee3ac);
	background-image: -moz-linear-gradient(top,#ebf4dd,#cee3ac);
	border: 2px solid #b8da83;	
}

.fancyTree .fancyTree .fancyTree label {
	background-color: #fff7b2;
	background-image: -webkit-linear-gradient(top,#fffcdc,#fff7b2);
	background-image: -moz-linear-gradient(top,#fffcdc,#fff7b2);
	border: 2px solid #e3ca4b;
}

.fancyTree .fancyTree .fancyTree .fancyTree label {
	background-color: #fbd4c3;
	background-image: -webkit-linear-gradient(top,#fdede6,#fbd4c3);
	background-image: -moz-linear-gradient(top,#fdede6,#fbd4c3);
	border: 2px solid #eac6b5;
}

.fancyTree .fancyTree .fancyTree .fancyTree .fancyTree label {
	background-color: #c1ace3;
	background-image: -webkit-linear-gradient(top,#e6f6fd,#c1ace3);
	background-image: -moz-linear-gradient(top,#e6f6fd,#c1ace3);
	border: 2px solid #a583da;
}

/*.drophover {
	background: wheat;
}*/

#PFSimilarTable {
	display: none;
	margin-top: 20px;
	width: 600px;
}
#PFSimilarTable td {
	vertical-align: middle;
	border: none
}
#PFSimilarTable td:first-child {
	width: 30px;
}

.SimilarTable {
    display: none;
    margin-top: 20px;
    width: 600px;
}
.SimilarTable td {
    vertical-align: middle;
    border: none
}
.SimilarTable td:first-child {
    width: 30px;
}


.content.addProduct1, .content.addProduct2 {
	margin: 20px
}

table.check1 td:first-child, table.check1 th:first-child {
	width: 20px;
}

a.showSKU {
	display: inline;
}

a.hideSKU {
	display: none;
}

.uploadedFiles {
	
}

.uploadedFiles .file{
	display: inline-block;
	width: 120px;
	height: 90px;
	border: 1px solid silver;
	background: no-repeat center center;
	margin-right: 10px;
}

.uploadedFiles .file a{
	display: none;
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 5px;
	text-indent: -999em;
	background: no-repeat;
	/*border: 1px solid gray*/;
}

.uploadedFiles .file a.del{
	background-image: url(i/icons16/cancel.png);
}

.uploadedFiles .file a.view{
	background-image: url(i/icons16/eye.png);
}

.uploadedFiles .file:hover a{
	display: block;
}

.uploadedFiles .file .remove{
	display: block;
}

#uploadedFileTemplate {
	display: none;
}

#addressFormTemplate {
	/*display:none;*/
}

.address .acontent .edit {
	float: right;
}

.address .acontent:hover .edit {
	display: block;
}

.address .adefault {
	float: right;
	margin-right: 20px;
}

.address.editing .adefault {
	position: absolute;
	right: 0px;
}

.address .adefault label{
	width: auto;
	display: block;
	float: none;
	text-align: left;
}

.address {
	margin: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	clear: both;
}

.address .aheader {
	background: #eee;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border-radius: 5px 5px 0 0;
}

.address.saved .acontent {
	width: 300px;
	margin: 10px;
	padding:10px;
	background: #f5f5f5;
	border-radius: 5px;
	min-height:80px;
	
}

.address.saved .acontent div{
	line-height:30px;
	
}

.address.editing .acontent {
	margin: 10px;
	padding: 10px;
}

.foldable {
	margin: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;	
}

.foldable .fheader {
	background: #eee;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}

.foldable .fcontent {
	display: none;
	padding: 10px;
}

.foldable.show .fcontent {
	display: block;
}

#CSummary .info {
	margin-left:50px;
	line-height: 150%;
}

input.error, select.error {
	border-color: red;
}
 
button.deleteAddress {
	margin: 30px 0 0 0;
}

#CAAddAddress {
	clear: both;
	margin: 0 10px 10px 0;
}

.actions {
	clear: both;
}

.content.login {
	width: 400px;
	height: 220px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -200px;
	margin-top: -80px;
}
.content.login .modal .close{
	margin-top:1px;
}

.content td {
	vertical-align: middle;
}

#fileupload .delete, #fileupload .toggle {
	display: none;
}

#fileupload .progressbar {
	display: inline-block;
	float: none;
	position: relative;
	top: 4px;
}

#fileupload .fileinput-button {
	position: relative;
	top: 5px;
}

.content label>strong, .content th>strong {
	float: left;
	font-size: 20px;
	margin: auto 10px;
}

/*
div[lang] {
	display: none;
}
*/

div[lang=default] {
	display: block;
}

#formLang {
	float: right;
}

#TManualList {
	float: left;
	margin-right: 50px;
	width: 300px;
}

#TManualList span {
	cursor: pointer;
}

#TListsContainer {
	clear: both;
}

#TManualListADD {
	float: left;
	margin-right: 50px;
	width: 300px;
}

#TManualListADD span {
	cursor: pointer;
}

#TListsContainerADD {
	clear: both;
}
#TManualListADL {
	float: left;
	margin-right: 50px;
	width: 300px;
}

#TManualListADL span {
	cursor: pointer;
}

#TListsContainerADL {
	clear: both;
}
#TManualListVAN {
	float: left;
	margin-right: 50px;
	width: 300px;
}

#TManualListVAN span {
	cursor: pointer;
}

#TListsContainerVAN {
	clear: both;
}
.drag{
	cursor: pointer;
	display:inline-block;
	height:16px;
	width:16px;
	background-image: url(i/drag_arrow.png)
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.colorpicker_hex input { width: 4em;}
.colorpicker_field input { width: 3em;}

.no-margin-bottom {margin-bottom: 0px;}

ol {
    margin: 0 0 18px 34px;
}

#TAutoList { 
	padding-left: 350px;
}

div.clearfix label.mandatory { font-weight: bold; }

#id_content { width: 800px; height: 300px; }

.input-text {line-height: normal; padding-top: 7px;}

.aliagn_fix{
    margin-top: 8px;
}

.actions {
    padding: 17px 20px 18px;
	position: fixed;
	margin: 0;
	right: 20px;
	left: 260px;
	bottom: 0;
	min-width: 600px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


.discardButton{
	padding-bottom:10px;
	padding-top:10px;
}
.popup_actions {
	left: 0;
	right: 0;
	bottom: 0 !important;
}

.address .actions {
    padding: 17px 20px 18px;
    position: relative;
}
 
.offset_form {
	padding-bottom: 100px;
	margin-bottom: 56px;
}
#ItemTab {
	margin-bottom: 56px;
}
.address .actions{
	position:static;
}

.footer_offset {
	border: 0;
	position: absolute;
	left: 50%;
	margin: 0;
	padding: 0;
	top: 36%;
	display: block !important;
}
#PFGeneralForm label {
	width: 140px;
}
.topbar .container-fluid {
	padding: 0 5px !important;
}

div.chart {width:400px; height:300px;}

div.chart-settings {}
div.chart-settings .offset_form {padding-bottom: 0px;}

div.chart-legend {float: left; /*width: 150px;*/}
div.chart-legend table {width: auto;}
div.chart-legend table td {border-top: none;}

div.chart-legend ul {list-style-type: none; margin: 0px; padding: 0px;}
div.chart-legend ul li {}

div.chart-legend label {float: none; font-size: smaller;}
div.chart-legend label input {margin-right: 5px;}

div.chart-legend .series-color {width: 20px;}

div.chart-tooltip {position: absolute; display: none; border: 1px solid #fdd; padding: 2px; background-color: #fee; opacity: 0.80;}

.clearfix {clear: both;}

.red label { color : red; }

.tag { padding : 0 10px; border : solid 1px black; }
.tagweight1 { font-size:1.1em; }
.tagweight2 { font-size:1.2em; }
.tagweight3 { font-size:1.3em; }
.tagweight4 { font-size:1.4em; }
.tagweight5 { font-size:1.5em; }

.tabContainer .pull-right {
	float: none;
}
.topbar-inner {
	min-width: 1500px;
}
.topbar {
	/*position:relative !important;*/
	height:55px !important;
}
.rightSlide, .leftSlide {
	height:31px;
	width:29px;
	float:left;
	margin-top:10px;
	cursor:pointer;
	display:none;
	z-index:10000;
}
.rightSlide {
	background:url(i/icons32/left_right2.png) -29px 0 no-repeat;
	position:fixed;
	left:97%;
	top:30px;
}
.leftSlide {
	background:url(i/icons32/left_right2.png) -1px 0 no-repeat;
	position:fixed;
	left:360px;
	top:30px;
}

.container-fluid {
	height:55px;
}
form div.input > span.hint-text {
	line-height:inherit;
}
form div.input > span {
	line-height:31px;
	}
	
form div.input-text > span {
	line-height:normal !important;
	}
.offset_form  div.input>input[type="checkbox"]{
	margin: 8px 0 0 !important;
	}
ul.inputs-list {
	width: 286px;
}
.push-center {
    text-align: center !important;
}
.ce-report-form {
    text-align: center;
    width: 310px;
}
.bordered-table.little {
    width: 500px!important;
}
.cms_content {
    background: none repeat scroll 0 0 white;
}
tr.marketing-total td {
    font-weight: bold;
}

td.hasnumber {
	text-align:right;
	padding-right:10px;
}

.input select {
    padding: 3px;
}

.fakeTextboxArea {
    background-color: #f5f5f5;
    border-radius: 2px;
    border: 2px solid #ddd;
    padding: 5px;
    width: 40%;
    display: inline-block;
}
.editor_fl+span {
    float: left;
    margin-right: 5px;
}
ul.errorlist {
    margin: 0 0 0 20px;
}
ul.errorlist li {
    color:red;
}

#unmoderated_comments_count {
	line-height : 20px;
}

#fancyTreeTop > ul.marketingTree > li > label div.top {
    visibility: visible;
    display: block;
}

#SFBackgrounds input[type=text] {
	width : 172px;
}
.published_status select {
    width: 132px;
}

#events-group input {
	width: 150px;
}

#id_subscription_file {
    width: 500px;
}

.modal-body ul { margin-left: 0;    list-style-type: none;}
.modal-body ul li { height: 25px;}
.modal-body ul li input { margin-right: 10px;}

.bold {
font-weight: bold;
}

ul.ecm-wgt-grouped ul{
	list-style: none;
}

ul.ecm-wgt-grouped > li.ecm-wgt-group{
	display: inline-block;
	position: relative;
}

.ecm-wgt-group {
    float: left;
    margin-right: 30px;
}

.ecm-wgt-group ul {
    margin-left: 0;
}

#AAShops .input {
    margin-left: 0;
}

.ecm-wgt-group ul li label {
    float: none;
}

.sent_sap_mail_true {
	background: url(i/icons32/accept.png) no-repeat;
	width: 20px;
	height: 20px;
	-webkit-background-size: cover;
	background-size: cover;
}

.sent_sap_mail_false {
	background: url(i/icons32/cancel.png) no-repeat;
	width: 20px;
	height: 20px;
	-webkit-background-size: cover;
	background-size: cover;
}