html,
body,
div,
button {
  padding: 0;
  margin: 0;
}

html,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

ul {
  list-style-type: none;
}

body {
  background-color: #f2f2f2;
  /*cor de fundo */
  font-family: "Open sans", "Roboto", arial, sans-serif;
  /* tipo da fonte*/
  text-align: center;
  /* alinhamento do texto: right, justify, center */
  font-size: 20px;
  /* tamanho da fonte */
}

p {
  font-size: 18px;
}

h2 {
  color: #4d4e53;
  font-size: 25px;
}

.responsive {
  display: none;
}

#overlay {
  position: -webkit-sticky; /* Safari */
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(68, 68, 68, 0.7);
  z-index: 1000000;
}
#overlay-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
}
.load-gif {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-top: 23px;
}

/* ------------ height/width pixel tags ------------ */
/* Width */
.pxw-50 {
  width: 50px !important;
}
.pxw-100 {
  width: 100px !important;
}
.pxw-150 {
  width: 150px !important;
}
.pxw-200 {
  width: 200px !important;
}
/* Height */
.pxh-50 {
  height: 50px !important;
}
.pxh-100 {
  height: 100px !important;
}
.pxh-150 {
  height: 150px !important;
}
.pxh-200 {
  height: 200px !important;
}

/* ------------ margin tags ------------ */

/* Right */
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}

/* Left */
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
/* Bottom */
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}

/* Top */
.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}

/* Padding */

.pd-l-20 {
  padding-left: 20px;
}

/* ------------ menu -------------*/

.nav {
  width: 100%;
  height: 55px;
  background: linear-gradient(to bottom, #4d4e53 0%, #1b1b1b 100%);
  margin-bottom: 10px;
  box-shadow: 0px 5px 11px #a3a3a3;
  /* 5px para dir, 5px para baixo, 11px esfumacado, #ccc cor da sombra*/
  font-size: 25px;
  padding-top: 10px;
  font: status-bar;
  font-size: large;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav li {
  display: inline;
  padding: 0px 35px 0px 10px;
  float: left;
}

.nav a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.nav a:hover {
  color: #ea5c1a;
}

#changePhoto {
  border-radius: 15px;
  background-color: #ee5425;
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  margin-left: -40px;
  margin-top: 230px;
  box-shadow: 1px 1px 8px #933f1d;
}

span {
  font-size: 16px;
  font-style: italic;
  color: #666;
}

.details {
  margin: 0px 10px;
}

/* ---------- formulario --------*/

.formulario {
  border-radius: 10px;
  /*borda arredondada*/
  width: 350px;
  /*largura*/
  height: auto;
  /*altura*/
  margin-right: auto;
  margin-left: auto;
  background-color: #ffff;
  /*cor do fundo*/
  box-shadow: 5px 5px 11px #ccc;
  /* 5px para dir, 5px para baixo, 11px esfumacado, #ccc cor da sombra*/
}

form {
  padding: 20px;
  /* margen interna */
  text-align: left;
  /* alinhamento do texto: right, justify, center */
}

input {
  width: 310px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  border: none;
  /* borda none=nada */
  background-color: #f2f2f2;
  padding: 8px;
  /* margen interna */
}

label {
  color: #ee5425;
  /*cor do texto */
  font-weight: bold;
  /*espessura do texto: bold=negrito */
}

.botao {
  background-color: #ee5425;
  width: 150px;
  border-style: outset;
  border-width: 1px;
  border-radius: 2px;
  color: #fff;
  /* text-shadow: 1px 1px rgb(56, 56, 56); */
  padding: 8px;
  height: 36px;
  font-size: 18px;
  /*     filter: drop-shadow(1px 1px 1px rgb(56, 56, 56));
 */
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}

.botao:hover {
  background-color: #fff;
  color: #ee5425;
  transition: 0.3s ease-in-out;
}

.botao:focus {
  border: 0px;
}

.botao-a {
  padding-right: 30px;
  padding-left: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.clean {
  column-count: 3;
  column-gap: 2%;
  margin: 10px;
}

.clean label {
  font-weight: normal;
}

textarea {
  background-color: #f2f2f2;
}

legend {
  font-weight: bold;
  font-size: 25px;
  color: #4d4e53;
  margin: 10px;
}

fieldset {
  border: 1px dashed;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}

#moreCompany {
  border-radius: 15px;
  background-color: #ee5425;
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 10%;
  margin-right: 5px;
  margin-top: -30px;
}

#btlogin {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #4d4e53;
  /*cor do fundo */
  color: #ffff;
  /*cor do texto */
  border-radius: 10px;
  /*borda arredondada*/
  padding: 10px;
  /*espacamento interno */
  font-size: 18px;
  /* tamanho da fonte */
}

#logologin {
  width: 330px;
  /*largura*/
  height: auto;
  /*altura*/
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

select {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  border: none;
  /* borda none=nada */
  background-color: #f2f2f2;
  padding: 8px;
  /* margen interna */
}

.mais {
  border-radius: 15px;
  background-color: #ee5425;
  color: #fff;
  width: 30px;
  height: 30px;
  border: none;
  font-weight: bold;
  font-size: 18px;
  float: right;
  margin: 10px;
  cursor: pointer;
}

/*----------- Profile ------------*/

.formulario2 {
  /*borda arredondada*/
  width: 90%;
  /*largura*/
  height: auto;
  /*altura*/
  margin-right: auto;
  margin-left: 6%;
  background-color: #fff;
  /*cor do fundo*/
  text-align: left;
  box-shadow: 5px 5px 11px #ccc;
  /* 5px para dir, 5px para baixo, 11px esfumacado, #ccc cor da sombra*/
  padding: 5px;
}

.formulario3 {
  width: 98%;
  /*largura*/
  height: auto;
  margin: 0;
  /*altura*/
  margin-right: auto;
  margin-left: auto;
  background-color: #ffff;
  /*cor do fundo*/
  text-align: left;
  box-shadow: 5px 5px 11px #ccc;
  padding: 5px;
  /* 5px para dir, 5px para baixo, 11px esfumacado, #ccc cor da sombra*/
  z-index: 1;
}

h1 {
  color: #4d4e53;
  font-size: 35px;
  padding: 15px 0 0 0;
  text-align: center;
}

#updfoto {
  position: absolute;
  margin-left: 30px;
  width: 372px;
  top: 15%;
  background-color: #ee5425;
  border-radius: 10px;
  display: none;
}

#updfoto.show {
  display: block;
}

#profileimg {
  background-size: cover;
  background-image: url(img/profile/profile.jpg);
  width: 240px;
  height: 270px;
  cursor: pointer;
  float: left;
  margin: 0px 20px;
  z-index: 999;
}

#profileimg p {
  opacity: 0.35;
  font-weight: bolder;
  position: relative;
  top: 40%;
  left: 15%;
  text-shadow: 2px 2px 2px white;
  filter: alpha(opacity=35);
}

.internaltable {
  width: 100%;
  text-align: left;
  font-size: 20px;
}

table.default-table {
  height: 50%;
  text-align: center;
}
table.default-table {
  height: auto !important
}

table.default-table,
table.default-table tr {
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
}

table.default-table th {
  color: #ee5425;
  /*cor do texto */
  font-weight: bold;
  /*espessura do texto: bold=negrito */
  padding: 7px;
}

table.default-table td {
  padding: 8px;
}

table.empMoreInfo {
  height: 50%;
  max-height: 300px;
  overflow: auto;
}

table.empMoreInfo,
table.empMoreInfo tr {
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  border-collapse: collapse;
  height: 50px;
}

table.empMoreInfo th {
  color: #ee5425;
  /*cor do texto */
  font-weight: bold;
  /*espessura do texto: bold=negrito */
  padding: 7px;
  height: 50px;
}

table.empMoreInfo td {
  padding: 8px;
  height: 50px;
}

/*----------- jobs ------------*/

table.jobs {
  width: 100%;
  border-spacing: 20px;
}

table.jobs td:hover {
  box-shadow: 0px 0px 10px #4d4e53;
}

/*----------- Message ------------*/

.message {
  background-color: #4d4e53;
  color: #fff;
  position: fixed;
  bottom: -260px;
  right: 20px;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.message h2 {
  font-size: 18px;
  padding: 10px;
  color: #ee5425;
  margin-top: 0;
}

.message form {
  padding: 0;
  text-align: center;
}

.message textarea {
  background-color: #fff;
  font-size: 16px;
}

.message input {
  width: 50px;
}

.message span {
  color: #fff;
  font-weight: lighter;
}

.message:hover {
  bottom: -25px;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

/*----------- Home.php Geral------------*/

#resumoInicial {
  font-style: italic;
  font-size: 14px;
  border-spacing: 20px;
  margin: 0px;
}

#resumoInicial td {
  background-color: #dedede;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

#resumoInicial td a {
  color: #000;
  text-decoration: initial;
}

#resumoInicial span {
  font-size: 30px;
  font-weight: bolder;
  font-style: initial;
  color: #4d4e53;
}

/*----------- Footer ------------*/

.footer {
  background: #252525;
  width: 100%;
  position: fixed;
  opacity: 0.95;
  bottom: 0;
  padding: 8px 0px 8px 0px;
  color: #fcfcfc;
  font-size: 14px !important;
  font-style: italic !important;
  z-index: 10 !important;
}

.footer table,
.footer table a {
  width: 100%;
  color: #fcfcfc;
}

.footer tr {
  text-align: 100%;
}

.footer td {
  width: 33%;
}

.arrowMenu {
  width: 3px;
  height: 2px;
}

.labelEffect:hover {
  text-shadow: 1px 1px 5px white, 0 0 1px orange, 0 0 3px orangered;
  cursor: pointer;
}

/* Estilo customSearch.php */

.filterHeader {
  background-color: #ee5425;
  padding: 5px;
  filter: drop-shadow(0px 1px 3px black);
}

.filterHeader h1 {
  letter-spacing: 1px;
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
  text-align: left;
}

.clickableText {
  letter-spacing: 1px;
  text-align: center;
  color: #ee5425;
  cursor: pointer;
  font-size: 20px;
}

.clickableText:hover {
  color: #96401f;
}

.center {
  text-align: center;
}

/* JOBS FILTER STYLES */

.jobsContent {
  border: 1px solid black;
  margin-top: 0px;
  /*largura*/
  width: 90%;
  /*altura*/
  /*  height: auto;
  overflow: auto;
  max-height: 1000px; */
  margin-right: auto;
  margin-left: auto;
  /*cor do fundo*/
  background-color: #ffff;
  text-align: left;
  box-shadow: 5px 5px 11px #ccc;
  /* 5px para dir, 5px para baixo, 11px esfumacado, #ccc cor da sombra*/
}

.filterHeader h1 {
  margin-left: 35px;
}

#job-filter-form-id {
  padding-bottom: 0px !important;
}

.jobFilterDiv {
  height: auto;
  font-size: 18px;
  padding: 10px;
}

.jobFilterDiv #search-job-offer-input {
  margin-top: 2px;
  width: 100%;
  height: 43px;
}

.jobFilterDiv #search-job-offer-label {
  font-size: 17.5px;
}

.jobFilterDiv .jobOfferMessage {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 25px;
}

.jobFilterDiv #btnSearchFilter-id {
  margin-top: 10px;
  line-height: 1;
}

.jobFilterDiv .jobOfferMessage span {
  font-size: 18px;
}

.jobFilterDiv .cityFilter {
  margin-top: 5px;
  width: 100%;
  height: 25px;
}

.jobFilterDiv #div-right {
  width: 47.5%;
}

.jobFilterDiv select {
  width: 100%;
}

#div-filtered-jobs-id {
  overflow: auto;
  max-height: 750px;
  height: auto;
}

#div-filtered-jobs-id .job-filter-item {
  padding: 20px;
  margin: 10px;
}

#div-filtered-jobs-id .job-filter-item .job-filter-title-text {
  width: 90%;
  float: left;
  font-size: 26px;
  font-weight: 700;
  color: #4d4e53;
}

#div-filtered-jobs-id .job-filter-item .job-filter-button {
  width: 30px;
  height: 30px;
  float: right;
  border-radius: 25px;
  background-color: #ee5425;
  color: #fff;
  border: 0px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}

#div-filtered-jobs-id .job-filter-item .job-filter-button a {
  color: #fff;
  font-weight: 600;
}

#div-filtered-jobs-id .job-filter-item .job-filter-button:hover {
  background-color: #000;
}

#div-filtered-jobs-id .job-filter-item .row {
  margin: 0 !important;
}

#div-filtered-jobs-id .job-filter-item h2 {
  font-size: 30px;
}

#div-filtered-jobs-id .job-filter-item p {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

#div-filtered-jobs-id .job-filter-text img {
  margin-right: 10px;
}

#div-filtered-jobs-id .job-filter-item:hover {
  box-shadow: 0px 0px 10px #4d4e53;
}

.select2-container {
  width: 100% !important;
}

.content-border {
  border-right: 1px solid #ee5425;
  border-left: 1px solid #ee5425;
  border-top: none;
  border-bottom: none;
  margin: 20px;
  padding: 20px;
  border-radius: 0px;
}

.desired-skills td {
  width: 33%;
}

.split {
  padding: 15px 25px 0px 25px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  color: #4d4e53;
  margin-left: 10px;
}

.radio {
  width: auto;
  color: #4d4e53;
  margin-left: 10px;
}

.dt-buttons span {
  color: #fff;
  font-style: normal;
  font-size: 16px;
}

.dt-button {
  margin-left: 35px;
}

.buttons-excel {
  background-color: #ee5425;
  width: auto;
  min-width: 120px;
  border-style: outset;
  border-width: 1px;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  /* text-shadow: 1px 1px rgb(56, 56, 56); */
  padding: 8px;
  height: 36px;
  font-size: 18px;
  /*     filter: drop-shadow(1px 1px 1px rgb(56, 56, 56));
 */
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.buttons-excel:hover {
  background-color: #f17338;
  transition: 0.3s ease-in-out;
}

div.pagebreak {
  clear: both;
  page-break-before: always;
}

/* Auto Sizes */
.small-width {
  width: 15%;
}
.medium-width {
  width: 30%;
}
.full-width {
  width: 100%;
}

.hidden {
  display: none;
}

.profile-picture {
  border-radius: 25%;
}

.profile-picture:hover {
  opacity: 0.5;
}

.bgColorRed {
  background-color: red;
}
.bgColorGreen {
  background-color: green;
}

/* Applied Job Confirmation Page */

.formulario2 #job-details-full {
  margin-left: 30px;
  margin-top: 5vh;
  width: auto;
  position: absolute;
}
.formulario2 #job-details-full-image {
  background-image: url("../img/applied-job-confirmation.jpg");
  background-size: cover;
  height: 90vh;
  width: 100%;
}
.formulario2 #job-details-full h2 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 45px !important;
  /*   margin-top: -25px;
 */
}
.formulario2 #job-details-full strong {
  color: #ee5425;
  font-weight: 550;
}
.formulario2 #job-details-full #good-luck p {
  font-weight: 300 !important;
  letter-spacing: 1px;
  font-size: 30px !important;
  margin-top: -30px !important;
  color: #4d4e53;
}
.formulario2 #job-details-full #good-luck strong {
  color: #4d4e53;
  font-weight: 550;
}
.formulario2 #job-details-full #touch-soon p {
  font-weight: 550;
  letter-spacing: 1px;
  margin-top: -15px !important;
  color: #4d4e53;
  font-size: 25px !important;
}
.formulario2 #job-details-full #any-help p {
  font-weight: 300 !important;
  letter-spacing: 1px;
  font-size: 22px !important;
  margin-top: -15px !important;
  color: #4d4e53;
}
.formulario2 #job-details-full #phone-number p {
  font-weight: 700 !important;
  letter-spacing: 1px;
  font-size: 22px !important;
  margin-top: -15px !important;
  color: #4d4e53;
}

.formulario2 #job-details-full #job-info {
  font-size: 22px;
}
.formulario2 #job-details-full #job-info span {
  color: #4d4e53;
  font-size: 22px;
  font-style: normal;
}

.other-offers-full-btn {
  position: absolute;
  bottom: 10vh;
  width: 100% !important;
  text-align: center;
}
#home-btn {
  width: 150px;
}
/* Applied Job Confirmation Page MOBILE */

.formulario2 #job-details-mobile {
  margin-left: 15px;
  margin-top: 5vh;
  width: auto;
  position: absolute;
}
.formulario2 #job-details-mobile-image {
  background-image: url("../img/applied-job-mobile.jpg");
  background-size: cover;
  height: 90vh;
  width: 100%;
  display: none !important;
  background-color: rgba(255, 255, 255, 0.808);
}

.formulario2 #job-details-mobile h2 {
  font-weight: 500;
  font-size: 23px !important;
  margin-top: -10px;
}
.formulario2 #job-details-mobile strong {
  color: #ee5425;
  font-weight: 550;
}
.formulario2 #job-details-mobile #good-luck-m p {
  font-weight: 400 !important;
  font-size: 18px !important;
  margin-top: -13px !important;
  color: #4d4e53;
}
.formulario2 #job-details-mobile #good-luck-m strong {
  color: #4d4e53;
  font-weight: 600;
}
.formulario2 #job-details-mobile #touch-soon-m p {
  font-weight: 550;
  /*   margin-top: -15px !important;
 */
  color: #4d4e53;
  font-size: 18px !important;
}
.formulario2 #job-details-mobile #any-help-m p {
  font-weight: 300 !important;
  font-size: 18px !important;
  margin-top: -15px !important;
  color: #4d4e53;
}
.formulario2 #job-details-mobile #phone-number-m p {
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-top: -15px !important;
  color: #4d4e53;
}

.formulario2 #job-details-mobile #job-info-m {
  font-size: 18px;
}

.formulario2 #job-details-mobile #job-info-m .row {
  margin-bottom: 15px;
}

.formulario2 #job-details-mobile #job-info-m span {
  color: #4d4e53;
  font-size: 16px;
  font-style: normal;
  margin-top: -10px !important;
}

/* Employee Application Modal */
#application-warning-modal {
  background-image: url("../img/application-modal.jpg");
  background-size: cover;
  height: 40vh;
  width: 60vw;
}

.waning-gif {
  margin-left: 10px !important;
}

#employee-name-text .waning-gif {
  height: 35px !important;
  width: 20px !important;
}

.select2-search__field{
  margin: 0px !important;
}

.select2-search__field:focus{
  border: none !important;
  background-color: #ffc2a6
}

/* @Media utilizado para formatar a função de impressão da página */

@media print {
  .noprint {
    display: none;
  }
  .print img {
    display: inline-block;
  }
  .pagebreak {
    clear: both;
    page-break-before: always;
  }
  .pagebreakInside {
    page-break-inside: avoid;
  }
}

@media all and (max-width: 1000px) {
  /* Applied Job Confirmation Page */
  .formulario2 #job-details-full-image {
    display: none !important;
  }
  .formulario2 #job-details-mobile-image {
    display: block !important;
  }
  /* .formulario2 {
    margin-left: 13%;
    width: 82%;
  } */
}
