ul.premio-avaliacao-list-categorias {
	width: 720px;
	height: auto;
	margin-left: 0;
	margin-bottom: 100px;
	float: left;
	position: relative;
	list-style: none;
}

ul.premio-avaliacao-list-categorias li {
	display: block;
	width: 232px;
	height: 188px;
	margin: 0 5px 10px 0;
	float: left;
	position: relative;
}

ul.premio-avaliacao-list-categorias li:hover,
ul.premio-avaliacao-list-categorias li.item-active
{
	z-index: 10;
}

ul.premio-avaliacao-list-categorias li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	border: 1px solid #fff;
}

ul.premio-avaliacao-list-categorias li a:hover,
ul.premio-avaliacao-list-categorias li.item-active a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 17px 1px rgba(179,179,179,0.47);
	-moz-box-shadow: 0px 0px 17px 1px rgba(179,179,179,0.47);
	box-shadow: 0px 0px 17px 1px rgba(179,179,179,0.47);
}

ul.premio-avaliacao-list-categorias li a span.txt {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
}

ul.premio-avaliacao-list-categorias li a span.icon {
	display: block;
	background-image: url('../../img/icons_premio-avaliacao.jpg');
	position: absolute;
	top: 50%;
	left: 50%;
}

	span.icon-premio-avaliacao-categ-1 {
		width: 109px;
		height: 103px;
		background-position: -72px -41px;
		margin: -62px 0 0 -55px;
	}

	span.icon-premio-avaliacao-categ-2 {
		width: 120px;
		height: 111px;
		background-position: -312px -41px;
		margin: -66px 0 0 -60px;
	}

	span.icon-premio-avaliacao-categ-3 {
		width: 119px;
		height: 96px;
		background-position: -552px -48px;
		margin: -58px 0 0 -60px;
	}

	span.icon-premio-avaliacao-categ-4 {
		width: 96px;
		height: 111px;
		background-position: -72px -233px;
		margin: -66px 0 0 -48px;
	}

	span.icon-premio-avaliacao-categ-5 {
		width: 135px;
		height: 102px;
		background-position: -304px -240px;
		margin: -61px 0 0 -68px;
	}

	span.icon-premio-avaliacao-categ-6 {
		width: 116px;
		height: 113px;
		background-position: -552px -232px;
		margin: -67px 0 0 -58px;
	}

.well-premios-avaliacao {
	padding-bottom: 0;
}

.well-premios-avaliacao .row::after,
.form-premios-avaliacao .row::after
{
	clear: none;
}

.well-premios-avaliacao p {
	padding-bottom: 0;
}

.tlt-premio-projeto {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}

ul.psCheckgroup {
	width: 810px;
	height: auto;
	list-style: none;
	margin-left: 0;
	float: left;	
}

ul.psCheckgroup li {
	width: 380px;
	height: 100px;
	background-color: #f9f9f9;
	margin: 0 20px 20px 0;
	border: 1px solid #f9f9f9;
	float: left;
}

ul.psCheckgroup li:nth-child(3),
ul.psCheckgroup li:nth-child(4) {
	margin-bottom: 0;
}

ul.psCheckgroup li.active {
	border-color: #333;
}

ul.psCheckgroup li .box-mark {
	width: 80px;
	height: 52px;
	background-color: #fff;
	line-height: 52px;
	text-align: center;
	font-size: 33px;
	margin: 23px 0 0 10px;
	float: left;
}

ul.psCheckgroup li p {
	width: 266px;
	padding: 10px 10px 0 0;
	float: right;
}

ul.psCheckgroup li p span {
	display: block;
	font-size: 13px;
	line-height: 16px;	
	padding-top: 6px;
}

	tr.premio-avaliacao-tr-padd td {
		padding-top: 20px;
		padding-bottom: 10px;
	}

.premio-avaliacao-img-header-impressao {
	display: none;
	padding: 10px 0;
	margin-bottom: 20px;
}

.premio-avaliacao-img-header-impressao img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 56px;
}

#formSavePremioAvaliacao {
	margin-bottom: 80px;
}

.formInit-edit-jurado .row div input,
.formInit-edit-jurado .row div select {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
}

.table-premio-avaliacao-notas {
	margin-bottom: 32px;
	margin-top: 16px;
}

.table-premio-avaliacao-notas td {
	padding: 20px 0 10px 18px;
}

.table-premio-avaliacao-notas select {
	width: 100%;
	margin-bottom: 0;
}

.table-premio-avaliacao-notas p.tlt-info {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0;
}

.table-premio-avaliacao-notas .txt-nota {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	cursor: default;
}

.table-premio-avaliacao-notas .txt-nota .txt-nao-enviada {
	font-style: italic;
	font-size: 11px;
}

.table-premio-avaliacao-notas .txt-nota-big {
	height: 70px;
	line-height: 70px;
	font-size: 18px;
}

.table-premio-avaliacao-notas .tlt-caption {
	height: 30px;
	line-height: 30px;
}

.table-premio-avaliacao-notas tr td .box-loading-premio-categoria-jurados {
	background: #5885DD;
	width: 135px;
	top: 3px;
	left: 4px;
	margin: 0;
}

.table tr td .box-loading-enviar-nota {
	display: block;
	background: #04c;
	width: 27px;
	right: auto;
	left: 5px;
	top: 2px;
	margin: 0;
}

.pagination-premio-nota ul li {

}

.pagination-premio-nota ul li.active a {
	background: #0c699e;
    color: #fff;
	line-height: 20px;
    margin-top: 0;
}

.td-status-envio-nota .itl-nota-enviada {
	font-size: 12px;
}

.td-status-envio-nota .itl-nota-enviada strong {
	font-size: 14px;
}

.td-status-envio-nota .btn-enviar-nota,
.td-status-envio-nota .itl-nota-enviada {
	display: none;
}

.td-status-envio-nota.box-inativo .btn-enviar-nota-disabled {
	display: inline-block;
}

.td-status-envio-nota.box-ativo .btn-enviar-nota-save {
	display: inline-block;
}

.td-status-envio-nota.box-enviado .itl-nota-enviada {
	display: inline-block;
}

.td-status-envio-nota.box-loading .btn-enviar-nota-loading {
	display: inline-block;
}

#formSavePremioAvaliacaoNota .error-nota {
	color: #b31e00;
}

#formSavePremioAvaliacaoNota label.error {
	position: absolute;
	top: -9999px;
	left: : -9999px;
}

.bs-wizard {margin-top: 0;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #4C98CE; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #115F97; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #4C98CE;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {
	background: #4C98CE;
}

.bs-wizard-jornalismo .bs-wizard-step {
	width: 160px;
}

.bs-wizard-jornalismo > .bs-wizard-step .bs-wizard-info {
	padding: 0 10px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	cursor: default;
}

.bs-wizard > .bs-wizard-step.active .bs-wizard-info {
	color: #333;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	font-size: 14px;
	color: #999;
}

.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {
	font-size: 16px;
	color: #444;
}


@media only print {
	body {
		margin:0;
		padding:0;
	}

	@page {
		margin: 1cm 0.5cm;
	}

	.premio-avaliacao-interna-impressao .premio-avaliacao-img-header-impressao {
		display: block;
	}

	.premio-avaliacao-interna-impressao #wrapper {
		padding-top: 0;
	}

	.premio-avaliacao-interna-impressao #wrapper .page-header {
		display: none;
	}

	.premio-avaliacao-interna-impressao .box-breadcrumb {
		display: none;
	}

	.premio-avaliacao-interna-impressao #contMenuLeft {
		display: none;
	}

	.premio-avaliacao-interna-impressao #content {
		padding-right: 0;
		padding-left: 0;
	}

	.premio-avaliacao-interna-impressao #boxFooter {
		display: none;
	}
}

.btn-premio-lembrete-convite {
	position: relative;
}

.btn-premio-lembrete-convite img {
	display: none;
	position: absolute;
    width: 25px;
    height: auto;
    top: 1px;
    left: 6px;
}

.btn-premio-lembrete-convite.disabled img {
	display: block;
}