@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*/
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
img
{
	border: none;
}
body, td, th, p, input, select, textarea, ul, ol, li, button
{
	/*
	font-family: 'Open Sans', sans-serif;
	*/
	font-family: Tahoma, Arial;
	font-size: 13px;
}
h1
{
	font-size: 16px;
}
input, label, textarea
{
	padding: 2px;
	font-size: 14px;
}
select
{
	padding: 1px;
	font-size: 14px;
}
form
{
	margin: 0;
}
a:link, a:visited, a:active
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #333;
	text-decoration: underline;
}
a.blue
{
	color: #214A7C;
}
a.strongBlue
{
	color: #214A7C;
	font-weight: bold;
}
.inline
{
	display: inline;
}
.noMargin
{
	margin: 0 !important;
}
.noPadding
{
	padding: 0 !important;
}
.noBorder
{
	border: none !important;
}
.floatRight
{
	float: right;
	margin-left: 0;
}
.floatLeft
{
	float: left;
	margin-right: 0;
}
.clearFloat
{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.checkbox
{
	border: none;
	width: 14px;
	margin: 0;
	height: 16px;
}
button
{
	font-size: 12px;
	padding: 5px 10px;
	border: none;
	background-color: #CD271B;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.success
{
    color: #ffffff;
	background-color: #008000;
    list-style-position: inside;
}
ul.success li
{
    color: #ffffff;
	padding: 5px;
}
ul.error
{
    color: #ffffff;
	background-color: #e10000;
    list-style-position: inside;
}
ul.error li
{
    color: #ffffff;
	padding: 5px;
}
img.loading
{
    visibility: hidden;
    display: none;
}
.red
{
    color: #e10000;
}
.green
{
	color: #008000;
}
.darkGray
{
	color: #444751;
}
.visible
{
	display: block;
	visibility: visible;
}
.invisible
{
	display: none;
	visibility: hidden;
}
.marginLeft5
{
	margin-left: 5px;
}
.marginBottom10
{
	margin-bottom: 10px;
}
.photo
{
	max-width: 100%;
    height: auto;
}


/********** Container **********/
.pageContainer
{ 
	width: 750px;
	margin: 0 auto;
	border: none;
	text-align: left;
}


/********** Header **********/
.pageHeader
{
	margin: 10px auto;
	width: 750px;
}
.pageHeader .logo
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
	padding: 10px;
}
.pageHeader .menu
{
	text-align: right;
}
.pageHeader .menu a, .pageHeader .menu a:visited, .pageHeader .menu a:active, .pageHeader .menu a:link
{
	color: #333;
	background-color: #F3F3F3;
	margin-left: 10px;
	padding: 5px 8px;
	display: block;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pageHeader .menu a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}


/********** Search form **********/
.searchForm
{
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/form-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #2F68AE;
	color: #fff;
}
.searchForm .field
{
	float: left;
	margin-right: 15px;
}
.searchForm .field label
{
	display: inline-block;
}
.searchForm .bottomRow
{
	padding-top: 15px;
}
.searchForm .advanced
{
	display: none;
	padding-top: 10px;
}
.searchForm .title
{
	padding-bottom: 15px;
}
.searchForm input, .searchForm select
{
	border: solid 1px #fff;
}
.searchForm button
{
	width: 104px;
}
.searchForm a, .searchForm a:visited, .searchForm a:active, .searchForm a:link
{
	font-size: 9px;
	width: 104px;
	text-align: center;
	padding: 2px 0;
	color: #333;
	background-color: #F3F3F3;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.searchForm a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}


/********** Banners **********/
.banner750x100
{
	width: 750px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.banner300x44
{
	float: right;
	width: 300px;
	margin-right: 40px;
}


/********** Content **********/
.pageContent
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F3F3F3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pageContentTitle a
{
    color: #214A7C;
    text-decoration: none;
}
.pageContentTitle a.linkOnRight
{
	float: right;
	margin-left: 0;
	font-size: 13px;
    font-weight: normal;
    color: #333;
}
.pageContent h1
{
	color: #214A7C;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #214A7C;
	padding-bottom: 2px;
}
.pageContent p
{
	font-size: 14px;
}
.pageContent li
{
	font-size: 14px;
}


/********** Footer **********/
.pageFooter
{
	margin-top: 10px;
	width: 750px;
}
.pageFooter .copyright a, .pageFooter .copyright a:visited, .pageFooter .copyright a:active, .pageFooter .copyright a:link
{
	margin: 0;
}
.pageFooter a, .pageFooter a:visited, .pageFooter a:active, .pageFooter a:link
{
	color: #333;
	background-color: #F3F3F3;
	margin-left: 10px;
	padding: 5px 8px;
	display: block;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pageFooter a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}

/********** Contacts **********/
.contacts
{
	margin-top: 20px;
}
.contacts label
{
	float: left;
	width: 100px;
}
.contacts .field
{
	margin-bottom: 10px;
}
.contacts input
{
	width: 300px;
}
.contacts textarea
{
	max-height: 300px;
	width: 610px;
	height: 100px;
}


/********** Pager **********/
div.pager
{
	margin-top: 10px;
	clear: both;
	text-align: center;
}
div.pager a
{
	display: inline-block;
	font-size: 12px;
	padding: 2px 4px;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #214A7C;
}
div.pager a, div.pager a:link, div.pager a:active, div.pager a:visited
{
	background-color: #214A7C;
	color: #ffffff;
}
div.pager a:hover, div.pager a.current, div.pager a.current:link, div.pager a.current:hover, div.pager a.current:active, div.pager a.current:visited
{
	background-color: #ffffff;
	color: #333;
}
div.pager a.current, div.pager a.current:link, div.pager a.current:hover, div.pager a.current:active, div.pager a.current:visited
{
	font-weight: bold;
}
div.pager span.sep
{
	padding-right: 3px;
}
div.pager .prevnext
{
	padding-left: 4px;
	padding-right: 4px;
}


/********** Municipalities **********/
div.municipalities
{
	width: 700px;
	text-align: center;
	margin: 0 auto;
}
div.municipalities table
{
	width: 100%;
}
div.municipalities td
{
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}


/********** Post codes **********/
.postCodes
{
	width: 100%;
}
.postCodes td, .postCodes th
{
	background-color: #fff;
	vertical-align: middle;
	padding: 3px 4px;
	text-align: left;
}
.postCodes tr:hover td
{
	background-color: #FFFFC6;
}
.postCodes .postCode
{
	white-space: nowrap;
}
.postCodes .copy
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/copy.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: -1px;
}
.postCodes .copying
{
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 4px;
    margin-left: 3px;
    border-bottom: 2px solid #6DA544;
    border-right: 2px solid #6DA544;
    background: none !important;
}
/*
.postCodes img
{
	margin-top: 3px;
}
*/


/********** Languages **********/

a.language
{
	width: 24px;
	height: 24px;
	display: inline-block;
	padding: 0px !important;
	border: none;
	background-color: transparent !important;
	background-position: center center;
}
.language.en
{
	background-image: url(../images/flag-en.png);
	margin-left: 5px !important;
}
.language.lt
{
	background-image: url(../images/flag-lt.png);
}
.language.ru
{
	background-image: url(../images/flag-ru.png);
	margin-left: 5px !important;
}


/********** Post codes are... **********/
.postCodesAre
{
	color: #666;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
}


/********** Cookie disclaimer **********/
.gsCookieDisclaimer
{
    background-color: #eee !important;
    text-align: center;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    color: #000;
    z-index: 1000;
    border-top: solid 1px #ccc;
    padding: 5px;
    font-size: 12px;
}
.gsCookieDisclaimer p
{
	display: inline-block;
    margin: 0 0 5px 0;
}
.gsCookieDisclaimer button
{
    margin: 0 5px;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    width: auto;
    font-weight: normal;
}
.gsCookieDisclaimer p a
{
    text-decoration: underline;
}


/********** Map **********/
.map
{
    width: 728px;
    height: 700px;
    background-color: #fff;
    margin: 1px;
    display: block;
}
.map_h
{
    font-weight: 700;
    padding: 6px 0 5px 10px;
    text-align: left;
}
#map_canvas, #pano
{
    float: left;
    height: 680px;
    width: 364px;
}
#map
{
    width: 728px;
    height: 680px;
}


/********** Parcel lockers **********/
.parcelCompaniesItem
{
	padding: 8px;
	background-color: #fff;
}
.parcelCompaniesItem strong a
{
	text-decoration: underline;
}
.parcelCompaniesItem a img
{
	float: right;
	height: 21px;
}
.parcelCompaniesItem a img[src$="dpd-logo.svg"]
{
	height: 29px;
}
.parcelCompaniesItem a img[src$="omniva-logo.svg"]
{
	height: 34px;
}
.parcelCompaniesItem a img[src$="smartpost-logo.svg"]
{
	height: 27px;
}
.fileTypeIcon24
{
	height: 24px;
	width: 24px;
	display: inline-block;
	background-position: left top;
	background-repeat: no-repeat;
}
.fileTypeIconXlsx
{
	background-image: url(../images/file-xlsx.svg);
}
.fileTypeIconPdf
{
	background-image: url(../images/file-pdf.svg);
}


/********** Mobile **********/
@media (max-width: 480px)
{
    .field
    {
        width: 100%;
        margin-bottom: 5px;
    }
    .field label
    {
        width: 100px !important;
    }
    .field input[type=text]
    {
        width: 58% !important;
    }
    .field select
    {
        width: 60% !important;
    }
    .map
    {
        width: auto;
        height: 300px;
    }
    #map
    {
        width: auto;
        height: 280px;
    }
    .copyright
    {
        margin-bottom: 5px;
    }
    .menu
    {
        float: none;
    }
    .menu a
    {
        margin-bottom: 5px;
    }
    .logo
    {
        width: 180px;
        margin-bottom: 5px;
    }
    .pageContainer, .pageHeader, .banner750x100, .pageFooter
    {
        width: 100%;
    }
    .municipalities, div.municipalities
    {
        width: 100%;
    }
    table
    {
        border: 0;
    }
    table thead
    {
        display: none;
    }
    table tr
    {
        margin-bottom: 10px;
        display: block;
    }
    table tr:after
    {
        content: "";
        display: table;
        clear: both;
    }
    table tr:before
    {
        display: block;
        border-bottom: 2px solid #ddd;
    }
    table td
    {
        box-sizing: border-box;
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: right !important;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        line-height: 200% !important;
    }
    table td:last-child
    {
        border-bottom: 0;
    }
    table td:before
    {
        content: attr(data-label);
        float: left;
        font-weight: 300;
        color: grey;
        font-size: 11px;
    }
    div.municipalities table td
    {
        text-align: left !important;
        border-bottom: 0;
    }
    #map_canvas, #pano
    {
        float: left;
        height: 140px;
        width: 100%;
    }
    .contacts textarea
    {
	    width: 100%;
    }
	.desktopOnly
	{
		display: none !important;
	}
	#txtFindInTable
	{
		float: left !important;
		margin-top: 10px;
	}
	.mobLeft
	{
		float: left !important;
		margin-top: 10px;
	}
}
@media (max-width: 320px)
{
    .map
    {
        width: auto;
        height: 220px;
    }
    #map
    {
        width: auto;
        height: 200px;
    }
}