/* @import url("//hello.myfonts.net/count/31fc7d"); */
/* @import url("http://utd.pt/propostas/crm/css/webfonts/"); */

@font-face {
	font-family: 'BasicSans-Bold';
	src: url('webfonts/31FC7D_0_0.eot');
	src: url('webfonts/31FC7D_0_0.eot?#iefix') format('embedded-opentype'),
	url('webfonts/31FC7D_0_0.woff2') format('woff2'),
	url('webfonts/31FC7D_0_0.woff') format('woff'),
	url('webfonts/31FC7D_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'BasicSans-Light';
	src: url('webfonts/31FC7D_9_0.eot');
	src: url('webfonts/31FC7D_9_0.eot?#iefix') format('embedded-opentype'),
	url('webfonts/31FC7D_9_0.woff2') format('woff2'),
	url('webfonts/31FC7D_9_0.woff') format('woff'),
	url('webfonts/31FC7D_9_0.ttf') format('truetype');
}

@font-face {
	font-family: 'BasicSans-Regular';
	src: url('webfonts/31FC7D_D_0.eot');
	src: url('webfonts/31FC7D_D_0.eot?#iefix') format('embedded-opentype'),
	url('webfonts/31FC7D_D_0.woff2') format('woff2'),
	url('webfonts/31FC7D_D_0.woff') format('woff'),
	url('webfonts/31FC7D_D_0.ttf') format('truetype');
}

@font-face {
	font-family: 'BasicSans-SemiBold';
	src: url('webfonts/31FC7D_11_0.eot');
	src: url('webfonts/31FC7D_11_0.eot?#iefix') format('embedded-opentype'),
	url('webfonts/31FC7D_11_0.woff2') format('woff2'),
	url('webfonts/31FC7D_11_0.woff') format('woff'),
	url('webfonts/31FC7D_11_0.ttf') format('truetype');
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/************************************/
/* RESET */
/************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

img {
  width: 100%;
}

:focus {
	outline: none;
}

.clearFix {
	clear: both;
}
/************************************/
/* END RESET */
/************************************/


:root {
	--baseLinkBg: #0094CF;
	--baseLinkText: #fff;
}

body, html {
  height: 100%;
  overflow-x: hidden;
	background: url('../imgs/bg.svg') center /cover no-repeat fixed;
	font-family: 'BasicSans-Regular', sans-serif;
  /* 300(light), normal, 600(semi-bold), bold */
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #303030;
  -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	letter-spacing: 1px;
}

section {
	width: 100%;
	padding: 6vh 0 0 0;
	position: relative;
}

section:last-of-type {
	padding: 6vh 0;
}

/* Wrapper para o content */
.wrap {
  max-width: 1200px;
  position: relative;
  margin: auto;
	padding: 0 4vw;
}
/* End Wrapper para o content */

.wrap2 {
  max-width: 100%;
  position: relative;
  margin: auto;
	padding: 0 4vw;
}

a {
  color: var(--baseLinkBg);
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/************************************/
/* FORMS */
/************************************/

.formStyle {
  position: relative;
  margin: auto;
	text-transform: none;
}

.formStyle .fsInput {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px;
  /* margin: 0 0 10px 0; */
  font-family: 'Basic Sans', sans-serif;
  background: #fff;
  position: relative;
	color: #303030;
	letter-spacing: 1px;
}

.formStyle .fsFocusAssist {
  position: absolute;
  margin: -20px 0 0 -5px;
  z-index: 10;
  font-size: 9px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 3px;
  color: #666;
  text-transform: uppercase;
}

.formStyle .fs2Col > li {
  display: inline-block;
  width: 50%;
  padding: 0 5px 0 0;
}

.formStyle .fs2Col > li:last-child {
  padding: 0 0 0 5px;
}

.formStyle .fs3Col > li {
  display: inline-block;
  width: 33.33%;
  padding: 0 5px;
}

.formStyle .fs3Col > li:first-child {
  width: 33.33%;
  padding: 0 5px 0 0;
}

.formStyle .fs3Col > li:last-child {
  width: 33.33%;
  padding: 0 0 0 5px;
}

.formStyle .fs4Col > li {
  display: inline-block;
  width: 25%;
  padding: 0 5px;
}

.formStyle .fs4Col > li:first-child {
  padding: 0 5px 0 0;
}

.formStyle .fs4Col > li:last-child {
  padding: 0 0 0 5px;
}

.formStyle .fsSelect {
  position: relative;
  /* margin: 0 0 10px 0; */
  cursor: pointer;
}

.formStyle .fsSelect .fsInput {
  padding-right: 35px;
  position: relative;
  display: inline-block;
  margin: 0;
	text-align: left;
}

.formStyle .fsSelect .fsInput::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.formStyle .fsSelect .fsInput.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.formStyle .fsSelect ul {
  position: absolute;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  width: 100%;
  overflow-y: auto;
  max-height: 50vh;
  z-index: 10;
	font-size: 12px;
}

.formStyle .fsSelect li {
  padding: 7px 10px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
	color: #303030;
}

.formStyle .fsSelect li:last-child {
  border-bottom: none;
}

.formStyle .fsSelect li:hover {
  background: var(--baseLinkBg);
  color: var(--baseLinkText);
}

.formStyle .fsCheckbox {
  /* margin: 0 0 10px 0; */
}

.formStyle .fsCheckbox .fsInput, .formStyle .fsRadioGroup .fsInput {
  width: auto;
  min-width: 26px;
  min-height: 26px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.formStyle .fsCheckbox .fsInput::after, .formStyle .fsRadioGroup .fsInput::after {
  content: "";
  width: 1%;
  height: 1%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.formStyle .fsCheckbox .fsInput.active::after, .formStyle .fsRadioGroup .fsInput.active::after {
  width: 50%;
  height: 50%;
  background: var(--fsSelectHoverBackground);
}

.formStyle .fsCheckbox .fsLabel, .formStyle .fsRadioGroup .fsLabel {
  padding: 5px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.formStyle .fsRadioGroup {
  /* margin: 0 0 10px 0; */
}

.formStyle .fsRadioGroup .fsInput, .formStyle .fsRadioGroup .fsInput::after {
  border-radius: 50%;
}

.formStyle .fsFile {
  position: relative;
  /* margin-bottom: 10px; */
}

.formStyle .fsFile input[type="file"]{
  display: none;
}

.formStyle .fsFile .fsFileLabel{
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.formStyle .fsFile .fsFileText{
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}

.formStyle .fsError {
  border: 1px solid #bf1400;
  box-shadow: inset 0 0 10px #bf1400;
}

.formStyle .fsSubmit {
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 15px;
	color: #666;
	background: none;
	border: none;
	padding: 10px;
	cursor: pointer;
}

.formStyle .fsSubmit:hover {
	opacity: .5;
}

/************************************/
/* END FORMS */
/************************************/

/************************************/
/* GRAPHIC ELEMENTS */
/************************************/

.transition {
	transition: all .3s;
}

/*  */
/* Call to action */
/*  */
.cta {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
	background: var(--baseLinkBg);
	color: var(--baseLinkText);
	border-radius: 10px;
	font-family: 'Basic Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s;
	min-width: 200px;
	letter-spacing: 1px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.4);
	border: 1px solid rgba(255,255,255,0);
}

.cta.ctaRed {
	background: #BF1400;
}

.cta:hover {
	background: #333;
	text-decoration: none;
	box-shadow: none;
	border: 1px solid rgba(255,255,255,.5);
}

.cta.ctaMax {
	width: 100%;
}

/*  */
/* Columns */
/*  */
.col2 > li {
	display: inline-block;
	width: 50%;
	padding: 0 5px 0 0;
}

.col2 > li:last-child {
	padding: 0 0 0 5px;
}

.col3 > li,
.col4 > li,
.col5 > li,
.col6 > li {
	display: inline-block;
	width: 33.33%;
	padding: 0 5px;
}

.col4 > li {
	width: 25%;
}

.col5 > li {
	width: 20%;
}

.col6 > li {
	width: 16.6%;
}

.col3 > li:first-child,
.col4 > li:first-child,
.col5 > li:first-child,
.col6 > li:first-child {
	padding: 0 5px 0 0;
}

.col3 > li:last-child,
.col4 > li:last-child,
.col5 > li:last-child,
.col6 > li:last-child {
	padding: 0 0 0 5px;
}

/*  */
/* Text */
/*  */
.xxLarge {
	font-size: xx-large;
}

.xLarge {
	font-size: x-large;
}

.large {
	font-size: large;
}

.size10 {
	font-size: 10px;
}

@media (max-width: 767px) {
	.xxLarge {
		font-size: x-large;
	}

	.xLarge {
		font-size: large;
	}

	.large {
		font-size: initial;
	}
}

/*  */
/* Elements */
/*  */

.size14 {
	font-size: 14px;
}

.center {
	text-align: center;
}

.light {
	font-family: 'BasicSans-Light';
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/* font-weight: 300; */
}

.medium {
	font-family: 'BasicSans-SemiBold';
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/* font-weight: 600; */
}

.bold {
	font-family: 'BasicSans-Bold';
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/* font-weight: bold; */
}

.red {
	color: #C17074;
	text-align: center;
}

.orange {
	color: #A8855B;
	text-align: center;
}

.green {
	color: #4C984D;
	text-align: center;
}

.darkBlue {
	color: #004685;
}

.blue {
	color: #0094CF;
}

.darkRed {
	color: #BF1400;
}

.mediumGrey {
	color: #808080;
}

.inline {
	display: inline-block;
	margin: 0 10px 0 0;
}

.inline.formStyle {
	width: 250px;
}

.inline:last-child {
	margin: 0;
}

@media (max-width: 767px) {
	.inline {
		margin: 0 0 5px 0;
	}
}

/*  */
/* Tables */
/*  */
.mainContainer {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	margin: 0 0 30px 0;
	letter-spacing: normal;
	width: 100%;
	display: inline-block;
}

.mainContainer .titleContainer {
	padding: 10px 20px 20px 20px;
	background: #ccc;
	color: #666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.mainContainer .infoContainer {
	background: #fff;
}

.mainContainer .header li {
	background: none;
	color: inherit;
	border: none;
	font-family: 'BasicSans-Regular', sans-serif;
	cursor: pointer;
}

.mainContainer .header li:hover {
	opacity: .5;
}

.mainContainer .header li.active {
	color: var(--baseLinkBg);
}

.mainContainer .alphabetSearch {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}

.mainContainer .alphabetSearch li {
	color: var(--baseLinkBg);
	cursor: pointer;
	padding: 5px;
}

.mainContainer .alphabetSearch li:first-child {
	padding: 5px 5px 5px 0;
}

.mainContainer .alphabetSearch li:last-child {
	padding: 5px 0 5px 5px;
}

.mainContainer .alphabetSearch li.pipe {
	color: #ccc;
}

.mainContainer .alphabetSearch li:hover {
	opacity: .5;
}

.mainContainer .flexContainer {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.mainContainer .flexContainer:first-of-type {
	cursor: auto;
}

.mainContainer .flexContainer:nth-child(even) {
	background: #f4f4f4;
}

.mainContainer .flexContainer:not(:first-child):hover {
	background: #d1d3d4;
}

.mainContainer .table {
	position: relative;
	width: 100%;
	padding: 0 10px;
}

.mainContainer .actions {
	padding: 10px 20px;
	cursor: pointer;
	white-space: nowrap;
}

.mainContainer .table > li {
	white-space: nowrap;
	overflow-x: hidden;
	position: relative;
	padding: 10px 10px;
}

.mainContainer .header .actions {
	opacity: 0;
}

.mainContainer.left {
	width: calc(100% - 200px);
	vertical-align: top;
}

.mainContainer .actions .link {
	display: inline;
	margin: 0 25px 0 0;
}

.mainContainer .actions .link:last-of-type {
	margin: 0;
}

.mainContainer .actions .link:hover {
	text-decoration: underline;
}

.mainContainer .hidden {
	width: 0;
	height: 0;
	overflow: hidden;
}

.mainContainer .noRecords {
	padding: 20px;
	text-align: center;
}

.mainServices {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	text-align: right;
	float: right;
	padding: 0 0 60px 0;
}

.mainServices::after {
	content: "";
	clear: both;
	position: absolute;
}

.mainServices .service {
	width: 160px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	display: inline-block;
	text-transform: uppercase;
	padding: 20px 10px;
	cursor: pointer;
	margin: 0 0 20px 0;
	min-height: 160px;
}

.mainServices .service:hover {
	background: #d1d3d4;
}

.mainServices .service img {
	max-height: 75px;
	margin: 0 0 10px 0;
}

.mainServices .service:last-child {
	margin: 0;
}

.flexContainer .asterisco {
	position: absolute;
	left: 3px;
	top: 10px;
}

@media(max-width: 900px) {
	.mainContainer .alphabetSearch {
		display: none;
	}
}

@media (max-width: 767px) {
	.mainContainer .titleContainer {
		text-align: center;
	}

	.mainContainer .actions {
		display: none;
	}

	.mainContainer.left {
		width: 100%;
	}

	.mainServices {
		width: 100%;
		text-align: center;
		float: none;
		padding: 0 0 20px 0;
	}

	.mainServices .service {
		width: calc(33% - 6px);
		padding: 10px;
		margin: 0 10px 0 0;
		font-size: 10px;
		display: none;
	}

	.mainServices .service img {
		max-height: 15vw;
	}
}

/*  */
/* Popup */
/*  */
.popupContainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(48,48,48,.8);
	z-index: 20;
	padding: 0;
}

.popupContainer .wrap {
	height: 100vh;
}

.popupContainer .popup {
	top: 50%;
	transform: translateY(-50%);
	background: #303030;
	max-width: 500px;
	margin: auto;
	position: relative;
	color: #fff;
	padding: 20px;
	text-align: right;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}

.popupContainer .popup.largePopup {
	max-width: 1000px;
}

.popupContainer .popup .close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
}

.popupContainer .popup .close:hover {
	opacity: .5;
}

.popupContainer .popup .cta {
	margin: 30px auto 0 auto;
	display: block;
	max-width: 200px;
}

.popupContainer .popup .cta.edit {
	display: none;
}

.popupContainer .title {
	text-align: left;
	margin: 0 0 10px 0;
}

.popupContainer .container {
	margin: 0 0 10px 0;
}

.popupContainer .container:last-of-type {
	margin: 0;
}

.popupContainer .container > * {
	display: inline-block;
	margin: 0 5px;
	width: auto;
	vertical-align: top;
}

.popupContainer .container > *:not(p) {
	max-width: 230px;
	width: 100%;
}

.popupContainer .container > p {
	margin: 9px 0 0 0;
}

.popupContainer .col2 > li {
	vertical-align: top;
}

.popupContainer .col2 > li:last-child .title {
	margin: 0 0 10px 30px;
}

.popupContainer .id {
	width: 0;
	height: 0;
	opacity: 0;
}

.popupContainer .text {
	text-align: center;
	text-transform: uppercase;
}

.popupContainer .deleteTxt {
	padding: 25px 0 0 0;
}

.popupContainer .col2 > li.bottomAlign {
	vertical-align: bottom;
}

.popupContainer .alignLeft {
	text-align: left;
	margin: 9px 0 0 10px;
}

.popupContainer .websiteContainer {
	position: relative;
	max-width: calc(100% - 30px) !important;
	padding: 10px;
  height: 200px;
  margin: 0 0 30px 0;
}

.popupContainer .website {
	overflow: hidden;
	max-height: 180px;
}

.popupContainer .websiteImg {
	width: 100%;
}

.popupContainer .websiteCta {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	text-align: center;
	width: 100%;
}

.popup.center {
	text-align: center;
	padding: 50px 0;
}

@media (max-width: 900px) {
	.popupContainer {
		overflow: auto;
	}

	.popupContainer .popup {
		top: 0;
		transform: translateY(0);
	}

	.popupContainer .col2 > li {
		width: 100%;
		padding: 0;
	}

	.popupContainer .col2 > li:last-child {
		margin: 30px 0 0 0;
	}

	.popupContainer .container {
		margin: 0;
	}

	.popupContainer .container > *:not(p) {
		max-width: initial;
	}

	.popupContainer .container > p {
		margin: 10px 0 5px 0;
	}

	.popupContainer .col2 > li:last-child .title {
		margin: 0 0 10px 0;
	}
}

/*  */
/* Datepicker */
/*  */
.ui-widget-header .ui-icon {
	background-image: none;
}

.ui-datepicker .ui-datepicker-prev::after {
	content: "«";
	font-family: Arial;
	text-align: center;
	width: 100%;
	position: relative;
	display: block;
	top: 1.5px;
}

.ui-datepicker .ui-datepicker-next::after {
	content: "»";
	font-family: Arial;
	text-align: center;
	width: 100%;
	position: relative;
	display: block;
	top: 1.5px;
}

.ui-widget-header a {
	text-decoration: none;
	cursor: pointer;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: var(--baseLinkBg);
	color: var(--baseLinkText);
	border: 1px solid var(--baseLinkBg);
}

.ui-state-active,
.ui-widget-content
.ui-state-active,
.ui-widget-header
.ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #303030;
  background: #303030;
}

.ui-datepicker {
	font-family: 'BasicSans-Regular', sans-serif;
}

/************************************/
/* END GRAPHIC ELEMENTS */
/************************************/

/************************************/
/* ALERTS */
/************************************/

#alerts {
	position: fixed;
	top: 50%;
	left: 150%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background: #303030;
	max-width: 500px;
	width: 100%;
	color: #fff;
	padding: 50px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.7);
	transition: none;
  cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}

#alerts.open {
	left: 50%;
}
/************************************/
/* END ALERTS */
/************************************/

/************************************/
/* END GRAPHIC ELEMENTS */
/************************************/

/************************************/
/* LOGIN */
/************************************/

.login {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	margin: auto;
	max-width: 700px;
}

.login > li {
  vertical-align: middle;
}

.login .right {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.login .logo {
	max-width: 201px;
	margin: auto;
	display: block;
}

.login .title {
	padding: 40px 0 10px 0;
	text-transform: uppercase;
	position: relative;
}

.login .title::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 186px;
	height: 1px;
	background: var(--baseLinkBg);
}

.login .disclaimer {
	color: #999;
	padding: 20px 10px 10px 10px;
	text-align: center;
	font-style: italic;
}

.login .disclaimer a {
	vertical-align: baseline;
}

.login .loginForm {
	padding: 20px 10px;
}

.login .loginForm li {
	vertical-align: middle;
}

.login .loginForm li:first-child {
	text-align: right;
}

.login .loginForm input {
	background: none;
	border: none;
	width: 100%;
	color: var(--baseLinkBg);
	font-size: 14px;
	font-family: 'BasicSans-Regular', sans-serif;
	padding: 5px 0;
}

.login .cta {
	display: block;
	margin: 20px auto 0 auto;
}

@media (max-width: 767px) {
	.login > li {
	  display: block;
		padding: 0 ;
		width: 100%;
	}

	.login .logo {
		padding: 0 0 20px 0;
	}
}

/************************************/
/* END LOGIN */
/************************************/

/************************************/
/* HEADER */
/************************************/
#header {
	z-index: 10;
}

#header .wrap2 {
	background: #303030;
	padding: 2vw 4vw;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

#header .logo {
	max-width: 200px;
}

#header .container {
	position: relative;
}

#header .mainNav {
	position: absolute;
	right: 0;
	display: inline-block;
}

#header .mainLink {
	color: #fff;
	display: inline-block;
	padding: 0 3vw 0 0;
}

#header .mainLink.hover:hover {
	text-decoration: none;
	color: #fff;
}

#header .mainLink.hover:hover > .text {
	opacity: .5;
}

#header .mainLink .blue {
	color: var(--baseLinkBg);
}

#header .mainLink:last-child {
	padding: 0;
}

#header .icon {
	color: #808080;
	font-size: 20px;
}

#header .linkNav {
	display: table;
	width: 100%;
	z-index: 10;
}

#header .linkNav .blue {
	background: var(--baseLinkBg);
	display: table-cell;
	position: relative;
}

#header .center {
	display: table-cell;
	white-space: nowrap;
	text-align: left;
}

#header .link {
	/* padding: 1.5vw 3vw; */
	padding: 17px 3vw;
	background: var(--baseLinkBg);
	color: #fff;
	display: inline-table;
	position: relative;
	min-height: 53px;
}

#header .link:after,
#header .left:after,
#header .right:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,0));
}

#header .link:hover, #header .link.active {
	background: none;
	text-decoration: none;
	box-shadow: inset 0 6px 6px rgba(0,0,0,.1);
}

#header .link:hover::after,
#header .link.active::after {
	display: none;
}

#header .left {
	padding: 0 0 0 4vw;
}

#header .right {
	width: 100vw;
}

#header .mobile {
	padding: 2vw 4vw;
	background: var(--baseLinkBg);
}

#header .pageTitle {
	display: inline-block;
	width: calc(92vw - 30px);
	color: #fff;
	padding: 0 0 10px 0;
}

#header .burger {
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#header .burger li {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 1px;
	background: #fff;
}

#header .burger li:first-child {
	top: 5px;
}

#header .burger li:last-child {
	top: 25px;
}

#header .burger.active li:first-child,
#header .burger.active li:last-child {
	opacity: 0;
}

#header .burger.active li:nth-child(2) {
	transform: rotate(45deg);
}

#header .burger.active li:nth-child(3) {
	transform: rotate(-45deg);
}

#header .mobile {
	display: none;
}

@media (max-width: 900px) {
	#header .linkNav {
		position: absolute;
		left: -100%;
		width: 80%;
	}

	#header .linkNav.active {
		left: 0;
	}

	#header .linkNav .blue {
		display: none;
	}

	#header .link {
		display: block;
		padding: 15px 0;
		text-align: center;
		box-shadow: none;
	}

	#header .link:hover,
	#header .link.active {
		background: #303030;
	}

	#header .link::after {
		display: none;
	}

	#header .mobile {
		display: block;
	}
}

@media (max-width: 767px) {
	#header .wrap2 {
		padding: 4vw;
	}

	#header .mainLink .text {
		display: none;
	}

	#header .mainLink .blue {
		overflow: hidden;
		max-width: calc(100vw - 260px);
		display: inline-block;
		white-space: nowrap;
	}

	#header .logo {
		max-width: 150px;
		min-height: 20px;
	}

	#header .icon-logout {
		color: #ccc;
	}
}
/************************************/
/* END HEADER */
/************************************/

/************************************/
/* FOOTER */
/************************************/
#footer {
	background: #303030;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#footer p {
	display: inline-block;
}

#footer .icon-utd {
	font-size: 24px;
	padding: 0 5px;
}
/************************************/
/* END FOOTER */
/************************************/

/************************************/
/* DASHBOARD */
/************************************/

#dashboard .lightGrey {
	color: #999;
}

#dashboard .grey {
	color: #666;
}

#dashboard .largePad {
	padding: 25px 0;
}

#dashboard .servicesValue ul > li {
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

#dashboard .servicesValue li > div {
	white-space: normal;
}

#dashboard .servicesValue ul > li:last-child {
	border-right: none;
}

#dashboard .bigMargin {
	margin-top: 50px;
}

#dashboard .col4 > li {
	width: calc(33% - 13px);
}

#dashboard .col4 > li:first-child {
	width: 39px;
}

#dashboard .col4 > li:last-child {
	width: calc(33% - 13px);
}

/************************************/
/* END DASHBOARD */
/************************************/

/************************************/
/* REPORTS */
/************************************/

#reports .lightGrey {
	color: #999;
}

#reports .grey {
	color: #666;
}

#reports .largePad {
	padding: 25px 0;
}

#reports .servicesValue ul {
	display: none;
}

#reports .servicesValue ul.show {
	display: block;
}

#reports .servicesValue ul > li {
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

#reports .servicesValue li > div {
	white-space: normal;
}

#reports .servicesValue ul > li:last-child {
	border-right: none;
}

#reports .noRound {
	border-radius: 0;
}

#reports .anual,
#reports .monthly {
	display: none;
}

#reports .anual.show,
#reports .monthly.show {
	display: block;
}

#reports .bigMargin {
	margin-top: 50px;
}

#reports .subTitleContainer {
	text-align: center;
	margin: 30px auto 20px auto;
}

#reports .subTitle {
	padding: 0 30px;
	display: inline-block;
	position: relative;
}

#reports .subTitle::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}

#reports .subTitle.color1::after {
	background: #66D3FF;
}

#reports .subTitle.color2::after {
	background: #0065BF;
}

#reports .subTitle.color3::after {
	background: #00274A;
}

#reports .subTitle.color4::after {
	background: #00B6FF;
}

#reports .subTitle.color5::after {
	background: #0094CF;
}

#reports .subTitle.color6::after {
	background: #004685;
}

#reports .subsContainer {
	margin: 30px auto 20px auto;
	max-width: 600px;
	position: relative;
}

#reports .subsGrp {
	padding: 0 0 20px 0;
}

/************************************/
/* END REPORTS */
/************************************/

/************************************/
/* CHARTS */
/************************************/

.chartContainer {
	width: 100%;
	padding: 20px;
	position: relative;
}

.col2.mainContainer.left {
	background: none;
	box-shadow: none;
	margin: 0;
}

.col2.mainContainer.left > li {
	padding: 0 15px 0 0;
	vertical-align: top;
}

.col2.mainContainer.left > li:last-child {
	padding: 0 0 0 15px;
}

.chartContainer.oneThird {
	width: 33%;
	display: inline-block;
	padding-right: 40px;
}

.chartContainer.twoThird {
	width: 67%;
	display: inline-block;
	padding-left: 40px;
}

.infoContainer.noCursor * {
	cursor: auto;
}

.euroSymb::after {
	content: "€";
	position: relative;
}

@media (max-width: 900px) {
	.col2.mainContainer.left > li {
		padding: 0;
		width: 100%;
	}

	.col2.mainContainer.left > li:last-child {
		padding: 0;
		width: 100%;
	}
}

/************************************/
/* END CHARTS */
/************************************/
