
/***************  modules/contentBlocks/themes/responsive/template.contentBlock.css  ***************/
/* Global default styles for this theme */

.contentBlock .imageCaption {
	padding: 0.2em;
	margin: 0;
	font-size: 0.9em;
	text-align: center;
}

.editMode .contentBlock.group_layoutBlock {
	/* Making sure it's possible to hover the layoutblocks and get to the menu */
	padding-top: 20px;
	/* Making sure it's possible to hover the block collection */
	margin-bottom: 20px;
}

.editMode .contentBlock.moving
/* When draggin a content block, it gets this class */
{
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #e8e8f0 url(/condor/modules/contentBlocks/themes/responsive/images/defaultBlockImage.png) no-repeat 2px 2px;
	border: 2px solid #b0b0b0;
	padding: 2px;
	z-index: 100;
}

.editMode .contentBlock.moving *
/* Hiding all childnodes when dragging, so block icon will show */
{
	display: none;
}

.editMode .contentBlock.type_richText.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(/condor/modules/contentBlocks/themes/responsive/images/block_richText.png);
}

.editMode .contentBlock.type_sectionHeader.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(/condor/modules/contentBlocks/themes/responsive/images/block_sectionHeader.png);
}

.editMode .contentBlock.type_youtube.moving
/* When draggin a content block, it gets this class */
{
	background-image: url(/condor/modules/contentBlocks/themes/responsive/images/block_youtube.png);
}
/***************  modules/contentBlocks/themes/responsive/template.blockCollection.css  ***************/

/* Making sure the block collection stretches to contain its children */
.editMode .blockCollection {
	zoom: 1;
}
.editMode .blockCollection:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.blockCollection .contentBlock.type_threeColumn .blockCollection.column {
	float: left; _display: inline;
}

.contentBlock.type_textWithSideImage .imageHolder-left {
	float: left; _display: inline;
}

.contentBlock.type_textWithSideImage .imageHolder-right {
	float: right; _display: inline;
}

.contentBlock.type_twoColumn .blockCollection.column {
	float: left; _display: inline;
}

.blockCollection.empty
{
	min-height: 1px; _height: 1px;
}

.editMode .blockCollection.empty {
	min-height: 160px; _height: 160px;
	background: url(/condor/modules/contentBlocks/themes/responsive/images/blockCollectionEmptyBg.gif) repeat;
}

.blockCollection p.collectionEmpty
{
	visibility: hidden;
}
	
.editMode .blockCollection p.collectionEmpty
{
	visibility: visible;
}

/***************  modules/flexibleForms/themes/clean/style.inputBlock.css  ***************/
form.flexibleForm .fieldBlock {
	margin-bottom: 0.4em;
	zoom: 1;
}

form.flexibleForm .fieldBlock:after {
	content: '.';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
	
form.flexibleForm label.fieldLabel	{
	display: block;
	float: left;
	width: 9em;
	margin-right: 0.8em;
	text-align: right;
}
	
form.flexibleForm .fieldInput {/* Any input type will have this class */
	float: left;
	width: 12em;
}
	
form.flexibleForm .fieldBlock.invalid .fieldInput {
	border-color: #ff2020;
}

form.flexibleForm .fieldBlock.invalid .fieldLabel {
	color: #ff2020;
}

form.flexibleForm textarea.fieldInput {
	width: 20em;
	height: 6em;
	border: 1px solid #7F9DB9;
	font-size: 1em;
	font-family: inherit;
	overflow: auto;
}

form.flexibleForm input.fieldInput {
	height: 1.3em;
	border: 1px solid #7F9DB9;
	font-size: 1em;
	font-family: inherit; 
}

form.flexibleForm input.fieldInput[type=file] {
	height: auto;
}

form.flexibleForm select.fieldInput {
	width: 12.2em;
	height: 1.5em;
	border: 1px solid #7F9DB9;
	font-size: 1em;
	font-family: inherit; 
}

form.flexibleForm button.submit {
	font-family: inherit;
	font-size: 1em;
	margin-left: 9.8em;
}

form.flexibleForm .type_date input.fieldInput {
	width: 6em;
}

form.flexibleForm .type_date img.calendar-icon {
	cursor: pointer;
}

form.flexibleForm .fieldBlock.invalid .flexInputInvalid {
	border-color: #ff2020;
}

form.flexibleForm .fieldBlock.invalid .flexFormBlockLabel {
	color: #ff2020;
}
/***************  modules/flexibleForms/themes/default/style.submitBlock.css  ***************/
.flexFormSubmitBlock { 
	 	text-align:right;
	}
	
/***************  modules/flexibleForms/themes/clean/style.form.css  ***************/
form.flexibleForm {
	margin-bottom: 0.8em;
}

form.flexibleForm input.hp_email
{
	visibility: hidden;
	position: absolute;
	top: -9999px;
}
