.shadow_pop
{
	margin: 0px !important;
}

.container-bo-content
{
	padding-bottom: 20px;
}

#inhalte
{
	font-size: 12px;
}

	#inhalte label,
	input,
	button,
	select,
	textarea
	{
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
	}

#crm_custedit
{
	font-size: 12px;
}

	#crm_custedit input,
	button,
	select,
	textarea
	{
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
	}

	#crm_custedit label
	{
		display: inline;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
	}

#crm_ugedit
{
	font-size: 12px;
}

	#crm_ugedit input,
	button,
	select,
	textarea
	{
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
	}

	#crm_ugedit label
	{
		display: inline;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
	}

#crm_newsledit input,
button,
select,
textarea
{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

#crm_newsledit label
{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.iconImage
{
	border: 0;
	float: left;
	margin-right: 5px;
}

.textInfo
{
	text-decoration: none;
	color: #333;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

	.textInfo img
	{
		border: 0;
		float: none;
		margin-left: 5px;
	}

.iconLink img
{
	border: 0;
	float: left;
	margin-right: 5px;
}

.iconLink
{
	text-decoration: none;
	color: #333;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

	.iconLink:hover
	{
		text-decoration: none;
		color: #f00;
	}

.iconLinkCenter
{
	text-decoration: none;
	color: #333;
	padding: 0 0px 0 0;
	display: block;
}

	.iconLinkCenter:hover
	{
		text-decoration: none;
		color: #f00;
	}

.iconLinkRight
{
	text-decoration: none;
	color: #333;
	padding: 0 10px 0 0;
	display: block;
	float: right;
}

	.iconLinkRight:hover
	{
		text-decoration: none;
		color: #f00;
	}

.iconLinkDL
{
	text-decoration: underline;
	color: #333;
	padding: 0 0px 0 0;
	display: block;
}

	.iconLinkDL:hover
	{
		text-decoration: underline;
		color: #f00;
	}

.iconLinkPath
{
	text-decoration: none;
	color: #333;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

.iconLinkThumb img
{
	border: 0;
}

.iconLinkThumb
{
	text-decoration: none;
	color: #333;
}

	.iconLinkThumb:hover
	{
		text-decoration: none;
		color: #f00;
	}

.iconLinkBlue
{
	text-decoration: none;
	color: #0072BB;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

	.iconLinkBlue:hover
	{
		text-decoration: none;
		color: #f00;
	}

.not_visible
{
	display: none;
}

.chkboxLst input
{
	margin: 4px;
}

.chkboxLst label
{
	display: inline;
	margin: 0 5px 5px 0;
}

.radiolist input
{
	margin-left: 0px !important;
	margin-right: 5px;
}

.radiolist label
{
	display: inline;
	margin-right: 30px;
}

.force-width
{
	width: 100% !important;
}

.CMS_CClassMenu
{
	border: 1px solid black;
	background-color: #ECECEC;
}

.bgcolor_Protokoll_error
{
	background-color: #FFA07A;
}

.bgcolor_Protokoll_success
{
	background-color: #CAFF70;
}

.bgcolor_Protokoll_neutral
{
	background-color: #FF9900;
}

.RightBorder
{
	border-right: 1px dotted gray;
}

/* Styles für die ProgressBar allg.*/
/* ======================= */
#ctl00_UpProgressPage, #ctl00_ContentPlaceHolder1_UpProgressContent
{
	position: fixed;
	height: 100%;
	width: 100%;
	cursor: wait;
	z-index: 99996 !important;
	background: rgba(0,0,0,0.85);
}


#ProgressBarPage
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99997 !important;
	width: 380px;
	height: 180px;
	margin-left: -200px;
	margin-top: -100px;
	text-align: center;
	padding: 20px;
}

	#ProgressBarPage *
	{
		color: #fff;
	}

/* Styles für Inline Popups
/* ======================= */
.InlinePopUpBackground
{
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0px;
	top: 0px;
	left: 0px;
	background: black; /*RGBA(0,0,0,0.5);*/
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	z-index: 1100;
}

.InlinePopUpBox
{
	border: dotted 2px #CAD8DD;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 1500;
	text-align: left;
	padding: 10px;
    top: 10%;
	left: 50%;
	width: 50%;
	height: 80%;
    margin-left: -25%;
}

.InlinePopUpBox.small
{
	top: 30%;
	left: 50%;
	width: 24%;
	height: 40%;
    margin-left: -12%;
}

/* Styles für den Tabcontainer */
/* =========================== */

.TabContainer
{
	padding: 3px;
	/*background: #3D3D3D repeat-x top left;*/
}

	.TabContainer .ajax__tab_header
	{
		font-size: 12px;
		background: #555555;
		cursor: pointer;
		color: #DDDDDD;
	}

	.TabContainer .ajax__tab_outer
	{
		padding-right: 4px;
		background: #555555;
		border: 1px solid #555555;
		border-bottom: 0px;
        height:25px;
	}

	.TabContainer .ajax__tab_inner
	{
		padding-left: 3px;
		background: #555555;
	}

	.TabContainer .ajax__tab_tab
	{
		height: 16px;
		padding: 4px;
		margin: 0;
		background: #555555;
	}

	.TabContainer .ajax__tab_hover .ajax__tab_outer
	{
		background: #fff;
		border: 0 0 solid #fff;
		border-bottom: 0px;
		color: #555555;
	}

	.TabContainer .ajax__tab_hover .ajax__tab_inner
	{
		background: #fff;
	}

	.TabContainer .ajax__tab_hover .ajax__tab_tab
	{
		background: #fff;
	}

	.TabContainer .ajax__tab_active .ajax__tab_outer
	{
		background: #fff;
		color: #555555;
		border: 0 0 solid #fff;
	}

	.TabContainer .ajax__tab_active .ajax__tab_inner
	{
		background: #fff;
		color: #555555;
	}

	.TabContainer .ajax__tab_active .ajax__tab_tab
	{
		background: #fff;
		color: #555555;
	}

	.TabContainer .ajax__tab_body
	{
		border: 1px solid;
		border-top: 0;
		padding: 8px;
		background-color: #fff;
	}

/* Styles für das Gridview */
/* ======================= */
.gv, .dataTable {
  border: solid #DDDDDD 1px;
}

 .detailsTable thead tr {
    background-color: #D8D8D8;
    color: #DDDDDD;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

.gv_headerstyle
{
	background-color: #D8D8D8;
	color: #DDDDDD;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

  .gv_headerstyle th a{
    text-align: left;
    text-decoration: none;
    display: block;
    color: #000;
    /* background: url(/App_Themes/ieq_metro/images/gv_sort_icon.gif) top right no-repeat;*/
  }

  .gv_headerstyle th{
    text-align: left;
    text-decoration: none;
    color: #000;
    border-color: #DDDDDD;
    /* background: url(/App_Themes/ieq_metro/images/gv_sort_icon.gif) top right no-repeat;*/
  }
	
	.gv_headerstyle *.text-center, .gv_headerstyle *.text-center a
	{
		text-align: center !important;
	}

	.gv_headerstyle *.text-right, .gv_headerstyle *.text-right a
	{
		text-align: right !important;
	}

.gv_rowstyle, .dataTable tbody tr.even {
  background-color: #F5F5F5;
}

  .gv_rowstyle:hover
  {
    background-color: #F5F5F5;
  }

  .gv_rowstyle td, .dataTable tbody tr.even td {
    border: solid #DDDDDD 1px;
    font-size: 11px;
  }

	.gv_rowstyle .text_kommentar
	{
		font-size: 11px;
		color: #f00;
		font-style: italic;
	}

.gv_alternatingrowstyle, .dataTable tbody tr.odd {
  background-color: #fff;
}

  .gv_alternatingrowstyle:hover
  {
    background-color: #F5F5F5;
  }

  .gv_alternatingrowstyle td, .dataTable tbody tr.odd td {
    border: solid #DDDDDD 1px;
    font-size: 11px;
  }

	.gv_alternatingrowstyle .text_kommentar
	{
		font-size: 11px;
		color: #f00;
		font-style: italic;
	}

.gv_editrowstyle td
{
	background-color: #afbabe;
	font-size: 11px;
	color: #fff;
	/* text-align: center;*/
}

	.gv_editrowstyle td a
	{
		color: #fff;
	}

.gv_pagerstyle
{
	background-color: #D8D8D8;
	color: #DDDDDD;
}

	.gv_pagerstyle td
	{
		font-weight: bold;
		border: solid #DDDDDD 1px;
		color: #000;
		padding-right: 10px;
	}

		.gv_pagerstyle td a
		{
			font-weight: normal;
			color: #000;
		}

.gv_inputfield2
{
	color: #eb0000;
	font-size: 11px;
	/*width: 98%;*/
	border: 1px solid #fff;
}

.gv_inputfieldFullWidth
{
	color: #eb0000;
	font-size: 11px;
	border: 1px solid #fff;
}

.gv_sortimage_all
{
	background: url(/App_Themes/ieq_metro/images/gv_sortierung_standard.png) top right no-repeat;
}

.gv_sortimage_asc
{
	background: url(/App_Themes/ieq_metro/images/gv_sortierung_auf.png) top right no-repeat;
}

.gv_sortimage_desc
{
	background: url(/App_Themes/ieq_metro/images/gv_sortierung_ab.png) top right no-repeat;
}


/* Styles für das Gridview */
/* ======================= */
.sel_dg_headerstyle
{
	background-color: #D8D8D8;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

	.sel_dg_headerstyle a
	{
		text-align: left;
		text-decoration: underline;
		display: block;
		color: #000;
		/* background: url(/App_Themes/ieq_metro/images/gv_sort_icon.gif) top right no-repeat;*/
	}

/* allgemeine Styles für das Datalistobjekt */
/* ======================================== */

.dl
{
	border: solid #fff 1px;
}

.dl_headerstyle
{
	background-color: #afbabe;
	color: #FFFFFF;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

	.dl_headerstyle th
	{
		color: #FFFFFF;
		display: block;
	}

		.dl_headerstyle th a
		{
			text-decoration: none;
		}

.dl_itemstyle
{
	background-color: #fff;
}

	.dl_itemstyle:hover
	{
		background-color: #FFF8DC;
	}

	.dl_itemstyle td
	{
		font-size: 11px;
	}

	.dl_itemstyle .text_kommentar
	{
		font-size: 11px;
		color: #f00;
		font-style: italic;
	}

.dl_alternatingitemstyle
{
	background-color: #e5edef;
}

	.dl_alternatingitemstyle:hover
	{
		background-color: #FFF8DC;
	}

	.dl_alternatingitemstyle td
	{
		font-size: 11px;
	}

	.dl_alternatingitemstyle .text_kommentar
	{
		font-size: 11px;
		color: #f00;
		font-style: italic;
	}


/* Styles für das Listview */
/* ======================= */
.table-advance thead tr th
{
	font-size: 13px;
}

.table th, .table td
{
	padding: 4px;
}

.lv
{
	border-collapse: separate;
	border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
}

.lv_headerstyle
{
	background-color: #DDDDDD;
	color: #666666;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

	.lv_headerstyle th a
	{
		color: #666666;
		text-decoration: none;
		display: block;
	}

	.lv_headerstyle a
	{
		color: #666666;
		text-decoration: none;
		display: block;
	}

.lv_ItemStyle
{
	background-color: #fff;
}

	.lv_ItemStyle:hover
	{
		background-color: #FFF8DC;
	}

	.lv_ItemStyle td
	{
		font-size: 11px;
	}

	.lv_ItemStyle .text_kommentar
	{
		font-size: 11px;
		color: #f00;
		font-style: italic;
	}

.lv_AlternatingItemStyle
{
	background-color: #e5edef;
}

	.lv_AlternatingItemStyle:hover
	{
		background-color: #FFF8DC;
	}

	.lv_AlternatingItemStyle td
	{
		font-size: 11px;
	}

	.lv_AlternatingItemStyle .text_kommentar
	{
		font-size: 11px;
		color: #f00;
		font-style: italic;
	}

.lv_editrowstyle td
{
	background-color: #afbabe;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

	.lv_editrowstyle td a
	{
		color: #fff;
	}

.lv_pagerstyle
{
	background-color: #afbabe;
}

	.lv_pagerstyle td
	{
		font-weight: bold;
		color: #fff;
		padding-right: 10px;
	}

		.lv_pagerstyle td a
		{
			font-weight: normal;
			color: #fff;
		}

.lv_inputfield
{
	color: #eb0000;
	font-size: 11px;
	width: 98%;
	border: 1px solid #fff;
}

.lv_sortimage_all
{
	background: url(/App_Themes/ieq_metro/images/gv_sortierung_standard.png) top right no-repeat;
}

.lv_sortimage_asc
{
	background: url(/App_Themes/ieq_metro/images/gv_sortierung_auf.png) top right no-repeat;
}

.lv_sortimage_desc
{
	background: url(/App_Themes/ieq_metro/images/gv_sortierung_ab.png) top right no-repeat;
}

/* Styles für Bereich Inhalte*/


.CMS_ContentEditContentBar_content
{
	padding: 2px 2px 2px 2px;
}

.CMS_ContentEditContentBar_metadescr
{
	padding: 2px 2px 2px 2px;
}

/* ======================= */
/* Styles für das CollapsePanel CMS - Inhalte - UserContents*/
/* ======================= */
.CMS_ContentUserContent_collapsePanelHeader
{
	width: 100%;
	height: 20px;
	color: #000;
	background-color: #cad8dd;
	font-weight: bold;
	cursor: pointer;
}

.CMS_ContentUserContent_collapsePanel
{
	background-color: white;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #cad8dd;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #cad8dd;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #cad8dd;
	overflow: hidden;
}

.CMS_ContentUserContentPanelHead_icon
{
	text-decoration: none;
	padding: 2px 2px 0 0px;
	display: inline;
	float: right;
}

.CMS_ContentUserContentPanelHead_text
{
	text-decoration: none;
	color: #333;
	padding: 2px 0 0 4px;
	display: inline;
}

.CMS_ContentUserContentPanel_content
{
	padding: 2px 2px 2px 2px;
}

/* Styles für das CollapsePanel CMS - Funktionen - CheckVNID*/
/* ======================= */
.CMS_FuncsCheckVNID_collapsePanelHeader
{
	width: 100%;
	height: 20px;
	color: #000;
	background-color: #cad8dd;
	font-weight: bold;
	cursor: pointer;
}

.CMS_FuncsCheckVNID_collapsePanel
{
	background-color: white;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #cad8dd;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #cad8dd;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #cad8dd;
	overflow: hidden;
}

.CMS_FuncsCheckVNID_content
{
	padding: 2px 2px 2px 2px;
}

.CMS_FuncsCheckVNID_iconLeft
{
	text-decoration: none;
	margin: 2px 0px 2px 3px;
	display: inline;
}

.CMS_FuncsCheckVNID_icon
{
	text-decoration: none;
	padding: 2px 2px 0 0px;
	display: inline;
	float: right;
}

.CMS_FuncsCheckVNID_text
{
	text-decoration: none;
	color: #333;
	margin: 3px 0 0 4px;
	display: inline;
}


/* Styles für CMS TabContent
/* ======================= */
.CMS_TableTabContent
{
	padding: 0;
	width: 100%;
}

.CMS_TableParam td
{
	/*padding: 5px 0 0 0;*/
}

.CMS_LabContentDates
{
	display: inline;
}

/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

	#master_content .accordionHeader a:hover
	{
		background: none;
		text-decoration: underline;
	}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

	#master_content .accordionHeaderSelected a:hover
	{
		background: none;
		text-decoration: underline;
	}

.accordionContent
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}


/* Styles für Bereich CRM*/
/* ======================= */
/* Styles für das Listview / CRM - ListCustomerContents */
/* ======================= */
.lv_CRMContentsDivRow
{
	min-height: 20px;
	height: 20px;
	margin: 4px 0 0 0;
	width: 100%;
	min-width: 600px;
	font-size: 100%;
}

.lv_CRMContentsHeadDivColName
{
	width: 150px;
	min-width: 150px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
}

.lv_CRMContentsHeadDivColFQName
{
	width: 350px;
	min-width: 350px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
}

.lv_CRMContentsDivColName
{
	width: 150px;
	min-width: 150px;
	float: left;
	padding-left: 5px;
	text-align: left;
}

.lv_CRMContentsDivColFQName
{
	width: 350px;
	min-width: 350px;
	float: left;
	padding-left: 5px;
	text-align: left;
}
/* DE: LEISTE OBEN IM TEMPLATE, ID/SITEGROUP */
/* ======================= */

#siteId_listgroup { color: #fff }
#siteId_listgroup a { color: #fff; text-decoration: underline }
#siteId_listgroup a.text-error { color: #b94a48 }
#siteId_listgroup a.text-error:before { content: "\f071"; font-family: "FontAwesome"; padding: 0.5ch }


/* BIG SCREEN */
@media (min-width: 1180px)
{
	#siteId_listgroup
	{
		margin: 10px 0 0 100px;
		width: 65%;
		display: block;
		position: absolute;
		text-align: center;
	}
}
/* NORMAL SCREEN */
@media (min-width: 970px) and (max-width: 1180px)
{
	#siteId_listgroup
	{
		margin: 10px 0 0 100px;
		width: 40%;
		display: block;
		position: absolute;
		text-align: left;
	}
}
/* MEDIUM SCREEN */
@media (min-width: 770px) and (max-width: 970px)
{
	#siteId_listgroup
	{
		margin: 10px 0 0 100px;
		width: 40%;
		display: block;
		position: absolute;
		text-align: left;
	}

	#litSitegroupName_wrapper
	{
		display: none;
	}
}
/* SMALL SCREEN */
@media (max-width: 770px)
{
	#siteId_listgroup
	{
		margin: 10px 0 0 100px;
		width: 45%;
		display: block;
		position: absolute;
		text-align: left;
	}

	#litSitegroupName_wrapper, #litSiteName_wrapper
	{
		display: none;
	}
}

div#ctl00_ContentPlaceHolder1_TreeView1.eo_css_ctrl_ctl00_ContentPlaceHolder1_TreeView14
{
	background: #eee !important;
	border: 0 !important;
}

.borderless *
{
	border: none !important;
}

.net_table_style
{
	background: #eee !important;
	margin: 0 !important;
}

.inline_checkbox input[type=checkbox]
{
	margin: -4px 5px 0px;
}

.inline_checkbox input, .inline_checkbox label
{
	display: inline;
}

.form-help
{
	display: none;
}

.inline-label label
{
	display: inline;
}

.portlet.box.grey
{
	border: 0px solid white !important;
}


.portlet-info h3
{
	padding: 0 !important;
	margin: 0 !important;
	font-size: 100% !important;
	display: inline !important;
	font-weight: bold;
}

.portlet-info .portlet-title
{
	margin: 0 !important;
	padding: 0 10px !important;
	cursor: pointer;
}

.portlet-info .expander-img
{
	float: right;
	margin-top: 10px;
}

.portlet.box.grey.portlet-info .portlet-title
{
	background: #eee;
	color: #333 !important;
}


.portlet-content h3
{
	padding: 0 !important;
	margin: 0 !important;
	font-size: 100% !important;
	display: inline !important;
}

.portlet-content .portlet-title
{
	margin: 0 !important;
	padding: 0 10px !important;
	cursor: pointer;
}

.portlet-content .expander-img
{
	float: right;
	margin-top: 10px;
}




.table-condensed-form td, .table-condensed-form th
{
	height: 48px;
}

	.table-condensed-form td label.paypal
	{
		margin: 0 !important;
		padding: 0 !important;
		line-height: 10px !important;
		margin-top: -8px !important;
	}



.mixed-input
{
	line-height: 35px !important;
}

.not-allowed-config
{
	cursor: not-allowed;
}

.not-allowed-lp
{
	/*cursor: url(./img/ieq-cursor.png), auto;*/
}

	.not-allowed-lp i
	{
		background: url(./img/ieq-cursor.png) top left no-repeat;
		background-size: 20px 20px;
		display: block;
		padding-left: 25px !important;
		font-style: normal !important;
		font-size: 100%;
	}

.textRedLargeBold
{
	color: #D84A38;
	font-weight: bold;
	font-size: large;
}

.textSmaller
{
	font-size: smaller;
}

.textCenter
{
	text-align: center;
	background-color: gray;
	color: white;
}

.divBottomBorder
{
	border-bottom: dotted 1px;
	border-bottom-color: red;
}

.inline-checkBox label
{
	display: inline;
	vertical-align: middle;
}

.inline-label
{
	display: inline;
    padding:5px 10px;
}


.verticalAlign
{
	display: inline;
	vertical-align: middle;
}

.horizontalAlign
{
	display: inline;
	
}



.Custombtn.blue:hover, .Custombtn.blue:focus, .Custombtn.blue:active, .Custombtn.blue.active, .Custombtn.blue[disabled], .Custombtn.blue.disabled
{
	background-color: #0362FD ;
	color: #FFFFFF !important;
}

.iconSearch
{
  background-image: url('/App_Themes/ieq_metro/images/icon_suchen.png');
	background-repeat: no-repeat;
	background-position: 5px;
}

.iconBack
{
	
	background-image: url('/App_Themes/ieq_metro/images/icon_zurück.png');
	background-repeat: no-repeat;
	background-position: 5px;
}

.iconSave
{
	
	background-image: url('/App_Themes/ieq_metro/images/icon_speichern.png');
	background-repeat: no-repeat;
	background-position: 5px;
}

.iconCheck
{
	background-image: url('/App_Themes/ieq_metro/images/icon_haken.png');
	background-repeat: no-repeat;
	background-position: 5px;
}


.iconAbort
{
	background-image: url('/App_Themes/ieq_metro/images/icon_abbrechen.png');
	background-repeat: no-repeat;
	background-position: 5px;
}

.iconAdd
{
	background-image: url('/App_Themes/ieq_metro/images/icon_add.png');
	background-repeat: no-repeat;
	background-position: 5px;
}

.iconEdit
{
	background-image: url('/App_Themes/ieq_metro/images/icon_formular_bearbeiten.png');
	background-repeat: no-repeat;
	background-position: 5px;
}

.iconExcelExport
{
	background-image: url('/App_Themes/ieq_metro/images/icon_excelexport.png');
	background-repeat: no-repeat;
	background-position: 5px;
}

.iconExcelImport
{
	background-image: url('/App_Themes/ieq_metro/images/icon_excelimport.png');
	background-repeat: no-repeat;
	background-position: 5px;
}


.iconDelete
{
	background-image: url('/App_Themes/ieq_metro/images/icon_loeschen.png');
	background-repeat: no-repeat;
	background-position: 5px;
}



.iconAdd
{
	background-image: url('/App_Themes/ieq_metro/images/icon_element_neu.png');
	background-repeat: no-repeat;
	background-position: 5px;
}


.iconPlus
{
	background-image: url('/App_Themes/ieq_metro/images/icon_add.png');
	background-repeat: no-repeat;
	background-position: 5px;
}


.CustbtnLarge
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #0075BB;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
    vertical-align: top;
    }

	.CustbtnLarge.blue:hover, .CustbtnLarge.blue:focus, .CustbtnLarge.blue:active, .CustbtnLarge.blue.active, .CustbtnLarge.blue[disabled], .CustbtnLarge.blue.disabled
	{
		background-color: #0362FD !important;
		color: #FFFFFF !important;
	}

	.CustbtnNormal.blue:hover, .CustbtnNormal.blue:focus, .CustbtnNormal.blue:active, .CustbtnNormal.blue.active, .CustbtnNormal.blue[disabled], .CustbtnNormal.blue.disabled
{
	background-color: #0362FD ;
	color: #FFFFFF !important;
}

.CustbtnNormal
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #0075BB;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 12px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 0px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	text-decoration:none;
}

.CustbtnNormal.blue:hover, .CustbtnNormal.blue:focus, .CustbtnNormal.blue:active, .CustbtnNormal.blue.active, .CustbtnNormal.blue[disabled], .CustbtnNormal.blue.disabled
{
	background-color: #0362FD !important;
	color: #FFFFFF !important;
}

.BackgraundWhite
{
	background-color: white;
}
	

/*Trader Abo Site*/
.Buchstabennav ul li
{
	display:inline;
}
.Buchstabennav ul li input
{
	background-color:rgb(175, 186, 190);
	color:White;
	width:26px;
	font-weight:bold;
	cursor:pointer;
}
.Buchstabennav ul li input:hover 
{
	background-color:rgb(229, 237, 239);
	color:Black;
}
.Buchstabennav ul
{
	margin-left:4px;
}
.WgAboWarengruppenZahl
{
	vertical-align:top;
	font-style:italic;
}
.WgAboWarengruppenName
{
	vertical-align:top;
}
.TraderAboGreen { 
    background-color:green !important;
    text-align:center !important;
}

.TraderAboRed { 
    background-color:red !important;
    text-align:center !important;
}

.TraderAboRedLegend { 
    float:left;
    background-color:red;
    width:15px;
    height:15px;
}

.TraderAboGreenLegend{
    background-color:green;
    width:15px;
    height:15px;
    float:left;
}

.ImportantRight { 
        text-align:right !important;
}

.select2-container .select2-choice
{
    height:26px;
    line-height: 23px;
    margin-right:1em;
}

.icon-q-highlight 
{
    color:#0075BB !important;
}

.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse {
  background-image: none !important;
  border:0px !important;
  -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}

[class^="icon-"]:before, [class*=" icon-"]:before{
    cursor:pointer;
}

.valigntop { 
    vertical-align:top;
}

.btn.disabled, .btn[disabled] { 
    cursor:not-allowed !important;
}

.btn.disabled [class^="icon-"]:before, .btn[disabled] [class^="icon-"]:before { cursor: not-allowed !important; }
.btn.disabled [class*=" icon-"]:before, .btn[disabled] [class*=" icon-"]:before { cursor: not-allowed !important; }

.MetroHeaderSort a { 
    display:block;
    color: #666666;
    text-decoration:none;
}
/*anpassung der Inputs auf kleinere Buttons*/
input.m-wrap[class*="span"] {    
    height: 30px !important;    
}

.input-append .add-on, .input-prepend .add-on { 
    line-height:21px;
    height:21px;
}

/* ENTFERNEN DER STYLES LÖST PROBLEM MIT BUCHSTABEN ABSCHNEIDEN IM INPUT-FELD

.uneditable-input,
textarea.m-wrap,
input[type="text"].m-wrap,
input[type="password"].m-wrap,
input[type="datetime"].m-wrap,
input[type="datetime-local"].m-wrap,
input[type="date"].m-wrap,
input[type="month"].m-wrap,
input[type="time"].m-wrap,
input[type="week"].m-wrap,
input[type="number"].m-wrap,
input[type="email"].m-wrap,
input[type="url"].m-wrap,
input[type="search"].m-wrap,
input[type="tel"].m-wrap,
input[type="color"].m-wrap { 
    height:16px;
    line-height:16px;
}

*/

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
}

legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;    
}
.boxQsmall {width:500px;margin-left:-250px}
.boxQmedium {width:800px;margin-left:-400px}
.boxQbig {width:1000px;margin-left:-500px}
#boxQ .modal-body {max-height:5000px !important;}
#boxQ
{
    position: absolute !important;
}

.forcenowrap { 
    white-space:nowrap;
}

.toggle-button label
{
	z-index:50 !important;
}

.redactor_editor {border: 1px solid #eee !important;}

.easteregg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.table-seperated td {border-right:1px solid #eee}

.Buchstabennav input {border:0px;padding:5px;margin:5px;background:#ddd !important;color:#333 !important}
.Buchstabennav input:hover{background:#0075BB !important;color:#fff !important}

.TabContainer .ajax__tab_header {
	background:#0075BB !important
}

.TabContainer .ajax__tab_body {
	border:1px solid #eee !important
}
.TabContainer .ajax__tab_outer,.TabContainer .ajax__tab_inner,.ajax__tab_default .ajax__tab_tab {
	background:#eee !important;
	color:#333 !important;
	border:0px !important;
}

.TabContainer .ajax__tab_active .ajax__tab_outer,.TabContainer .ajax__tab_active .ajax__tab_inner,.ajax__tab_default .ajax__tab_active .ajax__tab_tab {
	background:#fff !important;
	color:#333 !important;
	border:0px !important;
}
.TabContainer .ajax__tab_outer,.TabContainer .ajax__tab_active .ajax__tab_outer {
	border-right:1px solid #ccc !important;
	border-left:1px solid #eee !important;
	border-top:1px solid #eee !important;
}

.q-force-inline {
	display:inline !important;
}

.m-wrap {
  background-color: #FFF !important;
	border: 1px solid #CCC !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s !important;
}

.progress-canceled .bar, .progress .bar-canceled {
    background-color: #A52A2A;
    background-image: linear-gradient(to bottom, #AE2F2F, #902323);
    background-repeat: repeat-x;
}

.header .nav > li.dropdown .dropdown-toggle .badge.red {
    background-color: #E0534E;
}

.btn-mini { 
    width:15px;
}
.btn-mini i { 
    margin-right: 0;
}
/* BEGIN Anpassung der Groesse der Icons in den Dashboard-Stats */
.dashboard-stat .visual{width:55px !important}
.dashboard-stat .visual i{font-size:45px !important}
/* ENDE Anpassung der Groesse der Icons in den Dashboard-Stats */


.portlet.portletCtypeToggle.ctype1 {background-color: #EEEEEE;}
.portlet.portletCtypeToggle.ctype2 {background-color: #BAD0DD;}
.portlet.portletCtypeToggle.ctype7 {background-color: #D0DDBA;}


.page-sidebar .sidebar-search .clearnote {  
  background-image: url(./plugins/bootstrap/img/glyphicons-halflings-white.png) !important;
  background-position:-314px -2px !important;
}
