/***** Kunden Chat CSS ******/

.chatWindow {
    position: fixed;
    right: 30px;
    bottom: 0;
    padding: 0 30px;
    background: white;
    border: 1px solid #DDD;
    width: 350px;
    z-index: 9;
}

    .chatWindow .row {
        margin: 0 -15px !important;
    }

    .chatWindow .chatcontent {
        max-height: calc(70% - 40px);
    }

    .chatWindow .row.header {
        position: relative;
        color: white;
        margin: 0 -30px !important;
        padding: 5px 10px 0 10px;
        cursor: pointer;
        background-color: #1d658b;
    }

        .chatWindow .row.header .icon {
            float: left;
            margin-right: 25px;
        }

            .chatWindow .row.header .icon img {
                max-height: 40px;
            }

        .chatWindow .row.header .title .title-strong {
            font-weight: bold;
        }

        .chatWindow .row.header .title {
            float: left;
            padding: 5px;
            font-size: 18px;
        }

        .chatWindow .row.header .x {
            position: absolute;
            top: 0;
            right: 0;
            width: 45px;
            height: 100%;
            padding: 10px 15px;
            background-color: #185474 !important;
        }

    .chatWindow .info-container {
        padding: 10px 0px;
        margin: 0px -30px;
        background-color: rgb(233, 233, 233);
        color: rgb(139, 139, 139);
        text-align: center;
    }

        .chatWindow .info-container span.green {
            color: green;
        }

        .chatWindow .info-container span.red {
            color: red;
        }

        .chatWindow .info-container .info-container-strong {
            font-weight: bold;
        }

    .chatWindow .minimize {
        border: 1px solid #DDD;
        padding: 0 10px;
        cursor: pointer;
    }

    .chatWindow .controls {
        margin-bottom: 10px;
    }

    .chatWindow .chatmessage {
        float: left;
        width: 100%;
        padding: 5px;
        background-color: #FFF;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .chatWindow .chatmessage hr {
            margin: 3px;
        }

        .chatWindow .chatmessage.fremd .chatmessage-profile {
            float: left;
            width: 20%;
        }

        .chatWindow .chatmessage.fremd .chatmessage-item {
            float: right;
            width: 77%;
            text-align: left;
            font-size: 12px;
        }

        .chatWindow .chatmessage.fremd .chatmessage-item-time {
            text-align: left;
            color: rgb(136, 182, 206);
        }

        .chatWindow .chatmessage.meine .chatmessage-customer {
            float: right;
            width: 20%;
        }

        .chatWindow .chatmessage.meine .chatmessage-item {
            float: left;
            width: 77%;
            text-align: right;
            font-size: 12px;
        }

        .chatWindow .chatmessage.meine .chatmessage-item-time {
            text-align: right;
            color: rgb(136, 182, 206);
        }

.minimized .info-container {
    display: none;
}

.chatWindow .form-email {
    margin-top: 10px;
}

.chatWindow .form-kundenchat {
    height: 40px;
}

.chatWindow .btp-kundenchat {
    height: 40px;
    background-color: rgb(211, 211, 211);
}

.minimized .email-container {
    display: none;
}


.email-container input {
    width: 100%;
}

.email-container label {
    font-size: 0.7em;
}

.chatWindow .chatcontent {
    overflow-y: auto;
}

.chatWindow hr {
    margin-bottom: 0;
}

.chatWindow.minimized .chatcontent, .chatWindow.minimized .controls, .chatWindow.minimized hr {
    display: none;
}

#floatingCirclesG {
    float: right;
    margin-top: -8px;
    position: relative;
    width: 35px;
    height: 35px;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(255,255,255);
    height: 6px;
    width: 6px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 14px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 4px;
    top: 4px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 14px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 4px;
    top: 4px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 14px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 4px;
    bottom: 4px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 14px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 4px;
    bottom: 4px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.wait {
    float: left;
}

    .wait.hidden {
        display: none;
    }

.floated[name="email"] {
    top: -40px;
    display: none;
}

.email-container {
    clear: both;
}


    .email-container label {
        cursor: pointer;
        background-color: white;
    }

    .email-container > input {
        position: relative;
        top: 0px;
        transition: top 1s, display 1s;
        -webkit-transition: top 1s, display 1s;
        transition-timing-function: ease-in;
    }

.form-check {
    display: none;
}
