@charset "utf-8";



/* Basics */
body, html, div, h1, h2, h3, h4, h5, h6, p, li, img, form, label, input {
 	font-family: 'Open Sans',sans-serif!important;
	margin: 0;
	padding: 0;
	border: none;
	color: #111;
}
html {
	height: 100%;
}
body {
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	height: 100%;
	position:relative;
	font-family: 'Open Sans',sans-serif;
	background-color: #fafafa!important;
}

input[type="checkbox"] {
	border:none;
	vertical-align: -2px;
}


h1 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #333;
	font-family: 'Open Sans',sans-serif;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans',sans-serif;
}
h2.title{
	color: #ec4371;
	font-size: 16px;
	padding: 3px 0 8px 0px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans',sans-serif;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	color: #333;
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 6px;
	font-family: 'Open Sans',sans-serif;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	padding: 6px 0px 0px 0px;
	font-family: 'Open Sans',sans-serif;
}
th {
	vertical-align: bottom;
	padding: 2px;
	border-bottom: 1px solid #bfd2e3;
	font-weight: normal;
}
td {
	vertical-align: top;
	padding: 2px;
}
.admin p{
	line-height: 23px;
	font-size: 12px;
}
.pageview tbody tr:hover{
	background-color: #c0c0c0;
	color: #fff;
	cursor: pointer;
}
.pageview p{
	padding-top: 7px;
}
.pageview img.actioncontrol{
	padding-top: 3px;
}
ul {
	margin: 0;
	padding: 0 0 6px 15px;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol li{
	margin-bottom:0px;
}
li {
	margin: 0;
}
li li {
}
img {
	border: 0;
}
form{
 	font-size: 12px;
}



/* Header */
.header-wrapper {
	background-color: #333;
	margin-bottom: 20px;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.header-wrapper ul {
	padding: 0;
	margin: 0;
	/*height: 20px;*/
}
.header-wrapper ul:after {
  content: '';
  display: block;
  clear: both;
}
.header-wrapper ul li {
	padding: 10px;
	margin: 0;
	list-style: none;
	color: #fff;
	float: left;
}
.header-wrapper ul li.title {
	background-color: #ec4371;
}
.header-wrapper ul li.logout {
	float: right;
}
.header-wrapper ul li:first-child {
	padding: 9px 20px 8px 20px;
}
.header-wrapper ul li.spacer {
	padding: 10px 0px;
	margin: 0;
	list-style: none;
	border-left: 1px solid #000;
	border-right: 1px solid #666;
	width: 0px;
}
.header-wrapper .logo{
	height: 20px;
	display: block;
}



/* Logout */
.logout{
	color: #fff;
}

/* Structural */
#wrapper {
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 100%;
	min-height: 100%;
	position: relative;
}

.content-wrapper{
	padding-top: 60px;
}

#column1 {
	float: left;
	min-height: 370px;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-right: 1px solid #cdcdcd;
}
#column2 {
	float: left;
	width: calc(100% - 222px);
	padding: 0px;
}
#widecolumn {
	float: left;
	width: calc(100% - 40px);
	padding: 0px 20px 30px 20px;
}

#actionbar{
	margin-bottom: 20px;
}
#actionbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#actionbar ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#actionbar ul li.action{
	float: right;
}
#actionbar ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* feature-edit */
div.color-picker{
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.color-picker.selected{
	background-image: url(../furniture/admin/icon-color-checked.png);
}
div.color-picker.input{
	border: 1px solid #fafafa;
	background-color: #fafafa;
}


/* Tables */
.adminheaderrow p, .adminseparator p{
	color: #ec4371;
	font-size: 16px;
	padding: 0 0 0px 0px;
}
.itemdetailsview{

}
.itemdetailsview ul, .itemdetailsedit ul{
	padding: 0px;
	margin: 0px 0px 2px 0px;
	clear: both;
}
.itemdetailsview ul.adminseparator, .itemdetailsedit ul.adminseparator{
	padding-top: 15px;
}
.itemdetailsview ul.adminseparator:first-child, .itemdetailsedit ul.adminseparator:first-child{
	padding-top: 0px;
}
.itemdetailsview ul li, .itemdetailsedit ul li{
	padding-bottom: 6px;
	margin: 0px;
	list-style: none;
	float: left;
}
.itemdetailsview ul li p, .itemdetailsedit ul li p{
	line-height: 23px;
}
.itemdetailsview > form > ul > li:first-child, 
.itemdetailsedit > form > ul > li:first-child,
.itemdetailsview > form > div > ul > li:first-child, 
.itemdetailsedit > form > div > ul > li:first-child{
	width: 160px;
	padding-right: 10px;
}
.itemdetailsview > form > ul > li:last-child, 
.itemdetailsedit > form > ul > li:last-child,
.itemdetailsview > form > div > ul > li:last-child, 
.itemdetailsedit > form > div > ul > li:last-child{
	width: calc(100% - 170px);
}

.itemdetailsview ul li ul li {
  background-image: url("../furniture/icon-dot-red.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 3px 0 2px 13px;
}




.feature-list ul li, .feature-list-top ul li{
	width: 160px!important;
	float: none;
	padding-bottom: 3px;
}
.feature-list ul li img, .feature-list-top ul li img{
	width: 70px;
	height: auto;
}
#draggable li, #draggable-top li{
	padding: 8px 5px;
	border: 1px solid #ddd;
	margin-bottom: 3px;
	background-color: #f3f3f3;
	cursor: pointer;
}


.preview-list ul li img{
	/*max-width: 480px;*/
	/*border: 1px solid #eaeaea;*/
	height: auto;
}
.preview-list ul li{
	position: relative;
	padding: 0px;
	width: 1280px;
}

.preview-list ul li div.actions{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: calc( 100% - 20px );
	background-color: rgba(0,0,0,0.5);
	padding: 10px 0px;
	text-align: center;
	display: none;
	z-index: 9999;
}
.preview-list ul li div.actions img{
	width: 40px;
	border: 2px solid #fff;
	margin-bottom: 10px;
	cursor: pointer;
}

.preview-list ul li:hover div.actions{
	display: block;
}



.preview li{
	float: none!important; /* Don't change! This is for the droppable to work */
	/*width: auto!important;*/
	/*height:  auto!important;*/
}

.preview li.ui-state-highlight {
	border: 1px dotted #ccc;
	height: 40px!important;
	/*width: 480px!important;*/
	margin: 20px 0px;
	line-height: 1.2em;
}

/* Listview */
.listview ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.listview ul li{
	margin: 0px;
	padding: 2px 0px;
	float: left;
}
.listview ul li.action{
	width: 100px;
	float: right;
	text-align: right;
}
.listview ul li.action img{
	margin-left: 3px;
}
.listview ul:nth-child(odd){
	/*background-color: #ccc;*/
}
.listview.header ul li{
	font-weight: bold;
}
.listview.list ul:hover{
	background-color: #ccc;
}
.listview ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-state-highlight {
	/*border: 1px dotted #ccc;*/
	/*height: 40px!important;*/
	/*width: 480px!important;*/
	/*margin: 20px 0px;*/
	/*line-height: 1.2em;*/
}




/* Buttons */
.btn{
	cursor:pointer;
}

.button_settings{
	background-image: url('../furniture/admin/icon-settings-white.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 8px 8px 8px 32px;
	color: #fff;
}
.button_settings:hover{
	background-image: url('../furniture/admin/icon-settings.png');
	color: #BDBDBD;
}
.button_add{
	background-image: url('../furniture/admin/icon-add-white.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 8px 8px 8px 32px;
	color: #fff;
}
.button_add:hover{
	background-image: url('../furniture/admin/icon-add.png');
	color: #BDBDBD;
}
.button_save{
	background-image: url('../furniture/admin/icon-save-white.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 16px;
	padding: 8px 8px 8px 32px;
	color: #fff;
}
.button_save:hover{
	background-image: url('../furniture/admin/icon-save.png');
	color: #BDBDBD;
}
.button_edit{
	background-image: url('../furniture/admin/icon-edit-white.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 8px 8px 8px 32px;
	color: #fff;
}
.button_edit:hover{
	background-image: url('../furniture/admin/icon-edit.png');
	color: #BDBDBD;
}
.button_duplicate{
	background-image: url('../furniture/admin/icon-duplicate-white.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 8px 8px 8px 32px;
	color: #fff;
}
.button_duplicate:hover{
	background-image: url('../furniture/admin/icon-duplicate.png');
	color: #BDBDBD;
}



input.button1, a.button1 {
	cursor: pointer;
	color: #fff!important;
	background-color: #333;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	border-style: none;
	width: auto!important;
	margin: 0px 10px 0px 0px!important;
	display: inline-block;
}
input.button1:hover, a.button1:hover{
	background-color: #555;
	color: #fff;
}

input.button2, a.button2, button.button2 {
	cursor: pointer;
	color: #fff!important;
	background-color: rgba(66,20,95,1);
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	border-style: none;
	width: auto!important;
	margin: 0px 5px 0px 0px!important;
	display: inline-block;
}
button.button2, input.button2{
	padding: 5px 10px 6px 10px;
}
input.button2:hover, a.button2:hover, button.button2:hover {
	background-color: rgba(66,20,95,0.8);
	color: #fff;
}

input.button3, a.button3 {
	cursor: pointer;
	color: #fff!important;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	border-style: none;
	width: 130px!important;
	height: 32px;
	margin-right: 10px;
}

input.button4, a.button4 {
	cursor: pointer;
	color: #fff!important;
	background-color: #ec4371;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	border-style: none;
	width: auto!important;
	margin: 0px 5px 0px 0px!important;
}
input.button4:hover, a.button4:hover{
	background-color: #555;
	color: #fff;
}

input.button4.inactive, a.button4.inactive {
	background-color: #e2e2e2;
	color: #666!important;
}
input.button4.inactive:hover, a.button4.inactive:hover{
	background-color: #555;
	color: #fff!important;
}


.rpbutton span{
	display: none;
}
.rpbutton.loading span{
	display: inline-block;
	vertical-align: -2px;
}
.rpbutton2.loading span{
	float: right;
}



.rpbutton.loading span,
.rpbutton.loading span:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.rpbutton.loading span {
  margin: 0px 3px 0px 10px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.rpbutton2.loading span {
  border-top: 2px solid rgba(55, 55, 55, 0.2);
  border-right: 2px solid rgba(55, 55, 55, 0.2);
  border-bottom: 2px solid rgba(55, 55, 55, 0.2);
  border-left: 2px solid #555555;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* Login form appearance */
#loginform {
	/*width: 531px;*/
}
#loginformcontent p {
	color: #fff !important;
	margin: 10px 0px;
}
#loginformcontent label {
	width: 80px !important;
	color: #fff !important;
}
#loginformcontent #username, #loginformcontent #password {
	width: 150px !important;
}
#loginformcontent input.button {
	float: right;
}



/* Links */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



/* Submenu */
.submenu ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.submenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu ul li:first-child {
	padding: 3px 20px 8px 20px;
	font-size: 16px;
	color: #ec4371;
}
.submenu ul li a {
	color: #000;
	padding: 5px 20px;
	display: block;
}
.submenu ul li a:hover {
	color: #000;
	text-decoration: none;
}
.submenu ul li a.selected {
	color: #666;
	background-color: #E4E7DC;
	display: block;
}
.submenu ul li a.logout {
	display: none;
}





@media print { div.pagebreak {page-break-before: always}}




/* Form elements */
input, select, textarea{
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	/*margin: 2px;*/
}
input {
	padding: 5px 5px 5px 5px;
	width: 309px;
	max-width: calc(100% - 12px);
}
input.numeric {
	text-align: right;
}
select {
	padding: 3px;
	width: 322px;
}
textarea {
	height: 120px;
	padding: 5px;
	width: 488px;
}
textarea.mceNoEditor {
	height: 120px;
	padding: 5px;
	width: 310px;
}
input.nowidth, textarea.nowidth {
	width: auto !important;
}
.multilingualedit .languageinput:first-child{
	margin-left: 0px;
}
.multilingualedit .languageinput{
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 10px) / 2);
	margin-left: 5px;
}

.multilingualedit .languageinput input{
	width: calc(100% - 12px);
}
.multilingualedit .languageinput textarea{
	width: calc(100% - 12px);
}





/* Required and errors */
span.required {
 	color: #ec4371;
	margin-left: 5px;
}
input.submit-error, select.submit-error, textarea.submit-error{
  border-color: #ec4371;
  background-color: #ec4371;
  color: #fff;
}
input.submit-error {

}
select.submit-error {

}
textarea.submit-error {

}
.display-error, p.error {
	color: #ec4371 !important;
	display: none;
	padding: 6px 0px 20px 0px;
}


p.footnote {
	font-size: 10px;
}
p.formhelper {
	display: block;
	font-size: 10px;
	padding: 2px 0px 7px 0px;
}
h2 span {
	color: #ce0280;
}
.clear {
	clear: both;
	font-size: 1px;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.nowidth {
	width: auto!important;
	height: auto;
}
.rightfloat {
	float: right!important;
	margin-left: 10px;
}
.leftfloat {
	float: left;
	margin-right: 10px;
}
.warning {
	color: red;
}
span.pending {
	color: #ff9900;
}
img.pending {
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
span.small {
	font-size: 10px;
}




/* Admin-specific */
body.mceContentBody {
	text-align: left;
	background-color: #fff;
	background-image: none;
}
body.mceContentBody * {
	font-family: Arial, sans-serif;
}
tr.highlight td {
	background-color: #c0c0c0;
	color: #fff;
}
tr.inactive td, .inactive {
	color: #aaa;
}



#adminfilterblock {
	background-color: #dde1ef;
	margin: 10px 0;
	padding: 10px;
}
.adminseparator {
	padding-top: 20px;
}


table{
	width: 695px;
}
#itemdetailsedit table tbody img{
	padding: 2px;
}

#admintimer{
	color: #fff;
}

.itemdetailsedit{
  padding: 0px 20px 30px 20px;
}

.listview-main {
  height: calc(100vh - 126px);
  overflow: auto;
  width: calc(100% - 30px);
}
.listview {
  padding: 0px 20px 30px 20px;
}

.listview ul.listview-header {
  background-color: #e8e7e2;
  /*border-radius: 3px;*/
  color: #333;
  list-style: outside none none;
  margin: 0;
  padding: 5px 10px 5px 10px;
  position: fixed;
	top: 59px;
	width: calc(100% - 281px);
}
.listview ul.listview-header::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.listview .open{
	margin-right: 8px;
}
.listview ul.listview-header li {
  color: #666;
  float: left;
  width: 130px;
}

.listview ul.listview-list::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.listview-wrapper {
  padding-top: 45px;
}
.listview-wrapper.sortable_select.ui-sortable,
.listview-wrapper.sortable_multi_select.ui-sortable {
	padding-top: 10px;
}
.listview-wrapper ul:first-child, .listview-wrapper ul:only-child {
  border-top: medium none;
}
.listview ul.listview-list {
  border-top: 1px solid #e8e7e2;
  color: #333;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0 5px 10px;
}
.listview ul.listview-list-nonclick {
  border-top: 1px solid #e8e7e2;
  color: #333;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0 5px 10px;
}
.listview ul.listview-list.notselected:hover, .listview ul.listview-list.selected {
  background-color: #fff;
  cursor: pointer;
}

.listview ul.listview-list li:first-child, .listview ul.listview-list li:first-child p {
  color: #ec4371;
}
.listview ul.listview-list li {
  float: left;
  padding-bottom: 1px !important;
  padding-top: 3px;
  width: 130px;
  overflow: hidden;
}
.inactive, .inactive p{
	color: #aaa!important;
}


.icon-direction{
	margin-left: 7px;
}
.actioncontrol{
	margin-top: 5px;
	margin-right: 5px;
	width: 12px;
}
.actionopen{
	margin-top: 1px;
	margin-right: 3px!important;
	height: 21px;
}




img.adminformhelper{
	position: absolute;
	left: 100px;
}


.trigger-menu-open{
	float: left;
	padding: 9px 10px 7px 10px;
	display: none;
	background-color: #333;
	height: 20px;
}
.trigger-menu-open img{
	width: 20px;
	cursor: pointer;
}
.trigger-menu-close{
	float: left;
	width: 20px;
	margin: 10px 10px;
	cursor: pointer;
	display: none;
}




.lang-wrapper {
	position: fixed;
	top: 37px;
	right: 0px;
	padding: 20px 10px 20px 10px;
	background-color: #333;
	/*border: 1px solid #666;*/
	z-index: 999;
	text-align: center;
}
.lang-wrapper p{
	padding-bottom: 10px;
	color: #fff;
}
.lang-wrapper img.h{
	width: 30px;
}
.langchooser {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 30px;
	/*float: left;*/
	margin-bottom: 3px;
	border: 1px solid #888;
	cursor: pointer;
}
.langchooser img{
	display: none;
}
.langchooser img.selected{
	width: 15px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	display: block;
}

span.chars-left{
	display: block;
	font-size: 10px;
	padding: 2px 0px 7px 0px;
}


