@charset "utf-8";
/* CSS Document */

/* ----- LOGOS ----- */

.mdplogo {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: -50px;
}

.schullogo {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}


body {
    overflow-y: scroll;
    background: #BCBCBC;
}

.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
    /* margin-top: 90px; */
    background-color: #FFF;

    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);

    font-family: "General Sans", sans-serif;
    color: #6F0006;
    text-align: center;
}

.form-signin .form-signin-heading {
    color: #6F0006;
    font-family: "General Sans", sans-serif;
    font-weight: 600;
}

.form-signin input[type="login"],
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}

.signin-form, .body-container {
    /* border: solid red 1px; */
    margin-top: 110px;
}

.navbar-brand {
    font-family: "General Sans", sans-serif;
    font-weight: bold;
}

#btn-submit {
    height: 45px;
}

.message {
    margin-top: 30px;
    display: none;
}

.newsletterDownload {
    margin-top: 10px;
}

.btn {
    margin-right: 20px;
    color: #fff;
    font-family: "General Sans" sans-serif;
    font-weight: normal;
    background: #6F0006;
}

.btn-default {
    text-shadow: none !important;
}

#btn-send-newsletter-email {
    font-weight: bold;
}

.alert {
    margin: 10px 0;
}

#csv-preview {
    display: none;
}

/* ------- Tables ---------- */

.es-time-table th, .es-time-table td {
    font-weight: bold;
    height: 55px;
    text-align: center;
    vertical-align: middle !important;
}

.es-time-table-available {
    background-color: #A4E4A0;
}

.es-time-table-break {
    background-color: #CBCBCC;
}

.es-time-table-occupied {
    background-color: #D4999F;
}
.col1 {
   width:25%;
}
.col2 {
   width:65%;
}

.only-print {
   display: none;
}
/* ------- print ------- */

@media print {
    body * {
        visibility: hidden;
    }

   .es-time-table th, .es-time-table td {
       font-size: 10pt;
       font-weight: normal;
       height: 23px;
       text-align: center;
       vertical-align: middle !important;
       padding: 5px !important;
   }
    .es-time-table-occupied {
        background-color: #D4999F;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .section-to-print, .section-to-print * {
        visibility: visible;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
 
    .col1 {
       width:200px;
    }
    .col2 {
       width:400px;
    }

    .section-to-print {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }
    .only-print {
        display: inline;
    }

    .no-print {
      display: none;
    }
}

/* CUSTOM FONTS */
@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://terminplaner.mdp-ruhr.de/fonts/GeneralSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://terminplaner.mdp-ruhr.de/fonts/GeneralSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://terminplaner.mdp-ruhr.de/fonts/GeneralSans-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://terminplaner.mdp-ruhr.de/fonts/GeneralSans-Medium.ttf') format('truetype');
}
