﻿body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

div .label {
    margin-top:10px;
}

.slideNav {
    flex-direction: row;
}

@media (max-width:500px) {
    .slideNav {
        flex-direction: column!important;
    }
}


.slidePartHeadline {
    font-size: 16px;
    color: black;
    line-height: 24px;
}


.slideMiniHeadline {
    font-size: 16px;
    font-weight: bold;
    /*text-decoration: underline;*/
    margin-bottom: 10px;
}

.slideMiniLabel {
    font-weight: bold;
    float: left;
    margin-right: 5px;
    font-size: 13px;
    padding-bottom: 3px;
    margin-left: 15px;
    color: gray;
}

.slideMiniText {
    font-size: 13px;
    padding-bottom: 3px;
}

.slideHeadline {
    color: #ff6900;
    font-size: 30px;
    font-family: "Arial", sans-serif;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 15px;
}

.ServiceSelectionView .tabulator {
    font-size: 14px;
}

.coupaRequisition {
    border-bottom: 1px dotted lightgray;
    font-size: 9pt;
}

    .coupaRequisition .header {
        font-weight: bold;
        width: 100%;
        background: lightgoldenrodyellow none repeat scroll 0% 0%;
        vertical-align: middle;
    }

    .coupaRequisition .selector {
        background-color: lightgoldenrodyellow;
    }

div.flex_row>.zal-table-action-button { /* ein zal-table-action-button der in einem div drin ist das mit flex_row klassifiziert ist */
    margin-right:8px;
}

html, body {
    height: 100%;
}

html, body {
    font-family: 'Trebuchet MS', Arial;
    /*background-image: url("img/bg.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

h1, h2, h3, h4, h5 {
    font-family: ;
    font-weight:bold;
}


#mainContent {
    padding-top: 65px;
}

.rooom_configuration_icon {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    display: table-cell;
}

.fa-rotate-20 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(20deg);
}


/* Spacer for absolute positioned elements*/
.spacer {
    height: 50px;
    /* margin: 0 0 -50px 0;*/
    margin: 20px 0 -50px 0; /* use this if you want #container to have a 'bottom padding', in this case of 20px */
    background: transparent; /* you'll need this if #container's parent element has a different background from #container itself */
}

@media screen and (max-width: 600px) {
}


@media screen and (min-width: 1300px) {

    .medium_screen {
        display: none;
    }

    .small_screen {
        display: none;
    }

    .large_screen {
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    .small_screen {
        display: none;
    }

    .large_screen {
        display: none;
    }

    .medium_screen {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .medium_screen {
        display: none;
    }

    .large_screen {
        display: none;
    }

    .small_screen {
        display: block;
    }
}

@media only screen and (min-width: 940px) {

    .typewriter {
        font-family: monospace;
        letter-spacing: .17em;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        border-right: .17em solid black;
        animation: typing 4s steps(44, end), blinking-cursor .5s step-end infinite;
    }

    @keyframes typing {
        from {
            width: 0
        }

        to {
            width: 24em
        }
    }

    @keyframes blinking-cursor {
        from, to {
            border-color: transparent
        }

        50% {
            border-color: gray;
        }
    }

    
}

.spacer {
    height: 50px;
    /* margin: 0 0 -50px 0;*/
    margin: 20px 0 -50px 0; /* use this if you want #container to have a 'bottom padding', in this case of 20px */
    background: transparent; /* you'll need this if #container's parent element has a different background from #container itself */
}

.inProgressColoration {
    border-left: 15px solid #ffb845;
}

.allDoneColoration {
    border-left: 15px solid #8edb5a;
}

.dangerColoration {
    border-left: 15px solid #bf2e2e;
}