@import url('https://fonts.googleapis.com/css?family=Roboto:300');

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-family: 'Roboto', Arial, sans-serif;
	min-width: 500px;
	/* -ms-overflow-style: -ms-autohiding-scrollbar; */
}

body {
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	overflow-x: hidden;
}

#bodyTerms {
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#fullPageTerms{
	overflow-x: hidden;
	overflow-y: auto;
}

@
-ms-viewport {
	width: device-width;
}

@
-moz-viewport {
	width: device-width;
}

@
-o-viewport {
	width: device-width;
}

@
-webkit-viewport {
	width: device-width;
}

@
viewport {
	width: device-width;
}

/* Theme layout styles */
#fullPage, #brandingWrapper {
	width: 100%;
	height: 100%;
	background-color: inherit;
}

#fullPageTerms {
	width: 100%;
	height: 100%;
	background-color: inherit;
}

#brandingWrapper {
	/*Mantis 4399 */
	/*background-color: #4488dd;*/
}

#branding {
	/* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
	height: 100%;
	margin-right: 500px;
	margin-left: 0px;
	background-color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#contentWrapper {
	position: relative;
	width: 500px;
	height: 100%;
	overflow: auto;
	background-color: #ffffff; /* for IE7 */
	margin-left: -500px;
	margin-right: 0px;
}

#contentWrapperTerms {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ffffff; /* for IE7 */
	margin-left: 30px;
	margin-right: 30px;
}

#content {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -55px auto;
	padding: 0px 150px 0px 50px;
}

#contentTerms {
	min-height: 100%;
	margin: 0 60px -55px auto;
	padding: 0px 0px 150px 8%;
	text-align: justify;
	height: auto;
	overflow-x: none;
	overflow-y: auto;
}

#header {
	font-size: 2em;
	font-weight: lighter;
	font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
	padding-top: 90px;
	margin-bottom: 60px;
	min-height: 100px;
	overflow: hidden;
}

#headerTerms {
	font-size: 2em;
	font-weight: lighter;
	font-family: 'Roboto', Arial, sans-serif;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#header img {
	/* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
	width: auto;
	height: auto;
}

#workArea, #header {
	word-wrap: break-word;
	width: 350px;
}

#workAreaTerms{
	word-wrap: break-word;
	width: 90%;
	padding-left: 0px;
	max-width: 1150px;
	overflow: auto;
	margin-bottom: 80px;
}

#workArea {
	margin-bottom: 90px;
}

#footerPlaceholder {
	height: 40px;
}

#footer {
	height: 40px;
	padding: 10px 50px 0px 50px;
	position: relative;
	color: #666666;
	font-size: 0.78em;
}

#footerLinks {
	float: none;
	padding-top: 10px;
}

#backgroundButtonsTerms{
	margin-top: 38px;
	margin-bottom: -40px;
	position: fixed;
  	bottom: 40px;
  	right: 20px;
  	width: 100%;
  	height: 130px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.78) 26%, rgba(255,255,255,1) 100%);
}

#copyright {
	color: #696969;
	display: none;
}

.pageLink {
	color: #000000;
	padding-left: 16px;
}

/* Common content styles */
.clear {
	clear: both;
}

.float {
	float: left;
}

.floatReverse {
	float: right;
}

.indent {
	margin-left: 16px;
}

.indentNonCollapsible {
	padding-left: 16px;
}

.hidden {
	display: none;
}

.notHidden {
	display: inherit;
}

.error {
	color: #c85305;
}

.info {
    color: #006621;
}


.actionLink {
	margin-bottom: 8px;
	display: block;
}

a {
	color: #2672ec;
	text-decoration: none;
	background-color: transparent;
}

ul {
	list-style-type: disc;
}

h1, h2, h3, h4, h5, label {
	margin-bottom: 8px;
}

.submitMargin {
	margin-top: 38px;
	margin-bottom: 30px;
	text-align: center;
}

.submitMarginTermsAcepta {
	margin-top: 38px;
	margin-bottom: 30px;
	position: fixed;
  	bottom: 50px;
  	right: 70%;
}

.submitMarginTermsCancela {
	margin-top: 38px;
	margin-bottom: 30px;
	position: fixed;
  	bottom: 50px;
  	right: 50%;
}

.topFieldMargin {
	margin-top: 8px;
}

.fieldMargin {
	margin-bottom: 8px;
}

.groupMargin {
	margin-bottom: 30px;
}

.sectionMargin {
	margin-bottom: 64px;
}

.block {
	display: block;
}

.autoWidth {
	width: auto;
}

.fullWidth {
	width: 342px;
}

.fullWidthIndent {
	width: 326px;
}

input {
	max-width: 100%;
	font-family: inherit;
	margin-bottom: 8px;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
	margin-bottom: 0px;
}

 .newAccountButton {
	border: none  !important;
	background-color: rgb(0, 60, 156) !important;
	min-width: 80px !important;
	width: auto !important;
	height: 30px !important;
	padding: 4px 20px 6px 20px !important;
	border-radius: 9px 9px 9px 9px !important;
	-moz-border-radius: 9px 9px 9px 9px !important;
	-webkit-border-radius: 9px 9px 9px 9px !important;
	border-width: 1px !important;
	transition: background 0s !important;
	color: rgb(255, 255, 255) !important;
	cursor: pointer !important;
	margin-bottom: 8px !important;
	-ms-user-select: none !important;
	-moz-transition: background 0s !important;
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	text-shadow: none !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-feature-settings: normal !important;
	font-kerning: auto !important;
	font-optical-sizing: auto !important;
	font-size: 13.3333px !important;
	font-stretch: 100% !important;
	font-style: normal !important;
	font-variant-alternates: normal !important;
	font-variant-caps: normal !important;
	font-variant-east-asian: normal !important;
	font-variant-ligatures: normal !important;
	font-variant-numeric: normal !important;
	font-variation-settings: normal !important;
	font-weight: 400 !important ;
}

 .canceltButton {
	border: none  !important;
	background-color: #cbcbcb !important;
	min-width: 80px !important;
	width: auto !important;
	height: 30px !important;
	padding: 4px 20px 6px 20px !important;
	border-radius: 9px 9px 9px 9px !important;
	-moz-border-radius: 9px 9px 9px 9px !important;
	-webkit-border-radius: 9px 9px 9px 9px !important;
	border-width: 1px !important;
	transition: background 0s !important;
	color: rgb(0, 0, 0) !important;
	cursor: pointer !important;
	margin-bottom: 8px !important;
	-ms-user-select: none !important;
	-moz-transition: background 0s !important;
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	text-shadow: none !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-feature-settings: normal !important;
	font-kerning: auto !important;
	font-optical-sizing: auto !important;
	font-size: 13.3333px !important;
	font-stretch: 100% !important;
	font-style: normal !important;
	font-variant-alternates: normal !important;
	font-variant-caps: normal !important;
	font-variant-east-asian: normal !important;
	font-variant-ligatures: normal !important;
	font-variant-numeric: normal !important;
	font-variation-settings: normal !important;
	font-weight: 400 !important ;
}

span.submit, input[type="submit"] {
	border: none;
	background-color: rgb(0, 60, 156);
	min-width: 80px;
	width: auto;
	height: 30px;
	padding: 4px 20px 6px 20px;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-width: 1px;
	transition: background 0s;
	color: rgb(255, 255, 255);
	cursor: pointer;
	margin-bottom: 8px;
	-ms-user-select: none;
	-moz-transition: background 0s;
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input[type="submit"]:hover, span.submit:hover {
	background: rgb(212, 227, 251);
}

input.newAccount, span.newAccount {
	border: none;
	background-color: #cbcbcb;
	min-width: 80px;
	width: auto;
	height: 30px;
	padding: 4px 20px 6px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	transition: background 0s;
	color: rgb(0, 0, 0);
	cursor: pointer;
	margin-bottom: 8px;
	-ms-user-select: none;
	-moz-transition: background 0s;
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input.newAccount:hover, span.newAccount:hover {
	background: #ededed;
}

input.text {
	height: 28px;
	padding: 0px 3px 0px 3px;
	border: solid 1px #BABABA;
}

input.text:focus {
	border: 1px solid #6B6B6B;
}

select {
	height: 28px;
	min-width: 60px;
	max-width: 100%;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: none;
	padding: 2px;
	font-family: inherit;
}

h1, .giantText {
	font-size: 2.0em;
	font-weight: lighter;
}

h2, .bigText {
	font-size: 1.33em;
	font-weight: lighter;
}

h3, .normalText {
	font-size: 1.0em;
	font-weight: normal;
}

h4, .smallText {
	font-size: 0.9em;
	font-weight: normal;
}

h5, .tinyText {
	font-size: 0.8em;
	font-weight: normal;
}

.hint {
	color: #999999;
}

.emphasis {
	font-weight: 700;
	color: #2F2F2F;
}

.smallIcon {
	height: 20px;
	padding-right: 12px;
	vertical-align: middle;
}

.largeIcon {
	height: 48px;
	/* width:48px; */
	vertical-align: middle;
}

.largeTextNoWrap {
	height: 48px;
	display: table-cell; /* needed when in float*/
	vertical-align: middle;
	white-space: nowrap;
	font-size: 1.2em;
}

.idp {
	height: 48px;
	clear: both;
	padding: 8px;
	overflow: hidden;
}

.idp:hover {
	background-color: #cccccc;
}

.idpDescription {
	width: 80%;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
	#header {
		padding-top: 40px;
		min-height: 0px;
		overflow: hidden;
	}
	#workArea {
		margin-bottom: 60px;
	}
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
	#header {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	#workArea {
		margin-bottom: 40px;
	}
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
	html, body {
		min-width: 260px;
	}
	#brandingWrapper {
		display: none;
	}
	#contentWrapper {
		float: none;
		width: 100%;
		margin: 0px auto;
	}
	#contentWrapperTerms {
		float: none;
		width: 100%;
		margin: 0px auto;
	}
	#content, #footer, #header {
		width: 400px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	#workArea {
		width: 100%;
	}
	.fullWidth {
		width: 392px;
	}
	.fullWidthIndent {
		width: 376px;
	}
}

@media only screen and (max-width: 450px) {
	body {
		font-size: 0.8em;
	}
	#content, #footer {
		width: auto;
		margin-right: 33px;
		margin-left: 25px;
	}
	#header {
		width: auto;
	}
	span.submit, input[type="submit"] {
		font-size: 0.9em;
	}
	.fullWidth {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.fullWidthIndent {
		width: 85%;
	}
	.idpDescription {
		width: 70%;
	}
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width:280px) {
	#contentWrapper {
		width: 260px;
	}
	#contentWrapperTerms {
		width: 100%;
	}
	.idpDescription {
		max-width: 160px;
		min-width: 100px;
	}
}


/** CONTRATO */
.body-contrato {
	background: #cccccc;
	padding: 2rem;
	height: auto;
	min-height: 100%;
}

.content-contrato {
	background: white;
	padding: 4rem 3rem;
	max-width: 950px;
	margin: 0 auto;
}

.contrato-area {
	font-size: 13.3px;
	color: rgb(117, 117, 117);
}

.contrato-space {
	margin-left: 0.7rem
}

.contrato-item {
	margin-top: .5rem;
}

.terminosDeUso {
	text-align: center;
	font-size: 13.3px;
}
