/*

LUMC stylesheet
version 201901

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

*/
/* --------------------------------------------------------------------------------------------------------------- */
/* -- GLOBAL STYLE -- */
/* ------------------ */

/* ------------------- *
 * -- COLOR PALETTE -- *
 * ------------------- *
 * main:			#007cc2
 * main menu:	#007cc2 bold
 * hover:			#003d7e bold
 * admn menu:	#666
 * hover:			#007cc2 underline

/* -- 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: #f8f8f8;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-align: left;
    background-color: #fcfcfc;
    color: #333;
    margin: 0;
    padding: 0;
}

/* -- MAIN -- */
div#main {
}

/* -- OTHERS -- */
strong {
    color: #007cc2 ;
    font-weight: 600;
}

label {
    color: #007cc2 ;
}

div#printing {
    display: none;
}

.invisible {
    display: none;
}

.unsupported {
    display: none;
}

.visible {
    display: inline;
}

a.mailto {
    font-weight: bold;
    font-size: 1.1em;
}

.modalWindowHeader {
    background: #007cc2 !important;
}

.modalWindow.session-info dt {
    color: #007cc2 !important;
}

span.not-applicable {
    color: #333 !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- HEADER -- */
/* ------------ */
div#head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background-color: #fff;
    /* border-bottom: #007cc2 solid thin; */
    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#institution {
    height: 0px;
    transition: all 0.3s;
}

div#head.scroll div#facility {
    height: 0px;
    transition: all 0.4s;
}

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;
    margin: auto;
    transition: all 0.3s;
}

div#institution {
    margin: 0;
    padding: 0;
    float: left;
    transition: all 0.4s;
}

div#logo {
    padding: 1em 0 0 0;
}

div#logo img {
    height: 5em;
    transition: all 0.5s;
}

/* -- FACILITY BANNER -- */
div#facility {
    transition: all 0.3s;
    height: 130px;
}

div#facility h1 {
    width: 85%;
    max-width: 1024px;
    margin: auto 0em auto auto;
    padding: 3em 0em 0em 0em;
    font-size: 1.2em;
    font-weight: 700;
    text-align: right;
    color: #003d7e;
    transition: all 0.3s;
}

div#facility h1 a {
    color: #003d7e;
    text-decoration: none;
}

div#facility h1 a:hover {
    color: #007cc2;
    text-decoration: underline;
}

select#change-core {
    color: #003d7e !important;
}

img#slide-menu-button {
    display: none;
}

/* -- SLIDE MENU -- */
nav#slide-menu {
    display: none;
}

/* -- MENU BANNER -- */
div#menu {
}

/* -- User Menu -- */
div#menu1 {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
    background-color: #;
    background-color: #fcfcfc;
    border-bottom-color: #007cc2;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

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: #007cc2;
    font-weight: bold;
    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: #003d7e;
    border-bottom: 3px solid #003d7e;
}

div#menu1 ul li:last-child a:hover {
    color: red;
    border: none;
    cursor: default;
    /*background-color: red;
	border-bottom: 3px solid red;*/
}

div#menu1 ul li.focus a {
    color: #003d7e;
    /*border-bottom: 3px solid #003d7e;*/
    font-weight: bold;
}

div#menu1 ul li.focus a:hover {
    color: #003d7e;
    border: none;
    border-bottom: 3px solid #003d7e;
    font-weight: bold;
}

/* -- Admin Menu -- */
div#menu2 {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 35px;
    background-color: #fcfcfc;
}

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: #666;
    float: left;
    padding: 0em;
    margin: 0;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 1.5em;
}

div#menu2 ul li a:hover {
    color: #007cc2;
    text-decoration: underline;
    /* border-bottom: 2px solid #febb36; */36 */
}

div#menu2 ul li.help-menu a:hover {
    color: white;
    border: none;
    cursor: help;
}

div#menu2 ul li.focus a {
    color: #000;
    border: none;
    /* text-decoration: underline; */
    /* font-weight: bold; */
}

div#menu2 ul li.focus a:hover {
    /* color: #FFE57F; */
    border-bottom: none;
    text-decoration: underline;
    /* 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: #007cc2 ;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #007cc2;
}

div#content h2 small {
    font-size: 0.5em;
}

div#content h2 a {
    color: #007cc2 ;
}

div#content h2 a:hover {
    color: #febb36;
    text-decoration: none;
}

div#content h3 {
    margin-top: 1em;
    font-size: 1.1em;
    color: #007cc2 ;
    text-align: left;
    font-weight: 600;
    padding-top: 0.75em;
    border-bottom: 1px dotted;
}

div#content h3 small {
    font-size: 0.6em;
}

div#content h3 a {
    color: #015A9E;
}

div#content h3 a:hover {
    color: #febb36;
    text-decoration: underline;
}

div#content h4 {
    font-size: 0.9em;
    color: #007cc2;
    text-align: left;
    font-weight: 600;
    /*border-bottom: 1px dotted;*/
}

div#content h4 small {
    font-size: 0.66em;
}

div#content a {
    color: #003d7e;
    text-decoration: none;
}

div#content a:hover {
    color: #007cc2;
    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: #007cc2 ;
}

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: #f8f8f8;
    background-color: rgba(70%,70%,70%,0.05);
    color: #007cc2 ;
    font-weight: bold;
    transition: box-shadow 0.3s;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.3);
    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: #FFFFFF;
    background-color: #007cc2 ;
    outline: none;
}

input[type="submit"].del, input[type="button"].del, button.del {
    color: #FF0000;
}

input[type="submit"].del:focus, input[type="button"].del:focus, button.del:focus {
    color: #FFFFFF;
    background-color: #FF0000;
}

input[type="submit"].reset, input[type="button"].reset, button.reset {
    color: #FFA500;
}

input[type="submit"].reset:focus, input[type="button"].reset:focus, button.reset:focus {
    color: #FFFFFF;
    background-color: #FFA500;
}

select {
    padding: 5px 0px;
    -webkit-appearance: menulist-button;
    height: 28px;
}

option {
    color: #003d7e;
}

input[type="text"], input[type="number"] {
    padding: 4px 0px;
    margin-top: 4px;
}

/* -- Filter Inputs -- */
input[type="text"].filter {
    /*width: 4em;*/
    width: 10%;
    color: #aaa;
    border: none;
    text-decoration: underline;
    background: transparent;
    transition: all 0.5s;
    padding: 5px 0px;
}

input[type="text"].filter:focus {
    background-color: white !important;
    outline: none;
}

/* -- TABLE STYLES -- */
table.sheet {
    border-collapse: collapse;
    empty-cells: show;
    /*border: 1px solid #007cc2 ;*/
}

table.sheet td {
    vertical-align: top;
    padding: 0.2em;
    border-right: 1px solid #C5CAE9;
    border-left: 1px solid #C5CAE9;
    border-bottom: 1px solid #C5CAE9;
}

table.sheet th {
    vertical-align: top;
    padding: 0.2em;
    border: 1px solid #C5CAE9;
    text-align: left;
    background-color: #E8EAF6;
    color: #003d7e;
    font-size: 0.8em;
}

/* -- POPUP -- */
div#popup {
    position: absolute;
    background-color: #7986CB;
    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;
    -webkit-box-shadow: 10px 10px 50px #222;
    -moz-box-shadow: 10px 10px 50px #222;
}

div#popup ul {
    margin: 0 0 0 0;
    padding: 5px;
    display: block;
    list-style-type: none;
    background-color: #f8f8f8;
    border-top: 1px solid #7986CB;
}

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;
    color: white !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- LOGIN PAGE -- */
/* ---------------- */
input#user, input#passwd {
    margin: 0;
    padding: 5px 0px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- HOME PAGE -- */
/* --------------- */
/* -- HOME SECTION -- */
p.new-features {
    background: rgb(255,229,127);
    background: rgba(255,229,127, 0.7);
    padding: 10px;
    border-radius: 4px;
}

p.new-features a {
    font-weight: bold;
    text-decoration: underline;
    color: #3F51B5;
}

div.home-action {
    background-color: #f8f8f8;
    background-color: rgba(70%,70%,70%,0.05);
    margin: 2em 0 1em 0;
    padding: 0 1em 1.5em 1em;
    border: 1px solid #ddd;
    border-color: rgba(60%,60%,60%,0.3);
    border-radius: 12px;
    transition: box-shadow 0.3s;
}

div.home-action:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

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 {
    background-color: #f8f8f8;
    background-color: rgba(70%,70%,70%,0.05);
    margin: 2em 0 1em 0;
    padding: 0 1em 1.5em 1em;
    border: 1px solid #ddd;
    border-color: rgba(60%,60%,60%,0.3);
    border-radius: 12px;
    transition: box-shadow 0.3s;
}

div.home-section:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

div.home-section h3 {
    padding-top: 0.5em !important;
    border: none !important;
}

div.home-section h3 a:hover {
    color: #007cc2 !important;
}

span.report-pub-msg {
    display: block;
    background: rgb(255,229,127);
    background: rgba(255,229,127, 0.7);
    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 -- */
/* --------------- */
/* -- Rate --*/
div#rate-display p {
    background-color: #ffb300 !important;
    font-weight: bold!important;
    font-size: medium;
}

/* -- List of bookable systems -- */
table.listsys {
    border: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}

table.listsys td {
    background-color: #f8f8f8;
    background-color: rgba(70%,70%,70%,0.05);
    margin: 2em 0 1em 0;
    padding: 0 1em 1.5em 1em;
    border: 1px solid #ddd;
    border-color: rgba(60%,60%,60%,0.3);
    border-radius: 12px;
    transition: box-shadow 0.3s;
}

table.listsys td:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

table.listsys td h3 {
    border: none !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- PLANNING PAGE -- */
/* ------------------- */
h3.planning-title {
    border-bottom: none !important;
}

div#content table.planning a {
    color: red;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- 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;
}

td.order-input input[type="text"] {
    display: block;
    margin: 0;
    padding: 5px;
    border-width: 0;
    text-align: right;
    background-color: #E4F3B5;
}

td.order-input input[type="text"]:focus {
    outline: none;
    background-color: #E4F3B5 !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- STAT PAGE -- */
/* --------------- */
/* -- Stat Action -- */
div.stat-action {
    background-color: #f8f8f8;
    background-color: rgba(70%,70%,70%,0.05);
    margin: 2em 0 1em 0;
    padding: 0 1em 1.5em 1em;
    border: 1px solid #ddd;
    border-color: rgba(60%,60%,60%,0.3);
    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: #007cc2 !important;
    opacity: 0.8;
    color: #fff;
}

div#content .stat1 {
    background: #7986CB !important;
    color: #fff;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- REPORTS PAGE -- */
/* ------------------ */
/* -- Report Name -- */
h3.report-name {
    border-bottom: 1px solid;
}

/* -- Report Description -- */
p.report-descr {
    font-size: 1em !important;
    font-weight: bold;
    color: #007cc2 ;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- INCIDENTS PAGE -- */
/* -------------------- */
div#incident-form {
    border: 1px solid black;
}

div#incident-form table {
    width: 100%;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- PROJECTS PAGE -- */
/* ------------------- */
form#search-proj {
    float: right;
    margin-top: -54px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- SETTINGS PAGE -- */
/* ------------------- */
p.questions-text {
    display: block;
    background: rgb(255,229,127);
    background: rgba(255,229,127, 0.7);
    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;
    width: 360px;
    float: right;
    border: 1px solid #555;
    padding: 10px;
    margin: 10px;
    background-color: white;
}

h3.price-title-short {
    width: 95% !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- CREDIT PAGE -- */
/* ----------------- */
p.questions-text {
    display: block;
    background: rgb(255,229,127);
    background: rgba(255,229,127, 0.7);
    margin-left: -4px;
    padding: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

p#credit-info {
    color: #555;
    width: 490px;
    float: right;
    border: 1px solid #555;
    padding: 10px;
    margin: 10px;
    background-color: white;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* -- FOOTER -- */
/* ------------ */
div#bottom {
    background-color: #f8f8f8;
    padding-bottom: 1em;
    text-align: left;
    color: #555;
    font-size: 0.7em;
    border-top: 1px solid #ddd;
    border-color: rgba(60%,60%,60%,0.3);
}

div#bottom4 {
    width: 85%;
    max-width: 1024px;
    margin: auto;
}

div#bottom4 p {
    margin: 0;
}

div#bottom4 a {
    text-decoration: none;
    color: #555;
}

div#bottom4 a:hover {
    color: #555;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* -- 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;
    }

    /* CODE FROM: http://callmenick.com/2014/03/26/slide-and-push-menus-with-css3-transitions/ */
    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);
    }

    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: #3F51B5;
        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: #ffffff;
        font-size: 0.75em;
    }

    nav#slide-menu ul li#menu-logout {
        background-color: red;
    }

    nav#slide-menu ul li a {
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;
        font-size: 1.25em;
    }

    /* END CODE */
    nav#slide-menu ul li.slide-menu1 {
        background-color: #3F51B5;
    }

    nav#slide-menu ul li.slide-menu2 {
        background-color: #007cc2 ;
    }

    div#facility h1 {
        padding-bottom: 0px !important;
    }

    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;
}
