
@charset "utf-8";
/* CSS Document
	eMotivo CMS */
.content_bottom {
    clear: both;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9; /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="submit"] {
    border-radius: 10px;
    border: 0;
    height: 35px;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.popupDarker{
    background:rgba(0,0,0,.4);
    display:block;
    visibility: hidden;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    left: 0;
    width:100%;
    z-index:10000;
}
.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}
.popupDarker .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.popupDarker > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}

.form-item {
    float: left;
    width: 50%;
}

.form-item input,
.form-item select,
.form-block textarea {
    display: block;
    height: 34px;
    width: 90%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
}

.form-block textarea {
    width: 96.5%;
    min-height: 250px;
}

.form-item input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
    font-family: inherit;
}

.form-block {
    width: 100%;
    clear: both;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

div.error,
textarea.error,
input.error {
    background: #FED6DC;
    border: 1px solid #990000;
}

input[type="radio"].inputRadio {
    background-color: #ddd;
    border-radius: 10px;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}

input[type="radio"].inputRadio:after {
    background-color: transparent;
    border-radius: 25px;
    content: '';
    display: block;
    height: 7px;
    left: -1px;
    position: relative;
    top: -1px;
    width: 7px;
}

input[type="radio"].inputRadio:checked {
    background-color: #aec4ff;
    border: initial;
}

input[type="radio"].inputRadio:checked:after {
    background-color: #6a8aff;
}

input[type="radio"].error {
    background: initial;
    border: initial;
    background-color: #fed6dc;
    border-radius: 10px;
    border: 1px solid #990000;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}

div.success {
    background: #CBF5C0;
    border: 1px solid #060;
    color: #060;
}

div.success,
div.error {
    padding: 12px 12px 0;
    margin-bottom: 20px;
}

.image-box {
    width: 300px;
    min-height: 300px;
    border: 1px solid #cccccc;
    background: #b1b1b1;
}

.image-box img {
    display: block;
    margin: 0 auto;
}

.table-bordered {
    border: 1px solid #DDD;
    border-right: none;
}

#page {
    max-width: 1250px;
}

#page #right .content .table-bordered th a {
    color: #fff;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table tr td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/** Formular */
.form-group {
    margin-bottom: 15px;
    display: block;
    padding: 1px 2.5% 1px .5%;
    float: left;
    min-width: 46%;
    width: 46%;
}

/* .form-group:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.inline-form {
    width: auto;
    float: left;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-default {
    color: #333;
    background-color: #e9a038;
    border-color: #CCC;
}

.alert-danger {
    color: #e9a038;
}

/** Farbanpassungen 1.1 */
body {
    background-color: #EFEFEF;
}

#page #top {
    border-bottom: 5px solid #e9a038;
    min-width: 0;
}

.btn {
    background-color: #e9a038;
    color: #ffffff;
}

#page #left .user {
    color: #ffffff;
    background-color: #e9a038;
}

#page #left .login {
    color: #ffffff;
    background-color: #e9a038;
}

#page #left .menu {
    background-color: #fff;
}

#page #left .menu .menu_top {
    padding: 5px 0 0 10px;
    background-image: none;
    background: #575757;
    color: #fff;
}

#page #left .menu .menu_middle li a {
    border-top: 1px solid #939393;
    color: #000;
}

#page #left .menu .menu_middle li a.norights {
    color: #C0C0C0;
}

#page #left .menu .menu_middle li a:hover {
    background-color: #e9a038;
    color: #ffffff;
}

#page #left .menu .menu_middle li a.active {
    background-color: #e9a038;
    color: #ffffff;
}

#page #left .menu .menu_middle li ul li a {
    background-color: #fff;
    background-image: url(../system_images/bg_menu.png);
}

#page #left .menu .menu_middle li ul li a:hover {
    background-color: #fff;
    color: #000;
}

#page #left .menu .menu_middle li ul li a.active {
    background-color: #fff;
    color: #000;
}

#page #left .menu p.kontakt {
    color: #575757;
}

#page #left .menu p.kontakt a {
    color: #575757;
}

#page #right .content {
    border: 1px solid #939393;
    background-color: #fff;
}

#page #right .content .content_top {
    background-image: none;
    background: #575757;
    color: #fff;
}

#page #right .content a {
    text-decoration: none;
    color: #313131;
}

#page #right input[type="submit"] {
    padding: 5px 20px;
    background-color: #f39100;
    border: 1px solid #efefef;
    color: #fff;
}

#page #right .content input[type="submit"], #page #right .content input.button, #page #right input[type="submit"] {
    background: #e9a038;
    color: #ffffff;
    cursor: pointer;
}

#page #right .content .img-link {
    background-color: #efefef;
    padding: 4px 8px;
    line-height: 26px;
    font-size: 17px;
}

#page #right .content .img-link a {
    color: #616161;
}

.table tr th {
    background: #e9a038;
    color: #fff;
}

.table tr th.tablet-th {
    background-color: #fdfdfe;
    color: #000;
    line-height: 35px;
}

.table tr th.tablet-th-dummy {
    content: "."
}

table.table tr:nth-child(odd) td {
    background: #e5a0a6;
}

@media only screen and (max-width: 1149px) {
    #page #left .menu .menu_top {
        padding: 2% 4%;
        width: 92%;
    }
}

#page #right .content .back-button {
    padding: 2px 5px;
    background-color: #e9a038;
    color: #fff;
}

/** */
table.dpTable {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    cursor: pointer;
}

tr.dpTitleTR {
    font-size: 1.2em;
}

td.dpTD {
    padding: 5px;
}

td.dpDayHighlightTD {
    background: #f39100;
    color: #fff;
}

/** Dashboard-Hinweis-Boxen **/
.statusbox.rot {
    color: #900;
}

.statusbox.orange {
    color: #f19001;
}

.statusbox.green {
    color: #189900;
}

.statusbox {
    float: left;
    width: 28%;
    margin-right: 1%;
    background-color: #FFF;
    padding: 20px;
    min-height: 160px;
}

.statusbox i.statusbox-icon,
.tablet-content i.statusbox-icon,
.statusbox .ueberschrift {
    font-size: 25px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.statusbox p {
    min-height: 45px;
}

.rounded {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.shaddow {
    -webkit-box-shadow: 2px 2px 2px 0 #A8A8A8;
    box-shadow: 2px 2px 2px 0 #A8A8A8;
}

.nomargin {
    margin-right: 0;
}

.tablet-content a,
.statusbox a,
.btn-grey {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    background-color: #B6B6B6;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    text-align: center;
}

.btn-grey {
    margin-top: 0;
}

.tablet-content {
    float: left;
    margin-right: 0;
    background-color: #FFF;
    padding: 20px;
    width: 96%;
    height: 100%;
}

.tablet-top-a,
.tablet-content .tablet-top-a,
.statusbox .tablet-top-a {
    padding: 0 1%;
    text-align: left;
    margin-bottom: 30px;
    background-color: #e5a0a6;
    font-size: 1.8em;
    color: #fff;
    cursor: pointer;
    width: 98%;
    border-radius: 0;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
}

.statusbox table i,
.tablet-content table i,
.tablet-content .tablet-top-a i,
.statusbox .tablet-top-a i {
    margin: 0;
    line-height: 30px;
}

.tablet-content table tr td {
    padding: 5px 10px;
    border: none;
}

.statusbox table tr td {
    padding: 5px 10px;
    border: none;
}

.tablet-content table tr td a {
    margin: 0;
    background-color: #e9a038;
}

.statusbox table tr td a {
    margin: 0;
    background-color: #e9a038;
}

span.button {
    padding: 3px 5px;
    background-color: #060;
    color: #fff;
    margin-left: 15px;
}

span.button-red {
    padding: 3px 5px;
    background-color: #e9a038;
    color: #fff;
    margin-left: 15px;
    line-height: 30px;
}

#page #right .content .button a, #page #right .content .button-red a {
    color: #fff;
}

.msg-info, .msg-success, .msg-warning, .msg-error, .msg-validation {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px;
}

.form-group .msg-info,
.form-group .msg-success,
.form-group .msg-warning,
.form-group .msg-error,
.form-group .msg-validation {
    margin: 0;
}

.msg-info {
    color: #00529B;
    background-color: #BDE5F8;
}

.msg-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.msg-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.msg-error {
    color: #D8000C;
    background-color: #FFBABA;
}

#page #top #logo {
    width: 100%;
    width: 1150px;
    max-height: 179px;
    top: 0;
    left: 0;
}

#page #top #logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

#page #top {
    width: 100%;
    height: 179px;
    background: #e5a0a6;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 29px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -24px;
}

input[type=checkbox].mitarbeiter-checkbox {
    height: 15px;
    width: 15px;
}

label.css-label {
    background-image: url(../images/checkboxcss.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sketchpadapp {
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rightside {
    float: left;
    margin-left: 10px;
}

#sketchpad {
    float: left;
    border: 2px solid #888;
    border-radius: 4px;
    position: relative; /* Necessary for correct mouse co-ords in Firefox */
}

.button01 {
    height: 30px;
    line-height: 30px;
}

/** Kalender **/
.table.calendar {
    padding: 0;
}
table.calendar td {
    border: 1px grey solid;
    width: 22px;
    vertical-align: top;

}

table.calendar tr.month {
    width: 100%;
    height: 75px;
    overflow: hidden;
}
table.calendar tr:nth-child(odd) td.weekday  {
    background: #fffdb9;
}
.day {
    background-color: #ffffff;
    /*! float: left; */
}
.empty {
    background-color: #e8e8e8;
}
.event {
    display: block;
    width: 100%;
    height: 20px;
    border: 1px solid black;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 45%;
    left: 50%;
    margin-left: -175px;
}

.popup .popuptext .scrollContainer {
    overflow-y: auto;
    max-height: 130px;
    width: 350px;
    padding: 20px 0 20px 0;
}

/* width */
.popup .popuptext .scrollContainer::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.popup .popuptext .scrollContainer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.popup .popuptext .scrollContainer::-webkit-scrollbar-thumb {
    background: rgba(220, 156, 176, 0.29);
    border-radius: 10px;
}

.popup .popuptext .scrollContainer hr{
    margin: auto;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right,
    rgba(255,255,255,0),
    rgba(255,255,255,75),
    rgba(255,255,255,0));
    width: 90%;
}

/* Handle on hover */
.popup .popuptext .scrollContainer::-webkit-scrollbar-thumb:hover {
    background: #cbb3d5;
}

#page #right .content .popuptext a{
    color: white;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.legende {
    width: 100%;
}
.legend {
    display: block;
    float: left;
    width: 30%;
    padding: 5px;
    margin: 5px;
    color: white;
    font-size: 0.8em;
    border: 1px solid black;
}
table.calendar td.empty {
    border: 0px grey solid;
}
table.calendar td.label {
    background-color: white;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media print {
    .tablet-top-a {
        display: none;
    }

    #page #right .content table td,
    table.table tr:nth-child(2n+1) td {
        background: #fff;
        font-size: 1vw;
    }

    #page #right .content .content-middle {
        padding-right: 50px !important;
    }

    #page {
        width: 200px !important;
    }
}

.tablet-top-b {
    padding: 0 1%;
    text-align: center;
    background-color: #eeeeee;
    color: #fff;
    cursor: pointer;
    width: 98%;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
}
.tablet-top-b:hover {
    opacity: 0.5;
}

.tablet-top-c {
    width: initial;
    border-radius: 10px;
    float: left;
    padding: 0 1%;
    text-align: left;
    margin-bottom: 5px;
    background-color: #e5a0a6;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}

.tablet-top-c:hover {
    opacity: 0.7;
}

table.table tr:nth-child(even) td .tablet-top-b {
    background-color: #e5a0a6;
}

table.table tr:nth-child(odd) td .tablet-top-b {
    background-color: #ffffff;
}

@media only screen and (max-width: 1149px) {
    #page #left {
        border-bottom: 5px solid #e9a038;
        border-right: 5px solid #e9a038;
    }
}