/* --------------- MAIN --------------- */
@charset "utf-8";

@font-face {
    font-family: "BBraun Type Digital";
    src: url("fonts/BBraunTypeDigitalWeb-Regular.woff2") format("woff2"),
         url("fonts/BBraunTypeDigitalWeb-Regular.woff") format("woff"),
         url("fonts/BBraunTypeDigital-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BBraun Type Digital";
    src:
        url("fonts/BBraunTypeDigitalWeb-Bold.woff2") format("woff2"),
        url("fonts/BBraunTypeDigitalWeb-Bold.woff") format("woff"),
        url("fonts/BBraunTypeDigital-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

* {
	font-family: "BBraun Type Digital";
	font-size: 16px;
	color: #202020;
}

body {
	margin: 0px;
	margin-bottom: 20px;
}

h1 {
    line-height: 56px;
	font-size: 36px;
	font-weight: bold;
}

h2 {
    line-height: 36px;
	font-size: 24px;
	font-weight: normal;
}

h3 {
    line-height: 30px;
	font-size: 20px;
	font-weight: normal;
}

h4 {
    line-height: 27px;
	font-size: 18px;
	font-weight: normal;
}

.medium {
    line-height: 21px;
	font-size: 14px;
}

.small {
    line-height: 18px;
	font-size: 12px;
}

a {
    color: #9e2ab5;
}

input {
    color: #fff;
	border-radius: 8px;
	border: #9e2ab5 1px solid;
	text-align: center;
	background: #9e2ab5;
	padding: 12px;
    margin: 3px;
}

input:hover {
	background: #832b93;
}

input.secondary {
    color: #9e2ab5;
	border-radius: 8px;
	border: #9e2ab5 1px solid;
	text-align: center;
	background: #fff;
	padding: 12px;
    margin: 3px;
}

input.secondary:hover {
	background: #f3e6f6;
}

select, input[type=date], input[type=number] {
    background: #f5f5f5;
    border: #008762 1px solid;
    border-radius: 8px;
    padding: 8px;
    color: #202020;
}

select option {
    background: #fff;
    color: #737373;
}

input[type=file], input[type=text] {
    color: #202020;
	text-align: left;
	background: #fff;
    border-color: #008762;
}

input[type=file]:hover, input[type=text]:hover {
    color: #202020;
	background: #ececec;
}
/* --------------- / MAIN --------------- */

/* --------------- INDEX --------------- */
#loginbox {
	width: 600px;
	text-align: center;
	margin: auto;
	margin-top: 10%;
	padding: 50px;
	padding-top: 30px;
}

#loginbox #ssobox {
	display: none;
}

#loginbox #ssobox #separator {
	margin: 50px;
	color: #999;
	font-size: 12px;
}
/* -------------- / INDEX -------------- */

/* --------------- START --------------- */
#contentbox {
	background-image: url("../img/hospital_bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 600px;
	margin: auto;
	margin-top: 10%;
	padding: 50px;
	padding-top: 20px;
    padding-bottom: 15px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.50);
}

#contentbox .info, #loginbox .info {
	background: #eee;
    color: #202020;
	border: 1px solid #008762;
	border-radius: 16px;
	padding: 8px 16px 8px 16px;
}

#contentbox .warning, #loginbox .warning {
	background: #fbc7c7;
    color: #983529;
	border: 1px solid #983529;
	border-radius: 16px;
	padding: 8px 16px 8px 16px;
    
    b {
        color: #983529;
    }
}

h1.boxheader {
	line-height: 10px;
}

h4.version {
	margin-bottom: 20px;
}

#content {
	margin-left: 160px;
}

#upload_form_selector {
	background: #f3e6f6;
	border-radius: 8px;
	color: #832b93;
    padding: 12px 16px 12px 16px;
}

#upload_form_explaintext {
	font-size: 14px;
    padding: 12px 16px 12px 16px;
}

#upload_form_explaintext li {
	font-size: 14px;
	color: #202020;
}

#upload_form_explaintext sup {
	font-size: 12px;
	color: #202020;
}

#upload_form_container {
}

form.upload {
	text-align: right;
}

form.upload input {
	width: 100%;
	box-sizing: border-box;
}

form.upload input[type=file] {
    background: #fff;
    color: #202020;
	text-align: left;
}

form.upload input[type=submit] {
	width: 100px;
	margin-top: 20px;
}

.disable {
	pointer-events: none;
}

form.upload #upload_anim {
	visibility: hidden;
}

#footerbox {
	width: 702px;
	height: 33px;
	margin: auto;
	margin-bottom: 30px;
	padding-top: 15px;
	background-color: #00a97a;
	text-align: center;
	color: #fff;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
}

#footerbox a {
	color: #fff;
	text-decoration: none;
	font-size: inherit;
}

#footerbox a:hover {
	text-decoration: underline;
}
/* --------------- / START --------------- */

/* --------------- ANALYZER --------------- */
#header {
	height: 70px;
	background: #00a97a;
	color: #fff;
}

#header #logo {
	width: 164px;
	height: 40px;
	margin: 15px;
	margin-right: 25px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: underline;
}

#header strong {
	color: #fff;
}

#summary_wrapper {
	width: 95%;
	margin-left: 30px;
	margin-top: 10px;
}

#summary {
	width: 810px;
	float: left;
}

#summary #device {
	width: 250px;
	float: left;
	text-align: center;
	line-height: 20px;
    font-weight: bold;
}

#summary #device .device_image {
	width: 250px;
	height: 92px;
}

#summary #data {
	margin-left: 280px;
	line-height: 35px;
}

#summary .label {
	width: 100px;
    text-align: right;
    padding-right: 8px;
    float: left;
}

#summary .value {
    margin-left: 108px;
}

#summary #data br {
    clear: both;
}

#incidents {
	width: 390px;
	float: left;
}

#incidents_table {
	width: 100%;
	border-spacing: 3px;
}

#incidents_table td {
	font-size: 14px;
	padding: 5px;
    border-radius: 8px;
}

#incidents_table td .incident_date {
	font-size: 11px;
	font-weight: bold;
}

#incidents_table td.device_alarm .incident_date, #incidents_table td.service_hint .incident_date {
	color: #fee;
}

#incidents_table td.operational_alarm .incident_date {
	color: #983529;
}

#summary span.sw_breadcrump, #summary span.sw_breadcrump * {
	color: #9e2ab5;
	text-decoration: none;
}

#summary span.sw_breadcrump a:hover {
	text-decoration: underline;
}

#summary strong, #infusions strong, #dataframe span.range {
	margin: 2px;
	padding: 4px;
	font-weight: normal;
	border: 1px solid #eee;
    border-radius: 4px;
	background: #eee;
}

#summary input {
	margin-top: 8px;
}

#dataframe {
	width: 95%;
	margin-left: 30px;
	margin-top: 30px;
}

#dataframe #toggle_all {
	min-width: 105px;
	margin-right: 50px;
}

#dataframe #categories {
    width: 1250px;
}

#dataframe #categories #toggle_all {
	margin-bottom: 5px;
}

#dataframe #categories .checkbox {
	border-radius: 8px;
	border: 1px solid #fff;
	width: 220px;
	float: left;
	padding: 10px;
}

#dataframe #categories .checkbox:hover {
    background: #ececec;
	border-color: #636363;
	cursor: hand;
	cursor: pointer;
}

#dataframe #categories .checkbox input {
	margin-right: 8px;
	cursor: hand;
	cursor: pointer;
}

.hand {
	cursor: hand;
	cursor: pointer;
}

.hand img {
	width: 22px;
	height: 25px;
}

#filters_wrapper, #infusions_wrapper {
	width: 1200px;
	border: 1px solid #bbb;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 5px;
}

#filters, #infusions {
	display: none;
}

#infusions_table {
	margin: auto;
    border-width: 0px;
	table-layout: fixed;
}

#infusions_table th {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
    padding: 4px;
    border: #fff 1px solid;
    border-radius: 4px;
	background: #00a97a;
}

#infusions_table td {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: #fff 1px solid;
    border-bottom-color: #ddd;
    border-radius: 4px;
}

#infusions_table td.separator {
	background: #e8f7f0;
    color: #007154;
}

#infusions_table td span.grey {
	font-size: 12px;
	color: #bbb;
}

#infusions_table a {
	font-size: 12px;
}

span {
	padding: 2px;
}

span.show_error_remedies {
	font-size: 12px;
    color: #fff;
	cursor: hand;
	cursor: pointer;
}

span.show_presenter {
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
}

#presenter_box {
	display: none;
	width: 800px;
	height: 240px;
	text-align: center;
	background: #ddd;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.50);
}

#presenter_box #presenter_content {
	margin-top: 110px;
}

#presenter_box .presenter_img {
	width: 800px;
	height: 240px;
}

#presenter_box .presenter_point {
	width: 20px;
	height: 20px;
	z-index: 101;
	position: absolute;
}

#dataframe ul {
	line-height: 38px;
}

#dataframe #alarm_timeline {
	width: 1200px;
	height: 60px;
	border: 1px solid #636363;
	border-width: 0px 0px 1px 0px;
	background: #ececec;
	line-height: 60px;
}

#dataframe #alarm_timeline img {
	width: 1px;
	height: 60px;
	position: absolute;
}

#dataframe #alarm_timeline #left_label {
	width: 250px;
	float: left;
	color: #bbb;
	padding-left: 7px;
}

#dataframe #alarm_timeline #right_label {
	text-align: right;
	color: #bbb;
	padding-right: 7px;
}

.selection_box_title {
    line-height: 30px;
}

.alarm_timeline_selection_box {
	width: 300px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
}

#entries_table {
    border-width: 0px;
	table-layout: fixed;
	width: 1200px;
}

#entries_table th {
	padding: 4px;
    border: #fff 1px solid;
    border-radius: 4px;
	background: #00a97a;
	color: #fff;
	font-size: 14px;
    font-weight: normal;
}

#entries_table th a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#entries_table td {
	background: #fff;
	border: #fff 1px solid;
    border-bottom-color: #ddd;
	font-size: 12px;
}

#entries_table td a {
	font-size: 12px;
}

#entries_table td.centered {
	text-align: center;
}

#entries_table td.therapy, span.therapy {
	background: #bfe3c6;
    color: #26542e;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.operational_alarm, span.operational_alarm,
#incidents_table td.operational_alarm {
	background: #fbc7c7;
    color: #983529;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.device_alarm, span.device_alarm,
#incidents_table td.device_alarm {
	background: #e40147;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.pre_alarm, span.pre_alarm {
	background: #ffeda6;
    color: #856b00;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.caution_alarm, span.caution_alarm {
	background: #fecc00;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.service_hint, span.service_hint,
#incidents_table td.service_hint {
	background: #e40147;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.disposable, span.disposable {
	background: #abd3e3;
    color: #026b83;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.device_operating_condition, span.device_operating_condition {
	background: #dbdbdb;
    color: #545454;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.device_keyboard, span.device_keyboard {
	background: #ead1ef;
    color: #711e82;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.service_manual_entry, span.service_manual_entry {
	background: #bfcf00;
    padding: 4px;
    border-radius: 4px;
    border-bottom-color: #fff;
}

#entries_table td.none, span.none {
    padding: 4px;
    border-radius: 4px;
}
/* --------------- / ANALYZER --------------- */

/* ---------------- FLOWRATES ---------------- */
#therapy_headline {
	width: 1200px;
	margin-top: 50px;
	text-align: center;
}

#therapy_headline a {
	text-decoration: inherit;
	font-size: inherit;
	color: inherit;
}

div.chart_header_container {
	width: 1200px;
	margin-bottom: 45px;
}

div.chart_header_container p.therapy_drug {
	text-align: center;
	font-style: italic;
}

div.chart_header_left {
	width: 250px;
	float: left;
}

div.chart_header_middle {
	float: left;
	text-align: center;
	width: 700px;
}

div.chart_header_right {
	width: 250px;
	text-align: right;
	float: left;
}

#myCanvas {
	border: #000 1px solid;
	border-width: 0px 0px 1px 1px;
	background: #fff;
}

div.contentbox {
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* --------------- / FLOWRATES --------------- */

/* ---------------- EVALUATION ---------------- */
#top_navigation {
    text-align: center;
    margin: 40px;
    
    a {
        border-radius: 8px;
        padding: 16px;
        text-decoration: none;
        color: #202020;
        background: #ececec;
    }
    
    a:hover, a.current {
        color: #fff;
        background: #00a97a;
    }
}

#top_selection {
    margin-left: 30px;
	margin-bottom: 30px;
    
    input {
        margin-top: 15px;
    }
}

#evaluations, #accesses {
	line-height: 35px;
	margin-left: 30px;
}

#evaluations .label, #evaluations .value {
	line-height: 50px;
}

.note {
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
}

.chart_block {
	width: 700px;
	float: left;
	margin-right: 30px;
}

.piechart {
	width: 700px;
	height: 400px;
	margin-bottom: 30px;
}

.barchart {
	width: 650px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.histogram {
	width: 700px;
	height: 400px;
	margin-bottom: 30px;
}
/* --------------- / EVALUATION --------------- */
