﻿
/*#region MsgBox HTML*/

#divHtmlMsgBox{

    width:581px;
    height:443px;
    background-image:url("../images/fundo_msgbox.png");
    background-repeat:no-repeat;
    position:absolute;
    z-index:2000;
}

#divHtmlMsgBox_titulo {
    position: absolute;
    width: 505px;
    height: 34px;
    top: 23px;
    left: 16px;
    padding-left: 10px;
    color: white;
    font-weight: bold;
    font-family: Conv_SWZ721H;
    font-size: 18px;
    color: white;
}

#btnHtmlMsgBox_fechar{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color:transparent;
    width:43px;
    height:45px;
    position:absolute;
    top:4px;
    left:535px;
    cursor:pointer;
}

#divHtmlMsgBox_text {
    border: 4px solid #929fa8;
    background-color: white;
    width: 524px;
    height: 326px;
    position: absolute;
    top: 68px;
    left: 18px;
    font-family: Conv_SWZ721H;
    font-size: 12px;
    text-align:justify;
    padding-left:5px;
    padding-right:4px;
}

/*#endregion*/

/*#region InputBox HTML*/

.divHtmlInputBoxFechada {
    width: 0px;
    height: 0px;
    background-image: url("../images/fundo_msgbox.png");
    background-repeat: no-repeat;
    position: absolute;
    overflow:hidden;
}

.divHtmlInputBoxAberta {
    width: 581px;
    height: 443px;
    background-image: url("../images/fundo_msgbox.png");
    background-repeat: no-repeat;
    position: absolute;
    overflow:hidden;
}

#divHtmlInputBox_titulo {
    position: absolute;
    width: 505px;
    height: 34px;
    top: 23px;
    left: 16px;
    padding-left: 10px;
    color: white;
    font-weight: bold;
    font-family: Conv_SWZ721H;
    font-size: 18px;
    color: white;
}

#btnHtmlInputBox_fechar {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: transparent;
    width: 43px;
    height: 45px;
    position: absolute;
    top: 4px;
    left: 535px;
    cursor: pointer;
}

#divHtmlInputBox_text {
    width: 524px;
    height: 126px;
    position: absolute;
    top: 68px;
    left: 18px;
    font-family: Conv_SWZ721H;
    font-size: 14px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 4px;
    display:table;
    color:#3d3f40;
}

#divHtmlInputBox_foto {
    width: 118px;
    height: 124px;
    float: left;
    margin-right: 4px;
}

#imgHtmlInputBox_foto {
    border-style: solid;
    border-width: 4px;
    border-color: #929fa8;
    width:116px;
    height:87px;
}

#divHtmlInputBox_msg {
    padding-top:4px;
    width:395px;
    height:122px;
    float:right;
    text-align:justify;
}

#divHtmlInputBox_corretor {
    font-family: Conv_SWZ721H;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    color: #929fa8;
}

#txtHtmlInputNome {
    position: absolute;
    top: 212px;
    left: 21px;
    width: 516px;
    height: 21px;
    border-style: solid;
    border-color: #929fa8;
    border-radius: 5px;
    font-family: Conv_SWZ721H;
    font-size: 18px;
}

#txtHtmlInputTelefone {
    position: absolute;
    top: 269px;
    left: 21px;
    width: 516px;
    height: 21px;
    border-style: solid;
    border-color: #929fa8;
    border-radius: 5px;
    font-family: Conv_SWZ721H;
    font-size: 18px;
}

#chkHtmlInputWhats {
    position: absolute;
    top: 313px;
    left: 21px;
    width: 20px;
    font-family: Conv_SWZ721H;
    font-size: 18px;
    height: 31px;
}

#lblHtmlInputWhats {
    position: absolute;
    top: 321px;
    left: 50px;
    width: 234px;
    font-family: Conv_SWZ721H;
    font-size: 18px;
    height: 21px;
}

#btnHtmlInputEnviarAtendimento {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: absolute;
    top: 360px;
    left: 203px;
    width: 174px;
    font-family: Conv_SWZ721H;
    font-size: 18px;
    height: 51px;
    background-image:url('../images/btnOk.png');
    background-repeat:no-repeat;
    background-color:transparent;
    cursor:pointer;
}


/*#endregion*/

/*#region MsgBox ASP*/
.pnlMessage {
    position: absolute;
    width: 603px;
    height: 243px;
    top: 53px;
    left: 203px;
    background-repeat: no-repeat;
}

#divMsgTitulo {
    margin-top: 6px;
    width: 492px;
    margin-left: 80px;
}

.lblTituloMessageBox {
    color: white;
    font-family: Arial;
    font-size: 14px;
}

#divMensagem {
    margin-top: 32px;
    margin-left: 10px;
    margin-right: 10px;
    height: 126px;
    display: table;
    width:580px;
}

#divMsgIcone {
    float:left;
    width:61px;
    height:60px;
    margin-left:30px;
    margin-top:10px;
}

#divMsgTexto {
    float: right;
    width: 450px;
    margin-right: 10px;
    height: 120px;
    vertical-align:central;
}

#divPosicionaTexto {
    display:inline;
    text-align:left;
    font-family:Arial;
    font-size: 14px;
    font-weight:normal;
    color: #242424;
    margin-left:auto;
    margin-right:auto;
}

#divMsgBotoes{
    margin-top:130px;
    height:41px;
    text-align:center;
}


/* <asp:Panel ID="pnlMessage" runat="server" CssClass="pnlMessage" BackImageUrl="~/images/fundo_msg.png" Visible="False" style="display:none" >
<div id="divMsgTitulo" >
<asp:Label ID="lblTituloMessageBox" runat="server" CssClass="lblTituloMessageBox" > </asp:Label >
</div >
<div id="divMensagem" >
<div id="divMsgIcone" >
<asp:Image ID="imgIcone" runat="server" Width="61px" Height="59px" / >
</div >
<div id="divMsgTexto" >
<div id="divPosicionaTexto" >
<asp:Literal ID="txtMsgTexto" runat="server" > </asp:Literal >
</div >
</div >
<div id="divMsgBotoes" >
<asp:ImageButton ID="btnOk" runat="server" ImageUrl="~/images/btnOk.png" OnClick="btnOk_Click" / >
</div >
</div >
</asp:Panel > */

/*#endregion*/