﻿/* #RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* #TYPOGRAPHY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* #HEADINGS */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.15em;
	margin-bottom: 0.35em;
}

h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

/* #BODY-TEXT */
p {
	margin-bottom: 0.754em;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #22afff;
}
a:hover, a:focus {
	text-decoration: underline;
}
sup {
	vertical-align: top;
	font-size: .55em;
	color: #22afff;
}
code {
	font-family:Monaco, Monospace;
	color:#666;
	text-transform:none;
}
label sup {

}
label small {
	color:#f00;
	font-size:13px;
	font-family:Monaco, Monospace;
	padding-left:1px;
}
label {
	position:relative;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}
label sup {
	display:block;
	background:url("/assets/gfx/icon_help.png") no-repeat 0 0;
	width:17px;
	height:17px;
	position:absolute;
	top:28px;
	right:-5px;
	cursor:pointer;
}
sup > span {
	display:none;
}
.help-template {
	top:0;
	right:0;
}
.help-folder {
	top:27px;
	right:44px;
}
.help-filename {
	top:27px;
	right:49px;
}
.help-fulltext, .help-summary {
	right:3px;
}
sub {
	vertical-align: bottom;
	font-size: .55em;
	color: #22afff;
}
del {
	color: #ff2b2b;
	text-decoration: line-through;
}
ins {
	color: #4aae0e;
	text-decoration: underline;
}


/* #DOCUMENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	background: #333;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
}
#page-wrap {
}


/* #HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
	background: #333 url("/assets/gfx/bg_adminbar.jpg") repeat-x 0 0;
	color: #fff;
	padding: 0 15px;
	height:40px;
}
#header h1 {
	font-size: 15px;
	line-height:40px;
	display: inline;
	margin: 0;
}
#header ul {
	float: right;
}
#header li {
	float: left;
	padding-left: 10px;
	line-height:40px;
}


/* CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.content {
	padding: 15px;
	background: #fff;
}
.content .column {
	width: 55%;
	float: left;
}
.content .last {
	float: right;
	width: 40%;
}
#templs {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	padding: 1px 0 1px 1px;
	color: #666;
	width: 100%;
	height: 158px;
}
#templs option {
	padding: 5px;
	margin-bottom: 1px;
	background: #fafafa;
}
#preview-wrapper {
	border:1px solid #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	height:141px;
	background:#fff;
	overflow:hidden;
	position:relative;
}
#preview {
	display:block;
	margin:0 auto;
}
input[type=text], 
textarea {
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	color: #5d5d5d;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	border-top-color:#aaa;
	border-left-color:#aaa;
}
input[type=text]:focus, 
textarea:focus {
	background: #fffac1;
	color: #333;
	border-top-color:#8a8a8a;
	border-left-color:#8a8a8a;
}
#page_header {
	font: 11px/1.5em Monaco, Monospace;
	height:130px;
}


/* CUSTOM STYLES FOR CAMPAIGN ADMIN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#iq-campaign-editor { padding-top:5px; }
#iq-campaign-editor input[type=text],
#iq-campaign-editor textarea {
  margin:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#iq-campaign-editor .column label {
  margin-top:10px;
}
#iq-sortable-wrap {
  width:300px;
  height:420px;
  background:#fff;
  border:1px solid #CCCCCC;
  border-top-color:#AAAAAA;
  border-left-color:#AAAAAA;
  overflow-y:auto;
  overflow-x:hidden;
  margin-bottom:10px;
}
#iq-sortable-wrap li {
  border-top:1px solid #ccc;
  position:relative;
}
#iq-sortable-wrap li:first-child {
  border-top:0;
}
#iq-sortable-wrap a {
  display:block;
  padding:5px;
}
#iq-sortable-wrap a:hover {
  text-decoration:none;
  background:#fafafa url(/admin/images/icon_move.png) no-repeat 98% 5px;
}
#iq-campaign-editor .puff-admin {
  clear:both;
  padding:20px 0;
}
#iq-campaign-editor .puff-admin h3 {
  font-size:14px;
  font-weight:bold;
}
#iq-campaign-editor .puff-admin .column label {
  margin:0;
}
#iq-campaign-editor .puff-admin select {
  border:1px solid #CCCCCC;
  border-top-color:#AAAAAA;
  border-left-color:#AAAAAA;
  padding:4px;
  width:150px;
}

/* #IQ-PROJECTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.projects {
  width:100%;
}
.projects th {
  font-weight:bold;
  font-size:16px;
  border-bottom:1px solid #ccc;
  padding-bottom:5px;
}
.projects tbody tr:first-child td {
  padding-top:10px;
}
#edit-project input,
#edit-project textarea,
#edit-project select {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.chk-left input {
  display:inline-block;
  margin-left:0;
  padding-left:0;
}
.chk-left label {
  display:inline-block;
  vertical-align:top;
  margin-bottom:5px;
}
.cat li {
  width:190px;
  float:left;
}

/* =pageing
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/
.pageing {
  margin-top:10px;
  overflow:hidden;
}
.pageing a {
  display:block;
  float:left;
  color:#818181;
  border:1px solid #ccc;
  background:#fff;
  margin-right:5px;
  margin-bottom:5px;
  text-decoration:none;
  padding:4px 6px;
  line-height:1;
}
.pageing a:hover,
.pageing a:focus {
  border-color:#35B3E8;
  background:#E7F8FF;
  color:#35B3E8;
}
.pageing a:active {
  color:#006F9E;
  border-color:#006F9E;
}
.pageing a.active {
  background:#ccc;
  color:#fff;
  border-color:#ccc;
}

/* FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	padding:15px;
}
#step-footer {
	color: #fff;
	width:676px;
	height:92px;
	background:#fff url("/admin/images/bg_3step.jpg") no-repeat 0 0;
	clear:both;
	padding:25px;
	margin-left:-3px;
	float:left;
	margin-top:5px;
}
#step-footer .column {
	float:left;
	width: 220px;
	margin-right: 51px;
	margin-top:10px;
}
#step-footer .last {
	margin:0;
	width:130px;
}
#step-footer .file-ext {
	text-shadow:0 1px 1px #474747;
	float:left;
	height:31px;
	line-height:36px;
	margin-left:1px;
}
#step-footer #submit {
	background:none;
	border:none;
	text-shadow:0 1px 1px #474747;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	height:88px;
}
#step-footer label {
	text-shadow:0 1px 1px #474747;
	font-size:12px;
}

#subfolders {
	border: 1px solid #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	padding: 3px;
	color: #666;
	width: 200px;
}
#pageName {
	margin-bottom:5px;
	width:165px;
	padding:4px;
	float:left;
}
#pageName:focus {
	color: #333;
}
#overwrite {
	width: auto;
	margin: 0 3px 0 0;
	padding:0;
	display:block;
	float:left;
}
.button {
	border:1px solid #22afff;
	background:#22afff;
	color:#fff;
	cursor:pointer;
	padding:4px;	
}
.button:hover {
	border-color:#bfe8ff;
}


/* FORMS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
label {
	display: block;
	height: 22px;
}
#step-footer label.inline-label, label.inline-label {
	float: left;
	font-size: 11px;
	color: #fff;
	margin-top: -3px;
	letter-spacing:0;
	text-transform:none;
}
textarea {
	height: 10em;
	overflow-y: auto;
}
.full-width {
	width:97.5%;
}

/* CONTENT_AREA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
	margin:0;
	padding:0;
}

/* ARTICLE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#articleSummary {
	height:180px;
	width:470px;
	padding:0;
}
#txtContent {
	height:220px;
	width:470px;
	padding:0;
}
.text-content {
	width:470px;
	float:left;
}
.meta {
	width:350px;
	float:left;
	margin-left:30px;
}


/* #MENUADMIN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* the two headlines over the columns */
.content-header {
	margin-bottom:10px;
}
.content-header h3 {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:16px;
	float:left;
	text-shadow: 0 1px 0 #efefef;
}
.site-structure {
	width: 35%;
}
.link-properties {
	width: 60%;
	margin-left:28px;
}

/* Drag and drop styles */
#target {
	border: none;
	width: 35%;
	height: 380px;
	padding: 0;
	float: left;
	border-right: 1px solid #ccc;
	overflow-y:auto;
}
.foldunfold {
	cursor: hand;
}
.itemnode {
	overflow: hidden;
}
.itemnode img {
	display: block;
	float: left;
	width: 20px;
	margin-top: 7px;
}
.childnodewrapper {
	padding-left: 0px;
}
.childnodewrapper .childnodewrapper {
	padding-left: 10px;
}
.childnodewrapper .itemnode img {
	padding-left: 10px;
}
#target .itemnode a {
	color: #000;
	text-decoration: none;
}
.itemtitle {
	padding: 4px;
	display: block;
	margin-right: 32px;
}
.selecteditemtitle {
	background-color: #3399ff;
	padding: 4px;
	display: block;
	margin-right: 32px;
}
.dragContainer {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	width:235px;
}
.movenode, .selectedmovenode {
	height: 5px;
	overflow: hidden;
	margin-right: 32px;
}
.selectedmovenode {
	background-color: #6e91b4;
}
.dragContainerIcon {
	background-image: url( '../images/blocked.gif' );
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-left: 15px;
	margin-top: 15px;
}
.contextMenu {
	font: 10px/16px Arial, Helvetica, sans-serif;
	border: 1px solid #D4D0C8;
	background-color: #FFFFFF;
	width: 150px;
}
.contextMenuItem, .contextMenuItemOver, .contextMenuItemDisabled {
	height: 20px;
	width: 150px;
	color: #000000;
}
.contextMenuItemText {
	text-decoration: none;
	line-height: 20px;
	vertical-align: middle;
	cursor: default;
	margin-left: 20px;
	margin-right: 20px;
}
.contextMenuItemDisabled {
	color: #aaa;
}
.contextMenuItemOver {
	background-color: #3399ff;
	color: #fff;
}
.contextMenuSeparator {
	width: 150px;
	background-color: #D4D0C8;
}

/* form with item properties */
#editIframe {
	border: none;
	width: 60%;
	height: 380px;
	padding: 0;
	margin: 0 0 0 28px;
	float: left;
}

#edit-node {
	width:80%;
}
#edit-node input[type=text] {
	width:200px;
	float:left;
}
#edit-node select {
	border: 1px solid #ccc;
	padding: 3px;
	width: 210px;
	margin-bottom:15px;
}
#inp > div {
	clear:both;
}
#visible {
	margin-bottom:15px;
}
#browse-button {
	display: inline;
	float: left;
}
#browse-button input {
	margin-left:5px;
	cursor: pointer;
}


/* #MODAL-WINDOW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#modal-shadow {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:10005;
}
.modal-close {
	display:block;
	position:absolute;
	top:13px;
	right:14px;
	font-size:11px;
	cursor:pointer;
	z-index:10008;
	background:url("/admin/images/btn_close.png") no-repeat 0 0;
	text-indent:-10000px;
	width:19px;
	height:19px;
}
.modal-window {
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:10006;
}
.modal-content {
	padding:12px 20px;
	margin:0 8px;
	background:#fff;
	position:relative;
	min-height:200px;
	color:#333;
}
.modal-content strong {
	color:#000;
}
.modal-content p {

}
.modal-content dt {
	text-decoration:underline;
	margin-top:10px;
}
.bl {
	background:url("/admin/images/bg_modal_borders.png") repeat-y 0 0;
}
.br {
	background:url("/admin/images/bg_modal_borders.png") repeat-y 100% 0;
}
.btr {
	background:url("/admin/images/bg_modal.png") no-repeat 100% 0;
	height:16px;
	margin:0 0 0 16px;
}
.btl {
	background:url("/admin/images/bg_modal.png") no-repeat 0 0;
	width:16px;
	height:16px;
	position:relative;
	left:-16px;
	font-size:0;
	line-height:0;
}
.bbr {
	background:url("/admin/images/bg_modal.png") no-repeat 100% 100%;
	height:16px;
	margin:0 0 0 16px;
}
.bbl {
	position:relative;
	background:url("/admin/images/bg_modal.png") no-repeat 0 100%;
	width:16px;
	height:16px;
	left:-16px;
	font-size:0;
	line-height:0;
}


/* #GENERIC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
