﻿.popupDiv
{
    background-color: #73c4fa;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 13px;
}

.popupDivHeader
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    height: 45px;
}
.heaederPopupTitles
{
    padding-top: 10px;
    padding-left: 1px;
    font-size: 17px;
}

.popupHeaderTitle
{
    color: #49b0f3;
    padding-left: 20px;
}

.realcaContacto
{
    font-weight: bold;
    color: #49b0f3;
}

.popupHeaderemail
{
    color: rgba(161, 189, 212, 1);
    width: 90px !important;
    float: right;
    font-size: 14px;
    padding-top: 3px;
    vertical-align: text-bottom;
}

.popupDivBody
{
    background-image: url('../Images/background12.png');
    background-repeat: repeat-x;
  
    height: 394px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #4bb6fc;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background-size: contain;
}

.popupDivBodyCenter
{
    max-width: 350px;
}


.labelMessage
{
    margin-bottom: 15px;
    color: #fff;
}

.form-control_name
{
    color: black;
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 2px solid #7ec1ed;
    border-radius: 6px;
    background-image: url('../Images/placeholderName.png');
    background-repeat: no-repeat;
    background-position-y: 5px;
    background-position-x: 5px;
    background-color: #3f99d1;
}

.form-control_mail
{
    color: black;
    display: block;
    width: 100% !important;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 2px solid #7ec1ed;
    border-radius: 6px;
    background-image: url('../Images/placeholderMail.png');
    background-repeat: no-repeat;
    background-position-y: 5px;
    background-position-x: 5px;
    background-color: #3f99d1;
}

.messageBoxFormulario
{
    width: 100%;
    height: 100px !important;
    overflow:auto;
}

.form-control_message
{
    color: black;
    display: block;
    width: 329px;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: 2px solid #7ec1ed;
    border-radius: 6px;
    background-image: url('../Images/placeholderPen.png');
    background-repeat: no-repeat;
    background-position-y: 25px;
    background-position-x: 5px;
    background-color: #3f99d1;
}

.centerDivsFormulario
{
    width: 100%;
    margin-top: 10px;
}

.centerDivsFormularioCenter
{
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}

.submitbtn
{
    border: 0px;
    background-color: transparent;
    width: 214px;
    height: 44px;
    background-image: url('../Images/btnSubmit.png');
}

.submitbtn:active,
.submitbtn:focus,
.submitbtn:hover
{
    background-image: url('../Images/btnSubmit_hover.png');
}

.closeModal
{
    position: relative;
    color: #49b0f3;
    float: right;
    right: 10px;
    top: 10px;
}

.nobackground
{
    background-image: none !important;
    background-color: #3f99d1 !important;
}

 .form-control_message:active,
    .form-control_message:focus,
    .form-control_name:active,
    .form-control_name:focus,
    .form-control_mail:active,
    .form-control_mail:focus,
    .form-control:active,
    .form-control:focus
    {
        background-image: none;
        background-repeat: no-repeat;
    }