﻿
/*Variaveis CSS*/
:root {
    --topcornerGeiko-bg-color: #3399ff;
    --topcornerGeiko-right: 0;
}


.topcornerGeiko {
    position: fixed;
    bottom: 0;
    right: var(--topcornerGeiko-right);
    width: 60px;
    height: 60px;
    background-color: var(--topcornerGeiko-bg-color);
    border-width: 2px;
    margin: 10px 15px 15px;
    cursor: pointer;
    border-radius: 35px;
    z-index:9999;
}


.topcornerGeikoActive {
    transition: all .5s ease-in;
    display: block;
    margin-bottom: 14px;
    width: 440px;
    border-radius: 1px;
}

.customImageChat {
    width: 55px;
    height: 55px;
    position: absolute;
    background-color: var(--topcornerGeiko-bg-color);
    border-radius: 23px 0;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin:0px!important;
}

.IframeChatNovo {
    width: 440px;
    box-shadow: 3px 7px 10px 2px rgba(0,0,0,0.3);
}

.SalaOFFloat {
    width: 440px;
    background-color: #ffffff;
    color: #000;
    cursor:default;
}

.boxContainer {
    background-color: <%=paramCorChat%>;
    height: 37px;
    width: 440px;
    background-color: var(--topcornerGeiko-bg-color);
    layer-background-color: #003366;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px;
    border-color: white;
    border-width: 0px;
    border-style: solid;
    border-top-left-radius: 0px;
    margin-top: 0px;
}

.ChatInput {
    border: 0;
    border-bottom: 2px solid #dedede;
    width: 100%;
    font-size: 16px;
    margin-left: 15px;
    width: 100%;
    max-width: 340px;
    box-sizing: border-box;
    outline: 0;
    resize: none;
    background-color: #fff;
    margin-bottom: 15px;
}

    .ChatInput:focus {
        border-color: #3BC159;
    }



.capt {
    background-color: #6d6464;
    width: 300px;
    height: 40px;
    border-radius: 5px;
}


.boxContainer > label {
    cursor: pointer;
    margin: 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.boxContainer > label > font {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-height: 525px) {
    .topcornerGeikoActive {
        height: 400px;
    }
    .IframeChatNovo {
        height: 400px;
    }
    .SalaOFFloat {
        height: 400px;
    }
}

@media (min-height: 524px) and (max-height: 626px) {
    .topcornerGeikoActive {
        height: 485px;
    }
    .IframeChatNovo {
        height: 485px;
    }
    .SalaOFFloat {
        height: 485px;
    }
}

@media (min-height: 624px) and (max-height: 699px) {
    .topcornerGeikoActive {
        height: 550px;
    }
    .IframeChatNovo {
        height: 550px;
    }
    .SalaOFFloat {
        height: 550px;
    }
}

@media (min-height: 700px) {
    .topcornerGeikoActive {
        height: 610px;
    }
    .IframeChatNovo {
        height: 610px;
    }
    .SalaOFFloat {
        height: 610px;
    }
}

@media (max-width: 400px) {
    .topcornerGeikoActive {
        width: 350px;
    }

    .IframeChatNovo {
        width: 350px;
    }

    .SalaOFFloat {
        width: 350px;
    }
}

@media (min-width: 1281px) {

    .topcornerGeikoActive {
        width: 440px;
    }

    .IframeChatNovo {
        width: 440px;
    }

    .SalaOFFloat {
        width: 440px;
    }

    .boxContainer {
        width: 440px;
    }

    .chat .messages {
        width: 440px !important;
    }

    .chat {
        width: 440px !important;
    }
  
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .topcornerGeikoActive {
        width: 440px;
    }

    .IframeChatNovo {
        width: 440px;
    }

    .SalaOFFloat {
        width: 440px;
    }

    .boxContainer {
        width: 440px;
    }

    .chat .messages {
        width: 440px !important;
    }

    .chat {
        width: 440px !important;
    }
  
}

@media (min-width: 768px) and (max-width: 1024px) {

    .topcornerGeikoActive {
        width: 440px;
    }

    .IframeChatNovo {
        width: 440px;
    }

    .SalaOFFloat {
        width: 440px;
    }

    .boxContainer {
        width: 440px;
    }

    .chat .messages {
        width: 440px !important;
    }

    .chat {
        width: 440px !important;
    }
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .topcornerGeikoActive {
        width: 440px;
    }

    .IframeChatNovo {
        width: 440px;
    }

    .SalaOFFloat {
        width: 440px;
    }

    .boxContainer {
        width: 440px;
    }

    .chat .messages {
        width: 440px !important;
    }

    .chat {
        width: 440px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .topcornerGeikoActive {
        width: 440px;
    }

    .IframeChatNovo {
        width: 440px;
    }

    .SalaOFFloat {
        width: 440px;
    }

    .boxContainer {
        width: 440px;
    }

    .chat .messages {
        width: 440px !important;
    }

    .chat {
        width: 440px !important;
    }
  
}

@media (min-width: 310px) and (max-width: 430px) {

    .topcornerGeikoActive {
        width: 310px;
    }

    .IframeChatNovo {
        width: 310px;
    }

    .SalaOFFloat {
        width: 310px;
    }

    .boxContainer {
        width: 310px;
    }

    .chat .messages {
        width:310px!important;
    }
    .chat{
        width:310px!important;
    }
}

.topcornerGeiko {
    background-color: #36766E !important;
}

.customImageChat {
    background-color: #36766E !important;
}

.boxContainer {
    background-color: #36766E !important;
}