﻿#content {
    top: 35px;
}

#homeTopBar {
    position: fixed;
    top: 0;
    z-index: 999;
}

.expand.max_min_button.out {
    transform: rotate(180deg);
}

#iframebot {
    display: none;
}

.LiveChatIcon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}

.ask-name {
    color: #FF9800;
    font-size: 18px;
    animation: blink 1s steps(2, start) infinite;
}

.chatbot_header {
    margin: 0px 0px;
    background: url(/img/header_adam.png);
    color: #FFF;
    font-size: 20px;
    height: 46px;
    width: 360px;
    font-family: latobold;
}

.hdr_Bot {
    margin: 0;
    width: 259px;
    float: left;
    line-height: 33px;
    font-size: 18px;
}

.icon-g {
    float: right;
    height: 36px;
    padding: 0 5px 0 0;
}

img.header_image {
    width: 60px;
    margin: 0 5px 0 0;
    position: absolute;
    top: -24px;
    left: 162px;
    box-shadow: 0px -2px 3px 0 #eee;
    -webkit-box-shadow: 0px -2px 3px 0 #eee;
    -moz-box-shadow: 0px -2px 3px 0 #eee;
    -o-box-shadow: 0px -2px 3px 0 #eee;
    border-radius: 50%;
}

.min {
    color: #FFF;
    cursor: pointer;
    width: 26px;
    float: left;
}

.icon-g a {
    color: #fff;
}

.close-icon {
    color: #FFF;
    cursor: pointer;
    width: 32px;
    float: left;
}

.none {
    display: none;
}

.modal-content p {
    color: #000;
}

.cb-welcom-txt {
    margin: 10px 0 0 118px !important;
}

@@keyframes blink {
    to {
        color: red;
    }
}
