﻿/**ventana emergente*/

.buttonmessage 
{
    color: #FFFFFF;
    background-color: #4D77C6;
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #000000;
    margin: 0px 2px 0px 2px;    
    float:right;   
    height:30px;
    width:130px;
    position:inherit;
    font-family:Verdana, Arial;
    font-size: 9px;
}

.pnMsgBoxSt {
	background-color:white;
    border:dashed;
    border-color:white;
}

.popup_Container {	
    background-color:white;
	border: 2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 300px;
	height: 200px;
}

.popup_Titlebar {
	height: 29px;
	background: url(../Imagenes/titlebar_bg.jpg);
}

.popup_Body_Right
{
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	clear: both;
	padding: 5px;
    float: right;
}

.popup_Body_Left
{
	padding: 5px 5px 5px 5px;
    align-content:center;
     align-items:center;
    vertical-align: central;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 28px;
	color:green;
	line-height: 10pt;
	clear: both;
	padding: 10px;
    float: left;
    width: 52px;
}

.TitlebarLeft 
{
	float:left;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0a1d78;
}
.TitlebarRight 
{
	background: url(../Image/cross_icon_normal.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 5px;
}

.popup_Buttons
{
	margin: 10px;
    float: right;
    align-content:center;
    align-items:center
}

.messagetext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	color:green;
}

.btnClassMessage {
    font-size: 15px;
    color: white;
    align-items:center;
    background-color:green;
    /* border-right: 52px; */
    font-family: Lato-Bold;
    border-style: solid;
    border-radius: 21px;
    border-width: inherit;
    height: 38px;
    width: 89%;
}