﻿/*
	M3Web-Design: Standard-Erscheinungsbild der Oberflächenelemente 
	(Farben, Schriftarten, Hintergrundbilder)
	
	- wird nach layout.css geladen
	- spezialisierte Styles (Screen, Mobile, Print) werden später geladen
*/

body
{
	font-size: 13px;
	line-height: 18px;
	color: #1A1A1A;
}

html
{
	/*background-color: #0567b0;*/
}

strong em,
em strong
{
	color: #E31418;
	font-style: normal;
}


#footer
{
	font-size: 11px;
	color: #ffffff;
}

#footer,
#footer a,
#footer a:hover,
#footer a:active,
#footer a:focus
{
	color: #ffffff;
}

#footer .muted,
#footer .muted a
{
	color: #b4d2e8;
}

#page-middle h1
{
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
	color: #1A1A1A;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 25px;
}

h2
{
	font-size: 20px;
	line-height: 30px;
	color: #1A1A1A;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
}

h3
{
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #1A1A1A;
	border-bottom: 1px solid #f6f6f6;
}

h4
{
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #1A1A1A;
}

h5,
h6
{
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #1A1A1A;
}

.modal-body
{
	min-height: 150px;
}

.modal-header,
.headings h1
{
	border-bottom: 2px solid #0468B1;
	margin-bottom: 20px;
	margin-top: 0px;
}

.headings #content-title
{
	font-size: 28px;
	font-weight: bold;
	color: #191919;
	/*#0468B1;*/
	;
}

.headings #content-subtitle
{
	font-size: 28px;
	font-weight: normal;
	color: #B2B2B2;
}


/* ==== CODEMIRROR ==== */

.CodeMirror
{
	border: 1px solid #777;
}

.CodeMirror-scroll
{
	height: 100%;
	/* max-height: 800px; */
	background: white;
}


/* ==== SYNCFUSION: diese Styles entferne, sobald Grid ersetzt wurde ==== */

.Syncfusion-Grid-Marble th.HeaderCell,
.Syncfusion-Grid-Marble th.HeaderCell:hover,
.Syncfusion-Grid-Marble th.HeaderCell:active,
.Syncfusion-Grid-Marble th.HeaderCellHover,
.Syncfusion-Grid-Marble th.HeaderCellHover:hover,
.Syncfusion-Grid-Marble th.HeaderCellHover:active
{
	background: none;
	background-image: none !important;
	background-color: #7f7f7f !important;
	padding: 5px 2px;
	color: #fff;
}




/* ==== Chat-Nachrichten ==== */

.chat .message
{
	border: none;
	margin-bottom: 10px;
	padding: 10px;
	min-height: 40px;
}

div.icon
{
	padding: 10px;
	width: 50px;
}

.chat .arrow
{
	margin-top: 15px;
}

.message-out,
.message-in
{
	clear: both;
}
	
	/* Nachricht von Disponent->Fahrer rechts */

.message-out .message
{
	margin-left: 80px; /* arrow-border (10px) + div.icon-width (70px) */
	background: #E5E5E5;
}

.message-out .arrow
{
	/* http://css-tricks.com/snippets/css/css-triangle/ */
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #E5E5E5;
	float: left;
}

.message-out div.icon,
.message-out div.icon img
{
	float: left;
}

	/* Nachricht von Fahrer->Disponent links */

.message-in .message
{
	margin-right: 80px; /* arrow-border (10px) + .icon-width (70px) */
	border-left: 5px solid #0567B0;
	background: #D9E8F3;
}

.message-in .arrow
{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #D9E8F3;
	float: right;
}

.message-in div.icon,
.message-in div.icon img
{
	float: right;
}

.message-time
{
	float: right;
	width: auto;
	margin-left: 20px;
	font-size: .9em;
	font-style: italic;
}

.message-sender,
.message-receipient
{
	float: left;
	width: auto;
	margin-right: 20px;
	font-size: .9em;
}

.message-in .message-receipient,
.message-out .message-sender
{
	visibility: hidden;
	height: 0px;
}

.message-text
{
	margin-top: 25px;
	font-size: 1.2em;
	/*font-weight: bold;*/
}


/* ==== Karte ==== */

.leaflet-control-layers-toggle
{
	/*background-image: url(/Public/Images/Herbstwest/)*/
}

.leaflet-control-layers label > input[type="radio"],
.leaflet-control-layers label > input[type="checkbox"]
{
	margin-top: -2px;
}