body {
  /*background: #f8f8f8;*/
  overflow-x: hidden; }

.anonymous .polityka-prywatnosci {
  position: relative;
  z-index: 99;
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #bfc7dc; }
  .anonymous .polityka-prywatnosci button.close {
    padding: 0;
    background-color: transparent;
    border: 0; }
    .anonymous .polityka-prywatnosci button.close .fa-remove:before {
      content: "\f00d"; }

.dropdown-menu.show {
  display: block !important; }

.nav {
  align-self: center; }

a {
  color: #00477F;
  text-decoration: none; }
  a:hover {
    color: #003966;
    text-decoration: underline; }

.page-link {
  z-index: 1;
  color: #fff;
  background-color: #00477F !important;
  border-color: #00477F !important; }

.inner-menu nav {
  flex: 1; }

ul.bottom-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding-left: 0; }
  ul.bottom-menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -7px; }
    ul.bottom-menu .dropdown:hover .dropdown-menu:hover {
      margin-top: -7px; }
  ul.bottom-menu li {
    display: inline-block; }
    ul.bottom-menu li.dropdown a {
      color: black;
      font-weight: bold; }
      ul.bottom-menu li.dropdown a:hover {
        color: black; }

.border-grey {
  border: 1px solid #ddd; }

.btn-success, .btn-info {
  color: #fff;
  background-color: #00477F;
  border-color: #00477F; }
  .btn-success:hover, .btn-info:hover {
    color: #fff !important;
    background-color: #003966;
    border-color: #003966; }

.btn:focus, .btn {
  box-shadow: none; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: white;
  background-color: #003966;
  border-color: #003966; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #003966; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #003966;
  border-color: #003966; }

.btn-success.focus, .btn-success:focus,
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem #003966; }

.btn-default {
  background: white;
  border-color: #ddd;
  color: black; }
  .btn-default:hover {
    color: black !important;
    background: white;
    border-color: #ddd; }

.btn-primary {
  background: #00477F;
  border-color: #00477F; }
  .btn-primary:hover {
    color: white !important;
    background-color: #003966;
    border-color: #003966; }

.btn-secondary {
  background: #00477F;
  border-color: #00477F; }
  .btn-secondary:hover {
    color: white !important;
    background-color: #003966;
    border-color: #003966; }

.gorna-belka {
  background: #00477F;
  text-align: right;
  padding: 15px;
  color: #fff; }

.experci-container .owl-theme .owl-nav button.owl-prev span,
.experci-container .owl-theme .owl-nav button.owl-next span {
  font-size: 4em;
  color: #00477F; }

#polecane-oferty {
  color: white;
  background: #00477F; }
  #polecane-oferty .oferta-box {
    background: transparent;
    color: #333; }
  #polecane-oferty .btn-pokaz-wiecej {
    color: #00477F;
    background: white;
    font-weight: 600; }

#footer-wrapper h5 {
  color: white; }

.template-color {
  color: #00477F; }

.template-background-color {
  background: #00477F; }

#polecane-oferty {
  background: #00477F !important; }
  #polecane-oferty .btn-pokaz-wiecej {
    color: #00477F !important; }

.experci-container {
  background-color: #00477F;
  height: 490px; }

.container {
  max-width: 1200px; }

.box-shadow, .box-shadow-static {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

.box-shadow:hover, .box-shadow:focus, .box-shadow:active {
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8; }

.field-validation-error, .required {
  color: #dc3545; }

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* MOBILE */
@media (max-width: 575.98px) {
  #proces-box .proces-item {
    height: 250px;
    width: 250px;
    margin: 1em; }

  .proces-item.line {
    transform: scale(0.6, 0.4) rotate(90deg); }

  #proces-box #proces-container {
    flex-direction: column;
    padding: 0; }

  .oferta-box img {
    max-height: 80px; } }
@media (min-width: 576px) and (max-width: 992px) {
  .proces-item.line {
    display: none !important;
    opacity: 0; }

  #proces-box #proces-container {
    flex-wrap: wrap; }

  #proces-container .proces-item-box {
    flex: 50%; }

  #proces-box .proces-item {
    margin: 2em auto; }

  .oferta-box img {
    max-height: 80px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .proces-item.line {
    display: none;
    opacity: 0;
    flex: 1 1 10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .proces-item.line {
    display: none;
    opacity: 0;
    flex: 1 1 10px; } }
.article-container {
  padding: 15px;
  background: white;
  border-radius: .25rem;
  border-color: #f8f9fa;
  border: 1px solid #dee2e6; }

/*top menu mobile*/
.inner-menu {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#mobile-menu-btn,
#mobile-menu-btn:after {
  display: none; }

#mobileTest,
#mobileTest:after {
  display: none; }

#mobile-menu-btn:focus,
#mobile-menu-btn:hover {
  box-shadow: 0 0 0 0.2rem #b3c0c6; }

@media screen and (max-width: 470px) {
  /*.inner-menu {*/
  /*flex-direction: column;*/
  /*align-items: inherit;*/
  /*}*/
  .logo {
    max-width: 200px; }

  .inner-menu .dropdown-menu.show {
    right: 0;
    margin-left: 0.5em;
    margin-right: 0.5em; } }
@media screen and (max-width: 900px) {
  #mobile-menu-btn, #mobileTest {
    display: flex;
    background-color: transparent;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    padding: 12px 16px;
    margin-top: 5px; }

  .inner-menu {
    display: flex;
    justify-content: space-between; }

  .inner-menu nav {
    display: none; }

  .inner-menu .dropdown-menu {
    background-color: #f8f8f8;
    right: 0px !important;
    top: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    left: inherit !important;
    transform: none !important; }
    .inner-menu .dropdown-menu ul {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%; }
      .inner-menu .dropdown-menu ul li {
        display: block; }

  .inner-menu .dropdown-menu a:focus,
  .inner-menu .dropdown-menu a:hover {
    background-color: #b3c0c6; } }
@media screen and (min-width: 900px) {
  .inner-menu nav {
    justify-content: flex-end; }

  .inner-menu .dropdown-menu {
    display: none; } }
/* badanie kompetencji piramida */
@media screen and (max-width: 900px) {
  .piramida-box .right-unit:nth-child(1) h5 {
    color: #44c4a6; }

  .piramida-box .right-unit:nth-child(2) h5 {
    color: #4bd0f0; }

  .piramida-box .right-unit:nth-child(3) h5 {
    color: #a670c2; }

  .piramida-box {
    flex-direction: column; }

  .piramida-box .left-box {
    height: 200px;
    width: 100%; }

  .piramida-box .right-box {
    width: 100%;
    margin-top: 0.5em;
    padding: 0 1em; } }
/* logowanie */
.rejestracja-panel {
  display: block; }

.oferta-box h5.font-weight-bold a {
  color: #000 !important; }

.oferta-box h5.font-weight-bold a:link {
  color: #000 !important; }

.article-box .article-box-inner {
  margin-left: 1rem;
  margin-right: 1rem; }

.oferta-box .oferta-box-inner {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 450px; }

.oferta-box.mini .oferta-box-inner {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.text-info {
  word-break: break-word;
  font-size: 0.9em; }

.footer-menu {
  background-color: #00477F;
  color: white;
  height: 360px;
  font-size: 12px; }
  .footer-menu .footer-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    height: 100%; }
    .footer-menu .footer-menu-content .footer-menu-content-logo {
      align-self: center; }
    .footer-menu .footer-menu-content .logoFooter {
      max-width: 250px;
      margin-bottom: 2rem; }
    .footer-menu .footer-menu-content .footer-container {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      .footer-menu .footer-menu-content .footer-container .footer-menu-content-text {
        padding-left: 23px;
        padding: 25px 0 25px 60px;
        position: relative; }
        .footer-menu .footer-menu-content .footer-container .footer-menu-content-text::before {
          content: '';
          display: inline-block;
          background: white;
          width: 2px;
          height: 100%;
          top: 0;
          left: 0;
          border-radius: 140px;
          position: absolute;
          border: none; }
      .footer-menu .footer-menu-content .footer-container p {
        font-size: 1rem; }

#BtnLogowanie {
  margin-left: 5px; }
  #BtnLogowanie a {
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 120%;
    color: #fff;
    margin-left: 5px; }

#BtnRejestracjaMobilna a {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 120%;
  background: #00477F;
  color: #fff; }

#KonfiguracjaId {
  display: none; }

.tile-login {
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
  margin-bottom: 10px; }

.tile-login img {
  display: block;
  margin: 0 auto;
  width: 100%; }

#akceptacjaRodo .custom-checkbox {
  padding-left: 0; }
  #akceptacjaRodo .custom-checkbox .custom-control-label {
    margin-left: 5px;
    vertical-align: middle; }
    #akceptacjaRodo .custom-checkbox .custom-control-label::before {
      display: none; }

#mobile-menu-btn {
  white-space: inherit;
  margin-top: 3px; }

.search-oferta-box .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  white-space: inherit;
  text-align: left; }

#stopka-dlazalogowanego {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: auto;
  flex-direction: row;
  margin: 2rem 0; }
  #stopka-dlazalogowanego #stopka-dlazalogowanego-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin: 0 auto; }

.article-box .img-fluid {
  width: 100%; }

.oferty-ogolnodostepne .card {
  min-height: 202px !important; }
  .oferty-ogolnodostepne .card .label {
    white-space: break-spaces; }

.search-oferta-box .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  flex-wrap: wrap; }

.btnFormInfo {
  border: 0; }

#FormularzPodgladData .value-cell .custom-checkbox {
  padding-left: 0;
  padding-right: 10px;
  display: inline-block; }
  #FormularzPodgladData .value-cell .custom-checkbox .custom-control-label {
    display: none; }

.flaga-container img {
  height: 40px;
  margin-top: -10px;
  max-height: 45px; }

@media (max-width: 550px) {
  .search-oferta-box .flex #search-oferty-id {
    margin: 10px; } }
@media (max-width: 900px) {
  .footer-menu {
    height: auto;
    font-size: 12px;
    margin-top: inherit; }
    .footer-menu .footer-menu-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10px 20px;
      height: 100%;
      position: relative; }
      .footer-menu .footer-menu-content .footer-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .footer-menu .footer-menu-content .footer-container .footer-menu-content-logo .logoFooter {
          max-width: 250px;
          margin-bottom: 2rem;
          margin-top: 2rem; }
        .footer-menu .footer-menu-content .footer-container .footer-menu-content-text {
          padding: 25px 0 25px 0px;
          position: relative; }
          .footer-menu .footer-menu-content .footer-container .footer-menu-content-text p {
            text-align: center !important; }
          .footer-menu .footer-menu-content .footer-container .footer-menu-content-text::before {
            content: '';
            display: inline-block;
            background: white;
            height: 2px;
            width: 100%;
            top: 0;
            left: 0;
            border-radius: 140px;
            position: absolute;
            border: none; }

  #stopka-dlazalogowanego {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    height: 100%;
    flex-direction: column; }
    #stopka-dlazalogowanego #stopka-dlazalogowanego-container {
      flex-wrap: wrap;
      background-color: #ffffff;
      margin: 0 auto;
      text-align: center;
      align-self: center;
      align-items: center;
      display: flex;
      flex-direction: column; }

  #polecane-oferty .btn-pokaz-wiecej,
  #pracodawcy .btn-success,
  #aktualnosci .btn-success {
    width: inherit !important;
    padding: 5px 10px !important;
    white-space: break-spaces; }

  .logo {
    max-width: 100% !important; }

  #BtnLogowanie a, #BtnRejestracjaMobilna a {
    width: 100%;
    font-size: 0.85rem;
    line-height: 2rem;
    white-space: inherit; }
    #BtnLogowanie a i, #BtnRejestracjaMobilna a i {
      line-height: 2rem;
      padding: 0;
      margin: 0 !important; }

  .btn-default, .btn-primary {
    font-size: 0.85rem !important;
    white-space: break-spaces;
    border-radius: 1.2rem; }

  .bottom-menu li {
    white-space: nowrap; }

  #aktualnosci .btn, #pracodawcy .btn {
    width: auto !important;
    padding: 10px !important;
    font-weight: bold; } }
@media (max-width: 1500px) {
  .footer-menu .footer-menu-content {
    padding: 0 2rem; }

  .culture-select .dropdown-menu.show {
    display: block;
    transform: translate3d(0px, 21px, 0px) !important;
    right: 0px;
    left: inherit !important; } }

#RejestracjaContainer .col-xs-4 {
    width: 33.33333333%; }
#RejestracjaContainer .row {
    margin-left: -8px;
    margin-right: -8px; }
#RejestracjaContainer .bs-wizard {
    padding: 0 0 10px 0; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px; }
#RejestracjaContainer .bs-wizard > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #00aee8;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #00aee8;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5 !important; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #00aee8; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #00aee8;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px; }
#RejestracjaContainer .bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px; }
#RejestracjaContainer .progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px black;
    box-shadow: inset 0 1px 2px black; }
#RejestracjaContainer .progress-bar {
    background-color: #00aee8;
    position: relative;
    overflow: hidden; }
#RejestracjaContainer .ibox {
    border: 0; }
#RejestracjaContainer .ibox > .ibox-content {
    padding: 0; }