/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ -- */

body {
	background: url(../img/bg_geral2.png) repeat-x top center #3C6783;
	/*
overflow-y: scroll;
*/
} 
html {  
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

img { border: 0; vertical-align: middle; }
.tooltip { cursor: help; }

.center, .leftAlign, .rightAlign {
	text-align: center;
	padding: 5px 0 5px 0 !important;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
  text-align: left;
} 
.center img { 
	cursor: pointer;
  height: 16px;
  margin: -3px;
  width: 16px;
}
.alertModal { 
  line-height: 17px; 
  margin-top: 6px;
  text-align: center; 
} 

.BGgreen { 
	background-color: #7bb200 !important;
}
.BGred {
	background-color: #E95344 !important;
}
.BGyellow {
	background-color: #ffcd0d !important;
}
.BGorange {
	background-color: #e66d0e !important;
}

#wrapper {
  clear: both;
  display: table; 
  height: auto;
  margin: 0 auto;
  position: relative;
}

#wrapper #container {
	background: url("../img/bg_master.png") no-repeat scroll center top #C7C7C9;
  /*border: 2px solid #CBD5E1;*/
  clear: both;
  height: auto;
  margin: 0;
	padding: 10px 0 0 0;
  width: 960px;
	border: 1px dotted #959595;
}

#wrapper #container .main {
  clear: both;
  padding: 10px 0 20px;
}

#wrapper #container .main .section {
	display: table;
  clear: both;
  margin: 0 auto;
  width: 906px;
}

#wrapper #container .main #dynamic,
#wrapper #container .main .dynamic {
	margin: 0 auto;
	width: 896px;
}

#wrapper #container .main .section .box {
	border: none;
  box-shadow: none;
}

.fullCol {
	width: 100%;
}

.leftCol, .rightCol {
    float: left;
    width: 50%;
}
.RightCol {
    float: right;
}

#ui-idProfile, #ui-idSetor {
  text-align: left;
  width: 185px !important;
}
#ui-idPrefeitura {
  text-align: left;
  width: 120px;
}
#ui-idPrefeituraPainel {
	width: 290px !important;
	margin-bottom: 10px;
	text-align: left;
} 

.newitem {
  float: right;
}
.newitem button {
	height: 25px;		
}

.displayNone {
	display: none;
}

.invisible {
  visibility:hidden;
}

.uppercase {
  text-transform: uppercase;
}
/*
	Header
*/

#wrapper #container .header {
	/*background: url(../img/line.png) repeat-x bottom center;*/
	float: left;
  height: auto;
  position: relative;
  width: 960px;
}

#wrapper #container .header .logo {
	background: url("../img/logoGiss.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 67px;
  margin: 15px 0 15px 45px;
  width: 220px;
} 

/* Dashboard Icons */
.fiscalizacaoStatusA, .fiscalizacaoStatusG, .fiscalizacaoStatusM { background: url(../icons/ico-40x40-aguardando-inicio.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; ; left: -5px; width: 50px; height: 50px; }
.fiscalizacaoStatusI { background: url(../icons/ico-40x40-iniciada.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; left: -5px; width: 50px; height: 50px; }
.fiscalizacaoStatusE { background: url(../icons/ico-40x40-expirada.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; left: -5px; width: 50px; height: 50px; }
.fiscalizacaoStatusF, .fiscalizacaoStatusH, .fiscalizacaoStatusN { background: url(../icons/ico-40x40-finalizada.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; left: -5px; width: 50px; height: 50px; }
.fiscalizacaoStatusR, .fiscalizacaoStatusB, .fiscalizacaoStatusK, .fiscalizacaoStatusL { background: url(../icons/ico-40x40-recurso.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; left: -5px; width: 50px; height: 50px; }
.fiscalizacaoStatusC, .fiscalizacaoStatusJ, .fiscalizacaoStatusO { background: url(../icons/ico-40x40-cancelada.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; left: -5px; width: 50px; height: 50px; }
.fiscalizacaoStatusD { background: url(../icons/ico-40x40-devolvida.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; left: -5px; width: 50px; height: 50px; }
.fiscalizacaoStatusS { background: url(../icons/ico-40x40-suspensa.png) no-repeat 10px 10px; position: absolute; top: -5px; margin-left:165px; left: -5px; width: 50px; height: 50px; }

/*
	Dashboard
*/
#wrapper #container .main .section .third,
#wrapper #container .main .section .box2 {
	background-color: #FFFFFF;
	float: left;
	margin: 7px;
	width: 212px;
	cursor: pointer;
}
#wrapper #container .main .section .double {
	background-color: #FFFFFF;
	float: left;
	margin: 0 10px 20px;
	width: 422px;
	height: 105px;
	padding: 5px;
	cursor: pointer;
}

#wrapper #container .main .section .full {
	background-color: #FFFFFF;
	width: 875px; 
	margin: 0 auto 20px;
	padding: 5px;
}

#wrapper #container .main .section .full .box,
#wrapper #container .main .section .double .box,
#wrapper #container .main .section .third .box {
	width: 100%;
	display: inline-block;
	width /*\**/: 100%\9;
}

#wrapper #container .main .section .full .box .title,
#wrapper #container .main .section .double .box .title,
#wrapper #container .main .section .third .box .title {
	clear: both;
	color: #6B7788;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0px 15px 10px;
	text-align: left;
	position: relative;
}

#wrapper #container .main .section .full .box .title {
	border-bottom: 1px solid #DFDFDF;
  padding: 5px 5px 2px;
  text-align: left;
} 

#wrapper #container .main .section .double .box .title {
	border-bottom: 1px solid #DFDFDF;
  padding: 5px 5px 2px;
  text-align: left;
}

#wrapper #container .main .section .full .box .content {
  font-size: 11px;
  line-height: 14px;
  margin: 5px;
  text-align: left;
}

#wrapper #container .main .section .double .box .content {
	float: right;
  font-size: 11px;
  line-height: 14px;
  margin: 5px;
  padding: 10px 0;
  text-align: justify;
  width: 312px;
}
.boxObs{
	margin:15px 0px 0px 0px !important;
	text-align: center !important;
	width: 100% !important;

}
#wrapper #container .main .section .third .box .content {
	display: block;
  font-size: 10px;
  position: relative;
  margin: 2px auto;
  text-align: center;
  top: 40px;
}

#wrapper #container .main .section .double .box .icon {
	float: left;
  height: 72px;
  margin: 0 12px 5px;
  width: 72px;
}
#wrapper #container .main .section .double .box .busca {
	background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .cadastro {
	background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .pauta {
  background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .multa {
  background: url("../icons/ico-72x72-dashboard-multa.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .moeda {
  background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .indice {
  background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .termo {
  background: url("../icons/ico-72x72-dashboard-termo.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .documento {
  background: url("../icons/ico-72x72-dashboard-documento.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .grupo {
  background: url("../icons/ico-72x72-dashboard-grupo.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .usuario {
  background: url("../icons/ico-72x72-dashboard-usuario.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .evento {
  background: url("../icons/ico-72x72-dashboard-evento.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .prefeitura {
  background: url("../icons/ico-72x72-dashboard-prefeitura.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .secretaria {
  background: url("../icons/ico-72x72-dashboard-secretaria.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .fiscalizacao { 
  background: url("../icons/ico-72x72-dashboard-fiscalizacao.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .parametro {
  background: url("../icons/ico-72x72-dashboard-parametro.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .servico {
  background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .atividade {
  background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .legislacao {
  background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}
#wrapper #container .main .section .double .box .link {
  background: url("../icons/ico-72x72-default.png") no-repeat scroll 0 0 transparent;
}

#wrapper #container .main .section .third p {
	display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: auto;
  margin-top: 33px;
  width: 66%;
}

#wrapper #container .main .section .third .box .content p.total {
	display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: auto;
  margin-top: 33px;
  width: 70%;
  position: relative;
  top: -30px;
  left: 40px;
}

#wrapper #container .main .section .third .box .content span {
	color: #000000;
  float: right;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin: 25px 10px 10px 0;
  padding: 5px 8px;
  top : -70px;
  left: -43px;
	margin-right /*\**/: 0\9 ;
	box-shadow: none ;
	border-radius: none ;
	text-align: center !important;
	width: 88px !important;
	white-space: nowrap;
}

.prazo {
	background-color: #609ECD;
	box-shadow: 2px 2px 2px #454546 !important;
	border-radius: 2px !important;
	top:0px !important;
	left:0px !important;
	padding: 5px 8px;
	float: none !important;
	width: auto !important;
}


#wrapper #container .main .section .box2 {
	width: 416px;
	padding: 10px;
	cursor: default;
}
#wrapper #container .main .section .box2 h5 {
	border-bottom: 1px solid #c7c7c7;
	padding: 0 0 10px;
  text-align: left;
}
#wrapper #container .main .section .box2 .Info {
	background: url("../img/dashed.png") repeat-x scroll 0 50% transparent;
  clear: both;
  font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}
#wrapper #container .main .section .box2 .Info input[type=button] {
	float: right;
}
#wrapper #container .main .section .box2 .Info span.infoUm {
	background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  float: left;
  padding-right: 5px;
}
#wrapper #container .main .section .box2 .Info span.infoDois {
	background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  float: right;
  padding-left: 5px;
  padding-right: 1px;
	font-weight: normal;
}
#wrapper #container .main .section .box2 .Info span.msg {
  display: block;
  text-align: center;
  padding: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
}
#wrapper #container .main .section .box2 .SecondInfo {
	border-bottom: 1px solid #C7C7C7;
  clear: both;
  margin: 7px 0 0 0;
  padding-bottom: 5px;
} 
#wrapper #container .main .section .box2 .SecondInfo .infoUm {
  margin-left: 55px;
}
#wrapper #container .main .section .box2 .SecondInfo a img {
	border: 1px solid #959595;
	height: 44px;
  width: 45px;
}
#wrapper #container .main .section .box2 .SecondInfo .infoUm ul li.even {
  text-align: right;
}
#wrapper #container .main .section .box2 .SecondInfo .infoUm ul li {
  display: inline-block;
  float: left;
  padding: 6px 0;
  width: 50%;
}
#wrapper #container .main .section .col {
	float: left;
	width: 50%;
}
#wrapper #container .main .section .box2 table.downloadTable {
	width: 100%;
}
#wrapper #container .main .section .box2 table.downloadTable thead tr th {
	background-color: #F5F5F5;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
	border-bottom: 1px solid #C7C7C7;
}
#wrapper #container .main .section .box2 table.downloadTable tbody tr td {
	font-size: 11px;
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}

/*
	Icon+Actions
*/
.logOut {
	background: url("../icons/ico-24x24-logout.png") no-repeat scroll center center transparent;
  height: 17px;
  position: absolute;
  right: 16px;
  top: 9px;
  width: 16px;
}

.del, .delOff, .bolOff, .bol,
.edit, .editOff,
.pdf, .pdfOff, .certificado, .certificadoOff,
.attachment,
.btAdd, .btZoom, .btZoomOff,
.btGenerate, .btGenerated, .btSave, .btChange, .btDownload, .notDte, .notDteOff, .btImport, .btImportOff {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.certificado{
	cursor:pointer;
}
.pdfSigned{
	display: inline-block;
	width: 18px;
	height: 18px;	
}
.delOff, .editOff, .pdfOff, .btZoomOff, .btGenerated, .certificadoOff {
	cursor: default;
}
.del { background: url("../icons/ico-16x16-excluir.png") no-repeat center center; }
.delOff { background: url("../icons/ico-16x16-excluir-off.png") no-repeat center center; }
.edit { background: url("../icons/ico-16x16-edit-info.png") no-repeat center center; }
.editOff { background: url("../icons/ico-16x16-edit-info-off.png") no-repeat center center; }
.bolOff { background: url("../icons/ico-16x16-billet-unique-off.png") no-repeat center center; }
.bol { background: url("../icons/ico-16x16-billet-unique-on.png") no-repeat center center; }
.pdf { background: url("../icons/ico-16x16-pdf.png") no-repeat center center; }
.certificado { background: url("../icons/ico-16x16-key.png") no-repeat center center; }
.certificadoOff { background: url("../icons/ico-16x16-key-off.png") no-repeat center center; }
.pdfOff { background: url("../icons/ico-16x16-pdf-off.png") no-repeat center center; }
.pdfSigned { background: url("../icons/ico-18x18-pdf-signed.png") no-repeat center center; }
.attachment { background: url("../icons/ico-16x16-attachment.png") no-repeat center center; }
.notDte { background: url("../icons/ico-16x16-mail.png") no-repeat center center; }
.notDteOff { background: url("../icons/ico-16x16-mail-hover.png") no-repeat center center; }

.btDetails {
	background: url("../icons/ico-16x16-tool.png") no-repeat center center;
	float: left;
  height: 16px;
  margin: 7px;
  width: 16px;
}
.btAdd { background: url("../icons/ico-16x16-adicionar.png") no-repeat scroll 0 -1px transparent; } 
.btZoom { background: url("../icons/ico-16x16-zoom.png") no-repeat center center; }
.btZoomOff { background: url("../icons/ico-16x16-zoom-off.png") no-repeat center center; }
.btImport { background: url("../icons/ico-16x16-import3.png") no-repeat center center; }
.btImportOff { background: url("../icons/ico-16x16-import3-off.png") no-repeat center center; }

.btGenerate { background: url("../icons/ico-16x16-generate.png") no-repeat center center; }
.btGenerated { background: url("../icons/ico-16x16-tick.png") no-repeat center center; }

.btSave { background: url("../icons/ico-16x16-save.png") no-repeat center center; }
.btChange { background: url("../icons/ico-16x16-change.png") no-repeat center center; }

.btHelp { 
	background: url("../icons/ico-16x16-help.png") no-repeat scroll 0 transparent;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-left: 5px;
} 

.btCleanField,
.btCleanFieldRight {
	background: url("../icons/ico-16x16-delete-blue.png") no-repeat scroll center center transparent;
  position: absolute;
  right: 52px;
  top: 2px;
	display: inline-block;
  width: 22px;
  height: 22px;
}
.btCleanFieldRight {
	right: 6px;
}

.btDownload { background: url("../icons/ico-16x16-drive-go.png") no-repeat center center; }
/*
	Mensagem
*/
.Mensagem {
	position: relative;
	clear: both;
}
.Mensagem .left {
	float: left;
}
.Mensagem .right {
	float: right;
}

ul.MenuMensagem li {
	display: block;
	margin: 0 7px 5px 0;
	float: left;
}
ul.MenuMensagem li a {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 17px;
  padding: 4px 10px 0 30px;
	box-shadow: 2px 2px 2px #959595;
	border: 1px solid #464545;
}
ul.MenuMensagem li a:hover {
	color: #464545;
	border: 1px solid #464545;
}
ul.MenuMensagem li a span {
	float: right;
	margin: 0 0 0 10px;
}
ul.MenuMensagem li a.inbox {
	background: url("../icons/ico-16x16-inbox2.png") no-repeat scroll 8px 4px #464545;
}ul.MenuMensagem li a.inbox:hover {
	background: url("../icons/ico-16x16-inbox2-hover.png") no-repeat scroll 8px 4px transparent;
}

ul.MenuMensagem li a.sent {
	background: url("../icons/ico-16x16-outgoing.png") no-repeat scroll 8px 4px #464545;
}ul.MenuMensagem li a.sent:hover {
	background: url("../icons/ico-16x16-outgoing-hover.png") no-repeat scroll 8px 4px transparent;
} 

ul.MenuMensagem li a.trash {
	background: url("../icons/ico-16x16-trash.png") no-repeat scroll 8px 4px #464545;
}ul.MenuMensagem li a.trash:hover {
	background: url("../icons/ico-16x16-trash-hover.png") no-repeat scroll 8px 4px transparent;
}

ul.MenuMensagem li a.write {
	background: url("../icons/ico-16x16-mail.png") no-repeat scroll 8px 4px #609ECD;
	border: 1px solid #609ECD;
}ul.MenuMensagem li a.write:hover {
	background: url("../icons/ico-16x16-mail-hover.png") no-repeat scroll 8px 4px transparent;
	border: 1px solid #609ECD;
}

ul.MenuMensagem li a.delete {
	background: url("../icons/ico-16x16-close.png") no-repeat scroll 8px 4px #464545;
	display: none;
}ul.MenuMensagem li a.delete:hover {
	background: url("../icons/ico-16x16-close-hover.png") no-repeat scroll 8px 4px transparent;
	border: 1px solid #609ECD;
}

ul.MenuMensagem li a.refresh {
	background: url("../icons/ico-16x16-refresh.png") no-repeat scroll 6px 4px #464545;
	padding: 4px 0 0 25px;
}

.MailUnread {
    background: url("../img/i_strip_w5m2.png") no-repeat scroll -936px 1px transparent;
    height: 22px;
    margin-left: 10px;
    width: 23px;
    cursor: pointer;
}
.MailRead {
    background: url("../img/i_strip_w5m2.png") no-repeat scroll -804px 1px transparent;
    height: 22px;
    margin-left: 10px;
    width: 23px;
    cursor: pointer;
}

/* Visualizar Mensagem */

form.frmMensagem fieldset label p {
	width: 75px !important;
}

.RspMsg,
.RspMsg2,
.RspMsgText {
  color: #000000;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 4px 5px 0;
  position: relative;
  text-align: left;
  width: 560px;
}
.RspMsg2 {
	width: auto;
}
.RspMsgText {
	height: auto;
	padding: 8px 5px 5px;
	overflow: auto;
	text-align: justify;
  line-height: 12px;
}
.RspMsg .row,
.RspMsg2 .row,
.RspMsgText .row {
  float: left;
  padding: 0;
  position: relative;
	width: 100%;
	padding-bottom: 10px;
}
.RspMsg .row button,
.RspMsg2 .row button,
.RspMsgText .row button {
	margin: 0 5px 0 0 !important;
}

/* Dashboard FiscalizaÃ§Ã£o */
#mod-empresa .box {
  min-height: 175px;
}

#wrapper #container .section .half .box,
#wrapper #container .section .both .box {
  background-color: #FFFFFF;
  margin: 7px;
  cursor: pointer;
	position: relative;
	border: 1px solid #E5E5E5;
	padding: 7px 12px;
  cursor: default;
	display: inline-block;
	/*overflow: hidden;*/
}

#wrapper #container .section .half .box {
	width: 412px;
}
#wrapper #container .section .both .box {
  width: 865px;
}

#wrapper #container .section .both .box .left,
#wrapper #container .section .both .box .right {
	float: left; 
	width: 412px;
}

#wrapper #container .section .both .box .right {
  float: right; 
}

#wrapper #container .section .half .box .title,
#wrapper #container .section .both .box .title,
#wrapper #container .section .both .box .left .title,
#wrapper #container .section .both .box .right .title {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 10px;
  margin: 0 0 5px;
  text-align: left;
  clear: both;
  color: #609ECD;
  font-size: 14px;
  font-weight: bold;
	width: 100%;
}

#wrapper #container .section .half .box .buttons,
#wrapper #container .section .both .box .buttons {
  margin-bottom: 0;
}
#wrapper #container .section .half .box p,
#wrapper #container .section .both .box p {
  display: block;
  font-weight: bold;
  line-height: 15px;
  padding: 2px 0;
  width: 100%;
}

#wrapper #container .section .half .box p span,
#wrapper #container .section .both .box p span {
  font-weight: normal;
  text-align: right;
  margin-left: 5px;
}
#wrapper #container .section .half .box .content,
#wrapper #container .section .both .box .content {
  display: table;
  width: 100%;
}
 
#wrapper #container .section .half .box .content ul.users,
#wrapper #container .section .both .box .content ul.users,
#wrapper #container .section .both .box .left .content ul.users,
#wrapper #container .section .both .box .right .content ul.users {
  border-bottom: 1px solid #ddd;
  display: block;
  list-style: none outside none;
  margin-bottom: 5px;
  padding: 0 0 35px;
}
#wrapper #container .section .half .box .content ul.users li p:nth-child(odd),
#wrapper #container .section .both .box .content ul.users li p:nth-child(odd),
#wrapper #container .section .both .box .left .content ul.users li p:nth-child(odd),
#wrapper #container .section .both .box .right .content ul.users li p:nth-child(odd) {
  background-color: #fff;
	border-bottom: 1px dashed #E0E0E0;
}
#wrapper #container .section .half .box .content ul.users li p:nth-child(even),
#wrapper #container .section .both .box .content ul.users li p:nth-child(even),
#wrapper #container .section .both .box .left .content ul.users li p:nth-child(even),
#wrapper #container .section .both .box .right .content ul.users li p:nth-child(even) {
  background-color: #F6F6F6;
	border-bottom: 1px dashed #E0E0E0;
}
#wrapper #container .section .half .box .content ul.users li img,
#wrapper #container .section .both .box .content ul.users li img,
#wrapper #container .section .both .box .left .content ul.users li img,
#wrapper #container .section .both .box .right .content ul.users li img {
  float: left;
  margin-right: 10px;
	border: 2px solid #fff;
	border-top: 0;
}
#wrapper #container .section .half .box table.downloadTable,
#wrapper #container .section .both .box table.downloadTable {
	width: 100%;
}
#wrapper #container .section .half .box table.downloadTable thead tr th,
#wrapper #container .section .both .box table.downloadTable thead tr th {
  background-color: #F5F5F5;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #C7C7C7;
	vertical-align: middle;
}
#wrapper #container .section .half .box table.downloadTable tbody tr td,
#wrapper #container .section .both .box table.downloadTable tbody tr td {
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	vertical-align: middle;
	padding: 6px 0;
}

/* Tabela de Multas */
.small .penalties thead th:nth-child(5),
.small .penalties thead th:nth-child(7),
.small .penalties tbody td:nth-child(5),
.small .penalties tbody td:nth-child(7) {
  display: none;
}

/*
  LOADING GENERICO - para mascara de loading nos forms
*/
#showLoading {
  position: absolute;
  top: 0;
  background: #FFF;
  opacity: .6;
  filter: alpha(opacity=60);
  text-align: center;
  left: 0;
  width: 100%;
  height: 30px;
  height: 100%;
}

#showLoading > p {
  position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -55px;
}

#showLoading .img-loading {
  background-image: url(data:image/gif;base64,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);
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/*
	InteligÃªncia Fiscal - Pauta
*/ 
#wrapper #container .main .intFiscal {
  clear: both;
  margin: 0 auto;
  width: 100%;
}
#wrapper #container .main .intFiscal .tittle,
#wrapper #container .main .intFiscal .step .content div.confirm .tittle {
  background-color: #454546;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 15px;
}
#wrapper #container .main .intFiscal ul.menu {
  background-color: #E7E7E7;
  display: block;
  height: 46px;
  border-color: #C8C8C8;
  border-style: solid;
  border-width: 0 0 1px;
}
#wrapper #container .main .intFiscal ul.menu li {
  float: left;
  border-right: 1px solid #C8C8C8;
	width: 16.574%;
}	
#wrapper #container .main .intFiscal ul.menu li div.click {
  display: block;
  padding: 10px 15px;
  font-weight: normal;
  cursor: pointer;
}#wrapper #container .main .intFiscal ul.menu li div.click:hover {
	background-color: #3C6783;
	color: #fff;
}#wrapper #container .main .intFiscal ul.menu li div.click.active {
	background-color: #3C6783;
  color: #fff;
}
#wrapper #container .main .intFiscal ul.menu li:last-child {
	border-right: 0 none;
}
#wrapper #container .main .intFiscal ul.menu li:last-child div.click {
	cursor: default;
}
#wrapper #container .main .intFiscal ul.menu li div.click span {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C8C8C8;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  text-align: center;
  width: 32px;
  margin-top: -5px;
	font-size: 13px;
  font-weight: bold;
}#wrapper #container .main .intFiscal ul.menu li div.click:hover span {
  color: #3C6783;
	border: 1px solid #fff;
}#wrapper #container .main .intFiscal ul.menu li div.click.active span {
	color: #3C6783;
  border: 1px solid #fff;
}
#wrapper #container .main .intFiscal ul.menu li div.click div {
  margin-left: 45px;
  margin-top: 2px;
  vertical-align: middle;
}
#wrapper #container .main .intFiscal ul.menu li div.click div small,
#wrapper #container .main .intFiscal ul.menu li div.click div strong {
  display: block;
}
#wrapper #container .main .intFiscal ul.menu li div.click div small {
	font-size: 10px;
}
#wrapper #container .main .intFiscal ul.menu li div.selected {
	background: url("http://fiscalizacao.gissonline.intranet.local/cms/plugins/jquery-ui/jquery-ui-1.8.16/development-bundle/themes/fisc-theme/images/ui-bg_highlight-hard_65_609ecd_1x100.png") repeat-x scroll 50% 50% #609ECD;
}
#wrapper #container .main .intFiscal .buttons {
	width: 100%; 
	height: 28px;
}
#wrapper #container .main .intFiscal .buttons input.anterior {
	float: left; 
	margin: 5px;
}
#wrapper #container .main .intFiscal .buttons input.proximo {
	float: right; 
	margin: 5px;
}
#wrapper #container .main .intFiscal .step {
    margin: 0 auto;
    overflow: auto;
    width: 100%;
    padding-bottom: 10px;
}
#wrapper #container .main .intFiscal .step .sidebar {
    float: left;
    padding: 10px;
    width: 23%;
}
#wrapper #container .main .intFiscal .step .sidebar span {
    display: block;
    float: left;
    font-size: 20px;
    margin: 5px;
}
#wrapper #container .main .intFiscal .step .sidebar strong,
#wrapper #container .main .intFiscal .step .sidebar small {
	display: block;
}
#wrapper #container .main .intFiscal .step .sidebar strong {
	font-size: 14px;
    position: relative;
    top: 6px;
}
#wrapper #container .main .intFiscal .step .sidebar small {
	font-size: 10px;
  margin-bottom: 10px;
  position: relative;
  top: 7px;
}
#wrapper #container .main .intFiscal .step .content {
	float: left;
	padding: 10px 0;
	width: 100%;
}
#wrapper #container .main .intFiscal .step .content form {
	width: 100%;
}
#wrapper #container .main .intFiscal .step .content p,
#wrapper #container .main .intFiscal .step .sidebar p {
	padding: 5px;
	font-size: 11px;
	text-align: justify;
}

#wrapper #container .main .intFiscal .step .content table.IntFiscalTable {
	width: 100%;
	font-size: 11px;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable thead {
	/*background: url("http://fiscalizacao.gissonline.intranet.local/cms/plugins/jquery-ui/jquery-ui-1.8.16/development-bundle/themes/fisc-theme/images/ui-bg_highlight-soft_75_609ecd_1x100.png") repeat-x scroll 50% 50% #609ECD*/
  background-color: #3C6783;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable thead tr th {
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	color: #fff;
	height: 23px;
	text-align: left;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable tbody tr td {
	border-bottom: 1px solid #C8C8C8;
	vertical-align: middle;
	font-weight: normal;
	padding: 0 5px;
	height: 24px;
	text-align: left;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable tbody tr:hover {
	background-color: #f1f5f9;
	cursor: pointer;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable thead tr th.center,
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable tbody tr td.center {
	text-align: center;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable thead tr th.right,
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable tbody tr td.right {
	border-right: 1px solid #C8C8C8;
}
#wrapper #container .main .intFiscal .step .content p {
  border-bottom: 1px solid #C8C8C8;
  height: auto;
  line-height: 14px;
  margin: 0 10px;
  padding: 6px;
}
#wrapper #container .main .intFiscal .step .content p:last-child {
	border-bottom: none;
}
#wrapper #container .main .intFiscal .step .content p span {
	font-weight: bold;
    padding-right: 5px;
}

#wrapper #container .main .intFiscal .step .content table.IntFiscalTable #divFormInteligencia form {
	width: 90%;
	margin-top: 10px;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable #divFormInteligencia form .row {
	padding: 5px 0;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable #divFormInteligencia form .row label {
	top: 13px;
}
#wrapper #container .main .intFiscal .step .content table.IntFiscalTable #divFormInteligencia form .row .right .custom-radio label {
	top: 0;
}
#wrapper #container .main .intFiscal .step .content #dynamic .tdFrmPauta {
	padding: 0 10px;
}
#wrapper #container .main .intFiscal .step .content #dynamic .tdFrmPauta .ui-icon {
	background-image: url("http://fiscalizacao.gissonline.intranet.local/cms/plugins/jquery-ui/jquery-ui-1.8.16/development-bundle/themes/fisc-theme/images/ui-icons_609ecd_256x240.png");
}

#wrapper #container .main .intFiscal .step .content div.title {
	border-bottom: 1px solid #CCCCCC;
  color: #464545;
  float: left;
  font-family: Georgia;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 0 3px 25px;
  width: 100%;
}
#wrapper #container .main .intFiscal .step .content div.confirm {
	background-color: #FFFFFF;
  border: 1px dotted #C8C8C8;
  margin: 0 auto 4px;
  width: 894px;
}
#wrapper #container .main .intFiscal .step .content div.confirm .tittle {
	background-color: #3C6783;
  font-size: 12px;
  padding: 5px 10px;
}
#wrapper #container .main .intFiscal .step .content div.confirm p {
  border-bottom: 1px dashed #C8C8C8;
  font-weight: bold;
  margin: 1px 3px;
  text-align: right;
}
#wrapper #container .main .intFiscal .step .content div.confirm p span {
  display: inline-block;
  font-weight: normal;
  height: 16px;
  padding: 0 20px;
  text-align: left;
  vertical-align: middle;
  width: 600px;
}
#wrapper #container .main .intFiscal .step .content div.confirm p.green {
	background: url("../icons/ico-16x16-tag-green.png") no-repeat scroll 860px center transparent;
}
#wrapper #container .main .intFiscal .step .content div.confirm p.red {
  background: url("../icons/ico-16x16-tag-red.png") no-repeat scroll 860px center #FFF6F4;
	cursor: pointer;
}#wrapper #container .main .intFiscal .step .content div.confirm p.red:hover {
	background-color: #E95344;
	color: #fff;
}

#wrapper #container .main .intFiscal .step .content div.legenda {
	width: 894px;
}
#wrapper #container .main .intFiscal .step .content div.legenda p.green {
	background: url("../icons/ico-16x16-tag-green.png") no-repeat scroll left center transparent;
	padding-left: 20px;
}
#wrapper #container .main .intFiscal .step .content div.legenda p.red {
  background: url("../icons/ico-16x16-tag-red.png") no-repeat scroll left center transparent;
	padding-left: 20px;
}

.statusOK{
  background-image : url('../icons/ico-16x16-tick.png');
  margin: 0 auto;
  display: block;
  height: 16px;
  width: 16px;
}
.statusNOK{
  background-image : url('../icons/ico-16x16-tick-error.png');
  margin: 0 auto;
  display: block;
  height: 16px;
  width: 16px;
}
.statusOFF{
  background-image : url('../icons/ico-16x16-tick-off.png');
  display: block;
  height: 16px;
  width: 16px;
}
#wrapper #container .main .intFiscal .step .content form .row .right .listFiscais {
	display: block;
  float: left;
  position: absolute;
  right: 255px;
  top: 12px;
}
#wrapper #container .main form .row .right .listFiscais {
	display: block;
  float: left;
  position: absolute;
  right: 170px;
  top: 12px;
}
.dspMsgPauta {
	font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
/*
	TopPanelContent
*/
#infos {
	width: 960px;
	margin: 0 auto;	
}
#infos .boxInfos {
	width: 308px;
	height: 175px;
	margin: 10px 0;
	padding: 0 5px;
	float: left;
	position: relative;
}
#infos .boxInfos p {
	float: left;
	padding: 2px 10px;
	font-size: 11px;
	text-align: justify;
	line-height: 12px;	
	color: #fff;
}
#infos .boxInfos form {
	float: left;
	margin: 0  8px;
}
#infos .boxInfos h1 {
	color: #ceeafa;
	float: left;
}
#infos .boxInfos h2 {
	color: #ceeafa;
}
#infos .boxInfos form h2 {
	margin-left: 0;	
	margin-top: 12px;
	color: #ceeafa;
}
#infos .boxInfos form input {
	margin: 3px 0;	
}
#infos .boxInfos form input[type=text],
#infos .boxInfos form input[type=password] {
	width: 219px;	
	padding: 3px 0 3px 5px;
	float: right;
	height: 16px;
	line-height: 16px;
}
#infos .boxInfos form input[type=password] {
	margin-left: 8px;
}	
#infos .boxInfos form input[type=text]:focus,
#infos .boxInfos form input[type=password]:focus {
	border: 1px solid #609ECD;
}
#infos .boxInfos form input[type=submit] {
	float: right;
}

#infos .boxInfos form label {
	float: left;
	width: 100%;
	margin-top: 5px;
}
#infos .boxInfos form label p {
	margin: 3px 0 0 -7px;
}
#infos .boxInfos form label input[type=checkbox] {
	float: left;	
	border: none;
}
#infos .boxInfos .userInfos {
	float: left;
	position: relative;
}
#infos .boxInfos .userInfos p {
	float: left;
	margin: 5px 0 0 -5px;
	padding: 0;	
}
#infos .boxInfos .userInfos span.end {
  color: #FFFFFF;
  display: block;
  float: left;
  line-height: 14px;
  margin: 5px 0;
  padding: 0;
  text-align: left;
  width: 118px;
}

#infos .boxInfos .userInfos .foto {
	float: left;
	border: 1px solid #000;
	margin: 0 0 35px 10px;
	width: 90px;
	height: 90px;
	background: url(../img/avatar.png) no-repeat center center;
}
#infos .boxInfos .userInfos .addFoto {
	position: absolute;
	top: 0;
	left: 10px;
	width: 90px;
	height: 90px;
	border: 1px solid #000; 
	cursor: pointer;
	background-color: #fff;
	opacity:0.8;
	display: none;
}
#infos .boxInfos .userInfos .addFoto p {
	margin-top: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 35px 0 0 25px;
}
#infos .boxInfos .userInfos .item {
	float: left; 
	width: 205px;
}
#infos .boxInfos .userInfos .item h2 {
	color: #ceeafa;
	float: left;
	margin 5px 0;
}
#infos .boxInfos .userInfos .item img {
	float: left;
	margin: 2px 10px 0 -5px;
	padding: 0;	
	border: 0;
}
#infos .boxInfos .userInfos ul,
#infos .boxInfos .userInfos ul.alerts {
  float: left;
  margin-top: 5px;
  padding-bottom: 5px;
}
#infos .boxInfos .userInfos ul li {
	color: #FFFFFF; 
  list-style: disc inside none;
  padding: 5px 0 0;
}
#infos .boxInfos .userInfos ul li a {
	color: #fff;
	font-weight: bolder;
}
#infos .boxInfos .userInfos ul.alerts {
	margin-top: 5px;
}
#infos .boxInfos .userInfos ul.alerts li {
	float: left;
  list-style: none outside none;
  margin-left: 15px;
  position: relative;
  width: 30px;
}
#infos .boxInfos .userInfos ul.alerts li a.mensagens,
#infos .boxInfos .userInfos ul.alerts li a.alertas {
	width: 24px;
	height: 24px;
	display: block;
}
#infos .boxInfos .userInfos ul.alerts li a.mensagens {
	background: url("../icons/ico-24x24-mail.png") no-repeat scroll 0 0 transparent;
}
#infos .boxInfos .userInfos ul.alerts li a.alertas {
	background: url("../icons/ico-24x24-alert.png") no-repeat scroll 0 0 transparent;
}

#infos .boxInfos .userInfos .prefeitura {
	float: left;
  height: 90px;
  margin: 0 0 0 10px;
  width: 90px;
}
#infos .boxInfos .userInfos .prefeitura img {
	height: 80px;
  width: 80px;
	margin-top: 5px;
}
#infos .boxInfos .userInfos ul li .balao {
  background-color: #EA0408;
  border: 2px solid #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  color: #FFFFFF;
  cursor: pointer;
  height: 10px;
  padding: 1px 3px;
  position: absolute;
  right: -4px;
  top: 4px;
  width: auto;
}
#infos .boxInfos .userInfos ul li .balao span {
	color: #FFFFFF;
  font-family: 'Traditional Arabic','Trebuchet MS';
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 1px;
  text-align: center;
}
.border {
	border-left: 1px solid #CEEAFA;
  border-right: 1px solid #CEEAFA;
}
#infos .boxInfos ul.userMenu {
  float: left;
  height: 115px;
  margin: 0 2px;
  padding: 0 10px;
  width: 125px;
}
#infos .boxInfos ul.userMenu li {
  color: #FFFFFF;
  float: left;
  list-style: disc outside none;
  margin: 5px 10px 10px 15px;
  vertical-align: middle;
  width: 110px;
}
#infos .boxInfos ul.userMenu li a {
	color: #fff;
  font-weight: bold;
  padding-top: 2px;
  vertical-align: middle;
	width: 110px;
	display: block;
}

/* Alterar Foto */
 
.makeCrop {
	float: left; 
	width: 550px; 
	height: auto; 
	border: 2px dashed #000; 
	margin: 20px 0 0 100px;
}
.resultCrop {
	float: right; 
	width: 150px; 
	height: 150px; 
	border: 2px dashed #000; 
	margin: 20px 120px 0 0;	
}
.loading {
	float: left; 
	width: 100%; 
	height: 400px;	
	background: url(../img/img_loading.gif) no-repeat center center;
	display: none;
}
.loading span {
	font-weight: bold;
	font-size: 14px;	
	position: absolute;
	bottom: 100px;
	left: 418px;
}

/*
	Arbitramento Receita
*/
table.tbReceita {
	margin: auto 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
}
table.tbReceita thead {
	background-color: #7092AC;
}
table.tbReceita thead tr th {
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}
table.tbReceita tbody tr td {
	border-bottom: 1px solid #E2E2E2;
  padding: 5px;
  text-align: center;
	vertical-align: middle;
}
table.tbReceita tbody tr:nth-child(even) {
	background-color: #f1f5f9;
}
table.tbReceita tbody tr:nth-child(odd) {
  background-color: #fff;
}
table.tbReceita tbody tr td:last-child a {
	background: url("../icons/ico-16x16-excluir.png") no-repeat center center transparent;
	width: 16px;
	height: 16px;
	display: block;
}
table.tbReceita thead tr th.txtRight,
table.tbReceita tbody tr td.txtRight {
	text-align: right;
	 padding-right: 20px;
}
/*	
	Arbitramento Despesa
*/
table.tbDespesa {
	width: 100%;
	font-size: 11px;
}
table.tbDespesa thead tr th {
	text-align: center;
	background-color: #D1DCE5;
	padding: 5px 0;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
table.tbDespesa thead tr th:first-child {
	background: none;
}
table.tbDespesa tbody tr td {
	border-bottom: 1px solid #D1DCE5;
  padding: 5px 0;
	text-align: center;
	width: 54px;
}
table.tbDespesa tbody tr td input[type=text] {
	width: 50px;
	background-color: #FFFFFF;
  border: 1px solid #D1DCE5;
  display: inline-block;
  font-size: 11px;
  outline: 0 none;
  padding: 3px 0;
	text-align: center;
}
table.tbDespesa tbody tr td:first-child,
table.tbDespesa tfoot tr td:first-child {
	background: url("http://cdn1.iconfinder.com/data/icons/silk2/resultset_next.png") no-repeat scroll 2px 8px transparent;
  padding-left: 20px;
  text-align: left;
  width: 110px;
	vertical-align: middle;
}
/*
table.tbDespesa tbody tr td:last-child {
	vertical-align: middle;
	width: 25px;
	padding-top: 8px;
}
*/
table.tbDespesa tfoot tr td {
  padding: 5px 0;
	text-align: center;
	background-color: #E2E2E2;
	font-size: 11px; 
}
table.tbDespesa tfoot tr td:first-child {
	background: url("http://cdn1.iconfinder.com/data/icons/silk2/control_play.png") no-repeat scroll 2px 2px #E2E2E2;
	font-weight: bold;
}

div.Total, div.Total2 {
  margin: 10px auto 0;
  width: 100%;
}
div.Total2 {
	margin-top: 0;
}
div.Total p, div.Total2 p {
	background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  padding: 5px 0 5px 5px;
}
div.Total2 p {
	background-color: #EAEAEA;
}
div.Total p span, div.Total2 p span {
	float: right;
	padding-right: 5px;
}
div.Total p input[type=text], div.Total2 p input[type=text] {
	float: right;
  margin-top: -4px;
  padding-right: 5px;
  text-align: right;
}
.addDespesa {
	float: left !important;
	margin-left: 0 !important;
}

.Total.highlight p {
  background: #609ECD;
  color: #FFF;
}

/*
  Simplificada
*/
dl.easy-accordion dd div.row {
	border-bottom: 1px solid #D1DCE5;
	margin-bottom: 10px;
}
dl.easy-accordion dd div.row label {
    width: 62px;
}
dl.easy-accordion dd div.row .right {
    border-left: 0;
    border-right: 0;
		padding: 0;
		margin: 0 30px 0 75px;
}

/*	
	Fluxo
*/
.fluxo {
	width: 100%;
	margin: 10px auto;
	display: table;
}

.fluxo #sortable1 { 
  float: left;
  width: 320px;
	margin: 25px 10px 10px;
}
.fluxo #sortable1 h3 {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	width: 318px;
}
.fluxo #sortable1 h3 a {
	color: #454546 !important;
	font-weight: bold;
}
.fluxo #sortable1 ul {
	height: auto;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 318px;
}
.fluxo #sortable1 ul li {
	margin: 2px 10px;
  padding: 5px 10px;
	cursor: pointer;
	list-style: disc inside none;
	border: 0;
}

.fluxo #lista-marco {
	float: right;
	margin: 10px;
	width: 500px;
}
.fluxo #lista-marco .sortable2 {
	background-color: #FFFFFF;
  float: left;
  height: auto;
  margin-top: 5px;
  min-height: 100px;
  padding: 10px 10px 30px;
  position: relative;
  width: 480px;
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
}
.fluxo #lista-marco .sortable2 input[type=text] {
	border: 1px dashed #454546;
  border-radius: 0 0 0 0;
  cursor: text;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 5px;
  text-transform: uppercase;
  width: 450px;
}
.fluxo #lista-marco .sortable2 input[type=text]:focus {
	background-color: #CBD5E1;
}
.fluxo #lista-marco .sortable2 ol,
.fluxo #lista-marco .sortable2 ul {
	float: left;
  position: relative;
  width: 100%;
}
.fluxo #lista-marco .sortable2 ol li,
.fluxo #lista-marco .sortable2 ul li {
	background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #454546;
  font-size: 12px;
  list-style: decimal inside none;
  margin-top: 5px;
  padding: 6px 4px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
}
.fluxo #lista-marco .sortable2 ul li {
	list-style: disc inside none;
}
.fluxo #lista-marco .sortable2 ol li div.cleanList,
.fluxo #lista-marco .sortable2 ul li div.cleanList {
	background: url("../icons/ico-16x16-delete.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  float: right; 
  height: 13px;
  margin-top: 1px;
  width: 13px;
}
.fluxo #lista-marco .sortable2 .right {
	border: 0 none;
  bottom: 5px;
  left: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
}
.fluxo #lista-marco .sortable2 .close {
	background: url(../icons/ico-16x16-excluir.png) no-repeat right top;
	height: 16px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 16px;
}
.fluxo #lista-marco a.create {
	background: url("../icons/ico-16x16-add.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: right;
  font-weight: normal;
  height: 16px;
  padding-left: 20px;
  padding-top: 4px;
  width: 60px;
}

.fluxo .dspMsg {
	border: 1px dashed #959595;
  bottom: 5px;
  color: #959595;
  left: 10px;
  padding: 3px 2px;
  position: absolute;
  text-align: center;
  width: 90%;
}
.fluxo .titMsg {
	color: #464545;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}

/*
  VisualizaÃ§Ã£o de Notas
*/
.boxTop{
  background-color: #FFFFFF;
  color: #9F9F9F;
  font-size: 17px;
  height: 30px;
  padding-left: 10px;
  padding-top: 15px;
  text-align: start;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
  text-shadow: 0 1px 0 #C3C3C3, 0 0 1px #FFFFFF;
  border-radius: 15px 15px 0 0;
}

.boxContent {
  background-color:#fff; 
  display:none; 
  overflow: auto;
}
.boxContent .notaBox {
  background-color: #fff; 
  width:98%; 
  margin-top:10px;
  margin-bottom:10px; 
  position: relative;
  box-shadow: 3px 2px 10px #CCCCCC;
}   

.boxBottom{
  background-color: #FFFFFF;
  color: #9F9F9F;
  font-size: 12px;
  height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 #E2E2E2, 0 0 1px #FFFFFF;
  line-height: 30px;
}

/*
.MsgLogin {
	width: 466px;
	height: auto;
	margin: 0 auto;
	padding: 100px 213px;
}	
.MsgLogin h3, .MsgLogin h2 {
	width: 100%;
	margin-left: 0;	
}
.MsgLogin h2 {
	margin-bottom: 10px;	
}
.MsgLogin p {
	margin-left: 20px;
	font-size:11px;
}
.MsgLogin ul {
	width: 100%;	
}
.MsgLogin ul li {
	list-style: inside;
	margin-left: 10px;
	font-size:11px;
}
*/

/*
  Drag and Drop Sortable 
*/
#masonry {
  clear: both;
}
.card-sortable-placeholder {
	background: #aaa !important;
	float: left;
}
.dragging { 
  opacity: .8; 
	background: #454546 !important; 
}

#masonry .box {
/*
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
	max-height: 1000px;*/
}
#masonry .box.closed {
	max-height: 10px;
}
#wrapper #container .section .half .box, #wrapper #container .section .both .box {
	float: left
}
#wrapper #container .section .box .actions {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
}
#wrapper #container .section .box .actions a {
	border-radius: 3px 3px 3px 3px;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  height: 18px;
  margin: 0 5px 5px 0;
  position: relative;
  width: 18px;
	display: block;
  float: left;
  height: 16px;
  padding: 0 3px; 
  width: 12px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
  border: 1px solid #C2C2C2;
}
#wrapper #container .section .box .actions a > i {
	background: url("../img/widget-icon.png") no-repeat scroll left top transparent;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}
#wrapper #container .section .box .actions a i.minimize { 
  background-position: 0 -143px !important;
}
#wrapper #container .section .box .actions a i.maximize {
  background-position: 0 -231px !important;
}
#wrapper #container .section .box .actions a i.expand {
  background-position: 0 -121px !important;
}
#wrapper #container .section .box .actions a i.retract {
  background-position: 0 -187px !important;
}

.non-sortable .box {
	max-width: 412px;
}
.sortable .box {
	cursor: move !important;
}

/*
  litetree
*/
.litetree-container {
	background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 15px;
}

.litetree-container .litetree .item {
	border-bottom: 1px dotted #808080;
	padding: 2px 5px;
	position: relative;
}
.litetree-container .litetree .item:last-child {border-bottom: none;}

.litetree-container .litetree .item .litetree-sub .item {
  border-bottom: 1px dashed #CCCCCE;
	position: relative;
}
.litetree-container .litetree .item .litetree-sub .item:last-child {
  border-bottom: medium none;
}

.litetree-container .litetree .item input[type="checkbox"] + label i.icon-folder,
.litetree-container .litetree .item .litetree-sub .item input[type="checkbox"] + label i.icon-folder {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../icons/ico-16x16-folder2.png") no-repeat scroll 0 2px transparent;
}
.litetree-container .litetree .item input[type="checkbox"] + label i.icon-file,
.litetree-container .litetree .item .litetree-sub .item input[type="checkbox"] + label i.icon-file {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../icons/ico-16x16-file.png") no-repeat scroll 0 0 transparent;
}
.litetree-container .litetree .item span.wpr-litetree-loading {
	background: url("../img/ajax-loader.gif") no-repeat scroll 0 0 transparent;
  top: 6px;
  display: block;
  height: 16px;
  position: absolute;
  right: 5px;
  width: 16px;
}
.litetree-bg-save {
  background-color: #EFEFEF;
}

.litetree-header {
  background-color: #D5D5D5;
  height: 20px;
}
.litetree-header,
.litetree-main {
  display: table-cell;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 120px; 
}
.litetree-header:first-child,
.litetree-main:first-child  {
  width: 42px;
}
.litetree-header label {
  margin-left: 21px !important;
}
.litetree-header label,
.litetree-main label {
  margin-right: 0 !important;
}
.litetree-main {
  font-weight: normal;
  border-bottom: 0;
}

.litetree-container.tableForm {
  padding: 4px; 
  border-radius: 4px; 
  border: 1px solid #609ECD; 
  width: 100%;
}

#refreshTable ul li.juminho:nth-child(even) {
  background-color: #fff;
}
#refreshTable ul li.juminho:nth-child(odd) {
  background: #f1f1f1;
}

.wrap li.item div:first-child {
  width: 36px;
}
.wrap a.tooltip {
  display: block;
  float: none;
  position: relative;
  width: 100%;
}
.wrap a.tooltip span.desc-tooltip {
  background-color: #FFFFFF;
  border: 1px solid #609ECD;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 5px #8E8E8E;
  font-size: 12px;
  height: auto;
  left: 90px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -4px;
  transition: all 0.4s ease 0s;
  visibility: visible;
  width: 359px;
  z-index: 99;
}

/*
  Spiner
*/
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container {
	background-color: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 0;
  width: 110px;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container ul {
	background: url("../img/spinner-bg.gif") repeat-x scroll 0 0 transparent;
  border-radius: 4px 0 0 4px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 92px;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container ul li {
  border: 0 none;
  list-style: none outside none;
  margin-top: 3px;
  padding: 2px 0 0 27px;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container ul li.opcional {
  background: url("../icons/ico-16x16-unlock.png") no-repeat scroll 5px -1px transparent;
  height: 15px;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container ul li.requerido {
	background: url("../icons/ico-16x16-lock.png") no-repeat scroll 5px -1px transparent;
  height: 15px;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container ul li.automatico {
  background: url("../icons/ico-16x16-attachment.png") no-repeat scroll 5px -1px transparent;
  height: 15px;
}

.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.up,
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.down {
	height: 10px;
	width: 18px;
	position: absolute;
	right: 0;
}

.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.up {
	background: url("../img/spinner-sprite.png") no-repeat scroll left top transparent;
  border-radius: 0 4px 0 0;
  top: 0;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.up:hover {
	background: url("../img/spinner-sprite.png") no-repeat scroll -18px top transparent;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.up:active {
  background: url("../img/spinner-sprite.png") no-repeat scroll -36px top transparent;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.up.lite-spinner-end {
  background: url("../img/spinner-sprite.png") no-repeat scroll -54px top transparent;
}

.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.down {
  background: url("../img/spinner-sprite.png") no-repeat scroll left bottom transparent;
  border-radius: 0 0 4px 0;
  bottom: 0;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.down:hover {
	background: url("../img/spinner-sprite.png") no-repeat scroll -18px bottom transparent;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.down:active {
  background: url("../img/spinner-sprite.png") no-repeat scroll -36px bottom transparent;
}
.fluxo #lista-marco .sortable2 ul li .lite-spinner-container a.down.lite-spinner-end {
  background: url("../img/spinner-sprite.png") no-repeat scroll -54px bottom transparent;
}

.fluxo #lista-marco .sortable2 ul li.ui-sortable-helper{
  cursor: move !important;
}

.lite-spinner-hided { display: none }


/* 
  Footer
*/
table.display a.tooltip {
  cursor: help;
  height: 16px;
  width: 22px;
  float: none;
  position: relative;
}

table.display a.tooltip span.desc-tooltip { 
  opacity: 0;
  visibility: hidden;
  left: 52px;
  top: -7px;
  background-color: #FFFFFF;
  border: 1px solid #609ECD;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 5px #8E8E8E;
  font-size: 12px;
  height: auto;
  padding: 5px;
  position: absolute; 
  text-align: center;
  width: 639px;
  z-index: 99;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

/* 
	Footer
*/

.footer {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 11px;
	float: left;
	margin: 20px 0;
}


.instrunction {
  border: 1px solid #E6EBEB;
  margin: 35px auto;
  width: 470px;
  border-radius: 10px 10px 10px 10px;
}
.instrunction p {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 5px;
  text-align: center;
}
.instrunction p span {
  font-size: 13px;
}

.temp { 
  margin: 0 auto;
  width: 95px;
  cursor:pointer;
}

/* Exception */

.exception .message {
  width: 541px;
  background: #FFDFDF;
  padding: 10px;
  border: 1px solid #FD9A9A;
  box-shadow: inset 1px 1px 13px #E29D9D, 1px 1px 11px #C3C1C1;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px auto;
} 
.exception img {
  float: left;
  margin-right: 15px;
}
.exception .message h3 {
  float: none;
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #DD2727;
  text-shadow: 1px 1px 1px #FFF;
  display: inline-block;
}
.exception .message p {
  display: inline-block;
  width: 380px;
}
.exception .message .code {
  font-family: monospace;
  font-size: 13px;
  margin: 15px 0;
  text-align: center;
  background: #FFF;
  padding: 10px 0;
  border-radius: 6px;
  box-shadow: inset 1px 1px 5px #CCC;
  display: inline-block;
}

.exception .buttons {
  width: 564px;
  margin: 0 auto;
  display: block;
}

/* TPL-ATIVIDADE */
.row .right ul.container-search {
  background-color: #FFFFFF;
  padding: 10px;
  width: 64.2%;
  border: 1px solid #609ECD;
  border-width: 0 1px 1px 1px;
  position: absolute;
  top: 22px;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.row .right ul.container-search li {
  line-height: 20px;
  padding: 2px 5px 0;
}
.row .right ul.container-search li em {
  font-style: italic;
  font-weight: bold;
}
.row .right ul.container-search task-row {
  display: block;
}
.row .right ul.container-search task-row:nth-child(odd) {
  background-color: #EAEAEC;
}
.row .right ul.container-search task-row:nth-child(even) {
  background-color: #fff;
}
.row .right ul.container-search task-row .highlight {
  background-color: #454546;
  font-weight: bold;
}
.row .right ul.container-search task-row .highlight a {
  color: #fff;
  display: block;
}
.row .right ul.container-search task-row a {
  display: block;
}
.row .right ul.container-search p {
  text-align: center;
  font-weight: bold;
}
.row:last-child {
  overflow: hidden;
}
.row .right a.listaAtividades {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: underline;
  display: block;
}

.row.search-tasks {
  min-height: 26px;
}

.row.search-tasks .right {
  position: relative;
}

.row.search-tasks .right #searchWord {
  width: 68%;
  float: left;
  margin-right: 10px;
}

.row.search-tasks .right .triangle-dropdown {
  background: url("https://s3-sa-east-1.amazonaws.com/plugins.eicon.com.br/jquery-ui/1.8.16/development-bundle/themes/fisc-theme/images/ui-icons_609ecd_256x240.png") no-repeat scroll -65px -12px #FFF;
  height: 24px;
  width: 16px;
  position: absolute;
  top: 1px;
  cursor: pointer;
  z-index: 2;
  left: 376px;
  border-radius: 0 4px 4px 0;
}

.row.search-tasks .right .triangle-dropdown:hover {
  opacity: .8;
}