﻿.dtInfoGestaoDocumentacao
{
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btEnviarNovoDocumento
{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background-color: #FF3300;
	color: #FFFFFF;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-border-radius: 3px; /* Para Firefox */
	-webkit-border-radius: 3px; /*Para Safari e Chrome */
	border-radius: 3px; /* Para Opera 10.5+*/
	text-transform: uppercase;
	background-image: url('../img/btuploaddoc.png');
	background-position: left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.btEnviarNovoDocumento:hover {
    background-color:#202020;
}

.dtBotoesInfoGestaoDocumentacao
{
    text-align: center;
    height: 50px;
    vertical-align: middle;
}

.dtTituloDocumentoEnviados
{
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}


.grdViewEmptyDataGestaoDocumentos
{
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: Red;
}

.grdViewEmptyDataGestaoDocumentos TD
{
    text-align: center;
}

.itemGestaoDocumentoCorrecaoInicial
{
    width: 710px;
    height: 300px;
    background-image: url('../img/fluxoredacaopasso1ok.png');
    background-position: left top;
    background-repeat:no-repeat;
    display: table;
    
}

.itemGestaoDocumentoCorrecaoInicial DIV
{
    display: table-cell;
    width: 236px;
    height: 300px;
    cursor: pointer;
}


.itemGestaoDocumentoCorrecaoDocumentoEnviado
{
    width: 710px;
    height: 300px;
    background-image: url('../img/fluxodocumentopasso1ok.png');
    background-position: left top;
    background-repeat:no-repeat;
}


.itemGestaoDocumentoCorrecaoDocumentoEnviado DIV
{
    display: table-cell;
    width: 236px;
    height: 300px;
    cursor: pointer;
}

.itemGestaoDocumentoCorrecaoDocumentoInvalidoReenviar
{
    width: 710px;
    height: 300px;
    background-image: url('../img/fluxodocumentopasso1reenviar.png');
    background-position: left top;
    background-repeat:no-repeat;
}

.itemGestaoDocumentoCorrecaoDocumentoInvalidoReenviar DIV
{
    display: table-cell;
    width: 236px;
    height: 300px;
    cursor: pointer;
}

.itemGestaoDocumentoCorrecaoEmProcessoCorrecao
{
    width: 710px;
    height: 300px;
    background-image: url('../img/fluxodocumentopasso2ok.png');
    background-position: left top;
    background-repeat:no-repeat;
}

.itemGestaoDocumentoCorrecaoEmProcessoCorrecao DIV
{
    display: table-cell;
    width: 236px;
    height: 300px;
    cursor: pointer;
}

.itemGestaoDocumentoCorrecaoDocumentoCorrigido
{
    width: 710px;
    height: 300px;
    background-image: url('../img/fluxodocumentopasso3ok.png');
    background-position: left top;
    background-repeat:no-repeat;
}

.itemGestaoDocumentoCorrecaoDocumentoCorrigido DIV
{
    display: table-cell;
    width: 236px;
    height: 300px;
    cursor: pointer;
}

.passo1ItemGestaoDocumentoCorrecaoInicial
{
    
}

.passo1ItemGestaoDocumentoCorrecaoInicial:hover
{
    background-image: url(../img/fluxoredacaopasso1hover.png);
    background-position: left top;
    background-repeat:no-repeat;
}


.passo2ItemGestaoDocumentoCorrecaoInicial
{
    
}

.passo2ItemGestaoDocumentoCorrecaoInicial:hover
{
    background-image: url(../img/fluxoredacaopasso2hover.png);
    background-position: left top;
    background-repeat:no-repeat;
}


.passo2ItemGestaoDocumentoCorrecaoDevolvido
{
    
}

.passo2ItemGestaoDocumentoCorrecaoDevolvido:hover
{
    background-image: url(../img/fluxoredacaopasso2devolvidohover.png);
    background-position: left top;
    background-repeat:no-repeat;
}


.passo3ItemGestaoDocumentoCorrecaoDevolvido
{
    
}

.passo3ItemGestaoDocumentoCorrecaoDevolvido:hover
{
    background-image: url(../img/fluxoredacaopasso3ok.png);
    background-position: left top;
    background-repeat:no-repeat;
}



.passoConcluido
{
    
}

.passoConcluido:hover
{
    background-image: url(../img/fluxoredacaopassoconcluido.png);
    background-position: left top;
    background-repeat:no-repeat;
}


.passo2Concluido
{
    
}

.passo2Concluido:hover
{
    background-image: url(../img/fluxoredacaopasso2concluido.png);
    background-position: left top;
    background-repeat:no-repeat;
}

.sendDocumentoCorrecaoPanel
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background-color: rgba(0, 0, 0, 0.90);
    display: none;
}

.sendDocumentoCorrecaoPanelContent 
{
    position: fixed;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    border: 1px solid #666666;
    background-color: #EFEFEF;
    -moz-border-radius: 5px; /* Para Firefox */
	-webkit-border-radius: 5px; /*Para Safari e Chrome */
	border-radius: 5px; /* Para Opera 10.5+*/
}

.sendDocumentoCorrecaoPanelContent #titulo 
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 100%;
    background-color: #333333;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
   -moz-border-radius: 5px; /* Para Firefox */
	-webkit-border-radius: 5px; /*Para Safari e Chrome */
	border-radius: 5px; /* Para Opera 10.5+*/
	padding-top: 10px;
}

.sendDocumentoCorrecaoPanelContent #fechar
{
    position: relative;
    left: 100%;
    top: -35px;
    height: 30px;
    width: 30px;
    margin-left: -35px;
    background-image: url(../img/bt_close.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.sendDocumentoCorrecaoPanelContent #tema 
{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
    color: #333333;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.sendDocumentoCorrecaoPanelContent #msgOutroTema 
{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
    color: red;
    text-align: justify;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sendDocumentoCorrecaoPanelContent #folhaCorrecao 
{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
    color: #333333;
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sendDocumentoCorrecaoPanelContent #info 
{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
    color: #333333;
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sendDocumentoCorrecaoPanelContent #controle
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100%;
    color: #333333;
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sendDocumentoCorrecaoPanelContent #infoFile
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100%;
    color: #333333;
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sendDocumentoCorrecaoPanelContent #botaoEnviar
{
    position: relative;
    height: 50px;
    width: 100%;
    text-align: center;
    display: none;
}


.iframeSendDocumentoCorrecao
{
    width: 100%;
    height: 100px;
    float: left;
}

.btConfirmatEnvioNovoDocumento
{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background-color: #FF3300;
	color: #FFFFFF;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-border-radius: 15px; /* Para Firefox */
	-webkit-border-radius: 15px; /*Para Safari e Chrome */
	border-radius: 15px; /* Para Opera 10.5+*/
	text-transform: uppercase;
	background-image: url('../img/btuploaddoc.png');
	background-position: left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.btConfirmatEnvioNovoDocumento:hover {
    background-color:#202020;
}

.btCancelaEnvioArquivo
{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background-color: #999999;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px; /* Para Firefox */
	-webkit-border-radius: 5px; /*Para Safari e Chrome */
	border-radius: 5px; /* Para Opera 10.5+*/
	text-transform: uppercase;
	background-image: url('../img/btcancelaenvioarquivo.png');
	background-position: left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.btCancelaEnvioArquivo:hover {
    background-color:#202020;
}


.btEnviarNovoDocumentoLimiteAtingido
{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background-color: #999999;
	color: #FFFFFF;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-border-radius: 3px; /* Para Firefox */
	-webkit-border-radius: 3px; /*Para Safari e Chrome */
	border-radius: 3px; /* Para Opera 10.5+*/
	text-transform: uppercase;
	background-image: url('../img/btuploaddocblock.png');
	background-position: left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.btEnviarNovoDocumentoLimiteAtingido:hover {
    background-color:#202020;
}


.itemGestaoDocumentoCorrecaoInfo
{
    width: 100%;
    min-height: 110px;
    background-color: #EFEFEF;
    padding-left: 5px;
}

.itemGestaoDocumentoCorrecaoInfo ul 
{
    display: inline-block;
    font-weight: bold;
    width: 200px;
    height: 20px;
    text-align: right;
}

.itemGestaoDocumentoCorrecaoInfo li
{
    display: inline-block;
    font-weight: bold;
    width: 120px;
    height: 20px;
    padding-top: 0px;
    padding-left: 5px;
    text-align: left;
}

.tableBototesItemGestaoDocumento
{
    width: 300px;
    height: 23px;
    vertical-align: top;
}

.infoAcompanhamentoCorrecaoDocumento
{
    height: auto;
    width:  900px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    
}


.btShowComentarios
{
    font-family: 'Roboto', sans-serif;
	font-size: 10px;
	background-color: #999999;
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 3px; /* Para Firefox */
	-webkit-border-radius: 3px; /*Para Safari e Chrome */
	border-radius: 3px; /* Para Opera 10.5+*/
	text-transform: uppercase;
	background-image: url('../img/btshowcomentarios.png');
	background-position: left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.btShowComentarios:hover {
    background-color: #EEB21B;
}

.btHideComentarios
{
    font-family: 'Roboto', sans-serif;
	font-size: 10px;
	background-color: #999999;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 3px; /* Para Firefox */
	-webkit-border-radius: 3px; /*Para Safari e Chrome */
	border-radius: 3px; /* Para Opera 10.5+*/
	text-transform: uppercase;
	background-image: url('../img/bthidecomentarios.png');
	background-position: left;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: none;
}

.btHideComentarios:hover {
    background-color: #EEB21B;
}

.tdAlertaDocumentosCorracaoNaoEnviado {
    color: Red;
}