html, body {
	height:100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family:arial;
	font-size:80%;
	line-height: 1.15;
	background: #eee;
}

a:link, a:visited {
	text-decoration:underline;
	color:black;
}

div.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

a.tip {
	position:relative;
	left:3px;
	top:2px;
	background: url("../img/icons/16/help.png");
	width: 16px;
	height: 16px;
	display: inline-block;
}
a.tip-search {
	background: url("../img/icons/16/search.png");
}

a.tip img {
	height:14px;
	width:14px;
}

a.add:link, a.add:visited {
	background:url("../img/icons/16/add.png") no-repeat left center;
	margin-bottom:10px;
	padding-left:20px;
	display:block;
}

div.checkbox a.tip {
	top:0;
}
div.textarea a.tip {
	top:-90px;
}
div.textarea a.tip-search {
	top:-50px;
}

h3 {
	font-weight:bold;
	margin:10px 5px;
}

hr {
	background-color:#e2e2e2;
	margin:15px 0 10px 0;
	text-align:left;
	color:#e2e2e2;
	height:1px;
	width:100%;
	border:0;
}

/* MAIN LAYOUT */

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	width: 994px;
}

table#layout {
	width:100%;
}

table#layout td {
	vertical-align:top;
}

td#left-menu {
	width:206px;
}

td#left-menu {
	padding: 20px 0 90px;
}

a#gohome {
	background:url("../img/logo-2018.png") no-repeat 50% 25px;
	background-size: 200px;
	text-indent:-1000px;
	display:block;
	height:90px;
	width:200px;
	padding-left: 35px;
}

#home-wrap {
	width: 100%;
	height: 100%;
}
#lang {
	background: #2F92D4;
	padding: 0 4px 0 15px;
	height: 27px;
}

#lang .selector {
	float: left;
	height: 21px;
	padding: 4px 5px 2px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#lang a {
	text-decoration: none;
}

#lang div.selector a {
	color: #DBEDFF;
}

#lang div.selected a {
	color: #fff;
}

div#content {
	margin: 22px 0 40px 20px;
	color: black;
	width: 700px;
	overflow: visible;
	position: relative;
}

div#content strong {
	font-weight:bold;
}

div#content ul {
	list-style-type:disc;
	margin:5px 0 5px 25px;
}

#footer {
	color: #fff;
	background: #00629F;
	height: 20px;
	padding: 40px 40px 0;
	margin: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
}

#footer-center {
	text-align: center;
	height: 20px;
}

#footer-right {
	float: right;
	height: 20px;
	width: 29%;
	text-align: right;
}

#footer-left {
	float: left;
	height: 20px;
	width: 29%;
}

/* TOP MENU */

#top-menu ul {
	list-style: none;
	display: block;
	margin: 0 0 0 20px;
	height: 27px;
	padding: 0;
	background: #2F92D4;
}
#top-menu li {
	float: left;
	margin: 0;
	padding: 0
}
#top-menu a {
	color: #ffffff;
	display: block;
	float: left;
	height: 21px;
	padding: 4px 9px 2px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	background: #2F92D4;
	border-right: 1px solid #fff;
}
#top-menu .active a, #top-menu li:hover a {
	color: #fff;
}

/* SUBMENU */

#left-menu ul {
	padding: 0;
	margin: 0px 0 50px;
	list-style: none;
}

#left-menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#left-menu ul a {
	color: #101820;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#left-menu ul a span {
	line-height: 20px;
	margin: 2px 0;
	padding: 3px 10px 3px 20px;
	display: block;
}

#left-menu ul a:hover, #left-menu ul a:active, #left-menu ul a.active {
	color: #00629F;
}

#left-menu ul a.active {
	background-repeat: repeat-x;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAMAAADU3h9xAAAAElBMVEXU1dbY2dnj5OTl5ubv7/Dw8fFDo9F6AAAAAXRSTlMAQObYZgAAAA9JREFUeAFjAAJmRkZGVgAAJgAM15jVpAAAAABJRU5ErkJggg==);
}

#left-menu ul a.active span {
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAMAAADU3h9xAAAAElBMVEXU1dbY2dnj5OTl5ubv7/Dw8fFDo9F6AAAAAXRSTlMAQObYZgAAAA9JREFUeAFjAAJmRkZGVgAAJgAM15jVpAAAAABJRU5ErkJggg==);
}

#left-menu ul li ul {
	margin: 0;
	padding: 4px 0 10px 0px;
}

#left-menu ul.subitem a span {
	line-height: 16px;
	margin: 2px 0;
	padding: 2px 10px 2px 35px;
	display: block;
}

/* FORMS */

div.head {
	background-color:#e5e5e5;
	margin:15px 0;
	padding:7px;
	color:#000;
}

div.odd, tr.odd {
	background-color:#f6f7fb;
	width:500px;
}
div.odd .textarea {
	background-color:#f6f7fb;
	width:600px;
}

.colored {
	background-color:#E5E5E5;

}

div.input {
	line-height:28px;
	min-height:28px;
}

div.text, div.password {
	width:500px;
}
div.text.autosuggest {
	width: auto;
}
div.textarea, div.select {
	width:600px;
}

select.multiple {
	height:50px;
}

div.text input, div.password input, textarea, .txt {
	border:1px solid #839ebb;
	padding:2px 4px;
	width:150px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
fieldset {
	border:1px solid #00B0B9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px 10px 5px;
}
fielset legend {
	padding: 0px 2px;
}

textarea {
	width:250px;
	height:100px;
}

select {
	width:160px;
}

.time select {
	width: 50px;
}

.num {
	width:65px;
}

select.auto {
	width:auto;
}

select#EmsIrreversibleAction,
select#BeIrreversibleAction,
select#IeIrreversibleAction{
	width:260px;
}

div.input label {
	padding-left:5px;
	padding-right: 5px;
	color:#6a6a6a;
	width:310px;
	float:left;
	text-align: right;
}

div.inner-input div.input {

}

div.inner-input div.checkbox {
	margin-left:315px;
}

div.inner-input div.checkbox label {
	float:none;
	width:auto;
}

div.inner-input div.text {
	margin-bottom:10px;
}

div.disabled label {
	color:#999;
}

div.input label span, p.required-info span {
	color:#f00;
}

.disabled label span, .disabled p.required-info span {
	display:none !important;
}

div.submit, .submit-buttons {
	background-color:#F4F4F4;
	margin-top:15px;
	padding:7px;
}

div.submit span {
	font-weight:normal;
	font-size:11px;
	padding-left:5px;
}

div.submit input, input.btn1, input.btn2, input.btn3, input.btn4, a.button, input.button {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4dc8ce), color-stop(1, #00b0b9));*/
	/*background:-moz-linear-gradient(top, #4dc8ce 5%, #00b0b9 100%);*/
	/*background:-webkit-linear-gradient(top, #4dc8ce 5%, #00b0b9 100%);*/
	/*background:-o-linear-gradient(top, #4dc8ce 5%, #00b0b9 100%);*/
	/*background:-ms-linear-gradient(top, #4dc8ce 5%, #00b0b9 100%);*/
	/*background:linear-gradient(to bottom, #4dc8ce 5%, #00b0b9 100%);*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dc8ce', endColorstr='#00b0b9',GradientType=0);*/
	background-color:#0079BA;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #00687f;
	border-bottom:4px solid #00687f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
}

.button.button-info {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bec0c2), color-stop(1, #727b84));
	background:-moz-linear-gradient(top, #bec0c2 5%, #727b84 100%);
	background:-webkit-linear-gradient(top, #bec0c2 5%, #727b84 100%);
	background:-o-linear-gradient(top, #bec0c2 5%, #727b84 100%);
	background:-ms-linear-gradient(top, #bec0c2 5%, #727b84 100%);
	background:linear-gradient(to bottom, #bec0c2 5%, #727b84 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bec0c2', endColorstr='#727b84',GradientType=0);
	background-color:#bec0c2;
}

a.flat-btn{
	background-color: rgb(255, 210, 48);
	height:20px;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #d49413;
	border-bottom: 1px solid #d49413;
	border-right: 1px solid #d49413;
	outline: none;
	font-size: 11px;
	color: #555;
    text-decoration: none;
}

.submit-buttons div.submit {
	padding: 0px;
	margin: 0px;
	float: left;
}

a.button {
	text-decoration: none;
	padding:4px 20px;
	display: inline-block;
}

div.submit input.btn4, input.btn4 {
	margin-right:7px;
}

p.required-info {
	margin:10px 0;
}

table.data {
	border-collapse:collapse;
	width:100%;
	font-size: 11px;
}

table.data-auto {
	width:auto;
}

table.data th {
	background-color:#F3EAE0;
	padding:6px 3px !important;
}

table#layout table.data th, table#layout table.data td {
	border:1px solid #00b0b9;
	vertical-align:middle;
}

table.data td {
	padding:3px !important;
}

table.data th.c, table.data td.c {
	text-align:center;
	width:70px;
}

table.data img {
	vertical-align:middle;
}


div.item {
	border:1px solid #dcdcdc;
	background-color:#eee;
	margin:5px 0;
	width:500px;
}

.list-addresses .txt {
	border:1px solid #839ebb;
	padding:2px 4px;
	width:100px;
}

.list-addresses .submit {
	background-color:transparent;
	padding:0;
	margin:0;
}


/* BOX */

h1 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}

div.box {
	border:1px solid #a7acc7;
	width:340px;
}

div.form-box {
	width:340px;
	border:1px solid #a7acc7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.box h2,
div.form-box h2 {
	background-color:#DFE3EA;
	margin-bottom:10px;
	font-weight:normal;
	padding:10px;
	color:#121212;
}

div.box form,
div.form-box form {
	padding:0 10px 10px 10px;
}


div.box div.submit,
div.form-box div.submit {
	background-color:transparent;
	padding:10px 0 0 0;
	margin-top:0;
	width:auto;
}

td.download_link {
	padding:10px 0 0 20px;
}

/* MESSAGES */

table.messages tr.unread td{
	font-weight:bold;
}

table.messages th.date, table.messages td.date {
	width:130px;
}

table.message th {
	text-align:right;
	font-size:90%;
	color:#aaaaaa;
	width:60px;
}

table.message td {
	padding-left:10px;
	padding-bottom:10px;
}

table.message td.date {
	color:#3974ac;
	width:auto;
}

table.message td.subject {
	font-weight:bold;
	font-size:120%;
}

div.message-options {
	width:270px;
}

div.message-options a.delete {
	background:url("../img/icons/16/delete.png") no-repeat left center;
	padding-left:20px;
	margin-left:20px;
}


/* FLASH MESSAGE */

div#flash-message {
	background:url(../img/msg-bg.gif) no-repeat -6px -306px;
	border-bottom:2px solid #999;
	border-top:2px solid #999;
	padding:9px 9px 9px 35px;
	margin-bottom:20px;
	font-weight:bold;
}

div#flash-message.flash-message-failure {
	background-position:-6px -156px;
	border-color:#e50d2e;
}

div#flash-message.flash-message-success {
	background-position:-6px -6px;
	border-color:#51683b;
}

div#flash-message.flash-message-important {
	background-position:-6px -450px;
	border-color:#51683b;
}


/* SEARCHBOX */

div#searchbox {
	border:1px solid #a7acc7;
	margin-bottom:20px;
}

div#searchbox div.inner {
	padding:10px;
}

div#searchbox a.active {
	font-weight:bold;
}

div#searchbox h2 {
	background-color:#DFE3EA;
	font-weight:normal;
	padding:10px;
	color:#121212;
}

div#searchbox input.btn1 {
	margin:3px 0 0 5px;
}

div#searchbox label {
	margin-right:5px;
	padding:0;
	width:150px;
	float:left;
}

div#searchbox div.select {
	width:100%;
}

div#searchbox select {
	width:500px;
}

div#searchbox li {
	margin-bottom:7px;
}

div#searchbox div.options {
	margin-left:155px;
}

div#searchbox div.options input {
	margin-left:0;

}
div#searchbox div.options label {
	display:inline;
	float:none;
}

#ie-filters {
	margin:0 0 0 20px;
}

/* AGREEMENT TEXT */

div#overlay {
	background-color:#000;
	position:absolute;
	opacity:.5;
	bottom:0;
	right:0;
	left:0;
	top:0;
}

div#agreement-box {
	background-color:#fff;
	position:absolute;
	width:500px;
	z-index:999;
	left:0;
	top:0;
}

div#agreement-box div.inner {
	border:2px solid #dcdcdc;
	padding:12px;
	height:370px;
}

div#agreement-box h1 {
	background:url("../img/top-bar.png") repeat-x top;
	font-size:120%;
	font-weight:bold;
	padding-left:15px;
	line-height:39px;
	height:39px;
	color:#fff;
}

div#agreement-box div#atext {
	height:340px;
	border-top:1px solid #aaadb4;
	border-bottom:1px solid #e2e9ef;
	border-left:1px solid #e2e9ef;
	border-right:1px solid #e2e9ef;
	padding:5px;
	overflow:auto;
	color:#6c6c6c;
}

div#agreement-box ul #atext div, div#agreement-box ul #atext p {
	margin:2px 0;
}

div#agreement-box ul {
	margin:0 0 0 25px;
}

div#agreement-box li {
	list-style-type:circle;
	margin:0 0 0 10px;
}



div#agreement-box label {
	color:#262626;
	float:none;
}

div#agreement-box div.checkbox input {
	vertical-align:middle;
}

div#agreement-box a#close {
	background:url("../img/logout.gif") no-repeat left center;
	padding-left:22px;
	margin-top:7px;
	float:right;
}

/* PARCELS */

table#layout table.parcels td, table#layout table.parcels th {
	color:#434343;
}

table#layout table.parcels tr.odd {
	background-color:#F8FAFC;
}
table#layout table.parcels tr.even {
	background-color:#F0F3F6;
}

table#layout table.parcels td.hr {
	background-color:#fff;
	border-right:0;
	border-left:0;
	border-top:0;
	font-size:10px;
	height:13px;
}

table#layout table.parcels td.tools {
	border-bottom:0;
	border-right:0;
	border-left:0;
	height:45px;
}

table.parcels div.actions {
	border:1px solid #a2a7c3;
	background-color:#fff;
	text-align:right;
	line-height:30px;
	padding-left:5px;
	float:right;
	height:30px;
}

table.parcels div.actions input {
	vertical-align:middle;
}

table.parcels div.actions label {
	text-decoration:underline;
	padding-right:10px;
	cursor:pointer;
	color:#0c8de8;
}


table.parcels div.actions label.disabled {
	padding-left:20px;
	cursor:default;
	color:#999;
}


table.parcels div.actions a {
	padding-right:10px;
}

a.copy:link, a.copy:visited {
	background:url("../img/icons/16/copy.png") no-repeat left center;
	padding:1px 0 1px 17px;
}
a.update:link, a.update:visited, label.update {
	background:url("../img/icons/16/update.png") no-repeat left center;
	padding:1px 0 1px 17px;
}
a.delete:link, a.delete:visited {
	background:url("../img/icons/16/delete.png") no-repeat left center;
	padding:1px 0 1px 17px;
}
a.print:link, a.print:visited {
	background:url("../img/icons/16/print.png") no-repeat left center;
	padding:1px 0 1px 17px;
}
a.view:link, a.view:visited {
	background:url("../img/icons/16/view.png") no-repeat left center;
	padding:1px 0 1px 17px;
}

#wrapper ul#parcel-types, #wrapper ul#parcel-types-cargo {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#parcel-types h2, ul#parcel-types-cargo h2, div.notice {
	background: #2F92D4;
	margin: 2px 0 8px;
	font-weight:bold;
	min-height: 18px;
	padding: 7px 8px 4px;
	line-height: 18px;
	color:#fff;
}

#content ul#parcel-types-cargo li {
	float: left;
	width: 30%;
	padding: 0 5px;
	margin: 0;
	background: transparent;
}

#content ul#parcel-types li {
	padding: 0;
	margin: 0 0 20px;
	background: transparent;
}

ul#parcel-types p.info {
	margin:15px 0 10px 0;
}

table#scw select {
	width:auto;
}

#par-expres, #par-ems, #par-baltic {
	float: left;
	width: 146px;
	height: 60px;
}

#par-expres {
	background: url('../img/par-expres-2018.png') no-repeat 0 6px;
	background-size: 125px;
}

#par-ems {
	background: url('../img/par-ems.jpg') no-repeat 0 6px;
	background-size: 125px;
}

#par-baltic {
	background: url('../img/par-baltic.jpg') no-repeat 0 2px;
	background-size: 125px;
}

#form1, #form2, #form3, #form4 {
	clear: both;
	padding: 5px 0 0;
}

#form2 {
	padding: 15px 0 0;
}

/* ERRORS */

div.error {
	background:url("../img/error.gif") #fed9d9 no-repeat 10px 8px;
}

div.error-message {
	clear: both;
	background-color:#fff;
	line-height:140%;
	font-size:85%;
	color:#ea6c59;
	border-bottom:10px solid #fff;
}

div.error-message-item {
	clear: both;
	background-color:#eee;
	line-height:140%;
	font-size:85%;
	color:#ea6c59;
}

div.odd div.error-message {
	background-color:#f6f7fb;
}

.multierror {
	background-color:#fde5e5;
	border:1px solid #752d2d;
	margin-bottom:15px;
	padding:10px 10px 0 10px;
	color:#333;
}

.multierror .entry {
	padding:0 0 10px 0;
}

.multierror .entry:first-child {
	border-top:0;
}

.multierror .code {
	background-color:#b84646;
	margin-bottom:3px;
	color:#fff;
	padding:2px;
}

/* REGISTRATION */


form#registration {
	margin:20px auto;
	width:620px;
}

div#latvijas-pasts-logo {
	padding-bottom:10px;
	margin:0 auto;
	width:620px;

}

a#latvijas-pasts {
	background:url("../img/latvijas-pasts-logo.png") no-repeat left center;
	background-size: 95px 22px;
	text-indent:-1000px;
	display:block;
	height:22px;
	width:95px;
}

/*
a#ekis-logo {
	background:url("../img/latvijas-pasts-logo.png") no-repeat left center;
	background-size: 95px 22px;
	text-indent:-2000px;
	margin:0 auto 20px auto;
	display:block;
	height:67px;
	width:160px;
}
*/

/* PARCEL SCANNING */

div#content div.scanned-status-0 {
	color:#f00;
}

div#content div.scanned-status-1 {
	color:#60b70a;
}

/* PAGINATOR */

div#paginator {
	margin-top:10px;
	line-height:25px;
	height:25px;
}

.list-addresses #paginator {
	margin-top:0;
}

div#paginator a:link, div#paginator a:visited, div#paginator span.current {
	padding:2px 6px;
}

div#paginator span.current {
	background-color:#b3b3b3;
	color:#fff;
}

div#paginator span.numbers {
	margin:4px;
}

/* ADDRESS CHOOSER */

.addressChooser td {
	vertical-align:top;
	width:315px;
}

.addressChooser div.input label {
	width:110px;
}

.addressChooser div.text, .addressChooser div.select {
	width:315px;
}

.b_trl {
	border-right:2px solid #dcdcdc;
	border-left:2px solid #dcdcdc;
	border-top:2px solid #dcdcdc;
}

.b_brl {
	border-bottom:2px solid #dcdcdc;
	border-right:2px solid #dcdcdc;
	border-left:2px solid #dcdcdc;
}

.b_rl {
	border-right:2px solid #dcdcdc;
	border-left:2px solid #dcdcdc;
}

/* MULTIPLE RECIPIENTS */

.multiple-recipients {
	border-collapse:collapse;
	font-size:11px;
	width:100%;
}

.multiple-recipients th {
	padding:0 10px 5px 0;
	font-weight:bold;
	color:#111;
}

.multiple-recipients td {
	padding-right:10px;
}

.multiple-recipients td.num {
	text-align:center;
}

.multiple-recipients .head th {
	vertical-align:bottom;
	text-align:center;
	color:#444;
}

.multiple-recipients .txt {
	width:auto;
}

.multiple-recipients .checkbox {
	margin-left:0;
	width:80px;
	line-height: 14px;
	min-height: 24px;
}

.multiple-recipients .checkbox label {
	display:inline;
	width:auto;
	float:none;
}

.multiple-recipients .txt_err {
	border:1px solid red;
}

/* Login forma (sidebar) */

#login-box-left-body #UserLoginForm, #login-box-left-body #AdminLoginForm {
	width: 166px;
	margin: 0;
	padding: 10px;
	background: #F4F4F4;
}

#content #UserLoginForm input, #content #AdminLoginForm input {
	width: 130px;
}


#login-box-left div.text,
#login-box-left div.password {
	width: auto;
}

#login-box-left div.input label {
	width: 160px;
}

#login-box-left h2 {
	background: url('../img/me-login-title.gif') no-repeat 100% 0;
	height: 20px;
	width: 170px;
	line-height: 20px;
	margin: 0;
	padding: 2px 10px;
	color: #174698;
	font-weight: bold;
}

#login-box-left input {
	border: 1px solid #FD9B00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 5px;
	font-size: 11px;
	width: 100px;
	color: #555;
	margin: 0px !Important;
}

#login-box-left .submit input {
	width: 70px;
	background:url("../img/buttonbg.gif") repeat 0 0;
	height:20px;
	border: 1px solid #fdbd40;
	border-bottom: 1px solid #d49413;
	border-right: 1px solid #d49413;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	color: #555;
}

#login-box-left .submit {
	padding: 0;
	margin: 5px 0 10px;
	background: transparent;
}

#login-box-left a {
	font-size: 11px;
	color: #333;
}

#login-box-left form .input {
	position: relative;
	line-height: 1px;
	min-height: 1px;
	margin: 8px 0px;
}

#login-box-left form label {
	cursor: text;
	left: 2px;
	position: absolute;
	font-size: 11px;
	color: #888;
	margin-top: 1px;
	text-align: left;
	line-height: 17px;
}

#login-box-left-body .flash-message-failure {
	margin: 5px 6px;
	padding: 5px;
	font-size:11px;
	color:#d00;
	font-weight: normal;
	line-height: 16px;
	background: transparent;
	width: 164px;
}

#content ul {
	list-style: none;
}

#content ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
}

#content .unprocessed-kr1list-item {
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	background: url('../img/red-cross.png') no-repeat 0 3px;
}

#content .processed-kr1list-item {
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	background: url('../img/green-check.png') no-repeat 0 3px;
}

#content .new-kr1list-item {
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	background: url('../img/exclamation-mark.png') no-repeat 0 3px;
}


.order-tools {
	float: right;
	border:1px solid #dfe3f7;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	margin-top: -1px;
}
.order-tools a {
	margin-left: 20px;
}
.products {
	margin: 15px 0px 20px 0px;
}
.product  {
	width: 190px;
	float: left;
	margin: 7px 7px 0px 0px;
	border: solid 1px #dfe3f7;
	background-color: #fbfbfb;
	padding: 5px;
}
.product input.txt {
	width: 42px;
}
.product a {
	display: block;
	margin: 5px;
	text-align: center;
}
.product h2 a {
	font-size: 13.5px;
}
.product h2 {
	margin-bottom: 7px;
}
.product span {
	display: block;
	text-align: right;
	padding: 4px;
}
.product form {
	float: right;
}
#RouteSheetUpdateForm {
	position: relative;
}
.floating-tools {
	margin-left: 599px;
	padding: 5px;
	position: fixed;
	border: solid 1px #dfe3f7;
	background-color: #fbfbfb;
	text-align: right;
}
.floating-tools select {
	width: 148px;
}
.floating-tools .submit {
	margin: 0px;
	padding: 0px;
}
.floating-tools .submit input {
	margin: 5px 0px 0px 0px;
}

label.abs {
	position: absolute;
}
.document-inputs.margined {
	margin-left: 320px;
}
#custom_address_fields .error-message {
	background: transparent;
	width: 210px;
	margin-left: 190px;
	margin-top: -22px;
	height: 22px;
	border: solid 0px;
}
#custom_address_fields .input.error {
	width: 400px;
}
.parcel-deliveries div.input {
	width: 340px;
}
.parcel-deliveries div.input.checkbox {
	margin: 1px;
	overflow: auto;
}
.parcel-deliveries .calendar {
	width: 80px;
}
.parcel-deliveries .input label {
	width: 120px;
}
.parcel-deliveries .inner-input {
	margin-left: 130px;
}
.parcel-deliveries .inner-input div.input {
	width: 265px;
}
.parcel-deliveries .inner-input .text.input input {
	width: 100px;
}
.parcel-deliveries textarea {
	margin-left: 130px;
	margin-top: -22px;
}
.data.parcel-deliveries td {
	vertical-align: top !important;
}
.full-product .description {
	padding-left: 20px !important;
}

.icn {
	vertical-align:middle;
	overflow:hidden;
	height:16px;
	width:16px;
	display: inline-block;
	margin: 0px 0px;
}

.parcel-deliveries .smaller-margins .input label {
	width: 70px;
}
.parcel-deliveries .smaller-margins textarea {
	margin-left: 80px;
	width: 240px;
}

.icn-delete { background-image:url(../img/icons/16/delete.png); }
.icn-edit { background-image:url(../img/icons/16/edit.png); }
.icn-add { background-image:url(../img/icons/16/add.png); }
.icn-up { background-image:url(../img/icons/16/up.png); }
.icn-down { background-image:url(../img/icons/16/down.png); }
.icn-next { background-image:url(../img/icons/16/right.png); }
.icn-disabled { background-image:url(../img/icons/16/disabled.png); }
.icn-enabled { background-image:url(../img/icons/16/enabled.png); }
.icn-login { background-image:url(../img/icons/16/login.png); }
.icn-view { background-image:url(../img/icons/16/view.png); }
.icn-pdf { background-image:url(../img/icons/16/pdf.png); }
.icn-xls { background-image:url(../img/icons/16/xls.png); }
.icn-doc { background-image:url(../img/icons/16/doc.png); }
.icn-check { background-image:url(../img/icons/16/check.png); }
.icn-eye { background-image:url(../img/icons/16/eye.png); }
.icn-not-eye { background-image:url(../img/icons/16/not_eye.png); }
.icn-list { background-image:url(../img/icons/16/list.png); }
.icn-not-list { background-image:url(../img/icons/16/not_list.png); }

.no-input-margins div.text {
	width: auto;
	display: block;
	text-align: center;
}

.left div.text {
	text-align: left;
	width: 100%;
}
.left div.text input {
	float: left!important;
	width: 40px!important;
}
.left .second {
	float: left;
	margin-left: 5px;
	line-height: 25px;
	height: 25px;
}

.no-input-margins div.text input {
	width: 30px;
	float: none;
}

.small-input-margins div.text {
	width: auto;
}
.small-input-margins div.text label {
	width: 80px;
}

.no-input-margins div.text input {
	width: 30px;
	float: none;
}

abbr.item-strids {
	padding: 0 6px;
	border-bottom: 1px dotted #444;
}

.text-success {
	color: green;
}

.text-warning {
	color: orange;
}

.text-danger {
	color: red;
}

.text-info {
	color: blue;
}

.bg-info {
	background: #d9edf7;
}

.bg-success {
	background: #dff0d8;
}

.bg-warning {
	background: #fcf8e3;
}

.bg-danger {
	background: #f2dede;
}

.wrap-list-undelivered{
	margin-top: 10px;
	background-color: #F4F4F4;
	height: 30px;
}

.wrap-list-undelivered > div{
	width: auto;
	float: left;
}

.wrap-list-undelivered > .submit{
	padding: 4px;
	margin: 0;
}

.wrap-list-undelivered > div > label{
	width: 80px;
}

.wrap-remove-size > div > select, 
.wrap-remove-size > div > label, 
.wrap-remove-size > div {
	width: auto;
	height: auto;
}
.wrap-remove-minh > div{
	min-height: auto;
}

#route-address {
	table-layout: fixed;
}

#route-address td {
	overflow: hidden;
}

#route-address-title{
	font-weight: bold;
	font-size: 13px;
	background-color: #F4F4F4;
	padding: 5px;
}

#route-address input{
	border: 1px solid #839ebb;
	padding: 2px 4px;
	border-radius: 4px;
	margin: 2px;
}

#route-address th{
	padding-left: 4px;
}

#route-address textarea{
	height: auto;
	width: 95%;
}

.street-zipcode{
	width: 60px;
}

.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}


/* sutijumu noformesana privatpersonam */

dl {
	padding: 20px 0;
}

dt {
  clear: both;
  font-weight: bold;
  font-size: 13px;
  float: left;
  width: 150px;
}
dd {
  margin: 0;
  padding: 0 0 0.5em 20px;
  font-size: 12px;
  float:left;
}
div.filiales {
	margin: 0 auto;
	width: 700px;
}
div.filiales table {
	background: transparent;
	border-collapse: collapse;
}

div.filiales td {
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #bbb;
}

div.filiales th {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	vertical-align: bottom;
}
div.filiales th.time {
	width: 200px;
	font-size: 11px;
	padding: 1px;
}

form #personal-info label {
	width: 150px;
}
form #personal-info .text {
	width: auto;
}

.rm-padd > div {
	padding: 0;
}

.step-note-avg{
	margin-left: 5px;
}

.wrap-list-undelivered{
	margin-top: 10px;
	background-color: #F4F4F4;
	height: 30px;
}
.wrap-list-undelivered > div{
	width: auto;
	float: left;
}
.wrap-list-undelivered > .submit{
	padding: 4px;
	margin: 0;
}
.wrap-list-undelivered > div > label{
	width: 80px;
}

