
.bg-Alert{
	position:fixed;
	background-color: #ffffff45;
	width: 100%;
	height: 100%;
	z-index: 5000;
	top:0px;
}

.bg-Alert > .alert-dialog{	
	background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #c3c3c3;
    position: absolute;
    width: 20%;
    min-width: 300px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.alert-dialog > .top-dialog{	
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 8px;
    width: 100%;
    background-color: darkorange;
}

.alert-dialog > .header-dialog{	
	position: relative;
    margin-top: 3px;
    width: 100%;
    height: 30px;
    padding: 5px;
    
}

.alert-dialog > .content-dialog, .btn-dialog{
    position: relative;    
    width: 100%;
    height: auto;
    text-align: left;
    padding: 5px;
}

.btn-dialog{
	text-align: right;
	height:auto;
	padding:4px;
}

.header-Text{
	font-size: 15px;
    font-weight: bold;
}

.content-Text{
	font-size: 14px;
	font-weight:400;	
}

/* Estilos para Mensaje con 3 botones Oferta Ideal */
div#alert-dialog.lgg {
    min-width: 450px!important;
}

div#header-dialog.lgg,span#header-Text.lgg {
    font-size: 18px;
}

span#content-Text.lgg {
    font-size: 17px;
    color: #424242;
}

#btn1.lgg {
    background-color: #e0f4f5 !important;
    border-color: #75a7a9;
    color: #000000;
}
#btn1.lgg:hover {
	background-color: #c6e7e8 !important;
    border-color: #75a7a9;
}

#btn2.lgg {
	background-color: #fffdee !important;
    border-color: #FFD54F;
}

#btn2.lgg:hover {
    background-color: #f9f5d4 !important;
    border-color: #fbd14d;
}

#btn3.lgg{
	color: #333;
	background-color: #eaeaea;
	border-color: #b1b1b1;
}

.btn.lgg {
    margin-right: 4px;
    font-size: 13px;
}

div.divAviso {
    width: 100%;
    position: relative;
    float:left;
    background: #e0f2ff99;
    color: #2e84c6;
    font-weight: 500;
    border: 1px solid #dedede;
    font-size: 15px;
    padding: 10px 5px;
    margin-top: 10px;
}

#content-form{
	margin-top: 5px;
}


.btn-default {
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px!important;
    font-size: 12px!important;
    line-height: 1.5!important;
    border-radius: 3px!important;
}

.btn {
    border-radius: 5px!important;
}

.hide{
    display: none!important;
}