/*



TABLE OF CONTENT
	1. Universal Styles
	2. Left Column
	3. Right Column
	4. Charts & Maps
	5. Login
	6. Manage Users
	7. Preferences
	8. desktop-Screen
	9. Media Queries
----------------------------------------------*/
/* 1. Universal Styles
----------------------------------------------*/
* {	font-family: 'Open Sans', sans-serif; }
body {	
	font-size: 16px; 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #002766;
	}
body, .ems-left-nav { background: #E9EEF4; }
h1, h2, h3 { margin: 0; }
h2 { font-size: 1.6em; }
h3 {
	color: #002766;
	font-size: 1.4em;
}
ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
a:hover { text-decoration: underline; }
a { color: #002766; }

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background-color:#ffffff;
}

::-webkit-scrollbar-thumb {
    background-color:#002766;
}

nav li {
	font-size: 1.1em;
	list-style: none;
}
hr.type1 {
	border-top: 3px solid #f30303;
}
hr.type2 {
	border-top: 3px dashed #f30303;
}
hr.type3 {
	border: 10px solid #002766;
	border-radius: 5px;
}
.ems-inline-block {
	display: inline-block;
	vertical-align: middle;
}
.ems-block {	display: block; }
.ems-position-relative {	position: relative; }
.blue-text { color: #002766; }
.red-text { color: #f30303; }
.white-text { color: white; }
.white-text:hover { color: #9eb0c2; }
.green-text { color: #00dd31; }
.yellow-text { color: #ffe300; }
.orange-text { color: #ff8f1f; }
.green-bg {	background-color: #00dd31; }
.red-bg {	background-color: #f30303; }
.yellow-bg { background-color: #ffe300; }
.white-bg {	background-color: white; }
.white-bg .fa-times { background-color: #d7d7d7; }
.white-bg .fa-times:hover {	background: #f30303; }
.orange-bg {
	background-color: #ff8f1f;
	color: white;
}
.orange-bg .fa-times {	background-color: #F0A790; }
.orange-bg .fa-times:hover { background-color: #E14311; }
.pink-bg {
	background-color: #D7425C;
	color: white;
}
.pink-bg .fa-times { background-color: #E57C8F;	}
.pink-bg .fa-times:hover { background-color: #BD1F3B; }
.blue-bg {
	background-color: #002766;
	color: white;
}
.blue-bg .fa-times { background-color: #002766; }
.blue-bg .fa-times:hover { background-color: #f30303;}
.blue-bg .ems-link-btn { background-color: #002766; color: white; border: 2px solid #fff;}
.blue-bg .ems-link-btn:hover { background-color: #f30303;  border: 2px solid #002766;}
.blue-bg h3 {color: #c7d3e0;}
.light-gray-bg { background-color: #E9EEF4; }
.padding-right-25 {	padding-right: 25px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.margin-bottom-0 {	margin-bottom: 0; }
.margin-bottom-5 {	margin-bottom: 5px; }
.margin-bottom-10 {	margin-bottom: 10px; }
.margin-bottom-20 {	margin-bottom: 20px; }
.margin-bottom-30 {	margin-bottom: 30px; }
.margin-bottom-70 {	margin-bottom: 70px; }
.margin-top-10 {	margin-top: 10px; }
.margin-right-15 { margin-right: 15px; }
.margin-right-5 { margin-right: 5px; }
.margin-10 { margin: 10px; }
.width-100 { width: 100%; }
.no-border { border: none; }
.border-radius-10 { border-radius: 10px; }
footer { padding: 15px; }

/* 2. Left Column
-----------------------------*/
.ems-sidebar { 
	width: 250px; 
}
.square {
	width: 20px;
	height: 20px;
	border: 3px solid #f30303;
	display: inline-block;
	vertical-align: middle;
}
.logo-white {
	width: 170px;
	border: 0px solid #f30303;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin-left: 10px; 
}
.ems-symbol {
	height: 30px;
	width: 30px;
	border: 0px solid #f30303;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
}
.ems-site-header { margin: 25px 30px; }
.ems-site-header h1 {
	color: white;
	display: inline-block;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin: 0 5px;
	vertical-align: middle;
}
.profile-photo-container { position: relative; }
.profile-photo-overlay {
	background-color: rgba(221,60,65,0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.profile-photo-overlay:hover { background-color: rgb(221,60,65); }

/* Search form */
.ems-search-form {
	font-size: 1.1em;
	margin: 50px 20px;		
}
.ems-search-form .input-group { width: 100%; }
.ems-search-form .input-group .form-control {
	background-color: #18191b;
	border: none;
	border-radius: 5px;
	color: #DDD;
	padding-left: 30px;
}
.form-control:focus {
  border-color: #f30303;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(221,60,65,0.075),0 0 8px rgba(221,60,65,0.6);
}
.form-control.highlight {
	background-color: #002766;
	color: white;
}
.form-control.highlight::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
.form-control.highlight:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
.form-control.highlight::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
.form-control.highlight:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ccc;
}
.ems-search-form .input-group { position: relative; }
.fa-search {
    height:32px;
    width:32px;
    border: none;
    cursor: pointer;
    color: white;
    background:transparent;
    position:absolute;
    top: 0;
	left: 0;
	z-index: 100;
}
.mobile-menu-icon { 
	cursor:pointer;
	display:none; 
}
.ems-left-nav li { font-weight: 300; }
.ems-left-nav a.active,
.ems-left-nav a:hover {
	background: #22AAFF26;
	text-decoration: none;
}
.ems-left-nav a {
	color: #002766;
	display: block;
	padding: 10px;
	transition: all 0.3s ease;
}

/* 3. Right Column
------------------------------*/
.ems-top-nav-container {
	background-color: white;
	padding: 28px 50px;
 	box-shadow: 0px 0px 2px 2px rgba(161, 159, 159, 0.18);	
}
.ems-top-nav li {
    float: left;
    list-style: none;
}
.ems-top-nav a {
	color: #7f7f7f;
    display: block;
    padding: 0 50px;
    border-left: 2px solid #c5c5c5;
}
.ems-top-nav li:last-child a { border-right: 2px solid #c5c5c5; }
.ems-top-nav a:hover,
.ems-top-nav a.active {
	color: #002766;
}

.ems-top-nav-tablet-container {
	background: #18191b;
	padding: 28px 30px;
 	box-shadow: 0px 0px 2px 2px rgba(161, 159, 159, 0.18);
}
.ems-top-nav-tablet li {
	float: left;
    list-style: none;
}
.ems-top-nav-tablet a {
	color: #e9e9ea;
	display: block;
    padding: 0 20px;
    border-left: 2px solid #e9e9ea;
}
.ems-top-nav-tablet li:last-child a { border-right: 2px solid #c5c5c5; }
.ems-top-nav-tablet a:hover,
.ems-top-nav-tablet a.active {
	background: #18191b;
	color: rgba(221,60,65,1);
}


/* Main Content Area */
.ems-content {
  margin-top: 0px;
  min-height: 600px;
  padding: 0;  
  overflow-x: auto;
  /*height: 100vh;*/
}
.ems-content-container {	padding: 10px 10px; }

.ems-flex-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.col-1 {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.col-2 {
	-webkit-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.col-3 {
	-webkit-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
}
.col-4 {
	-webkit-flex: 4;
	    -ms-flex: 4;
	        flex: 4;
}

.ems-content-ueberschrift {
  font-size: 2em;
  display: inline-block;
  margin-top: 0px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;  
  overflow-x: hidden;
  color: #002766;
  border-bottom: 2px solid #002766;
  box-shadow: 0px 3px 0px 0px rgba(161, 159, 159, 0.1);
}

/* Content Widget */
.ems-content-widget {
	border-radius: 5px;
	padding: 30px;	
	position: relative;
	margin: 10px;
 	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
}
.ems-content-widget.no-padding {	padding: 0; }
.fa-times {
	border-radius: 5px;
  	color: white;
  	cursor: pointer;
	padding: 5px 2px;
  	position: absolute;
  	top: 15px;
  	right: 15px;
  	z-index: 100;
  	transition: all 0.3s ease;
	font-size: 25px;
}
.loeschen-icon {
	border-radius: 15px;
  	color: white;
  	cursor: pointer;
	padding: 4px 5px;
  	position: absolute;
  	top: 15px;
  	right: 15px;
  	z-index: 100;
  	transition: all 0.3s ease;
	font-size: 28px;
}
.drehen-icon {
	border-radius: 15px;
  	color: white;
  	cursor: pointer;
	padding: 4px 5px;
  	position: absolute;
  	top: 15px;
  	left: 15px;
  	z-index: 100;
  	transition: all 0.3s ease;
	font-size: 28px;
}
.fa-heart {
  color: white;
  cursor: pointer;
  font-size: 1.4em;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  transition: all 0.3s ease;
}
.fa-heart:hover { color: #002766; }
.progress {	display: block; }
.panel-default>.panel-heading {
	background-color: #002766;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	padding: 15px;
}
.panel-default>.panel-heading h3 {
	color: #c7d3e0;
}
.panel-default .fa-times {
	top: 12px;
	background-color: #002766;
}
.panel-default .fa-times:hover { background-color: #f30303;	}
.panel-default .loeschen-icon {
	top: 12px;
	background-color: #002766;
}
.panel-default .drehen-icon {
	top: 12px;
	background-color: #002766;
}
.panel-default .loeschen-icon:hover { background-color: #f30303;	}
.panel-default .drehen-icon:hover { background-color: #f30303;	}
.panel-default-red>.panel-heading-red {
	background-color: #f30303;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	padding: 15px;
}
.panel-default-red .fa-times {
	top: 12px;
	background-color: #d7d7d7;
}
.panel-default-red .badge {
	background-color: #002766;
}
.panel-default-red .fa-times:hover { background-color: #002766;	}
.panel { border-radius: 5px; }
.pagination-wrap {
	margin-right: 10px;
	text-align: right;
}
.pagination>li>a {
	border-color: #E9E8E8;
	color: #a6a6a6;
	margin: 2px;
	padding: 10px;	
}
.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 10px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
	background-color: #002766;
	border-color: #E9E8E8;
}
.table { margin-bottom: 0; }
.table>tbody>tr>td { padding: 10px 15px; }
.table>thead>tr>td { padding: 15px; }
.table-header-rotated th.row-header{
  width: auto;
}
.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}
.table-header-rotated th.rotate-45{
  height: 100px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 14px;
  line-height: 0.9;
}
.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 50px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 0px solid #dddddd;
  border-top: 0px solid #dddddd;
}
.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 35px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px;/* Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  // width: 100%;
  width: 110px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  // white-space: nowrap; /*whether to display in one line or not*/
}
.media { margin-top: 0; }
.media-body { vertical-align: middle; }
.badge {
	background-color: #f30303;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px 10px;
	vertical-align: top;
}
.ems-img-bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

/* Rückmeldeampel */
.ems-rueckmelde-widget {
	border-radius: 5px;
	padding: 30px;	
	position: relative;
	margin: 10px;
 	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
}
.ems-rueckmelde-widget.no-padding {	padding: 0; }

/* 4. Charts & Maps - http://codepen.io/shoogledesigns/pen/BfLkA
----------------------------------------------------------------*/
.ems-chart {
	width: 100%;
	height: 300px;
}
#timeline_div {	height: auto; }

/* JQVMap */
.jqvmap-zoomin, .jqvmap-zoomout {
    width: 15px;
    height: 15px;
}
.vmap { height: 300px; }
/* 5. Login
------------------------------*/
.ems-login-widget {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}
.ems-login-widget .square {
	width: 18px;
	height: 18px;
}
.ems-login-widget header { margin-bottom: 40px; }
.ems-login-widget h1 {
	display: inline-block;
	font-size: 1.8em;
	text-align: center;
	vertical-align: middle;
}
.ems-login-form .form-group { margin-bottom: 20px; }
.ems-login-form .form-group:last-child {	margin-bottom: 0; }
.input-group-addon { background: none; }
.btn-primary {
	background-color: #002766;
	border: none;	
	color: white;	
}
.btn-primary:hover { background-color: #001433; }
.btn-secondary {
	background-color: white;
	border: none;	
	color: #002766;	
}
.btn-secondary:hover {
	color: #000000;
}
.ems-blue-button,.ems-red-button, 
.ems-white-button {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px 30px;
	transition: all 0.3s ease;
}
.ems-blue-button {
	background-color: #002766;
	border: none;	
	color: white;	
}
.ems-blue-button:hover {	background-color: #001433; color: white;}
.ems-red-button {
	background-color: #f30303;
	border: none;	
	color: white;	
}
.ems-red-button:hover {	background-color: #002766; color: white;}
.ems-white-button {
	background-color: white;
	border: 1px solid #002766;	
	color: #002766;	
}
.ems-white-button:hover { background-color: #eff2f3;	}
.ems-register-widget {
	max-width: 450px;
	padding: 15px;
	text-align: center;
}
.ems-register-widget p {	margin-bottom: 0; }
.checkbox label { padding-left: 0; }
.font-weight-400 { font-weight: 400; }

/* Style checkboxes and radio buttons
http://webdesign.tutsplus.com/tutorials/quick-tip-easy-css3-checkboxes-and-radio-buttons--webdesign-8953 */
input[type="checkbox"] {  display:none; }
input[type="checkbox"] + label span {
    display:inline-block;
    width:26px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-radio-sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox-radio-sheet.png) -26px top no-repeat;
}
input[type="radio"] { display:none; }
input[type="radio"] + label span {
    display:inline-block;
    width:26px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox-radio-sheet.png) -52px top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(../images/checkbox-radio-sheet.png) -78px top no-repeat;
}

/* 6. Manage Users
------------------------------*/
.ems-sort-by:hover {	color: #ded9d9; }
.ems-edit-btn {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: black;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
.ems-edit-btn:hover {
	background-color: #002766;
	border: 1px solid #002766;
	color: white;
}
.ems-icon-blue {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #002766;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-red {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #f30303;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-purple {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #9C27B0;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-cyan {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #18FFFF;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-lightblue {
	display: inline-block;
	margin-left: 5px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.7em;
	height: 17px;
	background-color: #03a9f4;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-pink {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #F06292;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-green {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #00dd31;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-orange {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FF5722;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-teal {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #009688;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-yellow {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ffe300;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: black;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-light-gray {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #9eb0c2;
	border: 1px solid #878787;
	text-transform: uppercase;
	color: black;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-gray {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #878787;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-icon-brown {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	height: 17px;
	min-width: 40px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #795548;
	border: 0px solid #002766;
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}
.ems-link { color: black; }
.ems-link:hover { color: #002766; }
.ems-overflow-hidden { overflow: hidden; }
.ems-user-table thead {
	background-color: #002766;
	color: white;
}
.table-responsive-scroll {
 	max-height: 60vh;
	overflow-x: scroll;
	overflow-y: scroll;
 }

.ems-content-widget-scroll {
 	max-width: calc(100vw - 300px);
 }

.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel>.table:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ems-social-icons-container {
	background-color: #c7d3e0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #dedede;
}
.social-icon-wrap {
	width: 33%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.social-icon-wrap:nth-child(2) {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.ems-social-icon {
	background-color: #a6a6a6;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 1.5em;
	padding-top: 8px;
	width: 35px;
	height: 35px;
	transition: all 0.3s ease;
}
.ems-social-icon:hover {	background-color: #002766; }
.ems-content-img-bg {
	background-position: center;
	min-height: 300px;
	background-attachment: stretch;
	background-repeat: no-repeat;
}
.ems-content-img-thumbnail-bg {
	background-position: center;
	min-height: 300px;
	background-attachment: stretch;
	background-repeat: no-repeat;
}
.content-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.view-img-btn-wrap {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.ems-view-img-btn {
	background-color: #c7d3e0;	
	border: none;
	border-radius: 5px;
	color: #a6a6a6;
	padding: 10px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.ems-view-img-btn:hover {
	background-color: #002766;
	color: white;
}
.link-btn-wrap {
	width: 100%;
	text-align: left;
}
.ems-link-btn {
	background-color: #c7d3e0;	
	border: none;
	border-radius: 5px;
	color: #002766;
	padding: 10px 50px;
	transition: all 0.3s ease;
}
.ems-link-btn:hover {
	background-color: #b2c1d2;
	color: #002766;
}

/* 7. Preferences
-------------------------------*/
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, 
.has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, 
.has-success.radio label, .has-success.radio-inline label {
	color: #00dd31;
}
.has-success .form-control { border-color: #00dd31; }
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, 
.has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, 
.has-warning.radio label, .has-warning.radio-inline label {
	color: #CF922C;
}
.has-warning .form-control { border-color: #CF922C; }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, 
.has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, 
.has-error.radio label, .has-error.radio-inline label {
	color: #D7425C;
}
.has-error .form-control { border-color: #D7425C; }
.ems-multi-select {
	min-width: 200px;
	height: 100px;
	overflow-y: scroll;	
}
/* 8. Desktop
------------------------------*/
* { box-sizing: border-box; }

.tcontainer {
	margin-top: 5px;
	width: 100%;
	max-width: 100vw;
	overflow: hidden;
}

.ticker-wrap {
	width: 100%;
	padding-left: 100%;
	background-color: #fff;	
	box-sizing: content-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.ticker-move {	
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	-webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
}

.ticker-move:hover {
	animation-play-state: paused;
}

.ticker-item {
	display: inline-block;
	padding: 0 40px;
	font-size: 35px;
	color: #002766;
	padding-left: 5px; 
	border-left-color: #002766; 
	border-left-style: solid; 
	border-left-width: 5px;
}

.ems-desktop-content-container {	padding: 10px 10px; }
.ems-desktop-top-nav-container {
	padding: 10px 20px;
 	box-shadow: 0px 0px 2px 2px rgba(0,39,102,0.2);
	color: #002766;
}
.ems-desktop-top-ticker-container-old {
	background-color: #ffffff;
	padding: 10px 20px;
	margin-top: 2px;
 	box-shadow: 0px 0px 2px 2px rgba(0,39,102,0.2);
	color: #002766;	
	font-size: 35px;
}
.logo-ems-desktop {
	height: 50px;
	border: 0px solid #f30303;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: absolute; 
	right: 25px; 
	top: 0px; 
	text-align: right;	
}
.logo-ff-desktop {
	height: 50px;
	border: 0px solid #f30303;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin-left: 65px; 
}
.ff-name-desktop {
	color: #002766;
	height: 50px;
	border: 0px solid #f30303;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -8px; 
	text-align: left;
	font-size: 52px;
}
.ff-typ-desktop {
	color: #002766;
	height: 50px;
	border: 0px solid #f30303;
	display: none;
	vertical-align: middle;
	position: absolute; 
	left: 445px; 
	top: -8px; 
	text-align: left;
	font-size: 52px;
}
.desktop-menu-icon:hover { 
	color: #001433;
	border: 1px solid #fff;
}
.desktop-menu-icon {
	color: #002766;
	border: 1px solid #fff;
	font-size: 1.5em;
	width: 45px;
	height: 45px;
	padding-top: 0px;
	padding-left: 8px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	position: absolute; 
	top: 0px;
	left: 20px;
	z-index: 1000;
	font-size: 32px;
}
.wetter_app
{
    border: 0px solid #f30303;
	overflow: hidden;
	width: 100%;
	margin-left: 20px;
}
#wetter_frame
{
    border: 0;
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
#master_monitor:hover
{
	cursor: pointer;
}
#slave_monitor:hover
{
	cursor: pointer;
}
.ui-tooltip, .arrow:after {
	background: #002766;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 5px;
	font: 14px "Helvetica Neue", Sans-Serif;
	box-shadow: 0 0 7px black;
	max-width: 500px;	
    white-space: pre-line;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.ems-table-responsive {
	width: calc(100vw - 310px); 
	overflow-y: auto;
	max-height: 500px;
}
/* 9. Media Queries
------------------------------*/
@media screen and (max-width: 1199px) and (min-width: 991px) {
	.ems-site-header { margin: 25px; }	
	.ems-sidebar { width: 250px;	}
	nav li { font-size: 1em; }
	.ems-left-nav a { padding: 10px; }
	.ems-top-nav a { padding: 0 30px; }
}

@media screen and (max-width: 1199px) {
	.ems-flex-row.flex-content-row { display: block;}
	.logo-white { 
		margin-left: 15px; 
	}
	.ems-table-responsive {
		width: calc(100vw - 330px); 
		overflow-y: auto;
		max-height: 500px;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.ems-site-header { 
		margin: 15px; 
	}
	.logo-white { 
		margin-left: 0px; 
	}
	.ems-sidebar { width: 200px; } 
	.ems-site-header h1 { font-size: 1.6em; }
	.square { 
		width: 20px; 
		height: 20px;
	}
	.ems-left-nav a.active,
	.ems-left-nav a:hover {}	
	.ems-top-nav-container {	padding: 17px 30px;	}
	.ems-top-nav a { padding: 0 15px; }
}
@media screen and (max-width: 925px) and (min-width: 768px) {
	.logo-ems-desktop {
		display: none;		
	}
}

@media screen and (max-width: 992px) {
	nav li { font-size: 1em; }
	.ems-left-nav a { padding: 10px 10px; }	
	.ems-content-container {	padding: 10px; }
	.ems-table-responsive {
		width: calc(100vw - 280px); 
		overflow-y: auto;
		max-height: 500px;
	}	
}
@media only screen and (min-width: 768px) {
	.ems-left-nav {	display: block !important; }
}
@media screen and (max-width: 767px) {
	.ems-flex-row { display: block; }
	.ems-site-header { margin: 20px 15px; }
	.ems-top-nav-container {	padding: 10px; }
	.ems-top-nav a { 
		border-left: 1px solid #c5c5c5;
		padding: 0 7px; 
	}
	.ems-table-responsive {
		width: calc(100vw - 72px); 
		overflow-y: auto;
		max-height: 500px;
	}
	.ems-top-nav li:last-child a { border-right: 1px solid #c5c5c5; }
	.ems-content-widget { padding: 15px;	}

	/* Left column */
	.ems-left-nav {
		display: none;
		position: fixed;
		top: 10px;
		right: 50px;		
		height: 280px;
		overflow: auto;
		width: 250px;
		z-index: 999;		
	}
	.logo-ems-desktop {
		height: 30px;
	}
	.logo-ff-desktop {
		height: 30px;
		margin-left: 45px;
	}
	.ff-name-desktop {
		height: 30px;
		left: 291.2px; 
		top: -5px; 
		font-size: 32px;
	}
	.ems-left-nav a.active, 
	.ems-left-nav a:hover {
		border-left: 4px solid #f30303;	
	}
	.desktop-menu-icon {
		top: 0px;
		width: 30px;
		height: 30px;
		padding-top: 1px;
		padding-left: 6px;
		border-radius: 3px;
		font-size: 20px;
	}
	.mobile-menu-icon:hover{ 
		background-color: rgba(221,60,65,1); 
		color: #fff;
	}
	.mobile-menu-icon{
		color: #000;
		background-color: rgba(215, 215, 215,1.0);
		font-size: 1.5em;
		width: 40px;
		height: 40px;
		padding-top: 3px;
		padding-left: 9px;
		border-radius: 5px;
		cursor: pointer;
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1000;
	}
}
@media screen and (max-width: 580px) {	
	.logo-ff-desktop {
		display: none;
	}
	.ems-content-ueberschrift {
		font-size: 1.5em;
	}
	.ems-top-nav {
		height: 30px;
		font-size: 0.8em;		
	}
	.ems-table-responsive {
		width: calc(100vw - 72px); 
		overflow-y: auto;
		max-height: 500px;
	}
	.ff-name-desktop {
		height: 30px;
		left: 135px; 
		top: -5px; 
		font-size: 32px;
	}
	.ff-typ-desktop {
		color: #002766;
		height: 30px;
		left: 60px; 
		top: -5px; 
		font-size: 32px;
		display: inline-block;
	}
	
}
@media screen and (max-width: 400px) {
	.logo-ems-desktop {
		display: none;		
	}
	.ems-table-responsive {
		width: calc(100vw - 72px); 
		overflow-y: auto;
		max-height: 500px;
	}
}
