/******************************************
 * Dialogos Modais
 ******************************************/

.fundomodal{
	background-color: #000;
	z-index: 9000;
	position:absolute;	
	margin:0;
	left:0;
	top:0;
}


.jan-modal{
	display:none;
	background-color: #414141;
	margin: 0 auto;
	z-index: 9001;
	min-width:463px;
	min-height: 265px;
	border:8px solid #414141;
	opacity:0.5;
	border-radius: 4px;
	position:absolute;	
}

.div-modal{
	display:none;
	background-color: #fff;
	margin: 0 auto;
	z-index: 9001;
	position:absolute;
	min-width:463px;
	min-height: 229px;
	border:3px solid #7897bb;
	opacity:0.5;
	border-radius: 4px;
	left:40%;
	top:40%;
	margin-left:-110px;
	margin-top:-40px; 
	opacity: 1; 
	display: block;	
}

.topomodal{
	height: 17px;	
}

.titulo_modal{
	float:left;
	padding: 6px 5px 2px 5px;
	color:#f1f1f1;
	height: 25px;
	font-size: 14px;
}

.botoes{
	float:right;
	position: absolute;
	bottom:10px;
	right:10px;
}

.mensagem{
	min-width:456px;
	min-height:190px;
	background:#f0f0f0;
	clear: both;
	border-radius: 4px;
	margin-bottom: 20px;
}

.controles{
	float:right;
	z-index:2;
}
.msg{
	text-align:center;
	padding-top:40px;
}
.yes-no{
	margin-right:8px;
}

.tipo{
	border:1px solid #ccc;
	margin:1px 5px 0 5px;
	border-radius: 4px;
	padding:2px;
}

.opcoes{
	list-style-type: none;
	margin: 0 0 0 15px;
}


.divfechar{
	width:100%;
	clear: both;
	height: 30px;
	margin-bottom:2px;
	border-radius: 4px;
}

#fechar{
	float:right;
}

.div-modal{
	
}

.botoes{
	width:90%;
	position: absolute;
	bottom:0;
	width: 100%;
	margin-top:20px;
}

.botoes button{
	float:right !important;
}

#meubotao{
	float:right !important;
}

.modalform{
	margin: 8% 0 0 25%;
	position: relative;
	top: 25px;	
}

.formprograma{
	padding: 30px 30px 30px 30px;  
}

.formprograma input{
	height: 25px;
	width: 70%;
}


/****************************************
 * Fim dos estilos para dialogos modais
 ****************************************/ 
