﻿@font-face {
	font-family: Lato-Regular;
	src: url('formsFonts/Lato-Regular.ttf') format('truetype');
}

/* BUTOES */
.botao-ok {
	background: #00abeb;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 14px 12px 14px;
}

.botao-ok:hover {
	background-color: #4B4B4B;
}

.btNext {
	background: #00abeb url('../layout/formularios/btArrow.png') no-repeat;
	background-position: 90% center;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 26px 12px 14px;
}

.btNext:hover {
	background-color: #666666;
}

.btNext:focus {
	border: none;
}

.botao-cancelar,
.btBack {
	background-color: #959595;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 14px 12px 14px;
	margin-right: 11px;
}

.botao-cancelar:hover,
.btBack:hover {
	background-color: #00abeb;
}

.btVoltarSite {
	background: #666666 url('../layout/formularios/assoft_logo.png') no-repeat;
	background-position: 10% center;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 101;
	padding: 11px 22px 11px 57px;
}

.btVoltarSite:hover {
	background-color: #00abeb;
}
/* END BUTOES */

/* INPUTS */
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
	display: inline-block;
	margin-left: -2em;
	line-height: 1.5em;
	cursor: pointer;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio]:not(old) + label > span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: url(../layout/formularios/sprites.png);
	background-position: -30px -29px;
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	width: 16px;
	height: 16px;
	margin: -3px 10px 0px;
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio]:not(old):checked + label > span {
	background-position: -5px -29px;
}

.tablePrazo > tbody > tr > td > div {
	display: inline-block;
	background-color: #ebebeb;
	width: 231px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.divRegistoSoftware input {
	border: 1px solid black;
	cursor: pointer;
}

.divRegistoSoftware textarea,
.divRegistoSoftware input[type='text'],
.divRegistoSoftware select {
	width: 100%;
	height: 36px;
	cursor: text;
	border: 1px solid #cccccc;
	background-color: rgba(4, 36, 74, 0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 20px;
	z-index: 56;
}

.divRegistoSoftware textarea {
	padding: 20px;
	resize: vertical;
	overflow-x: hidden;
	overflow-y: auto;
	overflow-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
}

.divRegistoSoftware select {
	cursor: pointer;
}
/* END INPUTS */

.divRegistoSoftware {
	width: 100%;
}

/* TITULO */
.TituloFormulario {
	font-size: 21px;
	font-family: Lato;
	color: #999999;
	text-transform: uppercase;
	line-height: 1.286;
	z-index: 104;
}

.TituloStep {
	font-size: 17px;
	font-family: Lato;
	color: #00abeb;
	text-transform: uppercase;
	line-height: 1.588;
	z-index: 103;
}
/* END TITULO */

/* SELECAO TIPO OBRA*/
.tblSelecaoTipoObra > tbody > tr > td > div {
	display: inline-block;
	background-color: #ebebeb;
	width: 231px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.tblSelecaoTipoObra > tbody > tr > td > div > label {
	font-size: 14px;
	font-family: Lato;
	color: #404040;
	text-transform: uppercase;
	cursor: pointer;
}

.tblSelecaoTipoObra > tbody > tr > td > span {
	font-size: 11px;
	font-family: Lato;
	color: #404040;
	line-height: 1.364;
	text-align: left;
	width: 331px;
	height: 11px;
	margin-left: 41px;
}
/* END SELECAO TIPO OBRA */

/* SELECAO AUTORIA */
.tbSelecaoAutoria > tbody > tr > td {
	text-align: left !important;
	padding: 0px 0px 0px 101px;
}

.tbSelecaoAutoria > tbody > tr > td > div {
	display: inline-block;
	background-color: #ebebeb;
	width: 231px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.tbSelecaoAutoria > tbody > tr > td > div > label {
	font-size: 14px;
	font-family: Lato;
	color: #404040;
	text-transform: uppercase;
	cursor: pointer;
}

.tbSelecaoAutoria > tbody > tr > td > span {
	font-size: 11px;
	font-family: Lato;
	color: #404040;
	line-height: 1.364;
	text-align: left;
	width: 331px;
	height: 11px;
	margin-left: 48px;
}
/* END SELECAO TIPO OBRA */

/* SELECAO TIPO FACTURACAO */
.tblSelecaoTipoFaturacao > tbody > tr > td {
	text-align: left !important;
	padding: 0px 0px 0px 101px;
}

.tblSelecaoTipoFaturacao > tbody > tr > td > div {
	display: inline-block;
	background-color: #ebebeb;
	width: 231px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.tblSelecaoTipoFaturacao > tbody > tr > td > div > label {
	font-size: 14px;
	font-family: Lato;
	color: #404040;
	text-transform: uppercase;
	cursor: pointer;
}

.tblSelecaoTipoFaturacao > tbody > tr > td > span {
	font-size: 11px;
	font-family: Lato;
	color: #404040;
	line-height: 1.364;
	text-align: left;
	width: 331px;
	height: 11px;
	margin-left: 48px;
}
/* END SELECAO TIPO FACTURACAO */

/* SPAN "*Campos de preenchimento obrigatório" */
.tblButtons > tbody > tr:nth-child(1) > td {
	max-width: none !important;
}

.tblButtons > tbody > tr:nth-child(1) > td > span {
	font-size: 11px;
	font-family: Lato;
	color: #404041;
	line-height: 2.455;
	text-align: left;
	margin-left: 0px !important;
}

.tblButtons > tbody > tr:nth-child(2) > td {
	text-align: right;
}
/*END SPAN "*Campos de preenchimento obrigatório" */

div.TabContainer {
	position: relative;
	/*width: 100%;*/
	margin-top: 29px;
	border: 1px solid #a8a8a8;
	z-index: 100;
	padding: 50px 30px 30px 22px;
}

div.TabContainer-border-top-blue {
	margin-top: 29px;
	border: 1px solid #a8a8a8;
	z-index: 100;
	padding: 30px 30px 30px 22px;
	border-top: 2px solid #00abeb;
}

div.TabContainer-no-border {
	/*width: 100%;*/
	margin-top: -1px;
	border: none !important;
	z-index: 100;
	padding: 30px 30px 30px 22px;
}

/* MAIN STYLE TABLE ROWS */
div.TabTitle {
	width: 220px;
	position: relative;
	background-color: #ffffff;
	border-top: 2px solid #00abeb;
	text-align: center;
	padding: 8px 0px;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	z-index: 101;
	top: 30px;
}

div.TabTitle > span {
	font-family: Lato;
	font-size: 14px;
	color: rgb(64, 64, 64);
	text-transform: uppercase;
	line-height: 1.857;
}

div.TabContainer > table > tbody > tr {
	height: 60px;
	white-space: nowrap;
}

div.TabContainer > table > tbody > tr > td:nth-child(1) {
	text-align: right;
	width: 129px;
	max-width: 129px;
	padding-right: 20px;
	white-space: normal;
}

div.TabContainer > table > tbody > tr > td:nth-child(2) {
	width: 776px;
	white-space: nowrap;
	padding: 10px 0px;
	max-width: 776px;
}

div.TabContainer > table > tbody > tr > td label {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Lato;
	color: #404041;
	line-height: 2.25;
	text-align: left;
}

div.TabContainer > table > tbody > tr > td label.required:after {
	content: "*";
}

div.TabContainer > table.tblDadosRegisto > tbody > tr > td > div,
div.TabContainer > table.tblDadosDeposito > tbody > tr > td > div,
div.TabContainer > table.tblDadosAtualizacao > tbody > tr > td > div,
div.TabContainer > table.tblDados > tbody > tr > td > div,
div.TabContainer > table.tblUnicoAutor > tbody > tr > td > div,
div.TabContainer > table.tblCoAutoria > tbody > tr > td > div {
	display: inline;
}

div.TabContainer > table > tbody > tr > td > div.midDivLabel {
	display: inline-block !important;
	text-align: center;
}

div.TabContainer > table > tbody > tr > td > div.buttons {
	display: inline-block;
	background-color: #ebebeb;
	text-align: center;
	line-height: 32px;
}

div.TabContainer > table > tbody > tr > td > div.buttons > label {
	font-size: 14px;
	font-family: Lato;
	color: #404040;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0px 20px;
}

div.TabContainer > table > tbody > tr > td textarea,
div.TabContainer > table > tbody > tr > td input[type=text] {
	font-size: 11px;
	font-family: Lato;
	color: #404041;
	line-height: 2.455;
	text-align: left;
}
/* END MAIN STYLE TABLE ROWS */


/* VALIDATION CUSTOMIZATION */
.Validation {
	margin-bottom: 20px;
	margin-left: 138px;
	font-size: 11px;
	text-align: left;
	line-height: 2.455;
}

.Validation > span {
	font-family: Lato;
	color: #404041;
}

.Validation > ul {
	list-style: none;
}

.Validation > ul > li {
	font-family: Lato;
	color: #eb350b;
}
/* END VALIDATION CUSTOMIZATION */

/* TABLE AVISOS LEGAIS */
.tblAvisoLegal {
	position: relative;
}

.tblAvisoLegal > tbody > tr > td:nth-child(1) {
	text-align: justify !important;
	padding: 0px !important;
}

.tblAvisoLegal > tbody > tr > td:nth-child(1) > span {
	font-size: 14px;
	font-family: Lato;
	color: #404041;
	line-height: 1.429;
	text-align: left;
}

.tblAvisoLegal > tbody > tr > td > div.divChkAvisosLegais {
	position: absolute;
	top: 260px;
	left: -16px;
}

.tblAvisoLegal > tbody > tr > td > div.divChkAvisosLegais > label {
	font-size: 11px;
	font-family: Lato;
	color: #404041;
	line-height: 1.429;
	text-align: left;
	text-transform: none;
}
/* END TABLE AVISOS LEGAIS */

/* TABLE PROPOSTA SUBMETIDA */
.tblPropostaSubmetida > tbody > tr > td > span:nth-child(1),
.tblPropostaSubmetida > tbody > tr > td > p,
.tblPropostaSubmetida > tbody > tr > td > ul {
	font-size: 15px;
	font-family: Lato;
	color: rgb(64, 64, 65);
	line-height: 1;
	text-align: left;
}

.tblPropostaSubmetida > tbody > tr > td > ul {
	padding-left: 0px !important;
}

.tblPropostaSubmetida > tbody > tr > td > ul > li:before {
	content: "»";
	padding: 0px 10px;
}

.tblPropostaSubmetida > tbody > tr > td > ul > li {
	list-style: none;
	line-height: 2;
}
/* END TABLE PROPOSTA SUBMETIDA */

/* GRID VIEW COAUTORES */
div.TabTitle.darkBackground,
div.TabContainer.darkBackground {
	background: #f1f1f1;
}

div.TabTitle.darkBackground span,
div.TabContainer.darkBackground input[type='text'],
div.TabContainer.darkBackground span,
div.TabContainer.darkBackground > table > tbody > tr > td label {
	color: #808080 !important;
}

div.TabContainer.darkBackground input[type="text"], 
div.TabContainer.darkBackground span.select2-selection.select2-selection--single{
    background-color: #ffffff;
}

div.TabContainer.gridView {
	padding: 30px 0px !important;
}

div.TabContainer.gridView > .tblListaAutores > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
	padding: 0px !important;
}

.gvListaAutores {
	width: 979px;
	text-transform: uppercase;
}

.gvListaAutores > tbody > tr.gvListaAutoresHeaderStyle {
	width: 100%;
	height: 31px;
	font-size: 12px;
	font-family: Lato;
}

.gvListaAutores > tbody > tr.gvListaAutoresHeaderStyle > th:nth-child(3),
.gvListaAutores > tbody > tr.gvListaAutoresHeaderStyle > th:nth-child(4),
.gvListaAutores > tbody > tr.gvListaAutoresHeaderStyle > th:nth-child(5),
.gvListaAutores > tbody > tr.gvListaAutoresHeaderStyle > th:nth-child(6) {
	border: 1px solid #cccccc;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle {
	height: 31px;
	font-size: 10px;
	font-family: Lato;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td:nth-child(1) {
	width: 108px;
	border: 1px solid #cccccc;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td:nth-child(2) {
	width: 107px;
	border: 1px solid #cccccc;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td:nth-child(3) {
	width: 308px;
	border: 1px solid #cccccc;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td:nth-child(4) {
	width: 113px;
	border: 1px solid #cccccc;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td:nth-child(5) {
	width: 100px;
	border: 1px solid #cccccc;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td:nth-child(6) {
	width: 237px;
	border: 1px solid #cccccc;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td > .buttonEdit {
	background: #666666;
	padding: 11px 36px;
	text-align: center;
	line-height: 31px;
	color: #ffffff;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td > .buttonEdit:hover {
	background: #00abeb;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td > .buttonDelete {
	background: #e11919;
	padding: 11px 32px;
	text-align: center;
	line-height: 31px;
	color: #ffffff;
}

.gvListaAutores > tbody > tr.gvListaAutoresRowStyle > td > .buttonDelete:hover {
	background: #4B4B4B;
}

.gvListaAutoresRowStyle > td:nth-child(5) > span::after {
	content: '%';
}
/* END GRID VIEW COAUTORES */

/* POPUP PAINEL */
.PopUpPainel {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	max-width: 980px;
	background: #f1f1f1;
	opacity: 0.97;
	padding: 30px 30px 30px 22px;
	border-top: 2px solid #00abeb;
}

.PopUpPainel.positionTabTitle {
	top: 29px !important;
	border-top: none !important;
	z-index: 100002 !important;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > span:nth-child(1),
.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > span:nth-child(1) {
	font-size: 18px;
	font-family: Lato;
	color: #808080 !important;
	line-height: 1.222;
	text-align: left;
	margin-right: 50px;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > h2 {
	font-family: Lato;
	font-size: 18px;
	line-height: 22px;
	margin-top: 46px;
	z-index: 100001;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > span {
	font-family: Lato;
	font-size: 13px;
	line-height: 16px;
	z-index: 100001;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) ul li {
	list-style: initial;
	margin-left: 25px;
	font-family: Lato;
	font-size: 13px;
	line-height: 16px;
	z-index: 100001;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) ul li ul li {
	list-style: circle;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > p {
	font-family: Lato;
	font-size: 14px;
	line-height: 20px;
	z-index: 100001;
}
/* END POPUP PAINEL */

/* POPUP AVISOS LEGAIS */
.popUpTopPosition {
	top: 27px !important;
}

.divLblPopUpAvisosLegais {
	position: absolute;
	bottom: 36px;
	left: 53px;
}

.divLblPopUpAvisosLegais,
.divChkAvisosLegais > label:nth-child(2) {
	font-size: 11px;
	text-transform: none;
}

.divLblPopUpAvisosLegais > a,
.divChkAvisosLegais > label:nth-child(2) > a {
	color: #404041;
	font-size: 11px;
	font-family: Lato;
	text-transform: none;
	text-decoration: underline;
}

.divLblPopUpAvisosLegais,
.divLblPopUpAvisosLegais > a {
	font-family: Lato;
	color: #ffffff;
}
/* END POPUP AVISOS LEGAIS */
