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;}