﻿/* Standard-CSS für Stahlschluessel Online */

/* Wichtige Farbwerte
Dunkelblau	= #333399
Grün		= #64C200
Hellblau	= #00619D
Orange		= #EC8500
Gelb		= #FDFD64;
*/

@media screen
{
	.invisibleForScreen
	{
		display: none;
	}	
}

/* Allgemein gültige Formatierungen */
html, body, div, span, a table, td, form, img
{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

html
{
	height:100%;

}

body 
{
	
	font-size: 8pt;
	font-weight: normal;
	
	background-color:#fff;
	margin: 0 10px 10px 10px;
}

h1
{
	font-size: 14px;
	/*color: #333333;*/
	font-weight: bold;
}

h2
{
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
}

h3
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
}

p { line-height: 15px;}

a
{
	color:#0033BD;
	text-decoration: underline;
}

img 
{
	border : 0;
}
	

label
{
	font-weight:bold;
}

.chkFilter {
    width: 100%;
    font-weight:normal;
}

.chkFilter label {
    font-weight: normal;
    margin-left: 5px;
}

.chkFilter input 
{ 
    margin-left: -15px; 
}
.chkFilter td 
{ 
    padding-left: 20px; 
    width:33%;
}

/* Seiten-Header */
div#header
{
	padding: 10px;
	
	background-image: url(images/logo.gif);
	background-position: center right;
	background-repeat: no-repeat;
	height:106px;
	background-color: #fff;
}

div#globalHeaderLinks
{
	color: gray;
	
	text-align: center;
	/*margin-left:10px;*/
	/*height: 100%;*/
	vertical-align: top;
	border:none;
}

#globalHeaderLinks img
{
	vertical-align:bottom;
}

#globalHeaderLinks a
{
	color : black;
	font-size: 8pt;
	text-decoration: none;
}

#globalHeaderLinks a:hover
{
	color:Blue;
	text-decoration:underline;
}

.logo
{
	margin-top: 17px;
	margin-left: 10px;
	/*float:left;
	margin-right:120px;*/
	border-style: none;
}

/* Haupt-Navigationsleiste */
#ddcolortabs
{

	margin-right: auto;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0;
	/*width: 780px;*/
	background: transparent;
/*	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;*/
}

#ddcolortabs ul
{
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#ddcolortabs li
{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


#ddcolortabs a
{
	float:left;
	color: white;
	background: #333399 url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

#ddcolortabs a span
{
	float:left;
	display:block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	/*padding:4px 9px 2px 6px;*/
	padding:4px 9px 0px 6px;
	height:20px;
}

#ddcolortabs a span
{
	float:none;
}


#ddcolortabs a:hover
{
	background-color: #EC8500; /*#64C200;*/
}


#ddcolortabs a:hover span
{
	background-color: #EC8500 /*#64C200*/;
}

#ddcolortabs .current a, #ddcolortabs .current span
{	/*currently selected tab*/
	background-color: #64C200;
}


#ddcolortabs .current a:hover
{
	background-color: #EC8500; /*#64C200;*/
}

/* Admin tabs */
#ddcolortabs .admin a, #ddcolortabs .admin span
{	
	/*currently selected tab*/
	color:#990000;
}


#ddcolortabs .admin a:hover
{
	background-color: #EC8500; /*#64C200;*/
}

#ddcolortabsline
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 0;
	/*width: 780px;*/
	height: 8px;
	line-height: 8px;
	background: #64C200;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#ddcolortabs a .badge { background-color:#EC8500; color:#fff; }
#ddcolortabs a:hover .badge { background-color:#333399; color:#fff; }

.ddcolortabs-fake
{
	font: bold 11px Arial, Verdana, sans-serif;
	
	margin:0 0px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ddcolortabs-fake span.outer-span
{
	
	color: white;
	background: #333399 url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding: 3px 0 3px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs-fake .outer-span span
{
	background: transparent  url(images/color_tabs_right.gif) no-repeat right top;
	padding:4px 9px 2px 6px;
}

/* Balken unterhalb Haupt-Navigation */
div#color_bar
{
	background: #00619D;
	padding-right: 10px;
	padding-left: 10px;
	height: 27px;
	padding-top: 13px;
	color: #FFFFFF;	
	margin-top:2px;
	margin-bottom:0;
}

#nav_login
{
	float:left;
}

#nav_help
{
	float: right;
}

#nav_login a, #nav_help a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size:7pt;
}



/* Inhaltscontainer */

div#content
{
	clear:both;
	margin-bottom: 5px;
}

#content .h1, div.h1
{
	font-size:14pt;
	font-weight: bold;
	color: #EC8500;
	padding: 0px 0 10px 0;
}

#content .h2
{
	font-weight:bold;
	color:#045C97;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Zweigeteilter Bildschirm */
#main
{
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
	width:740px;
}

#sidebar
{
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
}

#sidebar .quickbar-header
{
	border: solid 1px #DBE1E6;
	
	background: #fff url(images/article-header.png);
	text-transform: uppercase;
	padding: 6px 5px 6px 5px;
	color: #000;
	font-weight: bold;	
}

#sidebar .quickbar
{
	border: solid 1px #DBE1E6;
	border-top:0;
	background-color: #fff;
	padding: 0px;
}

#sidebar .quickbar ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar .quickbar li
{
	margin:0;
	padding:0;
	
}

#sidebar .quickbar a
{
	text-decoration:none;
	font-weight:bold;
	color:#000;
	
}

#sidebar .quickbar a span
{
	display:block;
	padding:4px 0px 4px 2px;	
	border:solid 1px #fff;
	
}

#sidebar .quickbar .divider
{
	display:block;
	border:solid 1px #fff;
    background: #fff url(images/article-header.png);
	
	padding: 8px 5px 8px 5px;
	color: #000;
	font-weight: bold;	
	border-top: 1px solid #DBE1E6;	
	border-bottom: 1px solid #DBE1E6;	
	text-transform:uppercase;
}

#sidebar .quickbar a span i
{
    /*width:25px;*/
    color:#000;
}

#sidebar .quickbar a:hover span
{
	display:block;
	padding: 4px 0 4px 2px;	
	border-top:solid 1px #DBE1E6;
	border-bottom:solid 1px #DBE1E6;
	/*background-color:#EFF3F5;*/
    background-color:#EEEEEE;

}

#sidebar .quickbar a:hover span i
{
    color:#EC8500;
    
}

#sidebar .quickbar img
{
	border:none;
	height:24px;
	vertical-align:middle;
	margin-right:5px;
	margin-left:3px;
}



/* ENDE Zweigeteilter Bildschirm */



/* Box mit Überschrift + Inhaltsbereich */
div.box_headline
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size:8pt;
	background-color: #DFE0DB;
	margin-bottom: 2px;
	padding: 3px 5px 3px 5px;
}

div.box
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size:8pt;	
	margin: 0px 0px 10px 0px;
	background-color:#F5F6F1;
	padding:5px;	
}

.tab_panel
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size:8pt;	
}

/* Floating */
.fl_left{float:left;}
.fl_center{float:left;}
.fl_right{float:right;}

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block; }

.importantMessage
{
	margin: 10px 0px 10px 0;
	font-weight: bold;
}

.error-message, div.error-message
{
	padding: 5px 0px;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	text-align: center;
}

div.error-message
{
	text-align: left;
}

.error-message ul
{
	margin-left: 20px;
}

.success-message
{
	padding: 5px 0px;
	margin-bottom: 15px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	text-align: center;
	 
}


.info-message
{
	padding: 5px 0px;
	margin-bottom: 15px;
	background: #BDC9FD;
	border: 1px solid #001882;
	font-size: 11px;
	text-align: center;	
}


.danger-message
{
	padding: 5px 0px;
	margin-bottom: 15px;
	background: #fcf8e3;
	border: 1px solid #faebcc;
	font-size: 11px;
	text-align: center;	
    vertical-align:middle;
}

.danger-message img {
    vertical-align: middle;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mandatory-message
{
	margin-top: 10px;
	margin-bottom: 10px;
	color:Red;
}

.loginBox
{
	margin-top: 20px;
}

.loginBox input.text
{
	width: 150px;
	margin-bottom: 5px;
}

.wrapper
{
	padding:10px 0px 10px 0;
	width: 900px;
	/*border: solid 1px black;*/
	float:left;
}

/* Eingabeformulare */
input
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
	
}

.user_info
{
	width: 202px;
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.user_info_long
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;	
	width: 400px;
}

.user_info_short
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
	width: 80px;
}

input.register_question
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
	width: 250px;
	/*margin-bottom:5px;*/
}

input.register_password
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;	
	width: 100px;
	/*margin-bottom:5px;*/
}

input.composition_search
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
	width: 60px;
}

input.property_search
{
	font-size:8pt;
	font-family: Verdana, Arial, Sans-Serif;
	width: 40px;
}

.input-error {
    background-color: #d9534f;
    color:#fff;
}

.input-warning {
    background-color: #f0ad4e;
    color:#fff;
}

.got_focus
{
	background-color:#FDFD64; /*#F5F9BB;*/
}

.mandatory
{
	font-weight:normal;
}
/* Ende Formular */

.alert {font-weight:bold; color:#C00;}

.intro 
{
	font-weight:bold; 
	color: black;
	display:block;
	margin-bottom:10px;
}

/* Produkt Filterliste und Produktliste */
.product_filterbar
{
	width:100%;
	background-color:#EEEECC;
	padding: 5px 0 5px 0;
	/*text-align:center;*/
}

.product_list
{
	width:100%;
	border: none;
}

.product_list a, .product_list a:visited
{
	color:#0033BD;
	font-weight:bold;
	text-decoration: none;
}

.product_list a:hover
{
	text-decoration: underline;
	color:#9F2234;
}


.price
{
	font-weight:bold;
	color:#990000;
}

/* ENDE Produkt Filterliste und Produktliste */

/* Aufklappbare Menüs */
.dropmenudiv
{
	position:absolute;
	top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	line-height:18px;
	z-index:100;
	background-color: #F7F7F7; /*#E9E8E9;*/
	
	width: 200px;
	
	visibility: hidden;
	/*margin-left:10px;*/
	
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color:#0033BD; 
	/*color: black;*/
	padding-right:5px;
}

.dropmenudiv .headline
{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #000;
	padding-right:5px;
	font-weight:bold;
}

.dropmenudiv .divider
{
	width: auto;
	display: block;
	border-bottom: solid 1px silver;
}

* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{ 
	/*THEME CHANGE HERE*/
	background-color: #8C8982;
	color: #fff;
}
/* ENDE aufklappbares Menü */

/* allgemeine Gridviews */
.item_list
{
	font-size:8pt;
}


.item_list th
{
	/*height: 25px;*/
	padding: 5px 10px 5px 0;
	background: #DFE0DB;
	border: none 0 white;
	font-size: 8pt;
	vertical-align:top;
	/*text-align:left;*/
	
}

.item_list td
{
	padding: 3px 10px 3px 0;
}


.item_list .row
{
	background-color: #fff;
	vertical-align:top;
}

.item_list .row2
{
	background-color: #F6F6F6;
	vertical-align:top;	
}

.item_list tr.row:hover, .item_list tr.row2:hover
{
	color: #000;
	background-color:#64C200;
	
}
/* ENDE allgemeine Gridviews */

.info_table
{
	width: 100%;
	border-collapse: collapse;
}

table.info_table tr td:first-child {
	width: 120px;
}

.info_table > * > * > td  /*.info_table td*/
{
	padding: 8px;
	/*border-bottom: dashed 1px silver;*/
	
}

/* Wizard Breadcrumb */
.wizard_breadcrumb
{
	margin-left:0;
	margin-bottom:25px;
	padding-top:0px;
	font-size: 8pt;
}

.wizard_breadcrumb ul
{
	list-style: none;
	margin: 0;
	padding-left:10px;
}

.wizard_breadcrumb li
{
	display:inline;
	margin-left:0;
	margin-right: 13px;
	color: Gray;
	padding-bottom:2px;
}


.wizard_breadcrumb li.current
{
	color: #000;
	font-weight:bold;
	padding-bottom:2px;
	background-image: url(images/wizard_pointer_line.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.wizard_breadcrumb li.current span
{
	
	padding-bottom:18px;
	background: url(images/wizard_pointer.gif) no-repeat center bottom;		
	padding-left: 1px;
	padding-right: 1px;
}
/* ENDE Wizard Breadcrumb */

/* Footer */
div#footer
{
	clear:both;
	height: 23px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: left;
	background: #75746E url(images/background_nav_footer.jpg);	
	font-size: 7pt;
}

#footer_nav
{
	/*width: 100%;*/
	float:left;
	padding-top:5px;
}

#footer_nav ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#footer_nav li
{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}

#footer_nav a
{
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
}

#footer_nav a
{
	color: #FFFFFF;
}

#footer_ip
{
	padding-top:5px;
	float:right;
	font-weight: bold;
}
/* Ende Footer */

#disclaimer
{
	font-size: 7pt;
	color: #888679;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
}

/*.collapse_panel_header{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}*/

/* Suchleiste auf Startseite */
#crumbs_search
{
	font-weight: bold;
	font-size: 7pt;
	color: #FFFFFF;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	background: #75746E url(images/background_crumbs.jpg) repeat-x top;
	margin: 2px auto 5px;
	
}

#crumbs_search .search_box
{
	margin: 0px;
	padding: 0px;
	height: 15px;
	font-size: 8pt;
	width: 170px;
}

#crumbs_search .submit
{
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-size: 8pt;
	margin-top: 0px;
}

/* Ende Suchleiste */

/* Bezeichnungs-Suche Elemente */
.main_search_box
{
	clear:both;
	background-color: #939492;
	float:left;
	width: 899px;
	padding: 2px;
}

.designation_search_box
{
	float: left;
	width: 270px;
	height: 169px;
	margin-right: 2px;
	background-color: #E8E7E7;
}

.filter_combo, .filter_checkbox, .search_textbox, .search_button, .combo, .button
{
	font-size: 8pt;
}

.filter_combo
{
	width: 78px;
    height: 19px;
}

.filter-label
{
    display: inline-block;
    width: 80px;
}

.label-disabled
{
	padding: 1px 5px 1px 5px;
	background-color: #E8E7E7;
	border: solid 1px grey;
	font-size: 8pt;
	width: 200px;
	display: inline-block;
}

.search_textbox
{
	width: 170px;
}

.search_textbox_disabled
{
	color: #000;
}

.filter_checkbox
{
	display:block;
	margin-top:10px;
}

.filter_search_box
{
	float:left;
	background-color: #fff;
	width: 627px;
	height: 169px;
}

.filter_search_box .columns
{
	clear: both;
	margin:5px;
	width: 690px;
}

.filter_search_box .columns .col2
{
	float: left;
	width: 180px;
	height: 159px;
	padding-left: 3px;
}

.filter_search_box .columns .col2_right
{
	float: left;
	/*width: 68%;*/
	height: 159px;
	padding-left: 10px;	
	border-left: dashed 1px #939492;
	
}



.filter_search_box .columns tr
{
	height:25px;
}

.filter_search_box .columns td
{
	padding-right:5px;
}

/* Modal Popup */
.modal_background {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modal_popup {
	background-color: #fff; /*#ffffdd;*/
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/*width:250px;*/
}

.modal_popup_form_header
{
	cursor: move;
	background-color:#DFE0DB;
	color: #000;
	text-transform:uppercase;
	margin-bottom:10px;	
	display:block;
	padding:5px;
	font-weight:bold;
}

.modal_popup_form_header-close
{
	position:absolute;
	top:5px;
	right:5px;	
}

.modal_popup_form_header img
{
	background: transparent url("images/close.gif") no-repeat;
	height: 15px;
	width: 15px;
	
}
/* End Modal Popup */

/*AutoComplete flyout */
.autocomplete_list
{  
    visibility:hidden;
    margin:0px!important;
    padding:0px;
    background-color:inherit;
    color:windowtext;
    border:buttonshadow;
    border-width:1px;
    border-style:solid;
    cursor:default;
    text-align:left; 
    list-style-type:none;
    overflow:auto;
    height: 140px;
    font-weight:normal;
    font-family:tahoma;
    font-size:9px;    
    z-index:999999 !important;        
}

/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem
{
    background-color:Highlight;
    color:HighlightText;
    padding:3px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color:window;
    color:windowtext;
    padding:3px;
} 

/* End AutoComplete */

/* Pager Control */
.PagerDiv
{
	background: transparent url(images/pager_bg_new.gif) repeat-x top left;	
	font-size:8pt;
	/*width: 100%;	*/
}
.PagerContainerTable
{
	font-size:8pt;
	width: 100%;
}

.PagerCurrentPageCell
{
}

span.PagerCurrentIndex
{
	border:dotted 1px #bbc7cd;
	background-color:#def2fb;
	padding:3px;
}

td.PagerCell
{
	/*padding:6px;*/
	padding:6px 1px 6px 1px;
}

a.PagerHyperlinkStyle
{		
	padding: 3px;
	text-decoration:none;
	white-space:nowrap;
	border:solid 1px #def2fb;
}

a.PagerHyperlinkStyle:link
{
	color:#003399;
}

a.PagerHyperlinkStyle:visited
{
	color:#003399;
}

a.PagerHyperlinkStyle:hover
{
	border:solid 1px #9ecde7;
	background-color: #FFFFFF;
	padding: 3px;
}

a.PagerHyperlinkStyle:active
{
	color:#30d1d3;
}

a.PagerDisabled
{
	border:none;
	color:Gray;
	background: transparent;
	padding:6px;
}

td.PagerCellSeperator
{
	border-right:solid 1px #c0c0c0;
	padding-left:1px;
	padding-right:1px;
}

/* table level rules */
.grid
{
	font-family: tahoma;
	font-size: 11px;
    color: #333333;
    width:100%
}

/* header column rules */
.grid th 
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align:left;
}  

.grid th .right
{
    text-align:right;
}

.grid th a
{
	color:#333333;
    font-weight: bold;
	text-decoration: none;
	display: block;
    padding-right: 10px;
}

/* data cell and data row rules */
.grid td 
{
	color:#333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
    vertical-align:top;
}

.grid .valgin-middle
{
    vertical-align:middle;
}

.grid .right
{
    text-align:right;
}

.grid .altrow, .grid .altrow-no-hover
{
    background-color: #EBF4FA;
} 

.grid .highlight
{
    background-color: #EBF4FA; /*#FDFD64*/
} 

.grid .selected
{
	background-color: #FDFD64;
}

.grid .highlighted
{
    background-color: #C8FF8D;
}

.grid .warning
{
    background-color: #eacfad;
}


.grid .error
{
    background-color: #e2a8a6;
}

.grid .row, .grid .row-no-hover
{
    background-color: #fff;
}  

.grid .row:hover, .grid .altrow:hover
{
	background-color: #FDFD64; /*#B5E58B*/
	color: #fff;
	/*cursor: pointer;*/
}

.grid .row-no-hover:hover, .grid .altrow-no-hover:hover
{
	background-color: #FDFD64; /*#B5E58B*/
	color: #fff;
}

.grid .rownum
{
    text-align:center;
    font-weight:bold;
    color:#333333;
}

.grid td .open-material-link
{
    font-weight: normal;
    text-decoration: none;
}

.grid td .open-material-link-bold
{
    font-weight: bold;
    text-decoration: none;
}

.panel
{
    font-family:Tahoma;
    font-size:11pt;
    color:#222222;
    background-color:#fff;
    margin-bottom:10px;
	border: solid 1px #7f7f7f;    

}    

  

/* header styles */
.panel .header
{
    color:#fff;        
    height:38px;
    background:url(images/top-mid.gif) repeat-x;    
}



.panel .header span
{
    display:block;
    font-size: 14pt;
    font-weight: normal;
    line-height: 34px;
    margin-left: 10px;
}

.hlppanel
{
    font-family:Tahoma;
    font-size:11pt;
    color:#222222;
    background-color:#fff;
    margin-bottom:10px;
    height:38px;
	/*border: solid 1px #7f7f7f;    */

}  

span.hlppanel span.hlpheader
{
	
	color:#fff;        
	padding:5px;
    background:url(images/top-mid.gif) repeat-x;    
    height:38px;
}

.hlppanel .hlpheader span
{
    display: inline-block;
    font-size: 14pt;
    font-weight: normal;
    padding:5px;
    /*line-height: 34px;*/
    /*margin-left: 10px; */
	
}
/* panel body styles */
.panel .body
{
}


/* panel footer styles */
.panel .footer 
{
	
    
}


/* Refine-Filter */
.filter_header, span.filter_header
{
	background: url(images/filter_title.gif) no-repeat center;
	color: #fff;
	width: 260px;
	margin:0px;
	height:25px;
	margin-bottom:10px;
	
}

span.filter_header
{
	display: inline-block;
	margin-bottom:0px;
}

.filter_header span, span.filter_header span
{
	display:block;
	font-weight: bold;
	padding: 5px 0 0 10px;
	
}


div.collapse_refine_filter_panel_header
{
	background: url(images/sdmenu/toptitle.gif) no-repeat top left ;
	color: #fff;
	width: 250px;
	margin:0px;
	height:25px;
	line-height: 20px;
}

div.collapse_refine_filter_panel_header div
{
	display: block;
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

div.refine_filter_submenu
{
	width:250px;
	margin:0px;
	background: #eee url(images/sdmenu/bottom.gif) no-repeat  right bottom;
	padding-bottom: 10px;
}

div.refine_filter_submenu img
{
	padding: 5px 5px 5px 10px;
	float: left;
}

div.refine_filter_submenu a
{
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}

div.refine_filter_submenu .breadcrumb
{
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}

div.refine_filter_submenu a:hover {
	background-color : #64C200; 
	color: #fff;
	text-decoration: none;
}

div.refine_filter_submenu_treeview
{
	width:250px;
	margin:0px;
	background: #eee url(images/sdmenu/bottom.gif) no-repeat  right bottom;
	padding-bottom: 10px;
}

.tree_view
{
	width:240px;
	overflow: auto;
}

.tree_view_root
{
	height:20px;
	color:#000;
	text-decoration:none;
	font-weight: bold;	

}

.tree_view_leaf
{
	height:20px;
	width:200px;
	text-decoration:underline;
	font-weight: normal;	
	color:#006666;
}

.tree_view_leaf a
{
	
}



/*CSS for Simple Tree Menu*/
.treeview ul{ 
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background-color: transparent;
list-style-type: none;
padding-left: 12px;
margin-bottom: 8px;
/*margin-top:5px;*/
font-weight:bold;
color: #000;
}

.treeview li.submenu
{ /* Style for LI that contains sub lists (other ULs). */
	
	background: transparent url(images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	line-height:19px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding:0;
}

.treeview a
{
	padding: 5px 0px 5px 0;
	background: #eee;
	color: #066;
	display:inline;
	/*display:block;*/
	font-weight:normal;
	line-height:19px;
	
}

.treeview a:hover {
	background-color : #64C200; 
	color: #fff;
	text-decoration: none;
	display:inline;
	font-weight:normal;
}

/* Modal Progress Bar */
#progressBackgroundFilter 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage 
{ 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    
    background-color:#fff;
    border:solid 1px #000;

        
}

/* Gruppierungspanels */
div.collapse_panel_header
{
	background: url(images/top-mid.gif) repeat-x center;
	color: #fff;
	/*width: 250px;*/
	margin:0px;
	height:25px;
}

div.collapse_panel_header div
{
	display: block;
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}


/* Lieferformendarstellung */
table.delivery_form  {
    table-layout:fixed;
    width:940px;
    /*max-width:940px;*/
    min-width:940px;

}

.delivery_form thead th
{
    background: #fff url(App_Themes/Default/images/delivery_form_header.png) repeat-x;
    
    border-left: solid 1px #cbcbcb;
    /*border-top: solid 1px #cbcbcb;*/
    border-bottom: solid 1px #cbcbcb;
    table-layout:fixed;


}



.delivery_form thead th.form-col {
    width:20px;
    max-width:20px !important;
    /*overflow: hidden;
    display: inline-block;
    white-space: nowrap; */
}


.delivery_form th.side, .delivery_form td.side
{
    background-color:#F6F6F6;
    text-align:left;
    font-weight:normal;
    /*width:200px;*/
    margin:0;padding:0;
    /*border-bottom: solid 1px #cbcbcb;*/


}

.delivery_form td
{
    background-color:#fff; /*#EBF4FA;*/
    
   
    text-align:center;
    vertical-align:middle;	
    border-left: solid 1px #cbcbcb;
    border-bottom: solid 1px #cbcbcb;
}

.delivery_form thead th.logo, .delivery_form td.logo
{
    width: 125px !important;
    max-width: 125px !important;
}

.delivery_form td.form-col {
    width:20px;
    max-width:20px !important;
    /*overflow: hidden;
    display: inline-block;
    white-space: nowrap;*/ 
}

.delivery_form td.highlight
{
    background-color: #EBF4FA;
}

.delivery_form tr.highlight th
{
    background-color:#EBF4FA;
}

.delivery_form th.filter
{
    background-color:#FF7400;
}

.delivery_form th.on
{
	width:24px;
}

.delivery_form td.on
{
	width:20px;
	/*height:24px;*/
	text-align:center;
	vertical-align:middle;

}

.delivery_form tbody td.hover {background:#FDFD64;}
.delivery_form thead th.hover {background:#FDFD64;}
.delivery_form tbody th.hover {background:#FDFD64;}


.delivery_form_squarebox 
{
    
    text-align: left;
	text-align:left;
	width: 200px;    
    overflow: hidden; 
}
    
.delivery_form_squareboxgradientcaption 
{
    color: #000;
	height:20px;
	cursor: pointer;
	margin-bottom:3px   ;
    padding-bottom:3px;
}
    
.delivery_form_squareboxcontent 
{
    text-align:left;
    padding: 10px;
    overflow: hidden;
	clear:both;
	text-align:left;    
}

.delivery-form-scrollable
{
	overflow:auto;
	height: 400px;
	margin:0;
	padding:0;
	text-align:left;
}

/* Darstellung Normvergleiche */
.sc_squarebox 
{
    border: solid 1px #E3E3E3; /*#7f7f7f;*/
    text-align: left;
	text-align:left;
    overflow: hidden; 
}
    
.sc_squareboxgradientcaption 
{
    color: #000;
    font-weight:bold;
	height:16px;
    padding: 3px 0px 0px 3px;
    background-color:#F6F6F6;
    border-bottom: solid 1px #E3E3E3;
}
    
.sc_squareboxgradientcaption_composition
{
    height: 27px;
    cursor:pointer !important;
}

.search-panel-caption {
    color: #000;
    font-weight:bold;
	height:16px;
    padding: 3px 0px 0px 3px;
    height: auto; 
    min-height: 30px; 
    background-color: #829ec6;
    font-weight:bold;

}


.search-button-panel {
    background-color: #E3E3E3; 
    padding: 3px 10px; 
    margin-bottom: 10px;
}

.search-panel-caption a {
    text-decoration:none;
    cursor: pointer;
}

.sc_imagebox
{
	float: left; 
	vertical-align: middle;
	width:20px
}

.sc_squareboxcontent 
{
    text-align:left;
    padding: 10px;
    overflow: hidden;
	clear:both;
	text-align:left;    
}


/* ----- Werkstoff-Zusammenfassung -----*/
.material_info_box
{
	background-color: #fff;
	border: solid 1px #939492;
	width: 100%;
	padding: 2px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
}


#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

/* Tabelle mit Firmen-Infos */
.supplier_info
{
	width: 800px;
	border: 0;
	background-color: #fff;
}

.supplier_info tbody td, .supplier_info thead th
{
	background-color: #939492;
}

/* Eingabezeile für Listboxeingrenzung */
.list_search_extender_prompt
{
	font-style:italic;
	color:Gray;
	/*background-color:white;*/
}

.focus
{
	background-color: #FDFD64;
}

/* Fuzzy Suche Analyse */
div.fuzzy_squareboxgradientcaption
{
	color: #000;
	width: 898px;
	margin:0px;
	height:21px;
    background-color:#F6F6F6;
    border: solid 1px #E3E3E3;
    font-weight:bold;
    padding: 3px 0px 0px 3px;
}

div.fuzzy_squarebox
{
	width:898px;
	margin:0px;
	background-color:#fff;
	padding-bottom: 10px;
	border-bottom: solid 1px #E3E3E3;
	border-left: solid 1px #E3E3E3;
	border-right: solid 1px #E3E3E3;
	padding: 3px 0px 0px 3px;
}


.article_box
{
	width: 95%;
	margin-bottom: 10px;
}

.article_box .category
{
	width: 100%;
	border: solid 1px #DBE1E6;
	
	background: #fff url(images/article-header.png);
	/*background-color: #F0F4F6; #DFE0DB;*/
	text-transform: uppercase;
	/*margin-bottom: 2px;*/
	padding: 6px 5px 6px 5px;
	color: #000;
	font-weight: bold;
}

.article_box .list
{
	width: 100%;
	border: solid 1px #DBE1E6;
	border-top:0;
	/*background-color:#F5F6F1;*/
	padding: 3px 5px 3px 5px;
}

.article_box .title
{
	font-weight: bold;
	text-decoration: none;
}

.article_box a
{
	text-decoration: none;
}

.article_box .headline
{
	font-weight:bold;
}

.article_box .date
{
	/*display:block;*/
	font-size: 7pt;
}

.article_box .summary
{
	display:block;
}

.divider
{
	height:10px;
}
/* Pagination */
.pagination
{
	padding: 2px;
	margin: 0 0 10px 10px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal;/* !important;*/
}

.pagination a.prevnext{
font-weight: bold;
}

.disabled
{
	color: Gray;
	font-style: italic;
}

/* Control Panel */
div#cpanel
{
	border: 1px solid #91918F;
	background: #f9f9f9;	
	padding: 5px;
}

#cpanel div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 10px 0; margin: 0 auto; border:0; }
#cpanel span { display: block; text-align: center; }
/* End Control Panel */

.payment-method-item
{
	padding: 10px;
	text-align: left;
	vertical-align:text-top;
}

.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form tr td:first-child {
	width: 120px;
}
.form > * > * > td {
	padding: 8px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}

.checkbox-list{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

/*table.form tr td:first-child {
	width: 120px;
}*/

.checkbox-list > * > * > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}

/* Lieferfirmen Detail */

.supplier-detail-outer
{
	background-color:#fff;
	padding:10px;
}

.supplier-detail-inner
{
	position:relative;
	background-color:#EAEAEA; /*#F6F6F6;*/
	padding:5px;	
}

.supplier-detail-close
{
	position:absolute;
	top:5px;
	right:5px;	
}

.supplier-detail-close img
{
	background: transparent url("images/close.gif") no-repeat;
	height: 22px;
	width: 22px;
	
}

/* Ende Lieferfirmen Detail */

/* Buttons */
.print-button, .swl-button, .add-favorites-button, .send-mail-button, .help-button, .feedback-button, .link-button-ex {
	padding-left: 28px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
	color:#000;
	
}

.link-button-ex
{
	min-width: 80px;
	padding-left: 10px;
	color:#fff;
	background: url('images/button_left.png') top left no-repeat;	
	text-align:center;
}

.link-button-ex span  {
	color: #fff;
	display: block;
	padding: 5px 12px 6px 5px;
	background: url('images/button_right.png') top right no-repeat;
}

.print-button
{
	background: url('images/j_button_print_left.png') top left no-repeat;	
}

.swl-button {
	background: url('images/j_button_swl_addl_left.png') top left no-repeat;
}

.send-mail-button {
	background: url('images/j_button_email_left.png') top left no-repeat;
}

.add-favorites-button {
	background: url('images/j_button_folder_add_left.png') top left no-repeat;
}

.feedback-button 
{
	background: url('images/j_button_feedback_left.png') top left no-repeat;
}

.help-button 
{
	background: url('images/j_button_help_left.png') top left no-repeat;
}

.print-button span, 
.add-favorites-button span,
.send-mail-button span,
.help-button span,
.feedback-button span,
.swl-button span  {
	color: #000;
	display: block;
	padding: 7px 12px 6px 5px;
	background: url('images/j_button1_right.png') top right no-repeat;
}
/* Ende Buttons */

/* Online - Offline - Buttons */
.online, .offline 
{ 
	display: inline-block; 
	background-repeat:no-repeat; 
    background-position: top center; 
    text-decoration:none; 
}
          
.online { background-image: url(images/toolbar/online.png); }
.offline { background-image: url(images/toolbar/offline.png); }

.online span, .offline span { display:block; width:32px; height:32px; /*padding:2px*/}

/* End Online - Offline Buttons */

/* Help Button */
.help
{ 
	display: inline-block; 
	background-repeat:no-repeat; 
    background-position: top center; 
    text-decoration:none; 
    cursor:pointer;
}
          
.help { background-image: url(images/toolbar/help.png); }
.help span { display:block; width:18px; height:18px; }


/* Passwortsicherheit */
.barIndicatorBorder {
border:solid 1px #c0c0c0;
width:200px;
margin-left:15px;

}

.barIndicator_poor {
background-color:red;
margin-left:15px;
}

.barIndicator_weak {
background-color:red;
margin-left:15px;
}

.barIndicator_good {
background-color:yellow;
margin-left:15px;
}

.barIndicator_strong {
background-color:LightGreen;
margin-left:15px;
}

.barIndicator_excellent {
background-color:green;   
margin-left:15px;
}

/* langer Tool Tip */v
.long-tooltip
{
}

.long-tooltip p
{
	margin-top:10px;
}

/* Buttons in Hilfe und Tooltips */
.fake-button
{
	border: solid 1px #000;
	background-color: #D7D7DD;
	padding: 1px;

}

/* Password Strength */
#score 
{
	margin-top:2px;
	color: #000;
	font-size: 85%;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
	font-weight: bold;
}

#scorebar {
	background-image: url(images/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 100px;
	z-index: 0;
	height:16px;
}

#scorebarBorder {
	background: #fff;
	border: 1px #000 solid;
	height: 16px;
	margin-bottom: 2px;
	width: 100px;
}

/* Button Links */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
    text-decoration:none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-primary, a.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-warning, a.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger, a.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success, a.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-dummy, a.btn-dummy {
  color: #ffffff;
  background-color: #7f7f7f;
  border-color: #999999;
}

.btn-dummy:hover,
.btn-dummy:focus,
.btn-dummy:active,
.btn-dummy.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #7f7f7f;
  border-color: #999999;
}


.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info, a.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-swl {
  padding: 4px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;

}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 11px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a.active
{
    font-weight:bold;
    text-decoration: none;
}
    
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.alert .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 10px;
  color: red;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5; 
}
.alert .close:hover,
.alert .close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: .7;
}

a.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-decoration:none;
}

.filter-symbol
{
    float:right;
    display:none;    
    cursor: pointer;
}

.filter-symbol a { color:#fff;}

.filter-symbol i { background-color:#EC8500; }

/* Analysenvergleichsgrid */
/* table level rules */
.composition-comparison-grid
{
	font-family: tahoma;
	font-size: 11px;
    color: #333333;
    width:100%
}

/* header column rules */
.composition-comparison-grid th 
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align:left;
}  

.composition-comparison-grid th a
{
	color:#333333;
    font-weight: bold;
	text-decoration: none;
	display: block;
    padding-right: 10px;
}

/* data cell and data row rules */
.composition-comparison-grid td 
{
	color:#333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
    vertical-align:top;
}

.composition-comparison-grid .valgin-middle
{
    vertical-align:middle;
}

.composition-comparison-grid .right
{
    text-align:right;
}

.composition-comparison-grid .altrow, .composition-comparison-grid .altrow-no-hover
{
    background-color: #EBF4FA;
} 

.composition-comparison-grid .highlight
{
    background-color: #EBF4FA; /*#FDFD64*/
} 

.composition-comparison-grid .selected
{
	background-color: #FDFD64;
}

.composition-comparison-grid .highlighted
{
    background-color: #C8FF8D;
}

.composition-comparison-grid .row, .composition-comparison-grid .row-no-hover
{
    background-color: #fff;
}  

.composition-comparison-grid .row:hover, .composition-comparison-grid .altrow:hover
{
	background-color: #FDFD64; /*#B5E58B*/
	color: #fff;
	/*cursor: pointer;*/
}

.composition-comparison-grid .row-no-hover:hover, .composition-comparison-grid .altrow-no-hover:hover
{
	background-color: #FDFD64; /*#B5E58B*/
	color: #fff;
}

.composition-comparison-grid .rownum
{
    text-align:center;
    font-weight:bold;
    color:#333333;
}


.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.list-group-item
{
    text-decoration:none;
}

.bs-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bs-panel > .list-group,
.bs-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bs-panel > .list-group .list-group-item,
.bs-panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bs-panel > .list-group:first-child .list-group-item:first-child,
.bs-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bs-panel > .list-group:last-child .list-group-item:last-child,
.bs-panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.bs-panel > .table,
.bs-panel > .table-responsive > .table,
.bs-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bs-panel > .table caption,
.bs-panel > .table-responsive > .table caption,
.bs-panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bs-panel > .table:first-child,
.bs-panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bs-panel > .table:first-child > thead:first-child > tr:first-child,
.bs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bs-panel > .table:first-child > tbody:first-child > tr:first-child,
.bs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bs-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bs-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bs-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bs-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bs-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bs-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bs-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bs-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bs-panel > .table:last-child,
.bs-panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bs-panel > .table:last-child > tbody:last-child > tr:last-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bs-panel > .table:last-child > tfoot:last-child > tr:last-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bs-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bs-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bs-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bs-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bs-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bs-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bs-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bs-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bs-panel > .panel-body + .table,
.bs-panel > .panel-body + .table-responsive,
.bs-panel > .table + .panel-body,
.bs-panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bs-panel > .table > tbody:first-child > tr:first-child th,
.bs-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bs-panel > .table-bordered,
.bs-panel > .table-responsive > .table-bordered {
  border: 0;
}
.bs-panel > .table-bordered > thead > tr > th:first-child,
.bs-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bs-panel > .table-bordered > tbody > tr > th:first-child,
.bs-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bs-panel > .table-bordered > tfoot > tr > th:first-child,
.bs-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bs-panel > .table-bordered > thead > tr > td:first-child,
.bs-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bs-panel > .table-bordered > tbody > tr > td:first-child,
.bs-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bs-panel > .table-bordered > tfoot > tr > td:first-child,
.bs-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bs-panel > .table-bordered > thead > tr > th:last-child,
.bs-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bs-panel > .table-bordered > tbody > tr > th:last-child,
.bs-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bs-panel > .table-bordered > tfoot > tr > th:last-child,
.bs-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bs-panel > .table-bordered > thead > tr > td:last-child,
.bs-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bs-panel > .table-bordered > tbody > tr > td:last-child,
.bs-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bs-panel > .table-bordered > tfoot > tr > td:last-child,
.bs-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bs-panel > .table-bordered > thead > tr:first-child > td,
.bs-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bs-panel > .table-bordered > tbody > tr:first-child > td,
.bs-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bs-panel > .table-bordered > thead > tr:first-child > th,
.bs-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bs-panel > .table-bordered > tbody > tr:first-child > th,
.bs-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bs-panel > .table-bordered > tbody > tr:last-child > td,
.bs-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bs-panel > .table-bordered > tfoot > tr:last-child > td,
.bs-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bs-panel > .table-bordered > tbody > tr:last-child > th,
.bs-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bs-panel > .table-bordered > tfoot > tr:last-child > th,
.bs-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bs-panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bs-panel-group {
  margin-bottom: 20px;
}
.bs-panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bs-panel-group .bs-panel + .bs-panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.one-fourth {
	float: left;
	width: 210px;
	margin: 0 10px 25px 0;
}

.three-fourth {
	float: left;
	width: 690px;
	margin: 0 10px 25px 0;
}

.one-fifth {
	float: left;
	width: 162px;
	margin: 0 10px 25px 0;
}

.two-fifth {
	float: left;
	width: 354px;
	margin: 0 10px 25px 0;
}

.three-fifth {
	float: left;
	width: 546px;
	margin: 0 10px 25px 0;
}

.four-fifth {
	float: left;
	width: 708px;
	margin: 0 10px 25px 0;
}

.one-third {
	float: left;
	width: 290px;
	margin: 0 10px 25px 0;
}

.two-third {
	float: left;
	width: 610px;
	margin: 0 10px 25px 0;
}

.one-half {
	float: left;
	margin: 0 10px 25px 0;
	width: 450px;
}

.one-sixth {
	float: left;
	margin: 0 10px 25px 0;
	width: 130px;
}

.five-sixth {
	float: left;
	margin: 0 10px 25px 0;
	width: 770px;
}

.full-width {
	padding-bottom: 25px;
}

.last {
	margin-right: 0px !important;
}

.product-highlight {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    float: left;
    position: relative;
    width: 100%;
    padding: 4px 10px 4px 10px;
    margin-top:23px;
    height:97px;
}

.product-highlight  i
{
    color: #000;
    margin-top:10px;
}

.product-highlight h2
{
    font-size:22px;
    color: #333399;
}

.product-highlight p
{
    color: #333;
    font-size:18px;
}

.product-price
{
    font-weight:normal;
    font-size:16px;
}

.product-price sup
{
    margin-top:0px;
}

.product-price-update
{
    font-style:italic;
    font-size:12px !important;
}

.product-table
{
    width:100%;
    font-size:14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.product-table sup
{
    font-size:8px;
}

.product-table td 
{
    /*height: 40px;*/
    padding: 8px 4px;
    text-align:center;
    vertical-align:middle;
}

.product-table tbody td  
{
    border-bottom: 1px solid #ddd;
}

.product-table-header
{
    height:82px;
    width:142px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
}

.product-table td.sub-headline
{
    background-color: #d9edf7;
    color:#31708f;
    text-align:left;

}

.product-table .alt-row
{
    background-color: #f5f5f5;
}


.product-panel
{
    float:left;
    width: 250px;
    margin-right:10px;
}

.product-panel .update-price
{
    font-weight:normal;
    font-style:italic;
    font-size:10px;
}

.product-panel .line-through
{
    text-decoration:line-through;
    font-weight:normal;
    font-size:12px;
}

.product-panel .savings
{
    font-weight:bold;
    color: red;
}

.product-panel .offer-ends 
{
    color:Red;
    font-weight:normal;
    font-size:12px;
    padding-top:20px;
}

.modal-header .bg
{
    height:82px;
    width:142px; 
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-align:center;       
}

.modal-header .bg span
{
    display:block;
    margin-top:25px;
}

.modal-header .bg-single-user
{
    background: transparent url(images/ep-bg.png) no-repeat;
}

.modal-header .bg-floating
{
    background: transparent url(images/floating-bg.png) no-repeat;
}

.modal-header .bg-named-user
{
    background: transparent url(images/named-bg.png) no-repeat;
}

.yes { color: #69BC0F; }

.no { color: #E70000; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal {
  position: fixeition: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  font-size: 14px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size:24px;
  color:#333399;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li.named-user { width: 45px; margin-bottom: 2px;}
.nav-pills > li.first { margin-left: 2px; }

.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}


.opaque {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE8 */

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=20); /* IE 5-7 */
  
  /* Modern Browsers */
  opacity: 0.2;
}

.vs-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 2147483647;
    overflow: auto;
    text-align: center;
}

.vs-modal {
    display: table;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}

.vs-modal .vs-content {
    display: table-cell;
    vertical-align: middle;

	border-width:1px;
	border-style:solid;
	border-color:Gray;
	
}

.vs-modal .vs-content>div {
    background: #fff;
    margin: 0 auto;
    padding:3px;
    /*padding: 6px 16px 14px;*/
    text-align: left;
    /*width: 500px;*/
}

.vs-modal .vs-content .header {
    background-color: #DFE0DB;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    padding: 5px;
    font-weight: bold;
}



fd-tile {
  background-color: #fff;
  color: #555;
  margin-bottom: 15px;
  
}
.fd-tile .row {
  margin: 0;
}

.fd-tile.tile-green {
  background-color: #19b698;
  color: #fff;
}
.fd-tile.tile-lemon {
  background-color: #2cc36b;
  color: #fff;
}
.fd-tile.tile-red {
  background-color: #ea6153;
  color: #fff;
}
.fd-tile.tile-blue {
  background-color: #2980b9;
  color: #fff;
}
.fd-tile.tile-orange {
  background-color: #f16e3f;
  color: #fff;
}
.fd-tile.tile-prusia {
  background-color: #3d566d;
  color: #fff;
}
.fd-tile.tile-concrete {
  background-color: #a3b1b2;
  color: #fff;
}
.fd-tile.tile-purple {
  background-color: #7761a7;
  color: #fff;
}
/*clean tiles*/
.fd-tile.clean .ico i {
  color: #fff; /*#e5e5e5; */
}
.fd-tile.clean {
  background-color: #F0F0F0 ; /*#fff;*/
  color: #888;
  border-radius: 3px;
}
.fd-tile.clean.tile-green .details {
  background-color: #19b698;
}
.fd-tile.clean.tile-lemon .details {
  background-color: #2cc36b;
}
.fd-tile.clean.tile-red .details {
  background-color: #ea6153;
}
.fd-tile.clean.tile-blue .details {
  background-color: #2980b9;
}
.fd-tile.clean.tile-orange .details {
  background-color: #f16e3f;
}
.fd-tile.clean.tile-prusia .details {
  background-color: #3d566d;
}
.fd-tile.clean.tile-concrete .details {
  background-color: #a3b1b2;
}
.fd-tile.clean.tile-purple .details {
  background-color: #7761a7;
}
.fd-tile .header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fd-tile .header .ico {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 11px 18px;
  font-size: 20px;
  text-align: center;
  vertical-align: center;
}
.fd-tile .header .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
}
.fd-tile .content {
  padding: 10px;
}
.fd-tile.header .content {
  padding: 10px 20px;
  background: transparent;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.fd-tile.detail .ico {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px;
}
.fd-tile.header .ico img {
  opacity: 0.8;
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 80px;
}
.fd-tile.header {
  position: relative;
  overflow: hidden;
}
.fd-tile.detail {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  margin-bottom:20px;
}

.fd-tile.detail a:hover {
    text-decoration:none;
}

.fd-tile.detail .content {
  background: transparent;
  padding: 10px 10px 13px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.fd-tile.detail .ico {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  width: 80px;
}
.fd-tile.detail .ico i {
  color: #fff; /*rgba(0, 0, 0, 0.05);*/
  font-size: 100px;
  line-height: 65px;
}
.fd-tile.detail .details {
  clear: both;
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.fd-tile.detail .details i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
.fd-tile .content p {
  margin-bottom: 0;
  /*font-weight: 4  00;*/
  /*font-size: 14px;*/
}
.fd-tile .content h1 {
  margin: 0 0 10px 30px;
  font-weight: 300;
  font-size: 40px;
  /*color: #888;*/
}


.fd-tile.detail a.details {
    text-decoration: none;
}

.supplier-logo {
    max-width: 120px;
    max-height:60px;
    padding: 4px;

}


.bs-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bs-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}