/* General layout */

body {
	background-color: #fff;
}

#header,
#footer {
	background-color: #fff;
}

div.free,
div.unavailable,
div.booked,
div.unavailable_for_me {
	width: 22px;
}

div#footer {
	border-top: 2px solid #1f237a;
	border-top-color: #1f237a;
}

div#navigation {
	border-top-color: #1f237a;
	border-bottom-color: #1f237a;
}

#logout a:link,
#logout a:visited,
#logout a:hover,
#logout a:active{
	color: #1f237a;
}

#reservations div{
	border-color: #1f237a !important;
}

/* BioLife Login Layout */

body.biolife_body {
	background: none;
	height: 100vh;
	font-size: 100%;
}

div.biolife_container {
	color: #1f237a;

	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	box-shadow: none !important;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

div.biolife_container > div#content_container {
    -webkit-flex: 1.618 1 auto;
    -ms-flex: 1.618 1 auto;
    flex: 1.618 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	padding-left: 10%;
}

div.biolife_container > div#content_container > div#login_container {
	-webkit-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

#header.biolife_header {
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	background: none;
	padding-left: 0;
	padding-top: 3em;
}

div.biolife_container > div#image_container {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	height: 90%;
    
    /* Image URL should be set by inline style, this is used as a fallback */
	background-image: url('images/ot-biolife-bg-de.png');
	background-size: cover;
	min-width: 40%;

    /* Creates the swoosh under the image container */
	border-radius: 0 0 50% 50%/10%;
}

div.biolife_container > div#image_container > div#logo_container a {
	float: right;
}

div.biolife_container > div#image_container > div#logo_container a > img {
    height: 5em;
    padding-top: .5em;
    padding-right: 1em;
}

div.biolife_container > div#image_container > div#header_text {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.biolife_container > div#image_container > div#header_text > div.circle {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    min-height: 12em;
    min-width: 12em;
	box-shadow: 0 0 0 2em rgba(255, 255, 255, 0.4);
}

div.biolife_container > div#image_container > div#header_text .header_text {
	font-size: xx-large;
	line-height: 1.5em;
	text-transform: uppercase;
}

div.biolife_container > div#image_container > div#header_text .header_text.line_1 {
	font-weight: bold;
}

div.biolife_container > div#message_container div.circle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /* Fixed circle container on the bottom edge of the page */
	position: fixed;
	width: 500px;
	height: 500px;
	left: 50%;
	bottom: -15%;
	background-color: rgba(240,120,0,0.8);
    border-radius: 50%;
    font-size: xx-large;
    color: white;
}

div.biolife_container > div#message_container div.circle > .message_text {
	padding-bottom: 15%;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: normal;
}

div#language_selection_biolife span.separator {
	color: #1f237a;
}

div#language_selection_biolife a.language_link {
	color: #1f237a;
	text-decoration: none;
}

div.users {
	width: auto;
	border: none;
	margin-top: 80px;
}

div.users div.error-text {
	font-size: large;
	margin: 0 0 0 1em;
}

div#welcome_container p {
	text-transform: uppercase;
	font-weight: bold;
}

.welcome_message {
	font-size: 40pt;
	margin-bottom: 0.5em;
}

.center_name {
	font-size: 25pt;
}

div.biolife_container div.users fieldset {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

div.biolife_container div.users fieldset label {
	min-width: 25%;
	font-size: larger;
}

div.users div.input {
	font-weight: bold;
	text-transform: uppercase;
	color: #1f237a;
	font-size: larger;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
	-webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

div.biolife_container input,
div.biolife_container div.submit input[type="submit"] {
	background: none;
	border-radius: 3em;
    border: 1px solid;
    margin: 2em;
    padding: 0.8em 2em;
	outline: none;

	font-size: auto;
	font-weight: normal;
	margin: 2em 0 0 0;
}

div.biolife_container input {
    color: #1f237a;
    padding-left: 1.5em;
}

div.biolife_container div.submit {
	margin: 0 0 0 1.5em;
	float: none;
}

div.biolife_container div.submit input[type="submit"] {
    background-color: #1f237a;
	color: #fff;
	text-transform: uppercase;
	border: none;
}

p.login_text {
    padding-right: 4em;
    font-size: 14pt;
}
