#blockBackgroundDefault {
    position: absolute;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity:0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=70);
}
#divBlockLoading {
    position: absolute;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=70);
    z-index: 9998;
}
#divLoading {
    position: absolute;
    padding: 10px 20px; 
    color: #fff;
    background-color: #333;
    filter: alpha(opacity=70);
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	max-width:10%;
	/*left:45%;*/
	/*top:130px;*/	
}

#divBlockAlerta {
    position: absolute;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity:0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=70);
    z-index: 9996;
}
#divAlerta {
    position: absolute;
    background: none;
    z-index: 9997;
	background:#FFF;
	width:30%;
	left:35%;
	top:130px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);	
}
#divAlerta #tituloAlerta, .windowSys .tituloArea{
	width:100%;
	color:#FFF;
	background:#002f7c;
	padding:15px;
	font-size:18px;
	border-radius:7px 7px 0 0;
}

#divAlerta #mensagemAlerta, .windowSys .textArea{
	width:100%;
	padding:20px;
}

#divAlerta #mensagemAlerta{
	width:100%;
	padding:20px;
	border-bottom:1px solid #ccc;
}

#divAlerta #botaoAlerta{
	padding: 5px 20px;
}

.btnModal, .btnModalReverso { /*btnModal: azul / btnModalReveso: branco*/
    padding: 5px 15px;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}
.btnModalReverso {
    color: #FFF;
    background: #06F;
    border: 1px solid #06F;
}
    .btnModalReverso:hover {
        color: #06F;
        background: #FFF;
        border: 1px solid #06F;
    }
.btnModal {
    color: #06F;
    background: #FFF;
    border: 1px solid #06F;
}
    .btnModal:hover {
        color: #CCC;
        background: #06F;
        border: 1px solid #ccc;
    }
.close{
	padding:15px 15px 0 0;
	cursor:pointer;
}

@media only screen and (max-width: 600px) {
	#divLoading {
		width:40%;
		left:30%;
	}
	#divAlerta {
		width:70%;
		left:15%;		
	}	
}

#divJanela {
    position: absolute;
    background: none;
    z-index: 9995;
	background:#FFF;
	width:30%;
	left:35%;
	top: 130px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);		
}
#divBlockJanela {
    position: absolute;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity:0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=70);
    z-index: 9994;
}

/*========= Table Alerta ==========*/
.tableAlerta {
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-image: -ms-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(to bottom, #fff, #ccc);
    border: 1px solid #849fba;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
    /*======= thead =======*/
    .tableAlerta thead td {
        width: 100%;
        text-align: center;
        padding: 0px;
        border-bottom: 1px solid #888;
    }
    .tableAlerta thead td.titulo {
        padding: 5px;
        font-size: 1.2em;
        color: #333;
        text-shadow: 0.08em 0.08em 0.1em #ccc;
        font-weight: bold;
    }
    /*======= tbody =======*/
    .tableAlerta tbody tr td div {
        max-width: 350px;
        padding: 5px;
        color: #222;
        font-size: 1em;
        text-align: center;
    }
    /*======= thead =======*/
    .tableAlerta tfoot td {
        border-top: 1px solid #888;
        text-align: center;
        padding: 0px 0px;
    }
    .tableAlerta tfoot td.areaBotoes {
        padding: 5px 3px;
    }
    /*======= Botões =======*/
    .tableAlerta .btnPadrao {
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(to bottom, #eee, #ccc);
        border: 1px solid #888;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        text-shadow: 2px 2px 10px #757575;
        color: #383838;
        font-size: 12px;
        padding: 5px 20px;
        cursor: pointer;
    }
        .tableAlerta .btnPadrao:hover {
            background-image: -webkit-linear-gradient(top, #aaa, #eee);
            background-image: -moz-linear-gradient(top, #aaa, #eee);
            background-image: -ms-linear-gradient(top, #aaa, #eee);
            background-image: -o-linear-gradient(top, #aaa, #eee);
            background-image: linear-gradient(to bottom, #aaa, #eee);
            color: #484848;
            border: 1px solid #777;
            text-shadow: 1px 1px 2px #fff;
        }

/*=== Div: divJanela === */
.windowSys {

}
    .windowSys .close img {
        width: 24px;
        height: 24px;
    }
    .windowSys .close {
    }
        .windowSys .close:hover {
        }

    .windowSys .fundoGradual {
    }

    .windowSys .textArea .areaInfo {
        padding: 15px;
        color: #222;
        font-size: 1em;
        text-align: center;
        background-color: #f1f1f1;
		border-radius:10px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .windowSys .areaInfo div {
        padding: 5px;
    }
    .windowSys .divTableArea {
        margin-left: auto;
        margin-right: auto;
        padding: 2px 5px;
    }
        .windowSys .divTableArea .tableContainer {
            width: 100%;
            border-collapse: collapse;
            background-color: #dcdcdc;
        }
            /*thead*/
            .windowSys .divTableArea .tableContainer thead th {                
                padding: 7px 2px;
                text-align: left;
                border-top: 1px solid #666;
                border-right: 1px solid #666;
                border-left: 1px solid #666;
                border-bottom: 1px solid #bbb;
                font-weight: bold;
            }
            .windowSys .divTableArea .tableContainer thead th div { 
                display: inline-block;               
                vertical-align: bottom;
                padding-left: 2px;
            }
            /*tbody*/
            .windowSys .divTableArea .tableContainer tbody {
                background-color: #fff;
            }
                .windowSys .divTableArea .tableContainer tbody tr td.areaListaLeft {
                    width: 50%;
                    vertical-align: top;
                    border-left: 1px solid #666;
                    border-right: 1px solid #666;
                }
                .windowSys .divTableArea .tableContainer tbody tr td.areaListaRight {
                    width: 50%;
                    vertical-align: top;
                    border-right: 1px solid #666;
                }
                .windowSys .divTableArea .tableContainer tbody tr td div.divListaDePara {
                    max-height: 250px;
                    overflow-y: auto;
                }
                    .windowSys .divTableArea .tableContainer tbody tr td div.divListaDePara table {
                        width: 100%;
                        border-collapse: collapse;
                        text-align: left;
                    }
                        .windowSys .divTableArea .tableContainer tbody tr td div.divListaDePara table.hoverLine tr:hover {
                            background-color: #59f6fb;
                        }
                        .windowSys .divTableArea .tableContainer tbody tr td div.divListaDePara table td {
                            padding: 4px 2px;
                        }
                        .windowSys .divTableArea .tableContainer tbody tr td div.divListaDePara table tr td:first-child {
                            text-align: center;
                        }
                        .windowSys .divTableArea .tableContainer tbody tr td div.divListaDePara table tr:nth-child(odd) {
                            background-color: #FCFCFC;
                        }
                        .windowSys .divTableArea .tableContainer tbody tr td div.divListaDePara table tr:nth-child(even) {
                            background-color: #eee;
                        }
            /*tfoot*/
            .windowSys .divTableArea .tableContainer tfoot th {
                padding: 2px 0px;
                border-top: 1px solid #bbb;
                border-right: 1px solid #666;
                border-bottom: 1px solid #666;
                border-left: 1px solid #666;
            }
    .windowSys .btnArea {
        border-top: 1px solid #ccc;
        text-align: center;
        padding: 5px 0px;
    }
    .windowSys .rodapeArea {
        background-image: -webkit-linear-gradient(top, #ccc, #fff);
        background-image: -moz-linear-gradient(top, #ccc, #fff);
        background-image: -ms-linear-gradient(top, #ccc, #fff);
        background-image: -o-linear-gradient(top, #ccc, #fff);
        background-image: linear-gradient(to bottom, #ccc, #fff);
        border-top: 1px solid #888;
        padding: 5px 0px;
    }
    .windowSys .acabamento {
        padding: 10px 0px;
    }