﻿#arandachatclientiframe {
    position: fixed !important;
    background-color: transparent;
    vertical-align: text-bottom;
    width: 200px;
    height: 90px;
    bottom: 0;
    right: 2%;
    z-index: 9999999;
}

.client-chat-minimized {
    height: 28px;
    max-height: 28px;
    margin-bottom: 2px;
    opacity: 0;
}

    .client-chat-minimized:after {
        display: none;
    }


    .client-chat-minimized .circle-xl {
        min-width: 22px !important;
        min-height: 22px !important;
        width: 22px !important;
        height: 22px !important;
        padding-top: 2px !important;
        margin-top: 4px !important;
    }

        .client-chat-minimized .circle-xl .icon-ic_adviser_w {
            font-size: 16px !important;
        }

    .client-chat-minimized .client-chat-minimized-text {
        margin-top: 5px !important;
    }

    .client-chat-minimized .count-messages-indicator {
        width: 18px;
        height: 18px;
        top: 5px;
        left: 17px;
    }

#offlineForm-Container div {
    position: relative;
}

.chat__search-icon {
    position: absolute;
    top: 21px;
    width: 29px;
    height: 29px;
    left: 0;
}

.chat__search-message {
    display: block;
    font-size: 12px;
}

#offlineForm-Container input[type=text]#search {
    padding-left: 30px;
}

#offlineForm-Container select {
    background-color: #f2f2f2;
    border: 0;
    width: 100%;
    height: 25px;
    color: rgb(160, 160, 160);
    margin-top: 5px;
}

/*nuevos estilos*/

#ArandaChatCustomLogin {
}

.chat__login {
    height: 300px;
    text-align: left;
    padding: 10px 20px 20px 20px;
}

    .chat__login > div {
        position: relative;
        margin-bottom: 10px;
    }

        .chat__login > div span {
            display: block;
            margin-bottom: 4px;
            font-size: 12px;
        }

        .chat__login > div #selectProject {
            width: 100%;
            background-color: #ffffff;
            border: 0;
            width: 100%;
            height: 25px;
            color: #a0a0a0;
            border: 1px solid #cccccc;
        }

            .chat__login > div #selectProject option {
                color: rgb(160, 160, 160);
            }

                .chat__login > div #selectProject option:disabled::selection {
                    color: rgba(160, 160, 160, 0.5);
                    background-color: none;
                }

                .chat__login > div #selectProject option:disabled {
                    color: rgba(160, 160, 160, 0.5);
                    background-color: #ffffff;
                }

        .chat__login > div #search {
            width: 100%;
            padding-left: 4px;
            box-sizing: border-box;
            border: 1px solid #cccccc;
            height: 25px;
        }

.chat__login-btn {
    border: none;
    width: 100%;
    height: 26px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .chat__login-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.chat__welcome {
    text-align: center;
}

    .chat__welcome label {
        color: #a0a0a0;
        font-size: 20px;
    }

    .chat__welcome span {
        color: rgba(160, 160, 160, 0.8);
    }

.chat__search-help{
    display: none;
}

.button-Back {
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 36px;
}

.button-Back:after {
    content: '\02FF';
    color: #fff;
    position: relative;
    top: -26px;
    max-height: 15px;
    height: 15px;
}

.client-chat-window {
    bottom: 35px;
}