﻿/*alterações do telerik*/
body {
  font-family: Arial, Helvetica, sans-serif;
}
.k-widget,
.k-block,
.k-inline-block {
  border-style: none !important;
}
.k-input {
  border-style: none !important;
  height: 38px !important;
  font-size: calc(0.8em + 0.390625vw) !important;
}
.k-widget .k-multiselect .k-multiselect-clearable {
  border-style: solid !important;
  border-width: 1px !important;
}
.k-dropdowntree.k-dropdowntree-clearable.k-picker.k-picker-md.k-picker-solid.k-rounded-md {
  display: flex !important;
  align-items: center !important;
  border-radius: 40px;
  background-color: #d6d6d6 !important;
  border: 1px solid #ccc !important;
}
.k-input.k-combobox.k-combobox-clearable.k-input-solid.k-input-md.k-rounded-md {
  border-radius: 30px;
  background-color: #d6d6d6;
}
.k-input-inner {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: calc(0.8em + 0.390625vw) !important;
}
.k-widget.k-combobox.k-combobox-clearable,
.k-widget.k-dropdowntree.inputStyled.k-dropdowntree-clearable,
.k-widget.k-dropdowntree.colored-main-color.k-dropdowntree-clearable {
  background-color: #d6d6d6;
  border-radius: 40px;
}
/*comboboxes height*/
.k-list-scroller > .k-list.k-reset {
  overflow: scroll !important;
  max-height: 200px !important;
}
.k-virtual-wrap .k-list.k-virtual-list {
  height: 200px !important;
  max-height: 800px !important;
}
.k-combobox .k-state-hover,
.k-combobox > :focus {
  box-shadow: 0 0 0 0 !important;
}
.k-combobox .k-state-hover,
.k-combobox > :focus {
  border-style: none !important;
}
.k-combobox .k-state-hover,
.k-combobox > :hover {
  background-color: #d6d6d6 !important;
  border-radius: 40px !important;
}
.k-item.k-state-hover,
.k-item > :hover {
  color: #ffffff !important;
  background-color: #d6d6d6 !important;
}
/*Kendo*/
span.k-combobox,
span.k-multiselect {
  width: 100%;
}
.k-dropdowntree > .k-dropdown-wrap > .k-input {
  padding: 0 1em;
  line-height: 2.5 !important;
  height: 35px !important;
  width: 90px !important;
}
span.k-combobox .k-input {
  height: 35px !important;
}
.k-dropdowntree .k-select {
  position: absolute !important;
  left: 80% !important;
}
.k-combobox .k-select {
  position: absolute !important;
  left: 85% !important;
}
span.k-textbox {
  margin: 2em 0 0 0;
  width: 25em;
  background-color: transparent;
}
span.k-textbox :hover {
  background-color: transparent;
}
k-textarea:hover {
  background-color: transparent;
}
.k-multiselect {
  /*width: 230px !important;*/
  height: 40px;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 30px !important;
}
.k-multiselect:after {
  content: "\25BC";
  position: absolute;
  top: 30%;
  right: 25px;
  font-size: 12px;
}
.filtersSection .k-dropdowntree {
  width: 25% !important;
  border-radius: 2em !important;
  background-color: #ffffff !important;
  height: 2em;
  color: #315db3 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.k-chip.k-chip-md.k-rounded-md.k-chip-solid.k-chip-solid-base {
  border-radius: 2em !important;
  background-color: #d6d6d6 !important;
  border: none !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 0.9em !important;
}
.k-input-value-text.k-readonly {
  color: #315db3 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: calc(10px + 0.390625vw);
  font-weight: normal;
}
.k-button {
  border-radius: 2em !important;
  width: 12em;
  border-color: transparent !important;
  height: 2em !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold !important;
}
.k-reset .k-button {
  border-radius: 0.25rem !important;
  width: 95%;
  border-color: transparent !important;
  margin-left: 8%;
}
/*cookies div*/
#cookiesDiv {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #c4c4c4;
  color: #23307a;
  text-align: center;
  height: 75px;
}
#cookiesTxt {
  font-weight: bold;
  padding: 1.5em;
  width: 85%;
}
#cookiesTxt a {
  text-decoration: underline;
  cursor: pointer;
}
#cookiesBtnDiv {
  width: 15%;
  display: flex;
  align-items: center;
}
.cookiesBtn {
  background: #ffffff !important;
  color: #23307a !important;
}
/*alterações do telerik*/
#header {
  background-color: #23307a;
  height: 55px;
  display: flex;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding: 0 8%;
}
/*width e height definidos no less de cada site*/
.header-logo {
  cursor: pointer;
  background: url('../../Images/Logos/ludite.png');
  background-repeat: no-repeat;
}
#loginBtn {
  margin: 0;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5em 8%;
  background-color: #23307a;
}
.footer-logo {
  background: url('../../../Images/Logos/ludite.png');
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.small-logo {
  width: 6.5em;
  margin: auto;
}
.myProfileBtn {
  min-width: 20% !important;
}
.menuWindow {
  display: none;
  z-index: 3;
  position: fixed;
  background-color: white;
  border-radius: 10%;
  border: solid #006072 1px;
  overflow: auto;
  margin-top: 0.5em;
  right: 9%;
}
.menuWindow .menuWindow-spam {
  padding: 12px 16px;
  cursor: pointer;
  color: #23307a;
  border-bottom: solid #006072 1px;
}
.menuWindow > .menuWindow-spam:hover {
  background: #d6d6d6 !important;
}
.menuWindow .menuWindow-spam:last-child {
  border: none;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif !important;
  overflow: auto !important;
}
.setFormHeight {
  height: 100vh;
}
main {
  padding-top: 55px;
  /*    min-height: 40em;*/
  flex: 1;
}
#footerSection {
  background-color: #23307a;
  height: auto;
}
.footerDiv {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10% 0;
  display: inline-block;
}
.footerDiv .footerTxt .address {
  margin-top: 0.5em;
  font-size: 1.3em;
}
.footerDiv .footerIcons {
  display: flex;
  justify-content: flex-start;
  padding-top: 2%;
}
.footerDiv .footerLinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5%;
}
.footerCopyright {
  padding-top: 10%;
  font-size: calc(9pt + 0.390625vw) !important;
}
.footerLinks .footerText {
  font-size: calc(8pt + 0.390625vw) !important;
}
.footerIconsCentered {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.up {
  font-size: 2.5em;
  color: white;
}
.loadFile {
  padding: 1em;
  color: #565759;
}
.RadUpload {
  margin-left: 2.5em;
  margin-top: 2em;
}
.notdisplayed {
  display: none;
}
.login-button {
  background-color: #ffffff !important;
  color: #23307a !important;
  font-weight: bold;
}
.profile-button {
  background: #ffffff !important;
  color: #23307a !important;
  font-weight: bold;
  width: fit-content;
  margin-right: 0;
}
.profile-button span {
  font-weight: bold;
  margin: 2vw;
}
.nameBtn {
  cursor: auto !important;
  width: fit-content !important;
  display: inline-block !important;
  text-overflow: ellipsis !important;
}
.logout-button {
  background: #ffffff !important;
  color: #23307a !important;
  font-weight: bold;
}
.colored-main-color {
  color: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%);
}
.white-text {
  color: white !important;
}
.center-text {
  text-align: center;
}
.justify-text {
  text-align: justify;
}
.normalTxt {
  font-size: calc(12px + 0.390625vw) !important;
  font-weight: normal;
}
.shortP {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.bulletPoint {
  padding: 1em 3em;
  font-size: calc(12px + 0.390625vw) !important;
}
.divPrivacy {
  margin: 2em;
}
.privacyTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.privacyTable td {
  border: 1px solid #ddd;
  color: #006072;
  font-size: calc(12px + 0.390625vw) !important;
}
.privacyTable th {
  padding: 12px;
  text-align: left;
  background-color: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%);
  color: white;
  border: 1px solid #ddd;
  font-size: calc(12px + 0.390625vw) !important;
}
.grey-btn {
  background-color: grey;
  color: white;
}
/* Full-width input fields */
input[type=text],
input[type=password],
input[type=date],
input[type=number],
input[type=month] {
  width: 100%;
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #d6d6d6;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type=date] {
  min-width: 96%;
  height: 35px;
  line-height: 15px;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.k-input > input[type=text] {
  border: none;
}
input[type=search] {
  padding: 8px 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 30px;
  /*margin: 1em;*/
  margin: 1vw 0 1vw 3vw;
  line-height: 20px;
  border-color: #ffffff;
}
#txtAddInfo {
  text-align: left;
  width: 100%;
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #d6d6d6;
  -webkit-appearance: none;
  font-family: inherit !important;
  text-align: left !important;
  resize: none;
}
/*insert window*/
/* The Modal (background) */
.modal {
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
  display: flex;
  align-items: center;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto 5% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  border-radius: 10px;
  overflow: auto;
  /* Enable scroll if needed */
  min-height: 210px;
  max-height: 98%;
  padding: 25px;
  min-width: 350px;
  max-width: 720px;
}
.container {
  text-align: center;
  padding: 1em;
}
/*Modal Alert*/
.modal-content-alert {
  margin: 2% auto 5% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
  padding: 20px;
  flex-direction: column;
  max-width: 300px;
  min-width: 200px;
}
.content-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 10px !important;
  max-width: inherit;
  min-width: inherit;
}
.icon-alert {
  font-size: 80px;
  text-align: center;
  margin: inherit;
}
.color-triangle {
  color: #8E8E8E;
}
.text-modal {
  text-align: center;
  max-width: inherit;
  min-width: inherit;
  color: #8E8E8E;
}
.confirm-button {
  background-color: #23307a !important;
  color: #ffffff !important;
  font-size: 18px !important;
  width: 120px;
}
/*Loading div*/
.loaderContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 3em 0;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  animation: spin 2s linear infinite;
}
/*smaller loading div*/
.smallLoader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Set a style for all buttons */
.normal-button {
  color: white;
  margin: 8px 2px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 2.5em;
  border-radius: 2em !important;
  font-size: calc(0.7em + 0.390625vw);
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}
.smaller-button {
  border-radius: 2em;
  border-color: transparent;
  height: 2.5em;
  width: 10em;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.searchBtn {
  background: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%) !important;
  color: #ffffff !important;
}
.expApplicationBtn {
  color: #23307a !important;
}
button:hover {
  opacity: 0.8;
}
.btn-section {
  display: flex;
  padding: 1em;
}
a .at-icon-wrapper {
  background-color: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%) !important;
}
.btn {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-weight: 800;
}
.saveGridPersonalBtn {
  background: #565759 !important;
  color: #ffffff !important;
}
.mainSavePersonalBtn {
  background: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%) !important;
  color: #ffffff !important;
}
.moreDiv {
  display: flex;
  padding: 2em;
  flex-direction: column;
  align-items: center;
}
.moreCounter {
  color: #ababab;
  font-size: smaller;
  margin-bottom: 0.5em;
}
.socialDiv {
  width: 15em;
  height: 3em;
}
.socialIcon {
  color: white;
  font-size: 25px;
  padding: 0 5px;
}
.emailTxt {
  font-size: calc(13px + 0.390625vw) !important;
  font-weight: bold;
}
.smallTxt {
  font-style: italic;
  font-size: calc(10px + 0.390625vw) !important;
  color: #515151;
  font-weight: normal;
}
.mediumTxt {
  font-size: calc(15px + 0.390625vw) !important;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.bigTxt {
  font-size: calc(20px + 0.390625vw) !important;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}
.underline-on-hover:hover {
  text-decoration: underline;
  cursor: pointer;
}
.inactivePage {
  color: #dadbdb;
}
.requiredCombo {
  border-color: red !important;
}
.field-warning {
  margin-bottom: 1em;
  color: red;
}
.inputsInDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0.5em 0;
  align-items: center;
  text-align: center;
}
.inputsInDivSameLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0.5em 0 0.5em 0;
}
.inputsInDiv label {
  font-size: calc(12px + 0.390625vw);
  padding-bottom: 8px;
  color: #515151;
}
.inputsInDivSameLine label {
  width: 100%;
}
.inputsInDivSameLine div {
  width: 77%;
  display: flex;
  align-items: center;
}
/*checkboxstyled*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #565759;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.seeMoreBtn {
  background-color: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%) !important;
  background: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%);
}
/*upload doc*/
.DropZone1 {
  width: 300px;
  height: 90px;
  background-color: #23307a;
  text-align: center;
  color: white;
  border-radius: 1.5em;
  margin-top: 2em;
  padding: 2em;
}
.RadUpload_Default .ruUploadSuccess .radIcon:before {
  background-color: #23307a !important;
}
/*modal close button*/
.closeModalBtn {
  margin-left: 95%;
  cursor: pointer;
  color: linear-gradient(90deg, #26b1fc 0%, #1dd2e5 47%, #1cf1d0 80%);
}
@media (min-width: 768px) {
  .k-input-inner {
    font-size: calc(0.4em + 0.390625vw) !important;
  }
  .footerCopyright {
    padding-top: 3%;
  }
  .footerDiv .footerLinks {
    padding-top: 3%;
  }
  #footerSection {
    padding: 1em 7%;
    height: auto;
  }
  .divPrivacy {
    margin: 4em;
  }
  .bulletPoint {
    padding: 1em 5em;
  }
  .normal-button {
    margin: 8px 0;
  }
  .inputsInDiv {
    margin: 0.5em;
  }
  .inputsInDivSameLine div {
    width: 100%;
  }
  /*Alert Modal*/
  .modal-content-alert {
    padding-top: 20px;
    max-width: 400px;
    min-width: 270px;
    flex-direction: row;
  }
  .content-container {
    flex-direction: column;
    align-items: center;
  }
  .icon-alert {
    font-size: 70px;
  }
  .text-modal {
    max-width: 200px;
    min-width: 100px;
    padding: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .footerDiv {
    display: grid;
  }
  #footerSection {
    padding: 1em 7%;
    height: auto;
  }
  .footerCopyright {
    padding-top: 0;
  }
  .footerDiv .footerLinks {
    padding-top: 0;
    align-items: flex-end;
  }
  .footerDiv .footerIcons {
    display: flex;
    justify-content: flex-end;
  }
  /*Alert Modal*/
  .modal-content-alert {
    padding-top: 20px;
    max-width: 500px;
    min-width: 320px;
    flex-direction: column;
  }
  .content-container {
    flex-direction: column;
    align-items: center;
  }
  .incon-alert {
    font-size: 70px;
  }
  .text-modal {
    max-width: 200px;
    min-width: 100px;
    padding: 10px 0px;
  }
}
/*Filters Css Section*/
#filters {
  padding: 1.5em 8%;
  text-align: right;
  background: linear-gradient(180deg, #23307a 0%, #23307a 50%, #ffffff 100%);
  top: 40px;
}
.titleFilters {
  font-size: calc(19px + 0.390625vw);
  color: white;
  text-align: left;
  margin-bottom: 0.5em;
}
.filtersInput {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.filtersSearchInput {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.filtersInput .k-dropdowntree {
  width: 100% !important;
  padding: 5px;
  margin: 2%;
}
.buttonFilterDiv {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.iconCounters {
  font-weight: bold;
  font-size: calc(2em + 0.390625vw);
  margin: 0.2em 0;
}
.k-input,
.k-picker {
  line-height: 20px !important;
  font-size: calc(15px + 0.390625vw) !important;
}
/**/
/*Main Css Section*/
#main_container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#bannerImage {
  min-height: 150px;
  overflow: hidden;
  max-height: 150px;
  position: relative;
}
.centered-container {
  position: absolute;
  background: linear-gradient(270deg, #ffffff00 0%, #ffffff6b 50%, #ffffffbf 100%);
  background-color: none;
  width: 100%;
  height: 0;
  padding-top: 44%;
}
.centered {
  color: #565759;
  position: absolute;
  top: 5%;
}
.centeredleft {
  left: 8.5% !important;
  text-align: left;
}
.centeredright {
  right: 8.5% !important;
  text-align: right;
}
.headerImgDiv {
  width: 100%;
  /*height: auto;*/
  display: block;
  min-height: 150px;
  /*    width: 100%;
    height: inherit;*/
}
.centered p {
  font-size: calc(1.1em + 0.390625vw);
  margin-bottom: 1em;
}
.centered p:first-of-type {
  font-weight: bold;
}
.smaller {
  font-size: calc(0.8em + 0.390625vw) !important;
  margin-bottom: 0.5em !important;
  font-weight: normal;
}
.grid-card-container-landing {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.grid-card-container-landing > :hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.grid-card-landing {
  border: 2px solid transparent;
  border-radius: 0.3em;
  padding: 1em;
  border-style: solid;
  background: linear-gradient(#ffff, #ffff) padding-box, #23307a border-box;
  cursor: pointer;
  padding: 1.4em !important;
}
.titleContainerLanding {
  display: flex;
  justify-content: space-between;
  height: 40%;
}
.bannerDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 10em;
}
/*Side Banner Css Section*/
/*Side Banner Css Section*/
.banner {
  cursor: pointer;
  width: fit-content;
  border-radius: 2em;
  padding: 3% 5%;
  background: #FFFFFF;
  color: #23307a;
  margin: 11% auto 0;
}
.banner p {
  font-weight: bold;
}
#topButtonsHeader > span:first-child {
  display: none !important;
}
#topButtonsHeader button:first-of-type {
  margin: 0 !important;
}
#alertsLandingDiv {
  padding: 1em 8% !important;
}
#searchInput {
  width: 91% !important;
}
.smallTxt {
  padding: 3% 0 3% 0;
}
/*News Css Section*/
#news {
  background-color: #23307a;
}
#news .newsSection {
  max-height: 150px;
}
#NewsImageBanner {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
}
.k-input-value-text.k-readonly {
  font-size: calc(14px + 0.390625vw) !important;
}
#filterBtn span {
  margin: 5.5vw;
}
.moreOffersContainer {
  padding: 1em 2em;
}
#cookiesDiv {
  flex-direction: column;
  align-items: center;
  height: 245px;
}
#cookiesBtnDiv {
  width: 100%;
  justify-content: center;
}
#cookiesBtnDiv .cookiesBtn {
  margin: 0 10px !important;
}
#inputsName,
#inputsBirthGender,
#inputsNIFPostal,
#inputsLocation,
#inputsPassword,
#inputContacts {
  flex-direction: column !important;
}
#inputsName > div,
#inputsBirthGender > div,
#inputsNIFPostal > div,
#inputsLocation > div,
#inputsPassword > div,
#inputContacts > div {
  width: 100%;
}
.mobileInputs {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 -1em 0 0em;
}
.mobileInputs .inputsInDiv:last-child {
  width: 60% !important;
  margin-right: 0;
  margin-left: 2px !important;
}
.mobileInputs .inputsInDiv:first-child {
  margin-left: 0;
  width: 42% !important;
}
.passwordTxtWarning {
  margin: 0 !important;
  font-size: calc(0.7em + 0.390625vw) !important;
  text-align: left !important;
  color: #CCC;
}
#ajaxUploadHeader {
  width: 100% !important;
}
#termsCheckRegister,
#privacyCheckRegister,
#privacyCheck,
#termsCheck {
  display: block;
  /*transform: scale(2);*/
  -webkit-transform: scale(2) !important;
  /*-ms-transform: scale(2);
    -moz-transform: scale(2);*/
  margin-right: 1em;
  /*scale:2 !important;*/
  transform: scale(2);
}
.termsDiv {
  display: flex;
  align-items: center;
}
#mandatoryText {
  float: right;
  width: 50%;
  font-size: calc(9px + 0.390625vw) !important;
  text-align: right;
  color: #515151;
}
#modalTitleText {
  float: left;
  width: 50%;
  text-align: left;
  color: #315db3;
}
.titleRegister {
  display: flex;
}
#TitleSeparator {
  width: 100%;
  padding-left: 0px !important;
}
.modal-content {
  margin: 2% auto 5% auto;
  max-width: 90%;
}
#attachmentArea {
  padding: 0 0 1em 0 !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
}
#attachmentArea div:first-child {
  display: inline-flex;
  width: 100%;
  align-content: center;
  align-items: center;
}
#attachmentArea .smallTxt {
  padding-left: 10%;
  font-size: calc(0.56em + 0.390625vw) !important;
}
.box1 {
  padding: 5px 17px !important;
}
.box1.has-advanced-upload1 {
  outline-offset: 0px !important;
}
#separatorAttach {
  display: block;
  padding-top: 4%;
}
.applicationDivBody {
  min-width: auto !important;
  max-width: unset !important;
}
.bigTxt {
  font-size: calc(20px + 0.390625vw) !important;
}
#paginacaoDiv {
  padding: 3em 7% 0 7%;
}
#inputsBirthGenderPostal,
#addressInfoLine,
#inputsZipCode {
  flex-direction: column !important;
}
#applicationMainPage .applicationDivHeader:first-child {
  flex-direction: row !important;
}
.applicationDivHeader {
  align-items: flex-start !important;
  flex-direction: column;
}
#inputFunction1 {
  flex-direction: column !important;
}
#ajaxUpload {
  padding-bottom: 2vh;
}
#inputsContacts div:first-child {
  /*width: 15em;*/
  padding-right: 1vw !important;
}
#inputsContacts div:nth-child(2) {
  width: 100%;
}
.btnRegisterDiv {
  padding: 0.5em !important;
}
.confirmImgDiv {
  height: 160px !important;
}
.title .confirmText {
  padding-bottom: 2vh !important;
}
.confirmDiv2 {
  margin-top: 2em !important;
}
.confirmImg {
  min-height: 120px;
  max-height: 200px;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
.confirmText {
  display: flex;
  flex-direction: column;
}
#verifyEmail {
  margin-top: 2em !important;
}
.title {
  font-size: calc(16px + 0.390625vw) !important;
}
@media (min-width: 768px) {
  .centered {
    top: 25%;
  }
  .centered-container {
    padding-top: 27%;
  }
  .filtersInput {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: center;
    flex: 50%;
    flex-wrap: wrap;
  }
  .filtersInput .k-dropdowntree {
    width: 30% !important;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 4%;
  }
  .filtersSection .filtersInput span:first-child {
    margin: 0 1% 0 0 !important;
  }
  .filtersSection .filtersInput span:last-child {
    margin: 0 0 0 1% !important;
  }
  .grid-card-document,
  .grid-card-document-colaborator {
    width: 14em !important;
  }
  #alertsLandingDiv {
    padding: 1em 25%;
  }
  .filtersSearchInput {
    width: 80%;
  }
  #filterBtn {
    padding: 0.375rem 2rem !important;
  }
  #filterBtn span {
    margin: 0;
  }
  #searchDiv {
    display: flex;
  }
  .grid-card-container {
    justify-content: center !important;
    gap: 1.763em !important;
  }
  #searchInput {
    width: 100% !important;
  }
  #searchDiv .buttonFilterDiv {
    width: fit-content;
    padding: 5px 0 5px 5px;
  }
  .filtersInput {
    padding-bottom: 20px;
  }
  .buttonFilterDiv .k-button {
    margin: 0 !important;
  }
  .grid-card-landing {
    padding: 1.19em !important;
  }
  #loginBtn {
    margin: 0 10px 0 0;
  }
  #filters {
    padding: 1.5em 8.4%;
  }
  .k-input-value-text.k-readonly {
    font-size: calc(10px + 0.390625vw) !important;
  }
  #advertisementsOtherLanding {
    padding: 2em 8%;
  }
  .moreOffersContainer {
    padding: 2em;
  }
  #topButtonsHeader > span:first-child {
    display: inline-block !important;
  }
  #topButtonsHeader button:first-of-type {
    margin: !important;
  }
  #news .newsSection {
    max-height: 250px;
  }
  #NewsImageBanner {
    max-height: 250px;
  }
  #bannerImage {
    max-height: 200px;
  }
  #cookiesDiv {
    height: 171px;
  }
  #inputsName,
  #inputsBirthGender,
  #inputsNIFPostal,
  #inputsLocation,
  #inputContacts,
  #inputsPassword,
  #inputContacts {
    flex-direction: row !important;
  }
  .mobileInputs {
    width: 100% !important;
    margin: 0 0 0 1em;
  }
  .mobileInputs .inputsInDiv:first-child {
    width: 38% !important;
  }
  .mobileInputs .inputsInDiv:last-child {
    width: 59% !important;
  }
  .mobileInputs .inputsInDiv {
    margin-left: -0.5em;
  }
  .passwordTxtWarning {
    margin: 1vh 0 !important;
    font-size: calc(0.5em + 0.390625vw) !important;
    padding-bottom: 1vh;
  }
  #termsCheckRegister,
  #privacyCheckRegister {
    margin-right: 1em;
  }
  .termsDiv {
    padding: 0.5em !important;
  }
  .termsDiv label {
    font-size: unset;
  }
  .modal-content {
    margin: 2% auto 5% auto !important;
  }
  #attachmentArea {
    padding: unset !important;
    align-items: flex-start !important;
  }
  #attachmentArea .smallTxt {
    padding: 2% 0 2% 2%;
    font-size: calc(0.5em + 0.390625vw) !important;
  }
  #modalTitleText {
    text-align: center;
  }
  #mandatoryText {
    text-align: center;
  }
  #TitleSeparator {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  #TitleSeparator hr {
    margin: 0 1em;
  }
  #ajaxUploadHeader {
    width: 50% !important;
  }
  .box__input label {
    display: block !important;
  }
  #separatorAttach {
    display: none;
  }
  #inputsBirthGenderPostal,
  #addressInfoLine,
  #inputsZipCode {
    flex-direction: row !important;
  }
  .applicationDivHeader {
    align-items: center !important;
    flex-direction: row;
  }
  #inputFunction1 {
    flex-direction: row !important;
  }
  .personalPageDivHeader .smallTxt {
    display: flex;
  }
  .loadFile {
    margin-bottom: 1em;
  }
  #inputsTabletPlus {
    display: flex;
    flex-direction: row !important;
  }
  #inputsEmail {
    width: 100%;
  }
  #inputsContacts {
    width: 100%;
  }
  #inputsTabletPlus #inputsContacts div:first-child {
    width: 14em;
  }
  .btnRegisterDiv {
    padding: 1.5em !important;
  }
  .confirmImg {
    height: calc(200px + 0.390625vw) !important;
  }
  .title .confirmText {
    padding-bottom: 0 !important;
  }
  .confirmDiv2 {
    margin-top: 3em !important;
  }
}
@media (min-width: 1025px) {
  .centered-container {
    padding-top: 41%;
  }
  .filtersSection {
    display: flex;
  }
  .grid-card-landing {
    padding: 1.6em !important;
  }
  #loginBtn {
    margin: 0 10px 0 0;
  }
  #alertsLandingDiv {
    padding: 1em 25%;
  }
  #news .newsSection {
    max-height: 500px;
  }
  #NewsImageBanner {
    max-height: 500px;
  }
  .banner {
    position: fixed !important;
    width: 13em !important;
    height: 5em !important;
    bottom: 15em;
    right: -5em;
    border-radius: 28px 28px 0 0 !important;
    display: grid;
    z-index: 2;
    text-align: center;
    padding: 2em 0 !important;
    font-weight: bolder !important;
    background: #FFFFFF;
    color: #23307a;
  }
  .rotate {
    -webkit-transform: rotate(-90deg);
  }
  #bannerImage {
    max-height: 400px;
  }
  .buttonFilterDiv .k-button {
    height: 2.5em !important;
  }
  .k-dropdowntree .k-input-inner {
    height: 20px;
  }
  .filtersInput {
    padding-bottom: 0;
  }
  .grid-card-container {
    justify-content: center !important;
  }
  .filtersSearchInput {
    width: 86.5%;
  }
  #filterBtn {
    padding: 0 !important;
  }
  #filterBtn span {
    margin: 3.4vw;
  }
  #searchInput {
    margin: 1vw 0 1vw 0.5vw;
  }
  .filtersSection .filtersInput span {
    margin: 0 1% 0 1% !important;
  }
  .filtersInput .k-dropdowntree {
    width: 32% !important;
  }
  #cookiesDiv {
    height: 136px;
  }
  .applicationDivBody {
    min-width: 600px !important;
    max-width: 1000px !important;
  }
}
.container .loginInput {
  width: 100%;
}
.loginTitle {
  text-align: center;
  font-size: 1.4em;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  color: #315db3;
}
.inputColor {
  color: #315db3;
}
.enterButton {
  background: #23307a;
  color: #FFFFFF;
}
.registerButton {
  background: #23307a;
  color: #FFFFFF;
}
.container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #23307a;
  opacity: 1;
  /* Firefox */
}
span.psw {
  float: right;
  padding-top: 16px;
}
.forget-psw {
  padding: 0.3em;
}
/* Add Zoom Animation */
.animate {
  animation: animatezoom 0.6s;
}
/*Advertisements Css Section*/
#advertisements {
  padding: 2em 8%;
}
#advertisementsMore {
  padding: 2em 8%;
}
#advertisementsLanding {
  padding: 2em 8%;
}
#advertisementsAdvertisement {
  padding: 0 8%;
}
#advertisementsOtherAdvertisement {
  padding: 2em 8%;
}
.jobCounter {
  font-size: calc(20px + 0.390625vw);
  color: #315db3;
  font-weight: bold;
}
.grid-card-container-top {
  display: flex;
  margin-bottom: 1em;
  justify-content: space-between;
}
.grid-card-container-top-btns {
  display: none;
}
.grid-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.grid-card-container-single {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: minmax(25em, 1fr);
  grid-auto-rows: 1fr;
}
.grid-card-container > :hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.grid-card-container-application {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.grid-card-document,
.grid-card-document-colaborator {
  width: 100%;
}
.grid-card-document {
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  border-style: solid;
  background: linear-gradient(#ffff, #ffff) padding-box, #23307a border-box;
  padding: 1em;
  text-decoration: none;
}
.grid-card-document-colaborator {
  border: 2px solid transparent;
  border-radius: 0.3em;
  cursor: pointer;
  border-style: solid;
  background: linear-gradient(#f0f0f0, #f0f0f0) padding-box, #23307a border-box;
  padding: 1em;
  text-decoration: none;
}
.width-bigger {
  width: 100% !important;
}
.pColaborator {
  font-style: italic;
  color: #006072;
  margin-bottom: 0.5em;
}
.titleContainer {
  height: 30%;
}
.titleDocument {
  font-size: 15px;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.3em;
  color: #315db3;
  height: 35px;
}
.longText {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cardIcon {
  color: #565759;
}
.p-styled {
  color: #282a2e;
  padding: 0.2em 0;
  font-size: 10px;
  font-weight: normal;
}
.data-publicacao {
  font-size: 10px;
  margin-top: 1em;
  color: #808080;
  font-weight: normal;
}
/*detalhes oferta*/
.offerBodySummary {
  width: 100%;
  border: 2px solid transparent;
  border-style: solid;
  background: linear-gradient(#ffff, #ffff) padding-box, #23307a border-box;
  border-radius: 10px;
  padding: 20px;
  height: fit-content;
}
.offerBodySummary .offerBodySummaryTxt {
  line-height: 1.8em;
  margin-top: 0.5em;
  color: #315db3;
}
.offerBodySummary .offerBodySummaryTxt p {
  font-weight: normal !important;
}
.offerBodyDescription {
  line-height: 1.5em;
  font-size: calc(12px + 0.390625vw);
  width: 100%;
  padding: 0em;
  font-weight: normal;
}
.offerBodyDescription p {
  font-weight: normal;
}
.offerBodyDescription,
.offerBodyDescription h4 {
  padding-top: 3vh;
}
.offerBody {
  display: flex;
  padding: 2.5em 0;
  flex-direction: column;
}
#advertisementsOtherLanding {
  padding: 0 8%;
}
.offerIcon {
  color: #315db3;
}
/*detalhes oferta title*/
.offerTitle {
  font-size: calc(22px + 0.390625vw) !important;
  font-weight: bold;
  color: #315db3;
}
/*detalhes oferta body description*/
/*candidatar div*/
.applyDiv {
  display: flex;
  justify-content: space-around;
  padding-right: 0;
}
.applyButton {
  background: #23307a !important;
  color: #ffffff !important;
  min-width: fit-content;
}
/*mais ofertas container*/
.moreOffersContainer {
  display: flex;
  border: 1px solid black;
  justify-content: space-around;
  align-items: center;
}
.moreOffersText {
  color: #315db3;
  text-align: center;
  font-weight: normal;
}
.moreOffersButton {
  background: #84be41 !important;
  color: #ffffff !important;
}
.advExpButton {
  background: #23307a !important;
  color: #ffffff !important;
}
/*candidatura espontanea container*/
#candidaturaEsp {
  padding: 0 7%;
}
.candidaturaEspContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5em 0;
}
/*candidatura espontanea body*/
.candidaturaEspContainer .candidaturaEspContainerBody {
  padding: 1.5em 0;
  line-height: 1.5em;
  font-size: 1.2em;
  text-align: center;
}
.btn-view {
  padding: 14px 20px;
  margin: 8px 0;
  font-size: 1em;
}
.btn-share {
  padding: 14px 20px;
  margin: 8px 0;
  font-size: 1em;
}
@media (min-width: 768px) {
  #advertisementsAdvertisement {
    padding: 2em 8% !important;
  }
  .titleDocument {
    margin-bottom: 0.3em;
    height: 35px;
  }
  .offerBody {
    flex-direction: row;
  }
  .offerBodySummary {
    width: 50%;
  }
  .offerBodyDescription {
    width: 50%;
    padding: 0 0 0 2em;
    font-size: calc(11px + 0.390625vw);
  }
  .offerBodyDescription,
  .offerBodyDescription h4 {
    padding-top: 0;
  }
  #advertisementsOtherLanding {
    padding: 1em 8%;
  }
  .applyDiv {
    display: flex;
    justify-content: flex-end;
    padding-right: 8vh;
  }
  #candidaturaEsp {
    padding: 3em 7% !important;
  }
}
@media (min-width: 1025px) {
  .grid-card-container-top-btns {
    display: flex;
  }
  .offerBodySummary {
    width: 30%;
  }
  .offerBodyDescription {
    width: 70%;
    padding: 0em 3em;
    font-size: calc(15px + 0.390625vw);
  }
  .applyDiv {
    display: flex;
    justify-content: space-around;
    padding-right: 0;
  }
}
.title {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #315db3;
}
.registerContainer {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 19em 19em;
  padding: 1em;
  justify-content: center;
  justify-items: center;
}
.registerContainer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #315db3;
  opacity: 1;
  /* Firefox */
}
.required {
  content: " *";
}
.registerInputs {
  display: grid;
  grid-gap: 1em;
  padding: 1em;
}
.registerInputs .titleP {
  font-weight: 600;
  color: #315db3;
}
.termsDiv {
  padding: 1em;
}
.passwordTxtWarning {
  font-size: 0.9em;
  text-align: center;
  margin: 0 5em;
}
.termsDiv a {
  color: red;
  text-decoration: underline;
  cursor: pointer;
}
/* visited link */
/* mouse over link */
/* selected link */
.btnRegisterDiv {
  display: flex;
  justify-content: center;
  padding: 1.5em;
}
.btnRegisterDiv button {
  width: 15em;
  background: #23307a;
  color: #ffffff;
}
hr {
  border-color: lightgrey;
  border-top: 0;
}
.error-message {
  font-weight: 400;
  font-size: 16px;
  color: red;
}
.confirmText {
  color: #84be41;
}
.confirmDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirmDiv1 {
  font-weight: 900;
  font-style: italic;
}
.confirmDiv2 {
  margin-top: 3em;
}
.confirmImgDiv {
  height: 200px;
  padding: 2em;
}
.confirmImg {
  background-image: url(../../../Images/confirm.png);
  width: 100%;
  background-size: cover;
}
.underlined {
  text-decoration: underline;
}
/*textbox filtro da dropdowntree*/
.k-list-filter .k-textbox {
  width: 100%;
}
.applicationDivHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  margin-top: 1em;
  flex-direction: row;
}
.applicationPagContainer {
  display: flex;
  justify-content: center;
}
.applicationPagContainer .applicationPagContainerLine {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.applicationPagContainer .applicationPagContainerLine .pageLine {
  font-size: 3em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.applicationDivHeader {
  align-items: center !important;
}
#applicationMainPage #ajaxUpload {
  width: 100% !important;
}
/*#applicationMainPage #inputsName,
#applicationMainPage #inputsName.inputsInDiv {
    width: 96%;
}*/
#applicationMainPage .applicationDivHeader .smallTxt {
  font-size: calc(0.8em + 0.390625vw) !important;
}
#applicationMainPage .applicationDivHeader .bigTxt {
  font-size: calc(20px + 0.390625vw) !important;
}
#inputsEmail {
  width: 100%;
}
#inputsContacts {
  margin: 0 -1em 0 0em;
}
.lineColor {
  color: #565759;
}
.applicationPagContainer .applicationPagContainerLine .labelStyled {
  margin-top: -17px;
  margin-right: 8px;
}
.applicationDivBody {
  width: 100%;
  margin: auto;
  display: none;
}
.applicationDivBodyBtns {
  padding: 2em;
  text-align: center;
}
.applicationDivBody .applicationDivBodyCheckboxContainer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1em;
}
.applicationTitle {
  color: #565759;
}
.applicationDivsTitle {
  color: #315db3;
}
.RadGrid .rpgColumnHeader .rotated {
  display: inline-block;
  width: 40px;
  padding-top: 70px;
  height: 120px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.grid-card-application-container {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: minmax(25em, 1fr) minmax(25em, 1fr) minmax(25em, 1fr);
}
.saveApplicationBtn {
  background: #23307a !important;
  color: #ffffff !important;
}
/*RadGrid header*/
thead {
  border-radius: 2em !important;
}
.rgHeader {
  background: #23307a !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.rgHeader a {
  color: white !important;
}
/*notificacao sucesso*/
.notification {
  background-color: #315db3;
  color: #ffffff;
  border-radius: 1em;
  padding: 0.5em;
  float: right;
  text-align: center;
}
/*new register modal after applying*/
.register-page-container {
  display: flex;
  flex-direction: column;
}
.register-page-container-picture {
  width: 100%;
  padding: 1em;
  text-align: center;
}
.register-page-container-text {
  width: 100%;
  padding: 1em;
}
.register-page-container-text ul {
  padding: 2em 1em;
}
.pTitle {
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.5em;
}
.iconBig {
  margin-top: 10%;
  font-size: 10em;
}
.buttonDiv {
  width: 50%;
  padding: 1em 3em;
}
@media (min-width: 768px) {
  #inputsContacts {
    margin: 0 0 0 1em;
  }
  #inputsContacts div:first-child {
    width: 14.4em !important;
  }
  #inputsContacts .inputsInDiv {
    margin-left: -0.5em !important;
  }
  .register-page-container {
    display: flex;
    flex-direction: row;
  }
  .register-page-container-picture {
    width: 50%;
  }
  .register-page-container-text {
    width: 50%;
  }
  .register-page-container-text ul {
    padding: 2em;
  }
}
.tabDiv {
  margin-right: 2em;
  cursor: pointer;
}
.containerDivPaginacao {
  padding: 1.5em 5%;
}
.containerDivPagina {
  padding: 1.5em 0;
  width: 100%;
}
#personalPageContainer #paginacaoDiv {
  padding: 0 !important;
}
#tabs_container {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  justify-content: flex-start;
  margin-left: 4%;
}
#tabs_container div:nth-child(4) {
  padding-right: 4%;
}
#paginacaoContainer {
  border: 1px solid black;
  border-radius: 1em;
  line-height: 2.5em;
  padding: 2em;
  width: fit-content;
}
#comboPersonalData {
  height: 5vh;
  width: 100%;
  border-radius: 15px;
  border-color: #565759;
  color: #565759;
  padding: 0 3vw;
}
#paginaDiv {
  margin-left: 0;
  /*padding: 3em 5% 3em 1%;*/
}
#profileContainer {
  flex-direction: column;
}
#imgContainer {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#personalPageContainer {
  flex-direction: column;
}
.main #pagina-0 .inputMargin {
  margin-left: 1em;
  display: flex;
  flex-direction: column;
}
.btnPadding {
  margin-top: 4em !important;
}
.k-reset .k-button {
  border-radius: 0.25rem !important;
  width: 95%;
  border-color: transparent !important;
  margin-left: 8%;
  margin-top: 2%;
}
#paginaDiv .applicationDivHeader .smallTxt {
  font-size: calc(0.7em + 0.390625vw) !important;
}
#paginaDiv .applicationDivHeader .bigTxt {
  font-size: calc(1em + 0.390625vw) !important;
}
#alertCombosDiv .k-dropdowntree {
  border-radius: 2em !important;
  background-color: #d6d6d6 !important;
}
#alertCombosDiv .k-input-value-text.k-readonly {
  color: black !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.inputsInDivSameLine .k-dropdowntree {
  border-radius: 2em !important;
  background-color: #d6d6d6 !important;
}
.inputsInDivSameLine .k-input-value-text.k-readonly {
  color: black !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.alertsTxt {
  color: #315db3;
  font-weight: bold;
}
/*paginas-x*/
.personalPageDivBody {
  text-align: center;
  padding: 2em 15em;
  width: 100%;
  display: none;
}
.personalPageDivBody .personalPageDivBodyLine {
  display: flex;
  align-items: center;
}
.personalPageDivBody span.k-combobox {
  width: 100%;
}
.personalPageDivBody .paginaDivBodyCheckboxContainer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1em;
}
.personalPageDivColumns {
  padding: 2em 2em;
  width: 100%;
  display: none;
}
.personalPageDivColumns .k-dropdowntree {
  width: 300px;
}
.paginaDivBodyBtns {
  padding: 2em;
  text-align: center;
}
.personalPageDivHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  margin-top: 1em;
}
.personalPageDivHeader .titleDocument,
.titleDocumentFullDiv {
  font-size: calc(1.1em + 0.390625vw);
  width: 72%;
  height: auto;
}
.personalPageDivHeader .smallTxt {
  padding: 3% 0 3% 6%;
  font-size: calc(0.6em + 0.390625vw);
  width: 36%;
}
#wnd_competence .smallTxt {
  font-size: calc(0.7em + 0.390625vw);
}
#personalPageDivInterestsArea {
  flex-direction: column;
}
.personalPagePasswordReason {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 5%;
}
.barContainer {
  width: 100%;
  background-color: #dadbdb;
  border-radius: 1em;
}
.barProgress {
  width: 1%;
  height: 17px;
  background-color: #565759;
  border-radius: 1em;
}
#pagina-0 input {
  /*width: 20em !important;*/
}
main #pagina-0 .inputMargin {
  margin-left: 1em;
  display: flex;
  flex-direction: column;
}
/*space between cells in tables*/
td {
  padding: 10px !important;
}
/*slider valores*/
.RadSlider_Default .rslSelectedregion {
  background-color: #006072 !important;
  background-image: linear-gradient(#006072, #006072) !important;
}
/*rad combobox*/
.RadComboBox {
  width: 20em !important;
}
.RadComboBox_Default .rcbInner {
  width: 100% !important;
  margin: 8px 0 !important;
  border: 1px solid #ccc !important;
  box-sizing: border-box !important;
  border-radius: 30px !important;
  background-color: #95979959 !important;
}
.RadComboBox .rcbActionButton {
  height: 80% !important;
  border-radius: 2em !important;
  width: 1.4em !important;
}
.RadComboBox .rcbInput {
  height: 1.3em !important;
}
/* Add Zoom Animation */
.animate {
  animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
.verticalTable {
  border: 1px solid black;
  border-collapse: collapse;
}
.verticalTdTh {
  padding: 3% 2%;
  text-align: left;
}
.verticalTh {
  background-color: #315db3;
  color: #FFFFFF;
}
.personalPageTableAvailability,
.personalPageTablePassword {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.personalPageTableAvailabilitySwitch,
.switchReverse {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.switchReverse div {
  margin: 1vh 1vw 1vh 0;
}
.switchReverse label,
.personalPageTableAvailability label {
  font-size: calc(0.7em + 0.390625vw);
}
.personalPageTableAvailability div,
.personalPageTablePassword div {
  margin: 1vh 0;
  width: 100%;
  text-align: justify;
}
.personalPageTablePassword div:nth-child(2) {
  display: flex;
  align-items: center;
}
.personalPageTablePassword div label {
  font-size: calc(0.7em + 0.390625vw);
}
.divGridsAttachmentsPersonalData {
  display: flex;
  flex-direction: column;
}
.gridAttachmentsPersonalData {
  display: grid;
  grid-template-columns: auto;
  margin: 1vh 0;
  width: 100%;
}
.fileInfoAttachment {
  height: 10vh;
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 2vh;
  display: flex;
  align-items: center;
}
.btnPasswordChange {
  margin-top: 11%;
  display: flex;
  justify-content: center;
}
.loadFile {
  margin-bottom: 0;
}
#ajaxUploadProfile,
#ajaxUploadProfileFiles {
  width: 100% !important;
}
#passwordDiv,
#rightsDiv {
  padding: 1.5em 1em;
}
#addressDiv {
  flex-direction: column;
}
#addressDiv inputsInDiv {
  width: 100%;
}
#mobileDiv {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0.5em;
}
#mobileDiv .inputsInDiv:last-child {
  width: 60% !important;
  margin-right: 0;
  margin-left: 2px !important;
}
#mobileDiv .inputsInDiv:first-child {
  margin-left: 0;
  width: 46% !important;
}
.profileInputs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.profileInputs .inputsInDiv {
  width: 100% !important;
}
#CVLoadZones td {
  border: solid 1px black;
  border-radius: 1.5em;
}
#preview-image {
  min-width: 3em;
  max-width: 10em;
}
.filesGrid {
  display: flex;
  align-items: center;
}
.containerDiv {
  padding: 3em 7%;
}
.containerTabsDiv {
  overflow: auto;
  margin: 2em 0% 0 0;
}
.containerPagesDiv {
  padding: 0 4% 0 4%;
}
@media (min-width: 768px) {
  #tabs_container {
    width: auto;
    justify-content: center;
  }
  #tabs_container div:nth-child(4) {
    padding-right: 0;
  }
  #paginaDiv {
    padding: 1em 7% 3em 7%;
  }
  .profileInputs {
    flex-direction: row;
  }
  #addressDiv {
    flex-direction: row;
  }
  #addressDiv div:first-child {
    width: 32%;
  }
  #addressDiv div:last-child {
    width: 65%;
  }
  .containerPagesDiv {
    padding: 0 5%;
  }
  .personalPageDivColumns {
    padding: 2em 10em;
  }
  .personalPageDivHeader .titleDocument {
    width: 43%;
  }
  .personalPageDivHeader .smallTxt {
    padding: 3% 0 3% 0;
    font-size: calc(0.6em + 0.390625vw);
  }
  #personalPageDivInterestsArea {
    flex-direction: row;
  }
  .personalPageTableAvailability,
  .personalPageTablePassword {
    flex-direction: row;
  }
  .personalPageTableAvailabilityColumn {
    flex-direction: column;
  }
  .personalPageTableAvailabilitySwitch,
  .switchReverse {
    flex-direction: row;
  }
  .titleDocumentFullDiv {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  #paginaDiv {
    margin-left: 2em;
  }
  #tabs_container {
    margin-bottom: 1em;
    margin-left: 0;
  }
  #paginacaoContainer {
    width: 17em;
  }
  #imgContainer {
    margin: unset;
  }
  #profileContainer {
    flex-direction: row;
  }
  #personalPageContainer {
    flex-direction: row;
  }
  .personalPageDivColumns {
    padding: 2em 20em;
  }
  .gridAttachmentsPersonalData {
    margin: 1vh;
  }
  #passwordDiv,
  #rightsDiv {
    width: 70%;
    margin: 0 auto;
  }
  .personalPageTableAvailabilityColumn,
  .personalPageTableAvailability,
  .personalPageTableAvailabilitySwitch,
  .personalPageTablePassword {
    display: grid;
    grid-template-columns: 26em auto;
  }
  .switchReverse {
    display: flex;
    flex-direction: row-reverse;
    width: 100vw;
    justify-content: flex-end;
  }
  .switchReverse div:nth-child(2) {
    width: 25em;
  }
  .divGridsAttachmentsPersonalData {
    flex-direction: row;
  }
}
#header {
  height: 60px;
}
.header-logo {
  height: 75px;
  width: 115px;
  background-size: 85% !important;
}
.footer-logo {
  height: 45px;
  width: 115px;
  background-size: 85% !important;
}
.container ::placeholder {
  color: #23307a;
}
.barProgress {
  background-color: #23307a;
}
.loader {
  border-top: 16px solid #23307a;
}
.titleFilters {
  color: #ffffff;
}
.banner {
  border: 1px solid #23307a;
}
#bannerImage {
  min-height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
.headerImgDiv {
  width: 100%;
  /* height: auto; */
  display: block;
  min-height: auto;
}
.newsSection {
  display: none;
}
.grid-card-landing {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moreOffersContainer {
  border: none;
}
@media (min-width: 768px) {
  #bannerImage {
    max-height: 300px;
  }
}
@media (min-width: 1024px) {
  #bannerImage {
    max-height: 800px;
  }
}
@media (min-width: 3040px) {
  #bannerImage {
    max-height: 900px;
  }
}