/* [GeneralApplicationsVariables] */
/*lighten(@basicGreyColor, 20%) = #ccc*/
/*lighten(@basicGreyColor, 28%) = #e0e0e0*/
/*@fontFamilySpecialHeaders: NunitoLight, Arial, Helvetica, sans-serif;*/
/*-- Parameter BreadCrumbsVisible true*/
/*-- Parameter SubFooterVisible true*/
/*REVER COM VIEGAS*/
/*OK*/
/**** [ DiF@template | DIGITALIS | 2022 | v.LESS.01 ] ****/
/**** [CORESTEMA] ****/
/** DIF:Replace with custom Theme Variables **/
.themecolor02 {
  color: #666;
  /*ELZA: SUBSTITUIR CLASS*/
}
/**** [ structure@DiF2 | DIGITALIS | 2022 | v.LESS.01 ] ****/
@font-face {
  font-family: "proxima_nova_rgregular";
  src: url("../webfonts/proximanova-regular-webfont.eot");
  src: url("../webfonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/proximanova-regular-webfont.woff") format("woff"), url("../webfonts/proximanova-regular-webfont.ttf") format("truetype"), url("../webfonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novalight";
  src: url("../webfonts/proximanova-light-webfont.eot");
  src: url("../webfonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/proximanova-light-webfont.woff") format("woff"), url("../webfonts/proximanova-light-webfont.ttf") format("truetype"), url("../webfonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSansExtrabold;
  src: url("../webfonts/OpenSans-ExtraBold-webfont.eot");
  src: url("../webfonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../webfonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../webfonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../webfonts/montserrat-regular-webfont.eot");
  src: url("../webfonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat-regular-webfont.woff2") format("woff2"), url("../webfonts/montserrat-regular-webfont.woff") format("woff"), url("../webfonts/montserrat-regular-webfont.ttf") format("truetype"), url("../webfonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../webfonts/montserrat-bold-webfont.eot");
  src: url("../webfonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat-bold-webfont.woff2") format("woff2"), url("../webfonts/montserrat-bold-webfont.woff") format("woff"), url("../webfonts/montserrat-bold-webfont.ttf") format("truetype"), url("../webfonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../webfonts/poppins-regular-webfont.eot");
  src: url("../webfonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/poppins-regular-webfont.woff2") format("woff2"), url("../webfonts/poppins-regular-webfont.woff") format("woff"), url("../webfonts/poppins-regular-webfont.ttf") format("truetype"), url("../webfonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url("../webfonts/poppins-bold-webfont.eot");
  src: url("../webfonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/poppins-bold-webfont.woff2") format("woff2"), url("../webfonts/poppins-bold-webfont.woff") format("woff"), url("../webfonts/poppins-bold-webfont.ttf") format("truetype"), url("../webfonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
.x-body {
  color: #1b1b1b;
  font-family: montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
  min-height: 100%;
  line-height: 1.5;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  body,
  .x-body {
    font-size: 11px;
  }
}
button {
  font-family: montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/**** [MEDIA...] ****/
/*** [mediaPRINT - Layout for printing] ***/
@media print {
  div#top {
    display: none;
  }
}
/*** [mediaSCREEN] ***/
/*just for chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #top {
    line-height: 25px;
  }
}
/*ELZA: APLICAR VARIAVEL COR*/
::placeholder {
  color: #cccccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
}
::-ms-input-placeholder {
  color: #cccccc;
}
/*** [ TEXT/IMG/LIST/LINK ] ***/
img {
  border: 0;
}
a {
  color: #c79e00;
  text-decoration: none;
  border: none;
  font-weight: normal;
  cursor: pointer;
}
a:hover {
  color: #000000;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}
ul {
  list-style: none;
}
/**** [CONTENTS/CONTAINERS] ****/
#content {
  overflow: hidden;
}
body.dif1Page div#maincontentarea {
  clear: both;
  min-height: calc(100vh - 270px);
}
body:not(.dif1Page) div#maincontentarea {
  flex-grow: 1;
}
#container {
  display: block;
  padding: 3px;
}
/**** [HEADER] ****/
div#difheaderInnerStage {
  margin-bottom: 0;
}
/*** [areaTOP] ***/
div#top {
  color: #777777;
  width: 100%;
  display: inline-block;
  line-height: 28px;
  background-color: #ebe9d7;
}
div#top a {
  color: #777777 !important;
  text-decoration: none;
}
div#top a:hover {
  color: #777777;
  text-decoration: underline;
}
.language {
  font-weight: bold;
  float: left;
  padding: 0 14px;
  background-color: transparent;
}
.language a {
  margin-left: 5px;
  margin-right: 5px;
}
.datehour {
  width: 215px;
  text-align: left;
  display: inline;
  padding-left: 10px;
  margin-right: 10px;
}
#contentlink {
  display: inline;
}
#contentlink .open {
  padding-right: 23px !important;
  background: url("../img/icon_opentop.png") right no-repeat !important;
}
#contentlink .close {
  padding-right: 23px !important;
  background: url("../img/icon_closetop.png") right no-repeat !important;
}
div#headerTopButtons {
  float: right;
}
.toplogout {
  font-weight: normal;
  padding: 6px 14px;
  margin-left: 1px;
  background-color: #cf9e00;
}
div#top a.toplogout {
  color: #ffffff !important;
  border-bottom: none !important;
  text-decoration: none;
  font-weight: normal;
  font-variant: small-caps;
  transition: all 0.2s ease;
}
div#top a.toplogout:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #6a6969 !important;
}
div#top div.headerclose,
div.bottomclose {
  text-align: center;
  line-height: 12px;
  background-color: #ffffff;
}
div#top div.headerclose .close,
div#top div.headerclose .open,
div.bottomclose .close,
div.bottomclose .open {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}
div#top div.headerclose .close,
div.bottomclose .close {
  background-image: url("../img/icon_arrowdown.png");
}
div#top div.headerclose .open,
div.bottomclose .open {
  background-image: url("../img/icon_arrowup.png");
}
div#top div.headerclose a,
div.bottomclose a {
  color: transparent;
}
div#top div.headerclose a:hover,
div.bottomclose a:hover {
  color: transparent;
}
.headerclose {
  display: none;
}
#header {
  padding: 0;
  clear: both;
}
#pageheader {
  height: 100px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-size: 0;
  background-position: 0 0;
  background-image: none;
}
#logo {
  float: left;
  display: inline;
  width: 500px;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 5px center;
  background-image: url("../doc/RetrieveDocument/document?imageHASH=yCfibjqq3PE%3D");
}
#logoright {
  display: none;
  float: right;
  width: 343px;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 23%;
  background-image: url("../img/logoright.png");
}
/*** [areaPAGENAVIGATION] ***/
#navigation {
  font-size: 14px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 44px;
  border-top: none;
  border-bottom: none;
  text-transform: uppercase;
  font-variant: small-caps;
  background-color: #a19b9b;
}
#navigation div#navigationlogo,
#navigation div#pagenavigation,
#navigation div#perfilnavegation {
  display: table-cell;
}
#navigation ul li {
  display: inline;
}
/** [menuHEADER] **/
#pagenavigation {
  line-height: 44px;
}
#pagenavigation ul li {
  margin: 0 !important;
}
#pagenavigation ul li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 14px 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
  position: relative;
}
#pagenavigation ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  content: "";
  border-bottom: 2px solid #aaaaaa;
  opacity: 0;
  transition: all 0.5s ease;
}
#pagenavigation ul.submenunavbar li a:hover {
  color: #000000;
  text-decoration: none !important;
  background-color: #e1dede;
}
#pagenavigation ul:not(.submenunavbar) > li:not(.homepage):not(.topbarIcon) > a:hover {
  cursor: pointer;
}
#pagenavigation ul:not(.submenunavbar) > li:not(.homepage):not(.topbarIcon) > a:hover::after {
  margin-bottom: 10px;
  opacity: 1;
}
li.homepage a,
li.topbarIcon a {
  padding-left: 25px !important;
  padding-right: 25px !important;
  background-repeat: no-repeat !important;
  background-position: 0 50% !important;
  background-color: transparent !important;
  background-size: 36px;
}
li.homepage a {
  filter: none;
  background-image: url("../img/icon_home2.png") !important;
}
li.homepage a:hover,
li.topbarIcon a:hover {
  opacity: 0.4;
}
/** [menuPERFIL] **/
#perfilnavegation {
  width: 105px;
  white-space: nowrap;
  vertical-align: top;
  line-height: 44px;
  padding-left: 20px;
}
#perfilnavegation ul li a {
  color: #ffffff;
}
#perfilnavegation ul li a:hover {
  color: #ffffff;
}
#perfilnavegation ul li a#perfilLink {
  font-weight: normal !important;
}
/** [menuMYPERFIL] **/
#perfil.dropdownbox {
  background-color: #e1dede !important;
}
#perfil {
  right: 0;
  z-index: 100 !important;
}
#perfil a {
  color: #000000 !important;
}
#perfil a:hover {
  color: #c79e00 !important;
  text-decoration: none !important;
}
#perfil div.column {
  display: inline-block;
  vertical-align: middle;
}
#perfil div.column p {
  color: #000000;
  padding-left: 0;
}
#perfil > div.column > span > img {
  border-radius: 32px;
}
#perfil .submenu {
  display: block !important;
}
#perfil .submenu li {
  padding: 0 !important;
}
#perfil li a {
  padding-left: 15px !important;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url("../img/icon_arrow_w.png");
}
#left {
  width: 250px;
  padding: 0;
  float: left;
  margin-top: 10px;
  background-color: transparent;
}
#right {
  width: 250px;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  background-color: transparent;
}
div#rightAutoShow div#difrightnavbarInnerStage {
  max-width: 300px;
}
/**** [CONTENTCOLUMNS] ****/
#contentonecolumn {
  padding: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  /*background-color: @basicLightColor;*/
}
#contentonecolumn.withBreadCrumbs {
  padding-top: 5px;
}
#contentonecolumn > div > div.actions,
#contenttwocolumns > div > div.actions {
  float: right;
}
h2 {
  color: #000000;
  font-size: 250%;
  font-weight: normal;
  text-transform: none;
  font-variant: small-caps;
  padding: 10px 0;
  background-color: transparent;
}
h3,
h4,
h5,
h6,
.formSubtitle,
.x-window h3,
.x-window h4,
.x-window h5,
.x-window h6,
.x-window .formSubtitle {
  font-weight: normal !important;
  text-transform: none;
  padding: 20px 0 5px 0;
  border: none;
  background-color: transparent;
}
h3,
.x-window h3 {
  color: #808080;
  font-size: 160%;
}
h4,
.x-window h4 {
  color: #999999;
  font-size: 150%;
}
h5,
.x-window h5 {
  color: #a6a6a6;
  font-size: 140%;
}
h6,
.x-window h6 {
  color: #a6a6a6;
  font-size: 120%;
}
#contenttwocolumns {
  padding: 20px;
  overflow: auto;
  /*background-color: @basicLightColor;*/
}
#contenttwocolumns.withBreadCrumbs {
  padding-top: 5px;
}
h3.panelboxheader {
  padding: 10px;
  background: #f2f2f2 !important;
  border-radius: 10px 10px 0 0;
}
h3.subtitle,
.formSubtitle {
  padding-top: 10px !important;
}
h3.subtitle,
.formSubtitle {
  padding-top: 10px !important;
}
/*** [ independentElements ] ***//** [ contentpage ] **/
.content {
  margin-bottom: 10px;
}
.content ul.list {
  list-style: square !important;
  margin: 10px !important;
  padding-left: 20px !important;
}
/**** [FOOTER] ****/
body:not(.dif1Page) {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
div#diffooterInnerStage {
  width: 100%;
}
body.dif1Page div#diffooterInnerStage {
  bottom: 0;
}
#footer {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}
/*** [areaLINKTOP] ***/
div#footer .actions {
  line-height: 35px;
  margin-bottom: 0;
}
div#footer .actions a:hover {
  opacity: 0.4;
}
div#footer .actions .top {
  padding: 10px 15px 10px 50px !important;
  background-size: 45px !important;
  background-image: url("../img/icon_arrowup.png") !important;
}
/*** [areaSUBFOOTER] ***/
#subfooter {
  color: #ffffff;
  clear: both;
  display: table;
  width: 100%;
  height: auto;
  background-color: #323232 !important;
}
#subfooter a {
  color: #ffffff;
  text-decoration: none;
}
#subfooter a:hover {
  color: #ffffff;
  text-decoration: underline;
}
div.subfootermenu {
  display: flex;
  padding: 20px 0 20px 30px;
}
div.subfootermenu h2 {
  font-size: 130%;
  color: #fecb08;
}
div.subfootermenu ul {
  display: inline;
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #999999;
}
div.subfootermenu ul li {
  display: block !important;
  padding-top: 5px;
}
/*** [areaFOOTERLOGOS] ***/
div#footer #footerlogos {
  display: none;
}
/*** [areaBOTTOM] ***/
div.bottom {
  font-size: 85%;
  color: #ffffff;
  grid-template-columns: 50% 50%;
  grid-auto-rows: auto;
  display: grid;
  background-color: #060606;
}
.bottom a {
  color: #ffffff;
}
.bottom a:hover {
  color: #ffffff;
}
#copyright {
  padding-top: 18px;
  min-height: 30px;
  padding-left: 110px;
  background: url("../img/companylogo.png") 10px center no-repeat !important;
  background-size: auto 26px !important;
}
#copyright abbr {
  text-decoration: none;
  border: none;
}
#technical {
  text-align: right;
  height: 50px;
}
#technical .responsiveDiscard {
  padding-top: 8px;
  display: inline-block;
  vertical-align: top;
}
#technical .responsiveDiscard a {
  float: left;
  margin-right: 5px;
}
#technical img.technicalLogo {
  margin: 5px;
  content: url("../img/footerlogo.png");
  max-width: 100px;
  height: calc(100% - 14px);
  object-fit: contain;
}
/*** [MENU/arealEFTCOLUMN] ***/
/** [arealEFTCOLUMN/FIRSTLEVEL] **/
.menuleft ul,
.menuright ul {
  margin: 10px;
}
.menuleft li.showArrowIcon {
  background-image: none !important;
}
.menuleft li.showArrowIcon a {
  padding-right: 15px;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 6px !important;
  background-image: url("../img/icon_arrow.png") !important;
}
/*** [MENU/areaRIGHTCOLUMN] ***/
/** [areaRIGHTCOLUMN/FIRSTLEVEL] **/
h2.menutitle {
  color: #000000;
  font-size: 150% !important;
  text-transform: none !important;
  font-weight: bold !important;
  height: 35px;
  line-height: 35px;
  padding: 4px 0 0 10px;
  margin: 0;
  border-top: 3px solid #1b1b1b !important;
  background: #ffffff;
}
/** [areaRIGHTCOLUMN/SUBLEVEL] **/
.submenuright {
  margin: 3px !important;
}
.submenuright li {
  display: block !important;
  margin-left: 10px;
  padding: 0 15px 0 15px !important;
  border: none !important;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 0 4px !important;
  background-image: url("../img/icon_arrow.png") !important;
}
/*** [areaPUBLIC HOMEPAGE WELCOME] ***/
#welcome {
  margin: 30px 15px 20px 10px;
  padding-bottom: 20px;
}
#welcome .subtitle {
  font-size: 140%;
  font-weight: bold;
}
#welcome p {
  margin-left: 0 !important;
}
/*** [areaPRIVATE HOMEPAGE SERVICES] ***/
#mainservices {
  margin: 30px 0 0 0;
}
#mainservices tr {
  display: flex;
  flex-wrap: nowrap;
}
#mainservices td {
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#mainservices p {
  display: inline;
  float: left;
  margin-bottom: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#mainservices td > a {
  float: left;
}
#mainservices a {
  line-height: 20px;
  border: none;
  padding-right: 15px;
  background-image: none !important;
}
#mainservices .fontfirstlevel {
  font-size: 140%;
  line-height: 5px !important;
  display: block;
}
#mainservices .fontsecondlevel {
  font-size: 180%;
  display: block;
}
#mainservices img {
  width: 90px;
  margin-right: 10px;
  cursor: pointer;
  transition: transform 0.25s ease-in-out;
}
#mainservices img:hover {
  transform: scale(1.125);
}
#mainservices img {
  margin-bottom: 20px;
  filter: drop-shadow(0px 0px 1px #cccccc);
}
.separationBar {
  border-right: 1px dotted #dddddd;
}
/*** [areaPRIVATE HOMEPAGE SERVICES DOCENTE] ***/
#mainservicesone {
  margin: 30px 0 10px 0;
  width: 100%;
}
#mainservicesone tr {
  display: flex;
  flex-wrap: nowrap;
}
#mainservicesone td {
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#mainservicesone td > a {
  float: left;
}
#mainservicesone p {
  margin-left: 10px;
}
#mainservicesone img {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
  transition: transform 0.25s ease-in-out;
}
#mainservicesone img:hover {
  transform: scale(1.125);
}
#mainservicesone img {
  filter: drop-shadow(0px 1px 1px #cccccc);
}
#mainservicesone ul {
  margin-top: 15px;
}
#mainservicesone p a {
  padding-right: 15px;
  border: none;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url("../img/icon_arrow.png");
}
#mainservicesone ul li a {
  line-height: 25px;
  padding-right: 15px;
  border: none;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_arrow.png");
}
#mainservicesone .fontfirstlevel {
  font-size: 140%;
  line-height: 17px !important;
  margin-bottom: 5px;
  display: block;
}
/*** [areaHOMEPAGE SERVICESLINKS] ***/
#allservices {
  margin: 30px 0 20px 0;
  padding-top: 10px;
  padding-bottom: 20px;
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-width: 250px;
  -moz-column-width: 250px;
  column-width: 250px;
  border-top: 1px dotted #dddddd;
  column-gap: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  font-variant: small-caps;
}
#allservices .servicegroup {
  min-width: 250px;
  margin: 0 10px 20px 0;
  padding-top: 15px;
  padding-left: 10px;
  break-inside: avoid-column;
}
#allservices p {
  display: inline;
}
#allservices a {
  line-height: 20px;
  padding-right: 15px;
  margin-right: 5px;
  border: none;
  font-size: 120%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url("../img/icon_arrow.png");
}
#allservices a:hover {
  padding-right: 20px;
  margin-right: 0;
}
#allservices .fontfirstlevel {
  font-size: 160% !important;
  line-height: 5px !important;
  display: block;
}
#allservices .fontsecondlevel {
  font-size: 180% !important;
  display: block;
}
/**** [LOGINPOPUP] ****/
.login-close {
  border: 0 none;
  display: block;
  padding: 0 10px 0 15px;
  position: absolute;
  right: 1px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("../img/icon_x.png");
}
.login-heading {
  color: #000000;
  font-size: 200% !important;
  text-transform: none;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
.login-input[type="text"]:focus,
.login-input[type="email"]:focus,
.login-input[type="password"]:focus {
  border-color: #000000;
}
.input-button-color {
  border-bottom: none !important;
}
.input-button {
  color: #ffffff !important;
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-box-sizing: border-box;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.3em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  outline: medium none;
  padding: 12px 12px 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease 0s;
  background-image: none;
  background-color: #c79e00;
}
.input-button span {
  color: #ffffff !important;
  text-transform: none;
}
.login-input[type="button"]:hover,
.login-input[type="submit"]:hover,
.input-button:hover {
  color: #ffffff !important;
  background-color: #6a6969 !important;
}
.login-submitbutton {
  color: #ffffff !important;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 10px;
  background-image: url("../img/icon_arrow_w.png");
  background-color: #c79e00;
  padding: 8px;
}
.login-submitbutton.x-disabled button span.x-btn-inner {
  color: #ffffff !important;
}
.login-otherbutton {
  color: #ffffff !important;
  font-size: 16px;
  background-color: #c79e00;
  padding: 8px;
}
.login-submitbutton.x-btn-default-toolbar-small .x-btn-inner,
.login-otherbutton.x-btn-default-toolbar-small .x-btn-inner {
  font-size: 16px;
}
.login-input[type="button"]:hover,
.login-input[type="submit"]:hover,
.input-button:hover {
  background-color: #6a6969 !important;
}
.login-vertical-line {
  border-left: 1px solid #dddddd;
  padding-left: 30px;
  margin-left: 30px;
}
#loginRegister .x-form-invalid-icon {
  height: 62px;
  background-size: 100%;
  background-image: url("../img/icongeral_notokinfo.png");
}
/**** [HOMEPAGE PUBLICITY] ****/
div.checkBoxContainer label {
  padding-bottom: 10px;
  display: inline-block;
}
span#captchaValueSuffix {
  display: inline-block;
  padding: 0;
}
div#customFooter {
  display: none;
}
/**** [WAITING FOR PROCESS PAGE] ****/
.waitprocesstitle {
  text-align: center;
  margin: 10px 0;
}
.waitprocesstitle #titleElement {
  text-transform: uppercase;
}
.waitprocesstitle span {
  color: #999999;
}
.waitprocessimage {
  height: 150px;
  padding: 50px;
  background: #ebebeb url("../img/waitprocess_img.png") center no-repeat;
}
.waitprocessimageError {
  height: 150px;
  padding: 50px;
  background: #ebebeb url("../img/waitprocess_img_error.png") center no-repeat;
}
.waitprocesscontent {
  margin: 10px 0;
}
.waitprocesscontent ul li p {
  width: 40%;
  display: inline;
  float: left;
  padding-left: 20px;
}
.waitprocesscontent ul li p span {
  display: block;
}
/**** [BUILDSURVEY] ****/
.stepsWizard,
.stepsWizardExport {
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
  padding: 10px 0;
  display: inline-table;
  border-bottom: 2px dotted #dddddd;
  background-color: #ffffff;
}
.stepsWizard ul,
.stepsWizardExport ul {
  padding-left: 30px;
}
.stepsWizard ul li,
.stepsWizardExport ul li {
  font-size: 130% !important;
  font-weight: bold;
  height: 120px;
  display: inline;
  float: left;
}
.stepsWizard ul li {
  width: 25%;
}
.stepsWizardExport ul li {
  width: 33%;
}
.stepsWizard li p,
.stepsWizardExport li p {
  padding-top: 120px;
}
.steps01ON,
.steps01OFF,
.steps02ON,
.steps02OFF,
.steps02ONLAST,
.steps02OFFLAST,
.steps03ON,
.steps03OFF,
.steps03ONLAST,
.steps03OFFLAST,
.steps04ON,
.steps04OFF,
.steps04ONLAST,
.steps04OFFLAST,
.steps05ON,
.steps05OFF,
.steps05ONLAST,
.steps05OFFLAST,
.steps06ON,
.steps06OFF,
.steps06ONLAST,
.steps06OFFLAST,
.steps07ON,
.steps07OFF,
.steps07ONLAST,
.steps07OFFLAST,
.steps08ON,
.steps08OFF,
.steps08ONLAST,
.steps08OFFLAST,
.steps09ON,
.steps09OFF,
.steps09ONLAST,
.steps09OFFLAST {
  background-repeat: no-repeat;
}
.steps01ON {
  background-image: url("../img/step01_on.png");
}
.steps01OFF {
  background-image: url("../img/step01_off.png");
}
.steps02ON {
  background-image: url("../img/step02_on.png");
}
.steps02OFF {
  background-image: url("../img/step02_off.png");
}
.steps02ONLAST {
  background-image: url("../img/step02_on_last.png");
}
.steps02OFFLAST {
  background-image: url("../img/step02_off_last.png");
}
.steps03ON {
  background-image: url("../img/step03_on.png");
}
.steps03OFF {
  background-image: url("../img/step03_off.png");
}
.steps03ONLAST {
  background-image: url("../img/step03_on_last.png");
}
.steps03OFFLAST {
  background-image: url("../img/step03_off_last.png");
}
.steps04ON {
  background-image: url("../img/step04_on.png");
}
.steps04OFF {
  background-image: url("../img/step04_off.png");
}
.steps04ONLAST {
  background-image: url("../img/step04_on_last.png");
}
.steps04OFFLAST {
  background-image: url("../img/step04_off_last.png");
}
.steps05ON {
  background-image: url("../img/step05_on.png");
}
.steps05OFF {
  background-image: url("../img/step05_off.png");
}
.steps05ONLAST {
  background-image: url("../img/step05_on_last.png");
}
.steps05OFFLAST {
  background-image: url("../img/step05_off_last.png");
}
.steps06ON {
  background-image: url("../img/step06_on.png");
}
.steps06OFF {
  background-image: url("../img/step06_off.png");
}
.steps06ONLAST {
  background-image: url("../img/step06_on_last.png");
}
.steps06OFFLAST {
  background-image: url("../img/step06_off_last.png");
}
.steps07ON {
  background-image: url("../img/step07_on.png");
}
.steps07OFF {
  background-image: url("../img/step07_off.png");
}
.steps07ONLAST {
  background-image: url("../img/step07_on_last.png");
}
.steps07OFFLAST {
  background-image: url("../img/step07_off_last.png");
}
.steps08ON {
  background-image: url("../img/step08_on.png");
}
.steps08OFF {
  background-image: url("../img/step08_off.png");
}
.steps08ONLAST {
  background-image: url("../img/step08_on_last.png");
}
.steps08OFFLAST {
  background-image: url("../img/step08_off_last.png");
}
.steps09ON {
  background-image: url("../img/step09_on.png");
}
.steps09OFF {
  background-image: url("../img/step09_off.png");
}
.steps09ONLAST {
  background-image: url("../img/step09_on_last.png");
}
.steps09OFFLAST {
  background-image: url("../img/step09_off_last.png");
}
.is-affixed #difrightnavbarInnerStage #navbarMenuContainer {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.adminMenu div.mainmenu {
  background-color: transparent !important;
}
.adminTopics {
  padding: 10px 30px 30px 30px !important;
}
.adminTopics table {
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
}
.adminTopics table td.bold {
  white-space: nowrap;
}
.adminTopics table td.bold {
  vertical-align: top;
  padding-right: 15px !important;
}
.adminTopics table td.secondLineIndent {
  white-space: normal;
  vertical-align: top;
  padding-left: 40px !important;
  text-indent: -40px;
  line-height: 1em;
  padding-bottom: 10px;
}
.adminTopics table td img {
  padding-left: 0;
  height: 15px;
}
div.runModeInfo {
  background-color: #fdec90;
  text-align: center;
  padding: 3px;
  overflow: hidden;
}
div.runModeInfo div {
  animation: scrollText 25s ease-in-out infinite;
  animation-direction: alternate;
  white-space: nowrap;
}
@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-500px);
  }
}
.maxWidth180 {
  max-width: 180px;
}
.maxHeight180 {
  max-height: 180px;
}
.textAlignCenter {
  text-align: center;
}
.imgContainer {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50% !important;
  border: 6px solid #f2f2f2;
  filter: drop-shadow(0px 1px 1px #cccccc);
}
.candidaturaTemplateContainer {
  background-color: #fcfcfc;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.candidaturaTemplateContainer h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.candidaturaTemplateContainer p,
.candidaturaTemplateContainer ul,
.candidaturaTemplateContainer ul li {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
  text-align: left;
}
.candidaturaTemplateContainer ul {
  font-size: 13px;
  padding-left: 20px;
}
.candidaturaTemplateContainer ul li {
  font-size: 13px;
  margin-bottom: 10px;
  list-style-type: circle;
  margin-left: 30px;
}
