/*

New stylesheet
version 201701 (modified for the DKFZ - highly appreciated!)

Copyright Stratocore SAS
Installing and running the PPMS software requires a license, contact info@stratocore.com for details
The PPMS licensing agreement DOES NOT allow any modification of the software (including stylesheets and images), contact info@stratocore.com for feature requests
The PPMS licensing agreement DOES NOT allow re-distribution of the software

*/
/* ------------------- *
 * -- COLOR PALETTE -- *
 * ------------------- *
 *
 * #E8EAF6 | M50 			somewhat gray 232,234,246
 * #C5CAE9 | M100			somewhat violet 197,202,233
 * #9FA8DA | M200			darker violet 159,168,218
 * #7986CB | M300			dark blue old? 121,134,203
 * #5C6BC0 | M400			light violet 92,107,192
 * #5987D1 | M500 - Main		DKFZ PANTONE 293,65% 89,135,209
 * #0047B9 | M600			todo: PANTONE 293 #0047B9
 * #303F9F | M700			dark blue 48,63,159
 * #0047B9 | M800			DKFZ PANTONE 293 0,71,185
 * #1A237E | M900			dark blue 26,35,126
 * --
 * #FFE57F | S100			todo: PANTONE YELLOW 50% #FFEB80
 * #FFD740 | S200			dark yellow 255,215,64
 * #FFC400 | S400			dark yellow 255,196,0
 * #0047B9 | S700 – Secondary	DKFZ PANTONE 293 0,71,185
 * --
 * #FCFCFC | BodyColor		todo: PANTONE 423 5% #FAFAFA
 * #F8F8F8 | PPMSGrey		todo: PANTONE 423 10% #F5F5F5
 * #DDDDDD | PPMSDarkGrey	todo: PANTONE 423 30% #E0E0E0
 * --
 * #FFA500 | Orange		todo: PANTONE ORANGE 021: #FF5C00 or YELLOW 100% ??????
 * #FF0000 | Red			pure red 255,0,0
 * 
 * ------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* -- GLOBAL STYLE -- */
/* ------------------ */
/* -- FONT FACE -- */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("opensans.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("opensans700.woff") format('woff');
}

/* -- BODY -- */
html {
  background-color: #F5F5F5;				/* PANTONE 423 10%, background of lower part of the main window, below footline */
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-align: left;
  background-color: #FAFAFA;				/* PANTONE 423 5%, main background colour (light gray) */
  color: #333;					/* dark gray 51,51,51, gray text colour, e.g. on Request page */
  margin: 0;
  padding: 0;
}
/* -- OTHERS -- */
strong {
  color: #009933;					/* PANTONE 347 (green), e.g. Today's Sessions, emphasized entries */
  font-weight: 600;
}
label {
  color: #009933;					/* #FF7426 PANTONE ORANGE 021: 85%, Home page: Book a system, Documents page: Enter the ACK reference.... */
}
div#printing {
  display: none;
}
.invisible {
  display: none;
}
.unsupported {
  display: none;
}
.visible {
  display: inline;
}
a.mailto {
  font-weight: bold;
  font-size: 1.1em;
}
.modalWindowHeader {
  background: #5987d1 !important;			/* PANTONE 293,65% */
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- HEADER -- */
/* ------------ */
div#head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background-color: #5987D1;				/* PANTONE 293, 65%; top head line background, e.g. PPMS for the .... */
  box-shadow: 0px 1px 10px 0px #000;			/* black 0,0,0 */
  transition: all 0.3s;
}
div#head.scroll {
  transition: all 0.3s;
}
div#head.scroll div#institution div#logo img {
  height: 0px;
  transition: all 0.2s;
}
div#head.scroll div#facility h1 {
/*display: none;*/
  font-size: 0em;
  transition: all 0.3s;
}
div#head.scroll select#change-core {
  display: none;
}
/* -- INSTITUTION AND LOGO (for Customization) -- */
div#banner {
  margin: 0;
  padding: 0;
  width: 85%;
  max-width: 1024px;
  transition: all 0.3s;
  margin: auto;
}
div#institution {
  margin: 0;
  padding: 0;
  height: 0px;
  float: right;
}
div#logo {
  height: 65px;
  padding: 6px 0;					/* originally 10px, distance of the DKFZ logo from the top */
}
div#logo img {
  height: 65px;
  transition: all 0.5s;
}
/* -- FACILITY BANNER -- */
div#facility {
  transition: all 0.3s;
}
div#facility h1 {
  width: 85%;
  max-width: 1024px;
  font-size: 1.7em;
  font-weight: 700;
  margin: auto 0;
  padding: 0.75em 0;
  color: #fff;					/* white 255,255,255 */
  transition: all 0.3s;
}
div#facility h1 a {
  color: #fff;					/* white 255,255,255 */
  text-decoration: none;
}
div#facility h1 a:hover {
  color: #FFEB80;					/* PANTONE YELLOW 50%, e.g. text colour 'DKFZ Light Microscopy Facility' while hovering */
  text-decoration: none;
}
img#slide-menu-button {
  display: none;
}
/* -- SLIDE MENU -- */
nav#slide-menu {
  display: none;
}
/* -- MENU BANNER -- */
/* -- User Menu -- */
div#menu1 {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 40px;
  background-color: #2662C3;				/* PANTONE 293,65%, User Menu, mid head line background, e.g. Home, Book, ... */
}
div#menu1 ul {
  margin: auto;
  padding: 0;
  list-style-type: none;
  font-size: 0px;
  width: 85%;
  max-width: 1024px;
  margin-top: 0px;
  height: 40px;
}
div#menu1 ul li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 15px;
  height: 40px;
}
div#menu1 ul li a {
  color: #fff;					/* white 255,255,255, text colour mid stripe */
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 40px;
  padding-top: 8px;
  padding-bottom: 7px;
  margin-right: 1.5em;
}
div#menu1 ul li:last-child a {
  margin-right: 0em;
}
div#menu1 ul li a:hover {
  color: #FFEB80;					/* PANTONE YELLOW 012, 50% */
  border-bottom: 3px solid #FFDC26;			/* PANTONE YELLOW 012, 85%; text underline mid stripe */
}
div#menu1 ul li:last-child a:hover {
  color: #f00;					/* greenish red 240,15,0 */
  border: none;
  cursor: default;
}
div#menu1 ul li.focus a {
  color: #FFEB80;					/* PANTONE YELLOW 50% */
  font-weight: bold;
}
div#menu1 ul li.focus a:hover {
  color: #FFEB80;					/* PANTONE YELLOW 50% */
  border: none;
  font-weight: bold;
}
/* -- Admin Menu -- */
div#menu2 {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 35px;
  background-color: #0047B9;				/* PANTONE 293, Admin Menu, lower head line background, e.g. Incidents, User rights, ... */
}
div#menu2 ul {
  margin: auto;
  padding: 0;
  list-style-type: none;
  font-size: 0px;
  width: 85%;
  max-width: 1024px;
}
div#menu2 ul li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 15px;
  height: 35px;
}
div#menu2 ul li a {
  color: #fff;					/* white 255,255,255; Admin Menu, text of lower head line */
  float: left;
  padding: 0em;
  margin: 0;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 5px;
  margin-right: 1.5em;
}
div#menu2 ul li a:hover {
  color: #FFEB80;					/* PANTONE YELLOW 50% */
  border-bottom: 3px solid #FFDC26;			/* PANTONE YELLOW 012, 85%; text underline lower stripe */
}
div#menu2 ul li.help-menu a:hover {
  color: #fff;					/* white 255,255,255, help menu, ? */
  border: none;
  cursor: help;
}
div#menu2 ul li.focus a {
  color: #FFEB80;					/* PANTONE YELLOW 50% */
  border: none;
  font-weight: bold;
}
div#menu2 ul li.focus a:hover {
  color: #FFEB80;					/* PANTONE YELLOW 50% */
  border-bottom: none;
  font-weight: bold;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- CONTENT -- */
/* ------------- */
/* -- GLOBAL -- */
div#content {
  width: 85%;
  max-width: 1024px;
  min-height: 400px;
  margin: auto;
  padding-top: 10em;
/*padding-top: 12.5%;*/
  padding-bottom: 4em;
}
div#content h2 {
  font-size: 1.5em;
  color: #0047B9;					/* PANTONE 293 0,71,185, caption, e.g. Home */
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #5987D1;			/* PANTONE 293,65% 89,135,209 */
}
div#content h2 small {
  font-size: 0.5em;
}
div#content h2 a {
  color: #0047B9;					/* PANTONE 293 0,71,185 */
}
div#content h2 a:hover {
  color: #FF7426;					/* PANTONE ORANGE 021 85% */
  text-decoration: none;
}
div#content h3 {					/* captions of the boxes and also above dotted lines */
  margin-top: 0em;					/* originally 1em; top margin e.g. of the boxes */
  font-size: 1.1em;
  color: #0047B9;					/* PANTONE 293 0,71,185 */
  text-align: left;
  font-weight: 600;
  padding-top: 0.75em;				/* originally 0.75em; top padding of the caption, additionally to margin */
  border-bottom: 1px dotted;
}
div#content h3 small {
  font-size: 0.6em;
}
div#content h3 a {
  color: #0047B9;					/* PANTONE 293 0,71,185 */
}
div#content h3 a:hover {
  color: #FF7426;					/* PANTONE ORANGE 021 85% */
  text-decoration: underline;
}
div#content h4 {
  font-size: 0.9em;
  color: #5c6bc0;					/* violet, #5c6bc0; 92,107,192; ToDo: replace by blue #2662C3 ? */
  text-align: left;
  font-weight: 600;
/*border-bottom: 1px dotted;*/
}
div#content h4 small {
  font-size: 0.66em;
}
div#content a {
  color: #0047B9;					/* PANTONE 293, Account Creation Request, etc. */
  text-decoration: none;
}
div#content a:hover {
  color: #FF7426;					/* PANTONE ORANGE 021 85%, e.g. instruments on booking page or incidents on home page */
  text-decoration: underline;
}
div#content ul {
  list-style-image: url("Basic1.png");
}
div#content li {
  margin-bottom: 0.5em;
}
div#content p,
div#content li,
div#content td {
  font-size: 0.8em;
}
div#content dt {
  font-size: 0.9em;
  margin-left: 0em;
  font-weight: 700;
  color: #0047B9;					/* PANTONE 293 0,71,185 */
}
div#content dd {
  font-size: 0.8em;
  margin-left: 0em;
}
/* -- FORM STYLES -- */
input[type="submit"],
input[type="button"],
button {
  padding: 5px;
/*border: none;*/
/*background: transparent;*/
  background-color: #F5F5F5;				/* PANTONE 423 10% */
  background-color: rgba(179,179,179,0.05);		/* n.d. */
  color: #0047B9;					/* PANTONE 293 0,71,185 */
  font-weight: bold;
  transition: box-shadow 0.3s;
  border: 1px solid #ccc;				/* gray 204,204,204 */
  border: 1px solid rgba(0,0,0,0.3);			/* n.d. */
  border-radius: 2px;
/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2);
}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  color: #fff;					/* white 255,255,255 */
  background-color: #0047B9;				/* PANTONE 293 0,71,185 */
  outline: none;
}
input[type="submit"].del,
input[type="button"].del,
button.del {
  color: #f00;					/* greenish red 240,15,0 */
}
input[type="submit"].del:focus,
input[type="button"].del:focus,
button.del:focus {
  color: #fff;					/* white 255,255,255 */
  background-color: #f00;				/* greenish red 240,15,0 */
}
input[type="submit"].reset,
input[type="button"].reset,
button.reset {
  color: #FF5C00;					/* PANTONE ORANGE 021: */
}
input[type="submit"].reset:focus,
input[type="button"].reset:focus,
button.reset:focus {
  color: #fff;					/* white 255,255,255 */
  background-color: #FF5C00;				/* PANTONE ORANGE 021: */
}
select {
  padding: 5px 0px;
  -webkit-appearance: menulist-button;
  height: 28px;
}
option {
  color: #2662C3;					/* PANTONE 293: 65%; e.g. Statistics page, System names */
}
input[type="text"] {
  padding: 4px 0px;
  margin-top: 4px;
}
/* -- Filter Inputs -- */
input[type="text"].filter {
/*width: 4em;*/
  width: 10%;
  color: #aaa;					/* mid gray 170,170,170 */
  border: none;
  text-decoration: underline;
  background: transparent;
  transition: all 0.5s;
  padding: 5px 0px;
}
input[type="text"].filter:focus {
  background-color: #fff !important;			/* white 255,255,255 */
  outline: none;
}
/* -- TABLE STYLES -- */
table.sheet {
  border-collapse: collapse;
  empty-cells: show;
/*border: 1px solid M800;*/
}
table.sheet td {
  vertical-align: top;
  padding: 0.2em;
  border-right: 1px solid #8CACDF;			/* PANTONE: RED 032, e.g. Publications site, table borders */
  border-left: 1px solid #8CACDF;			/* PANTONE: RED 032, e.g. Publications site, table borders */
  border-bottom: 1px solid #8CACDF;			/* PANTONE: RED 032, e.g. Publications site, table borders */
}
table.sheet th {
  vertical-align: top;
  padding: 0.2em;
  border: 1px solid #8CACDF;				/* PANTONE: RED 032, e.g. Publications site, table borders */
  text-align: left;
  background-color: #BFD1ED !important;		/* PANTONE 293: 25%, ToDo: 10%, background of the headline cells in a table */
  color: #0047B9;					/* PANTONE 293, text colour of the headline cells in a table  */
  font-size: 0.8em;
}
/* -- POPUP -- */
div#popup {
  position: absolute;
  background-color: #7986cb;				/* #7986cb; dark blue old? 121,134,203 */
  display: none;
  margin: 50px;
  padding: 4px;
  line-height: 1.4em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 10px 10px 50px #222;			/* almost black 34,34,34 */
  -webkit-box-shadow: 10px 10px 50px #222;		/* almost black 34,34,34 */
  -moz-box-shadow: 10px 10px 50px #222;		/* almost black 34,34,34 */
}
div#popup ul {
  margin: 0 0 0 0;
  padding: 5px;
  display: block;
  list-style-type: none;
  background-color: #F5F5F5;				/* PANTONE 423 10% */
  border-top: 1px solid #7986cb;			/* dark blue old? 121,134,203 */
}
div#popup ul li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0.6em;
}
div#popup ul li a {
  margin: 0;
  padding: 0.5em 0.7em;
  text-decoration: none !important;
  background-color: #5c6bc0;				/* #5c6bc0; violet 92,107,192; ToDo: replace by blue 85% */
  color: #fff !important;				/* white 255,255,255 */
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- LOGIN PAGE -- */
/* ---------------- */
input#user,
input#passwd {
  margin: 0;
  padding: 5px 0px;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- HOME PAGE -- */
/* --------------- */
/* -- HOME SECTION -- */
p.new-features {
  background: #FFEB80;				/* PANTONE YELLOW 50% */
  background: rgba(255,235,128,0.7);			/* n.d. */
  padding: 10px;
  border-radius: 4px;
}
p.new-features a {
  font-weight: bold;
  text-decoration: underline;
  color: #5987d1;					/* PANTONE 293,65% 89,135,209 */
}

div#home-notifications {
  background-color: #F5F5F5 !important;		/* gray #E5E5E5; 229,229,229; top box section on Home page  */
}

div.noprint.home-main.home-action{
  background-color: #F5F5F5 !important;		/* gray #E5E5E5; 229,229,229; second box section on Home page  */
  margin: 2em 0 0 0;				/* ori: 2em 0 1em 0 */
  padding: 0 1em 1em 1em;				/* ori: 0 1em 1.5em 1em */
  border: 1px solid #ddd;				/* bright gray 221,221,221 */
  border-color: rgba(153,153,153,0.3);			/* n.d. */
  border-radius: 12px;
  transition: box-shadow 0.3s;
}
div.home-action:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);		/* n.d. */
}
div.home-action h3 {
  border: none !important;
}
select.home-button {
  font-size: 1.2em;
  padding: 10px;
  width: 66%;
  height: 40px;
}
input[type="submit"].home-button {
  font-size: 1.3em;
  padding: 10px;
/*padding-top: 8px;*/
  width: 33%;
}
div.home-section {					/* Home page: general lower boxes */
  background-color: #F5F5F5;				/* PANTONE 423 10% */
  background-color: #F5F5F5 !important;		/* PANTONE 423 10%; box sections on Home page  */
  margin: 2em 0 0 0;				/* ori: 2em 0 1em 0 */
  padding: 0 1em 1em 1em;				/* ori: 0 1em 1.5em 1em */
  border: 1px solid #ddd;				/* bright gray 221,221,221 */
  border-color: rgba(153,153,153,0.3);			/* bright gray 221,221,221 */
  border-radius: 12px;
  transition: box-shadow 0.3s;
}
div.home-section:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);		/* n.d. */
}
div.home-section h3 {
  padding-top: 0.5em !important;
  border: none !important;
}
div.home-section h3 a:hover {
  color: #FF5C00 !important;				/* PANTONE ORANGE 021: 85% */
}
span.report-pub-msg {
  display: block;
  background: #FFEB80;				/* PANTONE YELLOW 50%; report publication ??? */
  background: rgba(255,245,128,0.7);			/* n.d. */
  margin-left: -4px;
  padding: 5px;
  margin-top: 3px;
  border-radius: 5px;
}
div#report-inc select {
  width: 66%;
  padding: 5px 0px;
}
div#report-inc input[type="submit"] {
  width: 25%;
  padding: 6px;
}
div#home-reports p {
  font-size: 1em;
  font-weight: 700;
  margin-top: 2em;
}
div#home-reports div.dataTables_wrapper {
  overflow-x: auto;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- BOOK PAGE -- */
/* --------------- */
/* -- List of bookable systems -- */
table.listsys {
  border: 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;				/* ori: 20px; Distance between boxes on Book page */
}
table.listsys td {
  background-color: #F5F5F5;				/* PANTONE 423 10%; e.g. background colour of sections on Book page */
  margin: 2em 0 1em 0;				/* ORI: 2em 0 1em 0 */ /* margins: top, right, bottom, left */
  padding: 0 1em 0.5em 1em;				/* ORI: 0 1em 1.5em 1em */ /* box borders: top, right, bottom, left */
  border: 1px solid #ddd;				/* bright gray 221,221,221 */
  border-color: rgba(153,153,153,0.3);			/* n.d. */
  border-radius: 12px;				/* roundness of boxes */
  transition: box-shadow 0.3s;
}
table.listsys td:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);		/* n.d. */
}
table.listsys td h3 {
  border: none !important;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- PLANNING PAGE -- */
/* ------------------- */
h3.planning-title {
  border-bottom: none !important;
}
div#content table.planning a {
  color: #f00;					/* greenish red 240,15,0 */
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- ORDER PAGE -- */
/* ---------------- */
/* -- Order Select -- */
select.order-select {
  width: 25%;
  margin-top: 5px;
}
/* -- Order Input -- */
td.order-input {
  text-align: right;
  padding: 2px;
  background-color: #e4f3b5;				/* greenish yellow 228,243,181 */
}
td.order-input input[type="text"] {
  display: block;
  margin: 0;
  padding: 5px;
  border-width: 0;
  text-align: right;
  background-color: #e4f3b5;				/* greenish yellow 228,243,181 */
}
td.order-input input[type="text"]:focus {
  outline: none;
  background-color: #e4f3b5 !important;			/* greenish yellow 228,243,181 */
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- STAT PAGE -- */
/* --------------- */
/* -- Stat Action -- */
div.stat-action {
  background-color: #F5F5F5;				/* PANTONE 423 10% */
  background-color: rgba(179,179,179,0.05);		/* n.d. */
  margin: 2em 0 1em 0;
  padding: 0 1em 1.5em 1em;
  border: 1px solid #ddd;				/* bright gray 221,221,221 */
  border-color: rgba(153,153,153,0.3);			/* n.d. */
  border-radius: 12px;
  transition: box-shadow 0.3s;
}
div.stat-action:hover {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
/* -- Stat Colors -- */
div#content .stat2 {
  background: #0047B9 !important;			/* PANTONE 293; Statistics bar dark type */
  opacity: 0.8;
  color: #fff;					/* white 255,255,255; Statistics bar text */
}
div#content .stat1 {
  background: #8CACDF !important;			/* PANTONE 293: 45%; Statistics bar bright type */
  color: #fff;					/* white 255,255,255; Statistics bar text */
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- REPORTS PAGE -- */
/* ------------------ */
/* -- Report Name -- */
h3.report-name {
  border-bottom: 1px solid;
}
/* -- Report Description -- */
p.report-descr {
  font-size: 1em !important;
  font-weight: bold;
  color: #0047B9;					/* PANTONE 293 0,71,185; Legend, description below capture, e.g. Rate of hours booked... */
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- INCIDENTS PAGE -- */
/* -------------------- */
div#incident-form {
  border: 1px solid #000;				/* black 0,0,0; black frame on Incidents page */
}
div#incident-form table {
  width: 100%;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- PROJECTS PAGE -- */
/* ------------------- */
form#search-proj {
  float: right;
  margin-top: -54px;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- SETTINGS PAGE -- */
/* ------------------- */
p.questions-text {
  display: block;
  background: #FFEB80;				/* PANTONE YELLOW 50% */
  background: rgba(255,235,128,0.7);			/* n.d. */
  margin-left: -4px;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- ADMINS PAGE -- */
/* ----------------- */
h3#createlink {
  border: none !important;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- PRICE PAGE -- */
/* ---------------- */
p#price-info {
  color: #555;					/* dark gray 85,85,85 */
  width: 360px;
  float: right;
  border: 1px solid #555;				/* dark gray 85,85,85 */
  padding: 10px;
  margin: 10px;
  background-color: #fff;				/* white 255,255,255 */
}
h3.price-title-short {
  width: 95% !important;
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- CREDIT PAGE -- */
/* ----------------- */
p.questions-text {
  display: block;
  background: #FFEB80;				/* PANTONE YELLOW 50% */
  background: rgba(255,235,128,0.7);			/* n.d. */
  margin-left: -4px;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
p#credit-info {
  color: #555;					/* dark gray 85,85,85 */
  width: 490px;
  float: right;
  border: 1px solid #555;				/* dark gray 85,85,85 */
  padding: 10px;
  margin: 10px;
  background-color: #fff;				/* white 255,255,255 */
}
/* --------------------------------------------------------------------------------------------------------------- */
/* -- FOOTER -- */
/* ------------ */
div#bottom {
  background-color: #F5F5F5;				/* PANTONE 423 10% */
  padding-bottom: 1em;
  text-align: left;
  color: #555;					/* dark gray 85,85,85 */
  font-size: 0.7em;
  border-top: 1px solid #ddd;				/* bright gray 221,221,221 */
  border-color: rgba(153,153,153,0.3);			/* n.d. */
}
div#bottom4 {
  width: 85%;
  max-width: 1024px;
  margin: auto;
}
div#bottom4 p {
  margin: 0;
}
div#bottom4 a {
  text-decoration: none;
  color: #555;					/* dark gray 85,85,85 */
}
div#bottom4 a:hover {
  color: #555;					/* dark gray 85,85,85; todo: orange? */
}
/* ------------------------------------------------------------------------------------------------------------- */
/* -- MAX-WIDTH: 1023px; -- */
/* ------------------------ */
@media all and (min-width: 930px) and (max-width: 1023px) {
  div#menu1 ul li a {
    margin-right: 0.99em;
  }
  div#menu2 ul li a {
    margin-right: 1em;
  }
}
/* ------------------------------------------------------------------------------------------------------------- */
/* -- MAX-WIDTH: 930px; -- */
/* ----------------------- */
@media all and (max-width: 930px) {
  div#head.scroll div#facility h1,
  div#facility h1 {
    font-size: 1.2em;
  }
  img#slide-menu-button {
    display: inline !important;
    float: left;
    height: 35px;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 10px;
    background-color: #5987d1 !important;		/* PANTONE 293,65% 89,135,209 */
  }
  body.menu-open nav#slide-menu {
    left: 0;
  }
  body.menu-open div#main {
    left: 220px;
  }
  body.menu-open div#head {
    position: relative;
  }
  .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);			/* black */
  }
  div#main {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav#slide-menu {
    display: block !important;
    position: fixed;
    z-index: 20;
    background-color: #5987D1 !important;		/* PANTONE 293,65% 89,135,209 */
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    left: -300px;
    width: 220px;
    height: 100%;
  }
  nav#slide-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav#slide-menu ul li {
    display: block;
    text-align: center;
    border-bottom: solid 1px #e2e1e1;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;					/* white 255,255,255 */
    font-size: 0.75em;
  }
  nav#slide-menu ul li#menu-logout {
    background-color: #f00;				/* greenish red 240,15,0 */
  }
  nav#slide-menu ul li a {
    font-weight: 600;
    color: #fff; /* white 255,255,255 */
    text-decoration: none;
    font-size: 1.25em;
  }
  nav#slide-menu ul li.slide-menu1 {
    background-color: #5987d1 !important;		/* PANTONE 293,65% 89,135,209 */
  }
  nav#slide-menu ul li.slide-menu2 {
    background-color: #0047B9 !important;		/* PANTONE 293 0,71,185 */
  }
  div#facility {
    background-color: #5987d1 !important;		/* PANTONE 293,65% 89,135,209 */
  }
  div#facility h1 {
    padding-bottom: 0px !important;
    color: #fff !important;				/* white 255,255,255 */
  }
  div#menu {
    display: none;
  }
  div#content {
    padding-top: 5em !important;
  }
}
/* ------------------------------------------------------------------------------------------------------------- */
/* -- MAX-WIDTH: 640px; -- */
/* ----------------------- */
@media all and (max-width: 640px) {
  div.home-left,
  div.home-right {
    float: none !important;
    width: 100% !important;
  }
}
/* ------------------------------------------------------------------------------------------------------------- */
/* -- MAX-WIDTH: 385px; -- */
/* ----------------------- */
@media all and (max-width: 385px) {
  div#head.scroll div#facility h1,
  div#facility h1 {
    font-size: 1em;
  }
  select.home-button {
    width: 60%;
  }
}
/* ------------------------------------------------------------------------------------------------------------- */
/* -- IE8 -- */
/* --------- */
.ie8 div#head {
  position: relative;
}
.ie8 div#content {
  padding-top: 0em;
}
.ie8 div#menu1 ul li a {
  padding-bottom: 9px;
}
.ie8 div#menu2 ul li a {
  padding-bottom: 9px;
}
