/* eBAS Custom
-----------------------------------------
	Hellblau: #deefff (select color);
	Dunkelblau: #0769a9 (Window, Border);
*/

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background: #DDDDDD;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}

legend {
	width: none;
	padding-bottom: 0px;
	norder: none;
}

.header {
	width: 100%;
	height: 36px;
	background: #1c1d1f;
	z-index: 100;
	position: absolute;
	border-bottom: 1px solid #c7c7c7;
}

.logo {
	width: 218px;
	text-align: center;
	padding-top: 4px;
	height: 42px;
}

.customer-box {
    background: #FFFFFF;
	display: table;
	vertical-align: middle;
    height: 46px;
    left: 10px;
    position: absolute;
    top: 47px;
    width: 196px;
    z-index: 1;
    text-align: center;
	overflow: hidden;
}

.customer-box p {
	display: table-cell;
	vertical-align: middle;
}

/* Formular */
label {
	font-weight: normal;
}

/* Navigation */
.navbar {
	min-width: 850px;
}
.navbar-right {
   margin-right: -20px;
}

.navbar {
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    min-height: 0px;    
}
.navbar-brand {
    float: left;
	padding: 5px 0px 0px 0px;
	height: 42px;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 20px;
}
.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 7px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ababab;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FFFFFF;
    color: #0769a9;
}

.dropdown-menu {
	font-size: 12px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #bf210a;
    color: #FFFFFF;
}

.dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}

.badge {
    background-color: #d9534f;
    border-radius: 10px;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 4px;
    position: absolute;
    right: 4px;
    top: 3px;
}

.navbar-form {
	margin: 0px;
	padding: 4px 15px 3px 15px;
}

.navbar-form .form-control {
	color: #0769a9;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 12px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 28px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 270px;	
}

.btn-search {
	padding: 0;
	padding-left: 5px;
	background: none;
	color: #FFFFFF;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #DDD;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus {
	color: #333;
}

div.dhxtoolbar_text i.glyphicon {
	color: #0769a9;
	font-size: 13px;
	padding-right: 3px;
}

/* Page Layout */
#pageTitle {
    padding-top: 40px;
    padding-left: 20px;
}

#dhtmlx {
    /*border: 1px solid #CDCDCD;*/
    min-height: 500px;
}

/* noti_bubble */
#noti_container {
    position: absolute;
    z-index: 9999;
    border: none;
    width: 16px;
    height: 16px;
    left: -8px;
    margin-left: 20px;
    margin-top: -2px;
}
.dhxtabbar_tab_text #noti_container {
	left: 0;
	margin-left: 15px;
	margin-top: -20px;
}

.noti_bubble {
	padding: 0 5px;
    background-color: #d9534f;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px !important;
    border-radius: 30px;
    box-shadow: 1px 1px 1px gray;
	height: 16px !important;
}

.dhxtabbar_tab_text #noti_container .noti_bubble {
	line-height: 16px;
}

/* Video */
.video-container {
	width: 392px;
	max-height: 350px;
	min-height: 100px;
	padding: 0px 10px 0px 10px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}
.video-box {
	width: 355px;
	clear: both;
	float: left;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}
.video-title h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #0769a9;
	font-size: 16px;
	font-weight: bold;
}
.video-thumbnail {
	float: left;
	padding: 3px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #dbdbdb;
}

.video-thumbnail img {
	border: none;
	max-width: 300px;
}
.video-contend p {
	margin: 0px 0px 5px 0px;
}

/* News */
.news-container {
	width: 350px;
	max-height: 350px;
	padding: 0px 10px 0px 10px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

.zitat {
	width: 100%;
	background: #fafafa;
	border: 1px solid #f1f1f1;
	padding: 10px;
	margin: 8px 0 10px 0;
	float: left;
	display: block;
}

.news-box {
	width: 315px;
	clear: both;
	float: left;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
	white-space: normal;
}

.news-title h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0769a9;
	font-size: 16px;
	font-weight: bold;
}

.news-thumbnail {
	float: left;
	padding: 3px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #dbdbdb;
}

.news-thumbnail img {
	border: none;
	max-width: 300px;
}


.news-contend p {
	margin: 0px 0px 5px 0px;
}

.new {
	color: #FFFFFF;
	background: #d9534f;
	border-radius: 3px;
	padding: 2px;
	font-size: 8px;
	margin-left: 5px;
	margin-top: 0px;
}

.gelesen-box a, .gelesen-box a:hover, .gelesen-box a:focus {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}



.gelesen-box {
	text-align: center;
	margin-top: 5px;
}

/* Login Form */
form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.login {
	background: #1c1d1f;
	font-size: 12px;
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	direction: ltr;
	height: auto;
}

.login .logo {
	position: absolute;
	left: 50%;
	text-align: center;
	width: 300px;
	margin-top: 30px;
	margin-left: -150px;
}

.login .content {
	background-color: #fff;
	margin: 0 auto;
	margin-top: 130px;
	padding: 20px 30px 15px;
	width: 350px;
	margin-bottom: 20px;
}

.login .content h4 {
	font-weight: 300;
	margin-bottom: 25px;
}

.login .btn {
	border-radius: 0px;
}

.login .form-control {
	border-radius: 0px;
}

.login .input-group-addon {
	border-radius: 0px;
	border-left: 2px solid #333333;
	border-right: 0px;
	background: #FFFFFF;
	font-size: 12px;
	padding: 6px 10px;
}

.login select {
	padding-left: 8px;
}

.login .btn-default:hover, .login .btn-default:focus, .login .btn-default.focus {
	color: #333;
}

.passwort-anfordern {
	margin-top: 25px;
	border-top: 1px solid #EFEFEF;
}

.passwort-anfordern h5 {
	font-weight: 300;
	margin-top: 25px;
}

.passwort-anfordern a {
	text-decoration: underline;
}

.browserlink  {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

/* general bootstrapp overwrite */
.btn {
	border-radius: 0px;
}
.btn-primary {
	background-color: #e3170e;
	border-color: #bf210a;
	color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #bf210a;
	border-color: #bf210a;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-top: 1px;
}

i.glyphicon {
	padding-right: 5px;
}

/* Setup-Assistent */
.assistentBox {
	border: 1px solid #CDCDCD;
	background: #EFEFEF;
	height: 100px;
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.assistentBox:hover {
	background: #0769a9;
	cursor: pointer;
}

.assistentBox:hover h4 {
	color: #FFFFFF;
}

.setup {
	display: block;
	text-align: center;
	background-image: url("../images/assistent_setup.png");
	width: 76px;
	height: 76px;
	margin-left: 50px;
	float: left;
}
.assistentBox:hover .setup {
	background-image: url("../images/assistent_setup_white.png");
}

.demodaten {
	display: block;
	text-align: center;
	background-image: url("../images/assistent_import.png");
	width: 76px;
	height: 76px;
	margin-left: 50px;
	float: left;
}
.assistentBox:hover .demodaten {
	background-image: url("../images/assistent_import_white.png");
}

/** Tooltip **/
.dhxform_label img {
	padding-left: 2px;
}

.tooltip{
	white-space: normal !important;

}
.tooltip.in{
	opacity:.95;
	filter:alpha(opacity=0.95);
}
.tooltip.top .tooltip-arrow{
	margin-left:-5px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #333;
}
.tooltip.left .tooltip-arrow{
	margin-top:-5px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #0769a9;
}
.tooltip.bottom .tooltip-arrow{
	margin-left:-5px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #0769a9;
}
.tooltip.right .tooltip-arrow{
	margin-top:-5px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:5px solid #0769a9;
}
.tooltip-inner{
	color:#fff;
	font-size: 11px;
	text-align:left;
	text-decoration:none;
	background-color:#0769a9;
	box-shadow: none;
	min-width: 150px;
	border-radius: 0px;
}

.responsivImage img {
	max-width:100% !important;
	height:auto;
	display:block;
}

.zoomIn {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.zoomOut {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
}

/** Changelog Tabelle in der Historie (Produkte) **/
table.changelogTable  {
    margin: 10px 0px 10px 20px;
    border: 1px solid #dbdbdb !important;
}

.changelogTable th, .changelogTable td {
    padding: 5px 10px 5px 10px;
    border: 1px solid #dbdbdb !important;
    vertical-align: top;
}

.changelogTable thead {
    background-color: #EAEAEA;
}

.spezialButton {
	cursor:pointer;
	border: 1px solid #CDCDCD;
	background: #FFF;
	width: 30px;
	height: 23px;
}
.spezialButton img {
	width: 14px;
	height: 14px;
}
.spezialButton:hover {
    background: #EAEAEA;
}

.aktivitaetenTickerTime {
	bakground: #CCCCCC none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	margin: 0px 3px 0px 3px;
	padding: 3px 5px 2px;
	position: relative;
}
.aktivitaetenRow {
	display: block;
	font-size: 14px;
	padding: 5px 0px 10px 0px;
}

/* dhx Overwrite */
.dhxtabbar_base_dhx_web div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_hidden {
	display: none;
}
/* Window */
.dhxwins_vp_dhx_web div.dhxwin_hdr {
    background: #1c1d1f;
}
.dhxwins_vp_dhx_web div.dhxwin_brd {
    border-bottom: 5px solid #1c1d1f;
    border-left: 5px solid #1c1d1f;
    border-right: 5px solid #1c1d1f;
}
/* Toolbar */
.dhx_toolbar_dhx_web div.dhx_toolbar_btn.dhxtoolbar_btn_over, .dhx_toolbar_dhx_web div.dhx_toolbar_arw.dhxtoolbar_btn_over {
    background: #f9eae8;
}
.dhx_toolbar_dhx_web div.dhx_toolbar_btn.dhxtoolbar_btn_pres, .dhx_toolbar_dhx_web div.dhx_toolbar_arw.dhxtoolbar_btn_pres {
    background: #f3d6d2;
}
div.dhx_toolbar_poly_dhx_web .tr_btn_over td, div.dhx_toolbar_poly_dhx_web .tr_btn_selected td {
    background-color: #f9eae8;
}
/* Grid */
div.gridbox_dhx_web.gridbox table.obj tr.rowselected {
    background-color: #f3d6d2 !important;
}
div.gridbox_dhx_web.gridbox table.obj.row20px tr.rowselected td {
    background-color: #f3d6d2 !important;
}
/* Context-Menu */
div.dhtmlxMenu_dhx_web_TopLevel_Item_Selected {
    background-color: #f9eae8;
}
div.dhtmlxMenu_dhx_web_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td {
    background-color: #f9eae8;
}
/* Form */
.dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:focus {
    color: #a6110b;
}
.dhxform_obj_dhx_web div.dhxform_txt_label2 {
    color: #a6110b;
}
input[readonly="true"], textarea[readonly="true"] {
    color: #a6110b;
}
/* Modal Box */
.dhtmlx_modal_box {
    border-color: #1c1d1f;
}
.dhtmlx_popup_button {
    background-color: #e3170e;
}
.dhtmlx_popup_button:active, .dhtmlx_popup_button:focus {
    background: #a6110b;
}
/* Layout */
.dhxlayout_base_dhx_web div.dhxlayout_sep {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}
.dhxlayout_base_dhx_web div.dhx_cell_layout div.dhx_cell_hdr {
    font-size: 14px;
    color: #555;
}