html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}
a img {
  border: none;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  line-height: 1px;
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

ul {
  margin: 0px;
  padding: 0px;
}

/* BOOTSTRAP IMITATION */
.stst_content .row {
  margin-right: -10px;
  margin-left: -10px;
  clear: both;
}

.stst_content .row:after {
  content: "";
  display: table;
  clear: both;
}

.stst_content .col-xs-1,
.stst_content .col-sm-1,
.stst_content .col-md-1,
.stst_content .col-lg-1,
.stst_content .col-xs-2,
.stst_content .col-sm-2,
.stst_content .col-md-2,
.stst_content .col-lg-2,
.stst_content .col-xs-3,
.stst_content .col-sm-3,
.stst_content .col-md-3,
.stst_content .col-lg-3,
.stst_content .col-xs-4,
.stst_content .col-sm-4,
.stst_content .col-md-4,
.stst_content .col-lg-4,
.stst_content .col-xs-5,
.stst_content .col-sm-5,
.stst_content .col-md-5,
.stst_content .col-lg-5,
.stst_content .col-xs-6,
.stst_content .col-sm-6,
.stst_content .col-md-6,
.stst_content .col-lg-6,
.stst_content .col-xs-7,
.stst_content .col-sm-7,
.stst_content .col-md-7,
.stst_content .col-lg-7,
.stst_content .col-xs-8,
.stst_content .col-sm-8,
.stst_content .col-md-8,
.stst_content .col-lg-8,
.stst_content .col-xs-9,
.stst_content .col-sm-9,
.stst_content .col-md-9,
.stst_content .col-lg-9,
.stst_content .col-xs-10,
.stst_content .col-sm-10,
.stst_content .col-md-10,
.stst_content .col-lg-10,
.stst_content .col-xs-11,
.stst_content .col-sm-11,
.stst_content .col-md-11,
.stst_content .col-lg-11,
.stst_content .col-xs-12,
.stst_content .col-sm-12,
.stst_content .col-md-12,
.stst_content .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.stst_content .col-xs-1,
.stst_content .col-xs-2,
.stst_content .col-xs-3,
.stst_content .col-xs-4,
.stst_content .col-xs-5,
.stst_content .col-xs-6,
.stst_content .col-xs-7,
.stst_content .col-xs-8,
.stst_content .col-xs-9,
.stst_content .col-xs-10,
.stst_content .col-xs-11,
.stst_content .col-xs-12 {
  float: left;
}

.stst_content .col-xs-12 {
  width: 100%;
}

.stst_content .col-xs-11 {
  width: 91.66666667%;
}

.stst_content .col-xs-10 {
  width: 83.33333333%;
}

.stst_content .col-xs-9 {
  width: 75%;
}

.stst_content .col-xs-8 {
  width: 66.66666667%;
}

.stst_content .col-xs-7 {
  width: 58.33333333%;
}

.stst_content .col-xs-6 {
  width: 50%;
}

.stst_content .col-xs-5 {
  width: 41.66666667%;
}

.stst_content .col-xs-4 {
  width: 33.33333333%;
}

.stst_content .col-xs-3 {
  width: 25%;
}

.stst_content .col-xs-2 {
  width: 16.66666667%;
}

.stst_content .col-xs-1 {
  width: 8.33333333%;
}

.stst_content .col-xs-pull-12 {
  right: 100%;
}

.stst_content .col-xs-pull-11 {
  right: 91.66666667%;
}

.stst_content .col-xs-pull-10 {
  right: 83.33333333%;
}

.stst_content .col-xs-pull-9 {
  right: 75%;
}

.stst_content .col-xs-pull-8 {
  right: 66.66666667%;
}

.stst_content .col-xs-pull-7 {
  right: 58.33333333%;
}

.stst_content .col-xs-pull-6 {
  right: 50%;
}

.stst_content .col-xs-pull-5 {
  right: 41.66666667%;
}

.stst_content .col-xs-pull-4 {
  right: 33.33333333%;
}

.stst_content .col-xs-pull-3 {
  right: 25%;
}

.stst_content .col-xs-pull-2 {
  right: 16.66666667%;
}

.stst_content .col-xs-pull-1 {
  right: 8.33333333%;
}

.stst_content .col-xs-pull-0 {
  right: auto;
}

.stst_content .col-xs-push-12 {
  left: 100%;
}

.stst_content .col-xs-push-11 {
  left: 91.66666667%;
}

.stst_content .col-xs-push-10 {
  left: 83.33333333%;
}

.stst_content .col-xs-push-9 {
  left: 75%;
}

.stst_content .col-xs-push-8 {
  left: 66.66666667%;
}

.stst_content .col-xs-push-7 {
  left: 58.33333333%;
}

.stst_content .col-xs-push-6 {
  left: 50%;
}

.stst_content .col-xs-push-5 {
  left: 41.66666667%;
}

.stst_content .col-xs-push-4 {
  left: 33.33333333%;
}

.stst_content .col-xs-push-3 {
  left: 25%;
}

.stst_content .col-xs-push-2 {
  left: 16.66666667%;
}

.stst_content .col-xs-push-1 {
  left: 8.33333333%;
}

.stst_content .col-xs-push-0 {
  left: auto;
}

@media (min-width: 451px) {
  .stst_content .col-sm-1,
  .stst_content .col-sm-2,
  .stst_content .col-sm-3,
  .stst_content .col-sm-4,
  .stst_content .col-sm-5,
  .stst_content .col-sm-6,
  .stst_content .col-sm-7,
  .stst_content .col-sm-8,
  .stst_content .col-sm-9,
  .stst_content .col-sm-10,
  .stst_content .col-sm-11,
  .stst_content .col-sm-12 {
    float: left;
  }

  .stst_content .col-sm-12 {
    width: 100%;
  }

  .stst_content .col-sm-11 {
    width: 91.66666667%;
  }

  .stst_content .col-sm-10 {
    width: 83.33333333%;
  }

  .stst_content .col-sm-9 {
    width: 75%;
  }

  .stst_content .col-sm-8 {
    width: 66.66666667%;
  }

  .stst_content .col-sm-7 {
    width: 58.33333333%;
  }

  .stst_content .col-sm-6 {
    width: 50%;
  }

  .stst_content .col-sm-5 {
    width: 41.66666667%;
  }

  .stst_content .col-sm-4 {
    width: 33.33333333%;
  }

  .stst_content .col-sm-3 {
    width: 25%;
  }

  .stst_content .col-sm-2 {
    width: 16.66666667%;
  }

  .stst_content .col-sm-1 {
    width: 8.33333333%;
  }

  .stst_content .col-sm-pull-12 {
    right: 100%;
  }

  .stst_content .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .stst_content .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .stst_content .col-sm-pull-9 {
    right: 75%;
  }

  .stst_content .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .stst_content .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .stst_content .col-sm-pull-6 {
    right: 50%;
  }

  .stst_content .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .stst_content .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .stst_content .col-sm-pull-3 {
    right: 25%;
  }

  .stst_content .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .stst_content .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .stst_content .col-sm-pull-0 {
    right: auto;
  }

  .stst_content .col-sm-push-12 {
    left: 100%;
  }

  .stst_content .col-sm-push-11 {
    left: 91.66666667%;
  }

  .stst_content .col-sm-push-10 {
    left: 83.33333333%;
  }

  .stst_content .col-sm-push-9 {
    left: 75%;
  }

  .stst_content .col-sm-push-8 {
    left: 66.66666667%;
  }

  .stst_content .col-sm-push-7 {
    left: 58.33333333%;
  }

  .stst_content .col-sm-push-6 {
    left: 50%;
  }

  .stst_content .col-sm-push-5 {
    left: 41.66666667%;
  }

  .stst_content .col-sm-push-4 {
    left: 33.33333333%;
  }

  .stst_content .col-sm-push-3 {
    left: 25%;
  }

  .stst_content .col-sm-push-2 {
    left: 16.66666667%;
  }

  .stst_content .col-sm-push-1 {
    left: 8.33333333%;
  }

  .stst_content .col-sm-push-0 {
    left: auto;
  }
}
@media (min-width: 992px) {
  .stst_content .col-md-1,
  .stst_content .col-md-2,
  .stst_content .col-md-3,
  .stst_content .col-md-4,
  .stst_content .col-md-5,
  .stst_content .col-md-6,
  .stst_content .col-md-7,
  .stst_content .col-md-8,
  .stst_content .col-md-9,
  .stst_content .col-md-10,
  .stst_content .col-md-11,
  .stst_content .col-md-12 {
    float: left;
  }

  .stst_content .col-md-12 {
    width: 100%;
  }

  .stst_content .col-md-11 {
    width: 91.66666667%;
  }

  .stst_content .col-md-10 {
    width: 83.33333333%;
  }

  .stst_content .col-md-9 {
    width: 75%;
  }

  .stst_content .col-md-8 {
    width: 66.66666667%;
  }

  .stst_content .col-md-7 {
    width: 58.33333333%;
  }

  .stst_content .col-md-6 {
    width: 50%;
  }

  .stst_content .col-md-5 {
    width: 41.66666667%;
  }

  .stst_content .col-md-4 {
    width: 33.33333333%;
  }

  .stst_content .col-md-3 {
    width: 25%;
  }

  .stst_content .col-md-2 {
    width: 16.66666667%;
  }

  .stst_content .col-md-1 {
    width: 8.33333333%;
  }

  .stst_content .col-md-pull-12 {
    right: 100%;
  }

  .stst_content .col-md-pull-11 {
    right: 91.66666667%;
  }

  .stst_content .col-md-pull-10 {
    right: 83.33333333%;
  }

  .stst_content .col-md-pull-9 {
    right: 75%;
  }

  .stst_content .col-md-pull-8 {
    right: 66.66666667%;
  }

  .stst_content .col-md-pull-7 {
    right: 58.33333333%;
  }

  .stst_content .col-md-pull-6 {
    right: 50%;
  }

  .stst_content .col-md-pull-5 {
    right: 41.66666667%;
  }

  .stst_content .col-md-pull-4 {
    right: 33.33333333%;
  }

  .stst_content .col-md-pull-3 {
    right: 25%;
  }

  .stst_content .col-md-pull-2 {
    right: 16.66666667%;
  }

  .stst_content .col-md-pull-1 {
    right: 8.33333333%;
  }

  .stst_content .col-md-pull-0 {
    right: auto;
  }

  .stst_content .col-md-push-12 {
    left: 100%;
  }

  .stst_content .col-md-push-11 {
    left: 91.66666667%;
  }

  .stst_content .col-md-push-10 {
    left: 83.33333333%;
  }

  .stst_content .col-md-push-9 {
    left: 75%;
  }

  .stst_content .col-md-push-8 {
    left: 66.66666667%;
  }

  .stst_content .col-md-push-7 {
    left: 58.33333333%;
  }

  .stst_content .col-md-push-6 {
    left: 50%;
  }

  .stst_content .col-md-push-5 {
    left: 41.66666667%;
  }

  .stst_content .col-md-push-4 {
    left: 33.33333333%;
  }

  .stst_content .col-md-push-3 {
    left: 25%;
  }

  .stst_content .col-md-push-2 {
    left: 16.66666667%;
  }

  .stst_content .col-md-push-1 {
    left: 8.33333333%;
  }

  .stst_content .col-md-push-0 {
    left: auto;
  }
}
.stst_content table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

.stst_content table td[class*="col-"],
.stst_content table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.stst_content .content-loader {
  overflow: hidden;
}

.stst_content .content-loader .content-loader-cover {
  position: absolute;
  width: 100%;
  z-index: 1001;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

.stst_content .content-loader .update-msgBox {
  padding: 20px 10px;
  text-align: center;
}

.stst_content .content-loader .update-msgBox-text {
  display: none;
}

@-webkit-keyframes loader-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes loader-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes loader-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.stst_content .loader-box {
  height: 35px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.stst_content .loader-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #4188ed;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.stst_content .loader-box .loader-bar,
.stst_content .loader-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.stst_content .loader-box.active .loader-bar,
.stst_content .loader-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.stst_content .loader-bar[aria-valuenow="1"],
.stst_content .loader-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.stst_content .loader-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* BOOTSTRAP IMITATION END */
body {
  background: #fff !important;
  font: normal 15px/22px "Helvetica Neue",Arial,sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.stst_content {
  position: relative;
  font: normal 15px/22px "Helvetica Neue",Arial,sans-serif;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
@media (max-width: 768px) {
  .stst_content {
    padding: 12px 10px;
  }
}
.stst_content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stst_content *:before, .stst_content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stst_content h3 {
  font-family: "Helvetica Neue",Arial,sans-serif;
  margin: 0;
  font-weight: normal;
  padding: 0;
  text-transform: none;
  min-height: 36px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .stst_content h3 {
    text-align: left;
    width: calc(100% - 125px);
  }
}
@media (max-width: 450px) {
  .stst_content h3 {
    padding-top: 0;
  }
}
.stst_content .stst_section {
  margin-bottom: 20px;
  clear: both;
  display: block;
}
.stst_content .stst_section.ja-content {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .stst_content .form-inline {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.stst_content .withoutLogo h3 {
  padding-right: 0px;
}
.stst_content .withoutLogo #pbLogo {
  display: none;
}
.stst_content #stst-form-freetext {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
}
.stst_content #stst-form-freetext.WhatWhereForm #WhatElement, .stst_content #stst-form-freetext.WhatWhereForm #WhereElement {
  display: block;
  width: 100%;
  padding-left:10px;
  padding-right:10px;
}
@media (min-width: 769px) {
  .stst_content #stst-form-freetext.WhatWhereForm #WhatElement, .stst_content #stst-form-freetext.WhatWhereForm #WhereElement {
    width: 50%;
    float: left;
	padding:0px;
  }
  .stst_content #stst-form-freetext.WhatWhereForm #WhatElement .input-group, .stst_content #stst-form-freetext.WhatWhereForm #WhereElement .input-group {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.stst_content #stst-form-freetext.WhatWhereForm #SendElement {
  width: 100%;
}
.stst_content #stst-form-freetext.WhatWhereForm #SendElement button {
  text-indent: 0px;
}
.stst_content #stst-form-freetext.WhatWhereForm #SendElement button:after {
  background-position: right;
  right: 5px;
  left: auto;
  width: 25px;
}
.stst_content #stst-form-freetext.WhatForm #WhereElement {
  display: none;
}
.stst_content #stst-form-freetext.WhereForm #WhatElement {
  display: none;
}
.stst_content .btn {
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font: normal 15px/22px "Helvetica Neue",Arial,sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 5px;
  line-height: 35px;
  height: 35px;
  width: 100%;
  -webkit-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.stst_content .btn.submit {
  color: #FFF;
  background-color: #0c2577;
  border: 1px solid #0c2577;
  padding-right: 40px;
}
@media (max-width: 450px) {
  .stst_content .btn.submit {
    text-indent: -9999px;
    text-overflow: hidden;
    overflow: hidden;
  }
}
.stst_content .btn.submit:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent url(http://bee.mif.pg.gda.pl/ciasteczkowypotwor/%23samochody/farby%20na%20rdz%c4%99/testy%20rdzy/Ruda%20jak%20wzi%c4%85%c4%87%20rozw%c3%b3d%20i%20rozpocz%c4%85%c4%87%20nowe%20%c5%bcycie,%20-%20Forum%20PCLab.pl_pliki/images/icon-search.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
}
@media (max-width: 450px) {
  .stst_content .btn.submit:after {
    width: 100%;
    left: 0px;
    right: 0px;
    background-position: center;
  }
}
.stst_content .btn.submit:hover, .stst_content .btn.submit:active, .stst_content .btn.submit:focus {
  color: #FFF;
  background-color: #4188ed;
  border: 1px solid #4188ed;
  text-decoration: none !important;
}
.stst_content .btn.jobagent {
  color: #84bc34;
  text-align: left;
  background-color: transparent;
  border: 1px solid transparent;
  padding-right: 40px;
  text-transform: none;
  width: 100%;
  display: block;
  text-align: center;
  font: normal 0.42857 "Helvetica Neue",Arial,sans-serif;
  height: 35px;
}
.stst_content .btn.jobagent:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent url(http://bee.mif.pg.gda.pl/ciasteczkowypotwor/%23samochody/farby%20na%20rdz%c4%99/testy%20rdzy/Ruda%20jak%20wzi%c4%85%c4%87%20rozw%c3%b3d%20i%20rozpocz%c4%85%c4%87%20nowe%20%c5%bcycie,%20-%20Forum%20PCLab.pl_pliki/images/icon-envelope-hover.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
}
.stst_content .btn.jobagent:hover:after {
  background: transparent url(http://bee.mif.pg.gda.pl/ciasteczkowypotwor/%23samochody/farby%20na%20rdz%c4%99/testy%20rdzy/Ruda%20jak%20wzi%c4%85%c4%87%20rozw%c3%b3d%20i%20rozpocz%c4%85%c4%87%20nowe%20%c5%bcycie,%20-%20Forum%20PCLab.pl_pliki/images/icon-envelope.png) 0 0 no-repeat;
}
.stst_content .btn.jobagent:hover, .stst_content .btn.jobagent:active, .stst_content .btn.jobagent:focus {
  color: #fff;
  background: #95d040;
  border: 1px solid #95d040;
  text-decoration: none !important;
}
.stst_content .pbLogo {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  background: #fff url(http://bee.mif.pg.gda.pl/ChannelPlatform/framework/themes/poweredbys/images/stst-powred-by-right.svg) center right no-repeat;
  background-size: contain;
  height: 54px;
  width: 120px;
  text-indent: -9999px;
  text-align: center;
}
.stst_content .input-group {
  display: inline-table;
  width: 100%;
  position: relative;
  border-collapse: separate;
  margin-bottom: 20px;
}
.stst_content .input-group .form-control, .stst_content .input-group .input-group-addon, .stst_content .input-group .input-group-btn {
  display: table-cell;
}
.stst_content .input-group .form-control {
  background: #f2f2f2;
  font: normal 15px/22px "Helvetica Neue",Arial,sans-serif;
  color: #333;
  display: block;
  padding: 8px 10px;
  border: solid 1px #d5d5d5;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 17px;
  height: 35px;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  width: 100%;
  position: relative;
  vertical-align: middle;
  z-index: 2;
  margin-bottom: 0;
}
.stst_content .input-group .form-control:active, .stst_content .input-group .form-control:focus {
  background: #fff;
  box-shadow: none !important;
  outline: 0 !important;
}
.stst_content .input-group .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.stst_content .input-group .form-control:-ms-input-placeholder {
  color: #999;
}
.stst_content .input-group .form-control::-webkit-input-placeholder {
  color: #999;
}
