/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],textarea,p.vform-select-text {
	color: black !important;
}

div.success_message, div.error_message, div.info_message {
	background: url(/images/icon-success.png) left 25px center no-repeat #00aa14;
	border: 1px solid #b7b7b7;
	padding: 21px 10px;
	color: white;
	font-size: 16px;
	padding-left: 95px;
}
div.error_message {
	background: url(/images/icon-error.png) left 30px center no-repeat #ce0202;
}
div.info_message {
	background: url(/images/icon-info.png) left 32px center no-repeat #ffde00;
	color: #434810;
}
.validation_error {
    color: darkred;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}
.button {
	color: #282828;
}
div.buttons input:last-child, div.buttons a {
  margin-left: 10px;
}
.hidden {
	display: none;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.fleft, .fl {
    float: left;
}

.headerList .fright {
    margin: 18px 0;
}
.headerList .fright input {
    border: 1px solid #d9d9d9;
    height: 30px;
}
.headerList .fright input[type="text"] {
    width: 215px;
}

.fright, .fr {
    float: right;
}
.tcenter {
	text-align: center;
}

.vform-element select {
  display: none;
}
.bg-green {
    background-color: #e0f7b2 !important;
}
tr.status-80 {
    background-color: #c1c1c1 !important;
}
tr.status-81 {
	background-color: #EAEAEA !important;
}

/* PAGINACJA */
div.pagination:after {
  clear: both;
  display: block;
  content: ' ';
}
div.pagination {
	display: block;
	margin: 20px 0;
}
div.pagination a,
div.pagination strong {
  background: #f3f3f3;
  cursor: pointer;
  border: 1px solid #d4d4d4;
  color: #282828;
  font-size: 13px;
  font-family: 'latoregular';
  padding: 4px 10px;
  text-decoration: none;
  -webkit-box-shadow: inset 1px 0px 0px 0px #ffffff, inset 0px 1px 0px 0px #ffffff, inset 0px 0px 1px 0px #ffffff, inset 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px 0px #ffffff, inset 0px 1px 0px 0px #ffffff, inset 0px 0px 1px 0px #ffffff, inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 1px 0px 0px 0px #ffffff, inset 0px 1px 0px 0px #ffffff, inset 0px 0px 1px 0px #ffffff, inset 0px 0px 0px 1px #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div.pagination strong {
  font-weight: bold;
}
.unlock {
  width: 14px;
  height: 20px;
  background: url(/images/order-tel.png) no-repeat scroll 0 -40px transparent;
  display: inline-block;
}
input.button {
    padding: 5px 4px 6px !important;
}
input.button.disabled {
	color: #c1c1c1;
}

div.add-alert {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
div.add-alert > div {
    background: url("/images/alert-bg.png") no-repeat scroll left 30px center #26af50;
    border: 1px solid white;
    color: white;
    font-family: "latoblack";
    font-size: 22.83px;
    left: 50%;
    line-height: 30px;
    margin: 0 auto;
    max-width: 989px;
    padding: 16px 0 16px 130px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}
div.add-alert span {
	display: block;
	color: #f9f000;
	font-size: 19.47px;
	font-family: 'latoregular';
	font-weight: bold;
}
div.add-alert a {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 25px;
	height: 25px;
	background: #1e9342;
	border: 1px solid white;
	color: white;
	text-decoration: none;
	text-indent: -9999px;
	background: url(/images/alert-close.png) no-repeat center center #1e9342;
}

.connections, .many_positions, .occupied {
    cursor: pointer;
}

#details-dialog h3 {
    margin: 10px 0;
}

.pagination {margin-top: 0 !important;}
@font-face {
  font-family: 'open_sansregular';
  src: url('/css/fonts/OpenSans-Regular-webfont.eot');
  src: url('/css/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/css/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/css/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('/css/fonts/OpenSans-Light-webfont.eot');
  src: url('/css/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/OpenSans-Light-webfont.woff') format('woff'), url('/css/fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('/css/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'open_sansregular';
  background: url(/images/bg.jpg) top center;
  background-size: cover;
}
div.index-box {
  background: #f9f9f9;
  max-width: 376px;
  width: 100%;
  padding: 37px 60px 13px 60px;
  margin: 145px auto;
  text-align: center;
  -webkit-box-shadow: 0px 0px 1px 0px #323232;
  -moz-box-shadow: 0px 0px 1px 0px #323232;
  box-shadow: 0px 0px 1px 0px #323232;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.index-box p {
  color: #aeaeae;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
  width: 93%;
  margin: 0 auto 16px;
}
div.index-box p.underline {
  text-decoration: underline;
  text-align: center;
}
div.index-box img.logo {
  position: relative;
  margin-bottom: 20px;
  left: -18px;
}
div.index-box span.hint {
  color: #aeaeae;
  text-decoration: underline;
  font-size: 13px;
}
div.index-box form {
  margin-bottom: 15px;
}
div.index-box form div {
  background: #ececec;
  padding-bottom: 1px;
  width: 256px;
  padding: 4px 0 3px;
  margin-bottom: 16px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.index-box form div input {
  height: 52px;
  max-width: 248px;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-family: 'open_sansregular';
  color: #d6d6d6;
  font-size: 20.11px;
  padding: 0 45px 0 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.index-box form div span {
  position: absolute;
  display: inline-block;
  background: url(/images/inputControls.png) no-repeat;
  height: 19px;
  width: 19px;
  right: 20px;
  top: 20px;
}
div.index-box form div.active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #8dc63f;
}
div.index-box form div.active input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #8dc63f;
}
div.index-box form div.active span {
  background: url(/images/inputControls.png) no-repeat;
  background-position: 0 -19px;
}
div.index-box form input[type=submit] {
  border: 0;
  color: white;
  font-size: 17px;
  font-family: 'open_sanslight';
  cursor: pointer;
  padding: 15px 84px;
  max-width: 255px;
}
div.index-box form#loginForm {
  margin-top: 15px;
}
div.index-box form#loginForm input[type=submit], div.index-box form#recover_password_form input[type=submit] {
  background: #8dc63f;
}
div.index-box form#getPassForm input[type=submit] {
  background: #e40559;
  margin-top: 8px;
}
div.index-box a {
  color: #aeaeae;
  font-size: 12px;
  text-decoration: none;
}
div.index-box a span {
  font-weight: bold;
}
div.index-box span.footer {
  display: block;
  color: #aeaeae;
  font-size: 12px;
  font-family: 'open_sanslight';
  margin-top: 15px;
}

form p.validation_error {
	color: white !important;
	font-weight: bold;
	width: 90%;
	margin: 12px auto;
	background: darkred;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
form p.validation_error:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: darkred transparent transparent transparent;
	content: ' ';
	position: absolute;
	left: 10px;
	bottom: -5px;
}
