﻿body.liveChat {
    background: url('squairy_light.png');
    padding: 15px 0
}

h2 {
    color: #999
}

h3.title {
    color: #94ba65;
    -webkit-text-shadow: 0px -1px 0px #666;
    text-shadow: 0px -1px 0px #666;
    font-size: 45px;
    margin-bottom: -5px
}

h5 {
    color: #999
}

#typing-indicator-client {
    position: absolute; 
    left: 10px; 
    bottom: 62px; 
    display: none;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    background-color: #F0F0F0;
    font-size: 10px;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif
}

#typing-indicator-operator {
    position: absolute; 
    left: 10px; 
    bottom: 173px; 
    display: none;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    background-color: #F0F0F0;
    font-size: 10px;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif
}

#noChatText {
    margin: 15px; 
    height: 570px;
    background: none;
}

#chatText {
    background-color: #FFF;
    position: relative
}

#iframeLiveChat {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000000001;
    border: solid 1px #666;
    background-color: #FFF;
    overflow: hidden;
}

.iframeFullscreen {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000000001;
    border: solid 10px #666;
    background-color: #FFF;
    overflow: hidden;
    width: 100%
}

#liveChatOverlay {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000000000;
     background-color: #000;
     opacity: .5
}

.liveChatButton {
    position: fixed;
    left: 0px;
    top: 20%;
    z-index: 100000;
    cursor: pointer;
    background: url('livechat-left.png');
    width: 30px;
    height: 113px;
}

.liveChatButton-Custom {
    position: fixed;
    left: 0px;
    top: 20%;
    z-index: 100000;
    cursor: pointer;
}

.chatBox {
    padding: 10px;
    overflow-y: auto;
    background-color: #FFF
}

    .chatBox .alert {
        padding: 5px !important;
        margin-bottom: 10px !important;
    }

.messageContainer {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #F0F0F0;
}

    .messageContainer .time {
        font-size: 10px;
        font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
        color: #666;
        margin-left: 22px;
    }

ul.nav li a {
    padding: 5px
}

ul.dropdown-menu li a {
    padding: 10px
}

.modal-header {
  color: #666;
  padding: 10px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-header h3 {
    font-size: 16px
}

.box {
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fbfbfb;
    -moz-box-shadow: 0 2px 2px -2px #cccccc;
    -webkit-box-shadow: 0 2px 2px -2px #cccccc;
    box-shadow: 0 2px 2px -2px #cccccc;
}

.show-banner {
    background: #FFF url('helga-von-chattenstien.png') no-repeat 0 bottom; 
}

.show-banner-plain {
    background: #FFF url('blue-waves.png') no-repeat 0 bottom; 
}

.modal-large {
    margin-left: -370px;
    width: 740px;
}


/*FAQ*/
.faq-container .faq-search {
    margin-bottom: 2em;
    text-align: right;
}

    .faq-container .faq-search input {
        display: block;
        padding: 2%;
        width: 96%;
    }

.faq-container .faq-empty {
    display: none;
}

.faq-container .faq-toc {
    margin: 2em 0 0;
    padding: 1.5em 0;
    border: 1px dotted #CCC;
    border-right: none;
    border-left: none;
}

    .faq-container .faq-toc ol {
        margin: 0;
        padding: 0;
    }

        .faq-container .faq-toc ol li {
            margin-bottom: .75em;
            list-style: none;
        }

            .faq-container .faq-toc ol li a {
                margin-left: .5em;
            }

.faq-container .faq-list {
    margin: 3em 0 0;
    padding: 0;
    list-style: none;
}

    .faq-container .faq-list li {
        display: table;
        margin-bottom: 2em;
    }

        .faq-container .faq-list li .faq-icon {
            display: table-cell;
            padding-right: 1.25em;
            vertical-align: top;
        }

        .faq-container .faq-list li .faq-text {
            display: table-cell;
            vertical-align: top;
        }

            .faq-container .faq-list li .faq-text h4 {
                margin-top: 0;
            }

        .faq-container .faq-list li .faq-number {
            width: 32px;
            height: 32px;
            border: 3px solid #ffffff;
            border-radius: 100px;
            background: #94ba65;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            color: #ffffff;
            text-align: center;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            font-weight: 600;
            font-size: 14px;
            line-height: 32px;
        }
