/*===================================================General
*/
* {
  font-weight: normal;
}

body {
  background: #fff;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}

h2 {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: bolder;
  margin-top: 50px;
}


h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.job {
  padding-left: 20px;
}

.div-table {
  display: table;
}

.div-table-cell {
  display: table-cell;
}

.info,
label {
  color: #000000;
  font-size: 13px;
  font-weight: 200;
}

#registration-form .form-group label {
  text-transform: uppercase;
}

#registration-form span {
  display: block;
}

#registration-form input[type="text"],
#registration-form input[type="email"],
#registration-form input[type="password"],
#registration-form select,
#registration-form textarea {
  text-indent: 10px;
}

#registration-form input[type="month"] {
  text-indent: 5px;
  padding-right: 5px;
}

.info {
  font-style: italic;
}

input[type="email"],
input[type="month"],
input[type="text"],
input[type="password"],
select {
  width: 100%;
  height: 40px;
}

input[type="email"],
input[type="month"],
input[type="text"],
input[type="password"],
select,
textarea {
  border: 1px solid #dddddd;
}

textarea {
  width: 100%;
  height: 150px;
}

.hideElement {
  display: none;
}

.form-group {
  margin-bottom: 10px !important;
}

select {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

input[type="file"] {
  color: #999999;
  font-size: 13px;
}

.input-submit,
input[type="submit"] {
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-weight: lighter;
}

.input-submit:hover,
.input-submit:active,
.input-submit:active:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.control-label {
  text-align: left !important;
  color: #999999;
}

.show-all div {
  margin-top: -30px;
}

.show-all input,
.show-all label {
  display: inline-block;
  vertical-align: middle;
}

.show-all label {
  width: 90%;
  margin-top: 50px;
}

span.CampiCheckBox label,
.show-all label {
  text-transform: none !important;
  color: #068cc3;
  padding-left: 15px;
  font-size: 16px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

.div-top {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*===================================================Header
*/
header {
  padding: 20px 0 10px 0;
  position: relative;
}

header a {
  color: #ffffff;
}

/*===================================================Body
*/
#main {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*===================================================Login form / Registration form
*/
#login-form-container {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  padding: 25px 35px;
}

#login-form-container .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.subtitle {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  color: #193972;
  /*border-bottom: 2px solid #CFCFCF;*/
}

.register {
  margin-top: 45px;
}

.register,
.register a {
  color: #ffffff;
}

#registration-form p {
  margin-top: 15px;
  color: #999999;
  font-size: 13px;
}

#registration-form p a {
  font-size: 13px;
}

.register-error {
  width: 100%;
  border: solid 1px;
  border-color: red;
  padding: 10px;
  color: red;
  margin-top: 20px;
  margin-bottom: 20px;
}

.captcha-wrapper input {
  margin-top: 15px;
}

.captcha-wrapper .LBD_CaptchaIconsDiv {
  position: absolute;
  top: 0;
  right: 15px;
}

.not-registered {
  margin-top: 30px;
  margin-bottom: 80px;
}

.pronio-style td {
  width: 50%;
}

.not-registered label,
.not-logged label {
  display: block;
  padding-top: 15px;
  float: left;
  font-size: 20px;
}

.not-registered a,
.not-logged a {
  font-size: 20px;
  display: block;
}

/*Jobs*/

.jobs-section {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bolder;
  padding-bottom: 20px;
  padding-top: 20px;
}

.div-spacer {
  width: 20px;
}

.div-hspacer {
  height: 10px;
}

.div-line {
  height: 1px;
  background: #c8c8c8;
}

.jobs-category {
  display: table-cell;
  padding-left: 10px;
}

.jobs-category-color {
  width: 20px;
  height: 20px;
}

.ricerche-link {
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
}

.position-link {
  font-weight: 600;
}

.ricerche-link a {
  color: #000000;
}

.position-link a {
  color: #000000;
}

/*Annuncio*/

.annuncio-form {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  padding: 20px;
}

.annuncio-ricerche {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  padding: 20px;
  width: 320px;
  margin-left: 40px;
}

.row-spacer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.apply-job-section {
  align-items: center;
  display: flex;
}

.apply-job-section .button-container {
  float: left;
  margin-right: 10px;
}

@media (max-width: 500px) {
  .apply-job-section {
    display: block;
  }

  .apply-job-section .button-container {
    float: none;
    margin-right: 0;
  }

  .apply-job-section .download-link-container {
    margin-top: 25px;
  }
}

.grey-text-italic {
  color: #646464;
  font-style: italic;
}

footer .social span {
  text-transform: uppercase;
}

footer .privacy {
  padding-left: 70px;
  margin-right: 25px;
}

footer .social span,
footer .social a {
  color: #ffffff;
}

footer .social a {
  padding-left: 40px;
  color: #ffffff;
}

.copyright {
  color: #ffffff;
}

footer a:hover {
  color: #00a9ee;
}

footer a:visited {
  color: #ffffff;
}

footer .social .linkedin {
  display: inline-block;
  margin-top: -9px;
  width: 22px;
  height: 22px;
  background: url("../images/linkedin.png") no-repeat center center;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  footer .privacy {
    padding-left: 45px;
  }

  .annuncio-ricerche {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .not-registered {
    margin-bottom: 105px;
    margin-top: 0px;
  }

  .annuncio-ricerche {
    display: none;
  }

  header .navbar-toggle {
    height: 70px;
    margin-top: 0px;
  }

  header .navbar-toggle span {
    background: #ffffff;
  }

  header .navbar-nav {
    margin-top: 10px;
  }

  .pronio-style td {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .not-registered {
    margin-bottom: 135px;
  }

  footer .privacy {
    padding-left: 0px;
    display: block;
  }
}

.allow-privacy .privacy-item {
  margin: 25px 0;
}

.allow-privacy .privacy-item h4 {
  margin-top: 0;
  text-decoration: underline;
}

.allow-privacy .privacy-item img {
  width: 75px;
  padding-left: 15px;
}

.privacy-radio label {
  color: #999999;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .allow-privacy .privacy-item img {
    margin-bottom: 10px;
  }
}

span.required {
  color: red;
  display: inline !important;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.text-white {
  color: #fff;
}

.navbar-right-first {
  margin-right: 50px !important;
}

@media (max-width: 1200px) {
  .navbar-right-first {
    margin-right: 0 !important;
    clear: right;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  header > nav > div > div.navbar-header > a > img {
    width: 150px;
  }
}

/** DOWNLOAD APP STYLE */

.download-app-page .download-app-section {
  padding-bottom: 50px;
}

.download-app-page .download-app-section > img {
  width: 100px;
  margin-bottom: 15px;
}

.download-app-page .download-app-section .store-badges img {
  width: 150px;
  margin: 15px 25px;
}

.download-app-page .download-app-section h1,
.download-app-page .download-app-section h2 {
  font-size: 2em;
  margin: 0;
}

.download-app-page .download-app-section h2 {
  margin-top: 10px;
}

.download-app-page .app-screens-section {
  background: radial-gradient(
    circle,
    rgba(58, 112, 163, 1) 0%,
    rgba(20, 79, 135, 1) 100%
  );
  padding-top: 25px;
  color: #fff;
}

.download-app-page .app-screens-section h3 {
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

.download-app-page .app-screens-section p {
  margin-bottom: 50px;
}

.download-app-page .app-screens-section img {
  width: 500px;
}

@media (max-width: 500px) {
  .download-app-page .app-screens-section img {
    width: 75%;
  }
}

.download-app-page .os-section {
  padding-top: 75px;
}

.download-app-page .os-section img {
  width: 35px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.download-app-page .download-app-section,
.download-app-page .app-screens-section,
.download-app-page .os-section {
  padding-left: 25px;
  padding-right: 25px;
}

.privacy-page h3 {
  font-size: 24px;
  font-style: normal;
  margin-top: 25px;
}

.privacy-page h4 {
  font-size: 18px;
  color: #586a7f;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 25px;
}

.privacy-page-title {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.privacy-page-title:hover {
  text-decoration: underline;
}

.privacy-page-title .icon-container {
  font-size: 1em;
}

.privacy-page-block {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.privacy-page-block.height-0 {
  max-height: 0;
}

.privacy-page-title .fa {
  margin-left: 25px;
  color: #586a7f;
  transition: transform 0.25s ease-in-out;
}

.privacy-page-title .fa.rotate {
  transform: rotate(-180deg);
}

#cookieChoiceInfo {
  display: none;
  border-top: 1px solid rgb(204, 204, 204);
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  padding: 4px;
  z-index: 1000;
  text-align: center;
  background-color: rgb(238, 238, 238);
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

#cookieChoiceInfo .cookie-info-container {
  position: absolute;
  left: -300px;
  top: 0;
  height: 100%;
  width: 300px;
  color: #fff;
  padding: 15px;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  overflow-y: auto;
}

#cookieChoiceInfo .cookie-info-container .cookie-info-section {
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 25px 0;
}

#cookieChoiceInfo .cookie-info-container .cookie-info-section:last-child {
  border-bottom: 0;
}

#cookieChoiceInfo .cookie-info-container .cookie-info-section h3 {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  margin-top: 0;
}

#cookieChoiceInfo .cookie-info-container .cookie-info-section p {
  margin: 0;
}

#cookieChoiceInfo .cookie-info-container .cookie-info-section a {
  color: #fff;
  text-decoration: underline;
}

#cookieChoiceInfo .cookie-info-container #cookieChoiceDismiss {
  display: block;
  margin: 0;
  border: 1px solid #fff;
  padding: 12px 18px;
  color: #fff;
  width: 100%;
  margin-top: 25px;
}

.cookie-table th {
  color: #fff;
  font-weight: normal;
  border-bottom: 0 !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-25 {
  margin-top: 25px;
}
