/*
*	Custom grid system cheat-sheet
*	col-xs-1 	- 81px
*	col-xs-4 	- 324px
*	col-xs-8 	- 648px
*	col-xs-12 	- 972px
*/

/* ################   GENERAL - START  ################ */
body, html{
	min-height: 100%;
	height: 100%;
}

body {
	margin: 0;
	font: 13px "Pluto Sans", Arial, Helvetica, sans-serif;
	color: #414042;
	font-weight: 300;
	position: relative;
}

ul:not(.list-items) {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.list-items li{
	margin-top: 10px;
}

body p, body a, body h1 {
	color: #414042
}

a, button {
	outline: none!important;
}

html body a,
html body a:hover,
html body a:active,
html body a:focus {
	text-decoration: none;
}

html body a.underline,
html body a.underline:hover {
	text-decoration: underline;
}

html body a:hover {
	color: #dc0032;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 30px;
}

h2{
	font-size: 20px;
}

h2.title-header {
	margin-bottom: 6px
}

h2.title-header.icon-box .icon{
	position: absolute;
	left: 5px;
	top: 4px;
	margin-left: -5px;
}

h2.title-header.icon-box{
	padding-left: 25px;
	position: relative;
}

.block{
	display: block !important;
}

strong{
	font-weight: 400;
}

.smaller{
	font-size: 11px;
}

.bolded{
	font-weight: 400
}

.inline{
	display: inline !important;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.box-gray{
	background: #e6e7e8;
	padding: 20px;
}

.inactive {
    opacity: 0.5;
}

.flex-wrapper{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info-text.gray {
	font-size: 11px;
	color: #808285;
}

[class*='col-']{
	min-height: 0;
}

label{
	font-weight: 400;
	font-size: 13px;
}

.ajax-page-loader{
	background: url(/static/img/loader-7c3d6036eb26e3ab4925eec04e872e97.gif) no-repeat center center;
	width: 55px;
	height: 55px;
	position: absolute;;
	left: 50%; top: 50%;
	margin-left: -27px;
	margin-top: -27px
}

.loader{
	position: relative;
}

.asset-loader{
	background: url(/static/img/loader-7c3d6036eb26e3ab4925eec04e872e97.gif) no-repeat center center;
	height: 100%;
}
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right:0px !important;
}

.no-padding-left {
	padding-left:0px !important;
}

.no-padding-top {
	padding-top: 0 !important;
}
/* Clear browser layout on iOS */
textarea,
input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
	cursor: text !important;
}

/* captcha */
#g-recaptcha{
	-webkit-transform: scale(0.625);
	-moz-transform: scale(0.625);
	-ms-transform: scale(0.625);
	-o-transform: scale(0.625);
	transform: scale(0.625);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

#g-recaptcha > div{
	height: 48.75px !important;
}

/* hr element - start */

.hr {
	position: relative;
}

.hr hr{
	border-color: #808285;
}

.hr span{
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
	display: inline-block;
	background: #FFF;
}
/* hr element - end */

/* MARGIN declaration */

.mt-5{
	margin-top: 5px;
}

.mt-10{
	margin-top: 10px;
}

.mt-15{
	margin-top: 15px;
}

.mt-20{
	margin-top: 15px;
}

.mt-30{
	margin-top: 30px;
}

.mb-15{
	margin-bottom: 15px;
}

.mb-20{
	margin-bottom: 15px;
}

.mb-30{
	margin-bottom: 30px;
}

.mr-10{
	margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}

.ml-10{
	margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}

@media (max-width: 767px) {
	.xs-mt-5 {
		margin-top: 5px;
	}
	.xs-mt-10 {
		margin-top: 10px;
	}

	.xs-mt-15 {
		margin-top: 15px;
	}

	.xs-mt-20 {
		margin-top: 20px;
	}

	.xs-mb-5 {
		margin-bottom: 5px;
	}

	.xs-mb-10 {
		margin-bottom: 10px;
	}

	.xs-mb-15 {
		margin-bottom: 10px;
	}

	.xs-mb-20 {
		margin-bottom: 20px;
	}

	.xs-mb-30 {
		margin-bottom: 30px;
	}

	.xs-pull-left{
		float: left;
	}

	.xs-pull-right{
		float: right;
	}

	.xs-no-padding{
		padding: 0 !important;
	}

	.xs-padding-15 {
		padding: 0px 15px!important;
	}

}

@media (min-width: 768px){
	#footer .footer-links .link-list {
		display: block !important;
	}
	.only-mobile{
		display: none !important;
	}

	.only-desktop{
		display: block !important;
	}
}

@media (max-width: 767px){
	.only-mobile{
		display: block !important;
	}

	.only-desktop{
		display: none !important;
	}
}
@media (max-width: 425px){
	#internalPage iframe {
		width: 100% !important;
	}
}


@media (orientation: landscape) and (min-width: 768px) and (max-width: 991px){
	.col-sm-screen-10 {
		width: 83.33333333% !important;
	}
}

@media (min-width: 1023px) {
	.lg-no-padding {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.modal-content {
	padding: 15px;
}

/* Messages - alert, info */

.alert {
	border: 1px solid  #dc0032;
	color: #dc0032;
	border-radius : 0px;
	padding: 10px;
	margin: 25px 0 -5px;
}

.alert ul{
	display: table;
}

.alert.multi-errors ul li {
	list-style-type: disc;
	list-style-position: inside;
	display: table-row;
}

.alert:not(.multi-errors) ul li{
	list-style: none;
}

.alert:not(.multi-errors) ul li:before{
	content: ""
}

.alert ul li:before{
	display: table-cell;
	padding-right: 10px;
	content: "\25CF";
}

.alert.info {
	border: none;
}

.alert.alert-danger{
	background: transparent;
}
.alert.alert-danger strong{
	display: none;
}

.alert.info p {
	font-size: 20px;
	color: #dc0032;
	font-weight: 300;
}

.alert.info p:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 15px;
}

.alert.info.error p:before {
	background: none;
}

.myParcel #parcelDetails .row.alert-info-details, .myParcel #parcelDetails .row.alert-error-details {
	margin-left: 15px;
}

.alert a{
	cursor: pointer;
}

.alert a:hover,
.alert a:active,
.alert a:focus{
	text-decoration: underline;
	color: #414042;
}

.help-block{
	display: none;
}

.single-error{
	color: #dc0032;
	font-weight: 300;
	border: 1px solid #dc0032;
	padding: 10px;
	margin-bottom: 10px;
}

.form-group p{
	display: none;
}

.open-details{
	word-wrap: break-word;
}
.dpd-theme-error #header .top-logo .logo-container {
	background-image: url(/static/img/dpdgrouplogo-6013c6345513d3006b9c75f910ccf681.svg);
	background-size: auto 100px;
	width: 250px;
	height: 100px;
}

@media (max-width: 991px) {
	.dpd-theme-error #header .top-logo .logo-container {
		background-size: auto 60px;
		width: 150px;
		height: 50px;
	}

	.hide-on-mobile{
		display: none;
	}
}

.dpd-theme-error .top-menu .nav-list,
.dpd-theme-error .menu-trigger {
	display:none;
}

.dpd-theme-error .return-link{
	margin-bottom: 40px;
}

.dpd-theme-error .error-status {
	font-size: 30px;
	font-weight: 400
}

.dpd-theme-error p a,
.dpd-theme-error p a:hover {
	text-decoration: underline;
}

/* END of Messages - alert, info */


/* custom table */
.table-container{
	display: table;
	table-layout: fixed;
	width: 100%
}

.table-row{
	display: table-row;
}

.table-cell{
	display: table-cell;
}

/* colors */
.color-dpd-red{
	color: #dc0032;
}

.color-dpd-gray{
	color: #808285;
}

.search-box {
	position: relative;
}

.search-box input{
	padding-right: 45px !important;
}

.search-box .icon-magnifier{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.container{
	width: 100%;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}

.container.max-width .alert{
	margin-left: 20px;
	margin-right: 20px;
}

.container.max-width{
	overflow: hidden;
}

@media (max-width: 480px){
	.col-ts-12 {
		width: 100%;
	}
}

@media (max-width: 767px){
	.container{
		padding: 0 16px;
	}

	.container.max-width{
		padding: 0;
	}

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

	.assets-container .row.desktop-box-list {
		width: calc(100% + 40px);
		margin-left: -24px;
	}

	.assets-container .row.desktop-box-list .item-box:nth-child(even) {
		padding-right: 0;
	}

	#asset-two-columns .col-xs-12.col-md-4 {
		width: calc(100% + 40px);
		margin-left: -24px;
	}

	#asset-two-columns .col-xs-12.col-md-4 .col-xs-6.col-md-12:nth-child(even) {
		padding-right: 0;
	}

	.social-media-icons{
		text-align: center;
	}
}

@media (max-width: 544px){
	.assets-container .row.desktop-box-list {
		width: calc(100% + 22px);
    	margin-left: -12px;
	}
	#asset-two-columns .col-xs-12.col-md-4 {
		width: calc(100% + 22px);
    	margin-left: -12px;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.container{
		padding: 0 20px;
	}
	.container.max-width{
		padding: 0;
	}
}

@media (min-width: 1025px) and (max-width: 1199px){
	.container{
		max-width: 100%;
		padding: 0 26px
	}

	.container.max-width{
		padding: 0;
	}

	.container.max-width .alert{
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.container.max-width {
		padding: 0;
	}

	.container.max-width .alert{
		margin-left: 8px;
		margin-right: 8px;
	}
}



/* ################   GENERAL - STOP  ################ */




/* ################   HEADER - START  ################ */

#header {
	position: relative
}

#header .top-menu {
	font-size: 11px;
	margin-top: 15px;
	text-align: right;
	padding-right: 8px;
}

#header .top-menu ul.nav-list li.nav-list-item {
	display: inline;
}

#header .top-menu ul.nav-list li.nav-list-item .dropdown-toggle{
	position: relative;
	top: -1px;
}

#header .top-menu ul.nav-list form{
	display: inline;
}

#header .top-menu ul.nav-list li.nav-list-item:not(:first-child):before{
	content: "|";
	margin-right: 5px;
	margin-left: 5px;
}

#header .top-menu ul.nav-list .open > .dropdown-menu{
	left: auto;
	right: -1px;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	min-width: 100px;
	font-size: 1em;
	border-top: none;
}

#header .top-menu ul.nav-list .open > .dropdown-menu li a{
	padding: 3px 10px
}

#header .top-menu ul.nav-list .nav-list-item a:active,
#header .top-menu ul.nav-list .nav-list-item a:focus {
	text-decoration: none;
}

#header .top-menu ul.nav-list .open .dropdown-menu > li > a:hover,
#header .top-menu ul.nav-list .open .dropdown-menu > li > a:active{
	background-color: #dc0032;
	color: #FFF;
}
header .top-menu ul.nav-list .open a .icon-arrow-small-black-down {
	background: url("/static/img/themes/dpd/arrow_small_black_up-3a74549e1ecec6a3faed5b3635c435c0.svg") no-repeat center center;
}
header .top-menu ul.nav-list .open a:hover .icon-arrow-small-black-down {
	background: url("/static/img/themes/dpd/arrow_small_red_up-4ac0a5d2a4458593d87d4ebd320cd414.svg") no-repeat center center;
}

#header .top-logo {
	margin-bottom: 21px;
	padding-left: 6px;
	padding-right: 6px;
}

.top-logo .search-box{
	margin-right: 10px;
}

#header .top-logo .logo-container {
	display: block;
	width: 141px;
	height: 62px;
	background: url("/static/img/dpdlogo-0d91d48986e05d58d4d1d92461b871d9.svg") no-repeat 0 0;
	background-size: auto 62px;
}

#header .slogan {
	font-size: 22px;
	color: #dc0032;
	padding-top: 25px;
	padding-right: 9px;
}

#header .top-logo #searchParcel {
	margin-top: 17px;
	width: 300px;
}

#header .top-logo #searchParcel,
.search-box input {
	background-color: white !important;
}

#header .top-logo #searchParcel:focus,
#header .top-logo #searchParcel:not(:placeholder-shown),
.search-box input:focus,
.search-box input:not(:placeholder-shown) {
	border-color: #000 !important;
	color: #000000 !important;
}

.asset-content .search-box input:focus,
.asset-content .search-box input:not(:placeholder-shown) {
	border-color: transparent !important;
}

.top-logo .search-box .icon {
	position: absolute;
	top: 17px;
	right: 0px;
	cursor: pointer;
}

#header .mobile-trigger {
	display: none;
}

#header a.private {
	color: #dc0032;
}

/* Vertical MENU */

#header #navigation {
	background-color: #e6e7e7;
	line-height: 30px;
}

#header #navigation ul{
	width: 100%;
}

#header #navigation ul li.menu-item{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}

#header #navigation ul li.menu-icon-item{
	float: right;
	height: 30px;
	padding-right: 8px;
}

#header #navigation ul li.menu-item a ,
#header #navigation ul li.menu-item a:focus{
	padding: 0px 15px;
	font-size: 12px;
	display: block;
	line-height: 30px;
}

#header #navigation ul li.active a,
#header #navigation ul li.menu-item a:hover,
#header #navigation ul li.menu-item a:active{
	background-color: #dc0032;
	color: #fff;
	text-decoration: none;
	outline: none;
}

#header #navigation .icon-notification-desktop,
#header #navigation .icon-notification-desktop:hover {
	text-decoration: none!important
}

#header #navigation #notifications {
	position: relative;
}

@media (max-width: 991px) {
	#header .slogan{
		display: none;
	}

	#header {
		border-bottom: 1px solid #e6e7e8;
	}

	#header .top-logo {
		margin-bottom: 0px;
	}

	#header .top-logo .logo-container {
		width: 70px;
		height: 31px;
		margin: 10px auto;
		background-position: center center;
		background-size: auto 31px;
	}
	#header .mobile-trigger {
		display: block;
		position: absolute;
		top: 15px;
		left: 10px;
		z-index: 10;
	}

	#header .logo-container {
		min-width: 50%;
		max-width: 60%;
		display: block;
		margin: 0 auto;
	}

	.top-logo .search-box .icon-magnifier-black {
		background-color: transparent;
		background: url("/static/img/themes/dpd/magnifier-f15108a2989cf082d5cb3c266401d332.svg") no-repeat center center;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -40px;
		right: 78px;
		z-index: 1;
	}

	#header #navigation ul li.menu-item,
	#header .top-logo #searchParcel,
	.search-box .icon-magnifier-white,
	.top-logo .search-box .icon-magnifier,
	#header .top-logo.show .logo-container {
		display: none;
	}

	#header .top-logo.show #searchParcel,
	.top-logo.show .search-box .icon-magnifier-white {
		display: inline-block;
	}

	#header .top-logo.show .pull-right {
		float: none !important;
	}

	.top-logo.show .search-box {
		width: calc(100% - 145px);
		margin: 5px 0 5px 45px;
	}

	#header .top-logo.show #searchParcel {
		width: 100%;
		margin: 0;
	}

	.top-logo.show .search-box .icon {
		top: 0;
		right: 45px;
	}

	.top-logo.show .search-box .icon-magnifier-black {
		right: 0;
		width: 45px;
		height: 45px;
		background: #808285 url("/static/img/themes/dpd/x_white-39c5f8efded379369b0315ded9cf012d.svg") no-repeat center center;
	}

	#header #navigation{
		position: absolute;
		top: 10px;
		right: 0;
		background: none;
	}

	#header #navigation .icon-profile-desktop {
		width: 23px;
		height: 31px;
		background: url("/static/img/themes/dpd/profile-8fe4e7dd9e7c3ad1d54a9d0538745d30.svg") no-repeat center center;
	}

	#header #navigation .icon-profile-inactive-desktop {
		width: 23px;
		height: 31px;
		background: url("/static/img/themes/dpd/profile_inactive-42b908a40533416d1689a9c65669623c.svg") no-repeat center center;
	}

    #header #navigation .icon-notification-desktop {
        width: 30px;
        height: 31px;
        background: url("/static/img/themes/dpd/notification_empty-8633ae99a26542d8098267ac3976a02b.svg") no-repeat center center;;
    }

	#header #navigation .icon-notification_empty_desktop {
		width: 30px;
		height: 31px;
		background: url("/static/img/themes/dpd/notification_empty-8633ae99a26542d8098267ac3976a02b.svg") no-repeat center center;
	}

    #header #navigation #notification-amount {
        color: #FFF;
        font-size: 9px;
        position: relative;
        top: -8px;
        left: -2px;
        min-width: 18px;
        height: auto;
        background-color: #dc0032;
        line-height: 15px;
        border-radius: 50%;
    }

	.top-logo .col-xs-12{
		text-align: center;
	}

	#header #navigation ul li.menu-icon-item{
		margin-left: 3px;
	}
}

@media (max-width: 767px){
	#header .top-logo{
		padding: 0;
	}

	#header #navigation ul li.menu-icon-item{
		padding-right: 2px;
	}

	.top-logo .search-box .icon-magnifier-black {
		display: none;
	}

	.content-item-timen:after {
		height: 100% !important;
	}

	#header .top-logo .my-parcels #searchParcel,
	.my-parcels .search-box .icon-magnifier-white,
	#header .top-logo.show .logo-container {
		display: inline-block;
	}
	#header .top-logo .pull-right {
		float: none !important;
	}
	.top-logo .search-box {
		width: 100%;
		margin: 0;
		display: none;
	}
	#header .top-logo #searchParcel {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.top-logo .search-box .icon {
		top: 0;
		background-color: #dc0032;
		background: url("/static/img/themes/dpd/magnifier-f15108a2989cf082d5cb3c266401d332.svg") no-repeat center center;
	}

}

#mn-container{
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #FFF;
	overflow: hidden;
	z-index: 111;
}

#mn-container .login-link input{
	font-weight: 300;
}

#mn-overlay{
	position: fixed;
	top: 0px; right: 0px;
	bottom: 0px; left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 110;
}

#mn-container .mn-header {
	height: 40px;
	width: 100%;
	line-height: 40px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f2f3f3;
	font-size: 16px;
}

#mn-container .mn-header > div {
	border-bottom: 1px solid #f8f9f9
}

#mn-container .mn-list {
	border-top: 1px solid #fbfcfc
}

#mn-container .mn-list li:nth-child(odd) a,
#mn-container .mn-list li:first-child a {
	border-bottom: 1px solid #e6e7e8;
}

#mn-container .mn-list li:last-child a {
	border: 0;
}


#mn-container .mn-list li a:hover,
#mn-container .mn-list li a:active,
#mn-container .mn-list li a:focus,
#mn-container .mn-list li input:hover,
#mn-container .mn-list li input:focus,
#mn-container .mn-list li input:active{
	background: #dc0032;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 15px 10px;

}

#mn-container .mn-list li a,
#mn-container .mn-list li input{
	color: #dc0032;
	line-height: 20px;
	display: block;
	padding: 15px 0;
	text-align: left;
	font-size: 18px;
	background-color: #ffffff;
	margin: 0 8px;
}

#mn-container #mn-btn-close{
	position: absolute;
	left: 10px;
	top: 9px;
}
@media (min-width: 992px){
	#mn-container {
		display: none !important;
	}

	#header .mobile-trigger {
		display: none;
		position: absolute;
		top: 15px;
		left: 10px;
		z-index: 1000;
	}
}
@media (min-width: 991px){
	#mn-overlay{
		display: none !important;
	}

	.myParcel #parcelDetails .parcelContent .deliveryStatus + .row {
		display: flex;
	}
	.myParcel #parcelDetails .parcelContent .mapBox,
	.myParcel #parcelDetails .parcelContent .mapBox #map {
		height: 100%;
	}
	.myParcel #parcelDetails .parcelContent .mapBox #map {
		min-height: 310px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.icon-close-x-big {
		width: 16px;
		height: 15px;
		background: url("/static/img/themes/dpd/close_x_big-3ef31bfcb123fcba89e6432462d0765e.svg") no-repeat center center;
		top: 12px!important;
	}

}

/* ################   HEADER - STOP  ################ */




/* ################   FOOTER - START  ################ */

#footer .footer-links {
	border-top: 1px solid #414042;
	margin-top: 35px;
	padding-top: 25px;
	padding-left: 8px;
	padding-right: 8px;
}

#footer .footer-links .icon-plus_black {
	display: none;
}

#footer .footer-links h3 {
	font-size: 16px;
	margin-top: 11px;
	margin-bottom: 17px;
}

#footer .footer-links .link-list li {
	margin-bottom: 11px;
	line-height: 13px;
}

#footer .footer-links .link-list li:last-child {
	margin-bottom: 0px;
}

#footer .footer-links .link-list a {
	font-size: 13px;
}

#footer .footer-links .social-links {
	padding-top: 11px;
}

#footer .footer-links .social-links li {
	float: left;
	margin-left: 5px;
}

#footer .footer-links .social-links a {
	display: inline-block;
}

#footer .footer-links .social-links a.google {
	background-position: -35px 0;
}

#footer .footer-links .social-links a.twitter {
	background-position: -70px 0;
}

#footer .footer-links .social-links a.youtube {
	background-position: -105px 0;
}

#footer .footer-copyrights {
	border-top: 1px solid #414042;
	margin-top: 35px;
	padding-top: 27px;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
}

#footer .footer-copyrights .select {
	min-height: 30px;
}

#footer .footer-copyrights .links {
	margin: 10px 0px;
}

#footer .container .legal {
	line-height: 22px;
	color: #808285;
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: top;
}

#footer .logo-container{
	padding-right: 20px;
	display: inline-block;
}

#footer .container .version {
	text-align: center;
	margin: 20px 0 10px;
}

/* dpd dropdown for footer */
#footer .select2{
	width: 150px !important;
	float: right;
}

#footer .select2-container--default .select2-selection--single{
	height: 30px;
	line-height: 30px;
}

#footer .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 30px;
}

#footer .select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 45px;
	height: 30px;
	background: url("/static/img/themes/dpd/arrow_big_white_down-8100a39b1b56877da8592211b9a9efd5.svg") no-repeat center center;

}

#footer .select2-container--default.select2-container--open .select2-selection--single  .select2-selection__arrow b {
	background: url("/static/img/themes/dpd/arrow_big_white_up-a02744c08005c5f95d19ae2446ce7c4c.svg") no-repeat center center;
}


#footer .select2-container--default .select2-selection--single{
	background: #FFF;
}


/* footer links */
#footer .list-inline > li{
	padding-left: 0
}

#footer .list-inline > li:after{
	content: "\00B7";
	padding-left: 10px;
	font-weight: 800;
}

#footer .list-inline > li:last-child:after{
	content: none;
}

@media (max-width: 991px){
	#footer .container .legal{
		font-size: 13px;
		top: 6px;
	}
	#footer .container .logo-container {
		line-height: 28px;
	}
}

@media (max-width: 767px){

	#footer .footer-copyrights .col-xs-6:first-child{
		position: relative;
		top: -7px;
	}

	.logo-container{
		display: inline;
		margin: auto;
	}

	#footer .footer-links > div{
		margin-bottom: 35px;
		width: 100%;
	}

	#footer .container a{
		font-size: 13px;
		line-height: 1.4em;
	}

	#footer .footer-copyrights .links {
		text-align: center;
		margin-top: 20px;
	}
	#footer .footer-links .social-links {
		width: 100%;
		text-align: left;
	}
	#footer .footer-links .social-links li:first-child {
		margin-left: 0;
	}
	#parcel-shop-list .table-cell.hours p {
		text-align: left;
	}
}


/* ################   FOOTER - STOP  ################ */


/* ################   CONTENT - START  ################ */

/* PROFILE / PREFERENCES PAGE - START */

.gray-bg {
	background-color: #e6e7e8;
	margin-top: 15px;
	padding-top: 18px;
	padding-bottom: 20px;
	margin-bottom: -35px;
}

.text-box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 16px;
}

.text-box.address-box .alert{
	margin: 0px 0 25px;
}

.text-box h1 {
	font-size: 20px;
	color: #dc0032;
	margin-top: 0px;
	margin-bottom: 10px;
}

.text-box h1 {
	display: inline-block;
}

.text-box .icon-edit {
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}

@media (max-width: 767px) {
	.text-box h1 {
		margin-right: 10px;
	}
	.text-box .icon-edit {
		margin-left: 0px;
		margin-bottom: 10px;
	}
}

.text-box .icon-edit:hover {
	cursor: pointer
}

.text-box .depositDetailsHolder p,
.text-box .homeDetailsHolder p,
.text-box.address-box p {
	margin-bottom: 0px;
}

.text-box .depositDetailsHolder p.name,
.text-box .homeDetailsHolder p.name,
.text-box.address-box p.name {
	margin-top: 20px;
	font-weight: 400;
	font-size: 13px;
}

.text-box.address-box p.street span.pull-left,
.text-box.address-box p.streetEmpty span.pull-left {
	margin-right: 4px;
}

.text-box .row-to-delete {
	background-color: #e6e7e8;
	height: 50px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}

.text-box .row-to-delete p {
	line-height: 50px;
}

.text-box .row-to-delete .icon-close-x-big {
	position: absolute;
	right:15px;
	top: 14px;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border: none;
}

.text-box .emailFragmentWithCode .emailFragment {
	min-height: 150px;
}


.text-box .emailFragmentWithCode .emailFragment .inputText {
	width: calc(70% - 55px);
}

.text-box .emailFragmentWithCode .emailFragment .activationCodeInput {
	background: #fff;
}

.text-box .emailFragmentWithCode .row-to-delete p {
	line-height: normal;
}

.text-box .emailFragmentWithCode .row-to-delete button + p {
	padding-top: 15px;
}

.text-box .emailFragmentWithCode .emailFragment .validateEmailCodeBtn,
.text-box .emailFragmentWithCode .emailFragment .resendEmailCodeBtn {
	width: 45px;
	height: 45px;
	background-color: #b7b6b7;
	border: 0;
}

.text-box .emailFragmentWithCode .emailFragment .validateEmailCodeBtn {
	background: #b7b6b7 url("/static/img/themes/dpd/arrow_big_black_right-c3d651cbee428aa6aa987f9f0c4cc15e.svg") no-repeat center center;
}

.text-box .emailFragmentWithCode .emailFragment .row .resendEmailCodeBtn {
	width: auto;
	width: 30%;
	float: left;
}

.text-box .emailFragmentWithCode .emailFragment .row {
	margin: 35px 15px 0 0;
}

.text-box .emailFragmentWithCode .emailFragment .row * {
	float: right;
}

/*phone fragment confirmation start*/
.text-box .phoneFragmentWithCode .phoneFragment {
	min-height: 150px;
}

.text-box .phoneFragmentWithCode .phoneFragment .inputText {
	width: calc(70% - 55px);
}

.text-box .phoneFragmentWithCode .phoneFragment .activationCodeInput {
	background: #fff;
}

.text-box .phoneFragmentWithCode .row-to-delete p {
	line-height: normal;
}

.text-box .phoneFragmentWithCode .row-to-delete button + p {
	padding-top: 15px;
}

.text-box .phoneFragmentWithCode .phoneFragment .validatePhoneCodeBtn,
.text-box .phoneFragmentWithCode .phoneFragment .resendPhoneCodeBtn {
	width: 45px;
	height: 45px;
	background-color: #b7b6b7;
	border: 0;
}

.text-box .phoneFragmentWithCode .phoneFragment .validatePhoneCodeBtn {
	background: #b7b6b7 url("/static/img/themes/dpd/arrow_big_black_right-c3d651cbee428aa6aa987f9f0c4cc15e.svg") no-repeat center center;
}

.text-box .phoneFragmentWithCode .phoneFragment .row .resendPhoneCodeBtn {
	width: auto;
	width: 30%;
	float: left;
}

.text-box .phoneFragmentWithCode .phoneFragment .row {
	margin: 35px 15px 0 0;
}

.text-box .phoneFragmentWithCode .phoneFragment .row * {
	float: right;
}
/*phone fragment confirmation end*/


.text-box.email-box #addingEmailForm input {
	width: calc(100% - 50px);
}

.text-box #addEmailAddress {
	float: right;
}

.text-box #countryCode {
	text-align: center;
	width: 220px;
}

.text-box .intl-tel-input .flag-container .iti-arrow {
	width: 45px;
	height: 43px;
	top: 0;
	border: none;
	top: 0;
	margin: 0;
	right: 1px;
}

.text-box .intl-tel-input .flag-container .selected-flag {
	width: 220px!important;
	background: transparent !important;
}


.text-box .intl-tel-input .selected-flag .iti-flag {
	top: -2px;
	float: left;
}

.text-box .intl-tel-input .flag-container .selected-flag .selected-country-name {
	width: calc(100% - 100px);
	float: left;
	padding-left: 30px;
	padding-right: 5px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-box .intl-tel-input.separate-dial-code .selected-dial-code {
	display: inline-block!important;
	padding-left: 0px!important;
	line-height: 42px;
}

.text-box #phone {
	width: calc(100% - 278px);
	height: 45px!important;
	margin-left: 3px;
	margin-right: 3px;
}

.selected-flag .selected-country-name,
.selected-flag .iti-flag{
	display: none;
}

.text-box .intl-tel-input .flag-container .selected-flag,
.text-box #countryCode{
	width: 100px !important;
	padding-left: 10px !important;
}

.text-box #phone{
	width: calc(100% - 160px);
	-webkit-width: calc(100% - 153px);
}

.text-box.gray-box,
#privacy-content {
	background-color: #e6e7e8;
	padding: 25px 0px 20px 0px;
	margin-bottom: 0px;
}

.text-box.gray-box h2 {
	margin: 0px 0px 10px 0px;
	font-size:13px;
	font-weight: 500;
}

.delivery-preferences.text-box.gray-box {
	padding-bottom: 0;
}

#flagForm {
	margin-top: 10px;
}

.preferenceIconsHolder ul li {
	display: inline-block;
	text-align: center;
	padding-top: 6px;
}

.preferenceIconsHolder ul li .icon-text-holder {
	float:left;
}

.preferenceIconsHolder ul li .icon-arrow-big-midgreyright {
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
}

.preferenceIconsHolder ul li:last-child .icon-arrow-big-midgreyright {
	width: 0 !important;
}

.preferenceIconsHolder ul li span {
	text-indent: -1000em;
}
.preferenceIconsHolder ul li p {
	font-size: 10px;
	margin-top: 5px;
}

.preferenceIconsHolder ul li span.gray + p {
	color: #808285;
}

.text-box.gray-box.communication-preferences {
	padding: 14px 20px 20px 0px;
}

.pickup-address ul.address-details {
	display: block;
	float: right;
	width: calc(100% - 40px);
}

#onHoliday {
	float: right;
	font-size: 11px;
	font-family: Arial;
	color: #808285;
}

#preferences #message {
	margin-top: 0px;
}

@media (max-width: 767px){
	.gray-bg{
		padding-left: 0px;
		padding-right: 0px;
		background-color: #fff
	}
	.text-box {
		margin-bottom: 0px;
	}
	.text-box.gray-box {
		background-color: #fff;
		padding: 0px 20px
	}

	.gray-bg .text-box{
		padding: 20px 0;
	}

	.preferenceIconsHolder {
		float: none!important;
		margin-top: 20px;
		text-align: center;
		margin-left: -20px;
		margin-right: -20px;
		background-color: #e6e7e8;
	}
	#preferences #message {
		margin-top: 0px;
		margin-left: 10px;
	}
	#preferences #message p{
		font-size: 14px;
	}
	#preferences .switch {
		position: absolute;
		right: 5px;
		top: 35px;
	}
	.text-box.gray-box.communication-preferences {
		border-top: 1px solid #e6e7e8;
		padding: 14px 0px 0px 0px!important;
	}
	.adress-section h2.title-header {
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.adress-section label.radio-label-start {
		margin-bottom: 15px;
	}
	.adress-section label.radio-label {
		margin-bottom: 0px;
	}
}

@media (max-width: 1024px) {
	#preferences .text-box{
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (max-width: 991px) {
	.gray-bg {
		margin-top:-1px!important;
	}
}

/* PROFILE PAGE - STOP */


/* ################   CONTENT - STOP  ################ */

/* ################   FORMS - START  ################ */

.form-group{
	margin-bottom: 17px;
	width: 100%;
	display: table;
	position: relative;
	table-layout: fixed;
}

.submit-row{
	padding-top: 17px;
	padding-bottom: 5px;
}

input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]){
	border: 1px solid #b7b6b7;
	font-size: 16px;
	height:45px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

input.single-icon-magnifier:not([type="radio"]):not([type="submit"]){
	padding-right: 50px;
}

.has-error input:not([type="radio"]):not([type="submit"]){
	border-color: #dc0032;
}

.has-error label:not(.radio-label-start) {
	color: #dc0032;
}

.has-error textarea{
	border: 1px solid #dc0032;
}

input[type="radio"],
input[type="checkbox"]{
	width: 26px;
	height: 26px;
}

input[class*='icon']{
	padding-right: 45px;
}

input:focus {
	outline:none;
}

input.fieldError {
	border-color: #dc0032 !important;
}

input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance: none;
	border-radius: 0;
}

/* pure css checkbox && radios */

.checkbox, .radio {
	opacity: 0;
	position: absolute;
	z-index: 10;
}

.checkbox, .checkbox-label, .radio, .radio-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-label, .radio-label {
	position: relative;
}

.checkbox ~ .checkbox-label:before, .radio ~ .radio-label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.radio ~ .radio-label.has-error:before {
	background-position: top right;
	background-image: url("/static/img/themes/dpd/radio-21218f74e597f3e99d6de165d9f6fb77.png");
	width: 27px;
	height: 27px;
}

.radio:checked ~ .radio-label.has-error:before {
	background-position: bottom right;
}


.radio:checked ~ .radio-label:before {
	background: url("/static/img/themes/dpd/radiobutton_desktop_active-a442ec9b0cc33de016a60f32d1fa7be8.svg") no-repeat center center;
	background-size: cover;
}

body .checkbox ~ .checkbox-label:before {
	width: 25px;
	height: 25px;
	border: 1px solid #808285;
	background-color: #fff;
}

.checkbox:checked ~ .checkbox-label:before {
	background: #fff url("/static/img/themes/dpd/checkbox_checkmark-fc157f942230537db3c18fe0a4a5cbfa.svg") no-repeat center center;
}

.checkbox:focus ~ .checkbox-label, .radio:focus + .radio-label {
	outline: none; /* focus style */
}

.radio-list li {
	float:left;
	margin-right: 25px
}

.req-before::before {
	content:"*";
	color: #dc0032;
	margin-right: 5px;
}

.req::after {
	content:"*";
	color: #dc0032;
	margin-left: 5px;
}

/* Select styles */

.select2{
	width: 100% !important;
}

.select2-container--default .select2-selection--single{
	background: #fff none;
	border: 1px solid #b7b6b7;
	border-radius: 0;
	height: 45px;
	outline-width: 0 !important;
}

.has-error .select2-container--default .select2-selection--single{
	border: 1px solid #dc0032;
}

.has-error .select2-container--default .select2-selection--single .select2-selection__arrow{
	border: 1px solid #dc0032;
	border-left: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 45px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	background: #FFF;
}

.select2-dropdown{
	border-radius: 0;
	border-color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #dc0032;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 45px;
	height: 100%;
	right: 0;
	top:0;
}

.select2-results__option{
	min-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	left: 50%;
	margin: 0;
	width: 45px;
	height: 45px;
	top: 0; left: 0;
}

.has-error .select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 44px;
	height: 43px;
}

textarea{
	border: 1px solid #b7b6b7;
	font-size: 15px;
	min-height: 100px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	resize: vertical;
	outline: none;
	padding-top: 10px;
}

/* ################   FORMS - STOP  ################ */


/* ################   BUTTONS - START  ################ */

.btn{
	width: 100%;
	height: 45px;
	text-align: center;
	border-radius: 0;
	font-size: 15px;
	padding: 0px 15px 0px 15px;
	line-height: 45px;
	overflow: hidden;
	word-break: break-all;
	white-space: normal;
}

.btn:focus,
.btn:active,
.btn:hover{
	box-shadow: none;
}

.icon-box, .btn:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.icon-box > *, .btn > *{
	display: inline-block;
	vertical-align: middle;
}

.btn > .icon + span, .btn > span + .icon,
.icon-box > .icon + span, .icon-box > span + .icon{
	margin-left: 6px
}

.btn.btn-red{
	background: #dc0032;
	color: #FFF;
}

.btn.btn-gray{
	background: #808285;
	color: #FFF;
}

.btn.btn-apple{
	background: url("/static/img/social-icons-29a4f7f78f7c53259306868a87897494.png") no-repeat;
	height: 80px;
	width: 120px;
}

.btn.btn-facebook{
	height: 80px;
	width: 120px;
	background: url("/static/img/social-icons-29a4f7f78f7c53259306868a87897494.png") no-repeat -108px;
}

.btn.btn-google{
	background: url("/static/img/social-icons-29a4f7f78f7c53259306868a87897494.png") no-repeat -220px;
	height: 80px;
	width: 120px;
}

.btn.btn-clear,
.btn.btn-clear:active,
.btn.btn-clear:focus{
	background-color: transparent;
	text-align: left;
	width: auto;
	font-weight: 300;
	font-size: 13px;
	border: none;
	box-shadow: none;
}

.btn.btn-clear:hover,
.btn.btn-clear:active,
.btn.btn-clear:focus{
	color: #dc0032;
}

.btn[class*="single-"]{
	padding-left: 20px;
}

.btn.btn-add {
	background-color: #dc0032;
	width: 45px;
	height: 45px;
	border: none;
	vertical-align: top;
}

.btn.btn-red[disabled] {
	background: #e6e7e7;
}


/* ################   BUTTONS - STOP  ################ */




/* ################   SCROLLBAR  - START  ################ */
.scrollable .viewport .overview{
	width: 100%;
}

.scrollable .scroll-bar.vertical{
	background: transparent;
	width: 4px;
	margin: 0 6px 0 0;
	z-index: 10;
}

.scrollable .scroll-bar.vertical .thumb{
	background: #808184;
	border-radius: 2px;

}
/* ################   SCROLLBAR - STOP  ################ */



/* ################   PAGES - START  ################ */

/* --------- PARCEL-SHOP START  ------  */
#parcel-shop-list #errorContainer{
	margin-top: -1px;
}

#parcel-shop-list .alert{
	margin-top: 25px;
	margin-bottom: 25px;
}

#parcel-shop-list .search-form{
	padding: 15px 14px 5px 16px;
	margin-bottom: -15px;
}

#parcel-shop-list #loadMorePudos{
	margin: 18px 8px 8px;
	width: calc(100% - 22px);
}

#parcel-shop-list .pudo-list{
	padding-right: 0;
}

#parcel-shop-list .pudo-list .scrollable .scroll-bar.vertical{
	margin: 0 5px 0 0;
}

#parcel-shop-list #parcelShopList{
	height: 465px;
	padding: 8px 0 0 0;
}

#parcel-shop-list .pudo-list .item.hover{
	background: #e6e7e7;
}

#parcel-shop-list .pudo-list .item{
	border-top: 1px solid #e6e7e7;
	padding: 18px 19px 18px 8px;
	display: table;
	width: 100%;
	position: relative;
}

#parcel-shop-list.parcel-shop-details .pudo-list .item{
	padding: 18px 13px 18px 17px;
}

#parcel-shop-list .pudo-list .item:last-child{
	border-bottom: 1px solid #e6e7e7;
}

.parcel-shop-details .pudo-list .item:last-child{
	border-bottom: none !important;
}

#parcel-shop-list .map-holder{
	padding-right: 4px;
	position: relative;
	left: -4px;
	padding-left: 6px;
}

#parcel-shop-list .pudo-list .item label{
	display: block;
}

#parcel-shop-list .pudo-list .item label span.icon {
	margin-left: 4px;
	text-indent: -999em;
}

#parcel-shop-list .pudo-list .item .distance{
	color: #a90034;
	font-size: 11px;
	display: table;
	margin-bottom: 0;
}

#parcel-shop-list .pudo-list .item .distance > span{
	float: left
}

#parcel-shop-list .pudo-list .item .distance .cut-long-text{
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#parcel-shop-list .pudo-list .item .distance > span:last-child{
	margin-left: 5px;
}

#parcel-shop-list .pudo-list .item .pudo-point-info{
	width: 90%;
}

#parcel-shop-list .pudo-list .item .pudo-point-info label{
	margin-bottom: 1px;
}

#parcel-shop-list .pudo-list .item .pudo-point-info .details{
	margin-top: 3px;
}

#parcel-shop-list .pudo-list .item .pudo-point-info .details ul{
	margin-top: 6px;
}

#parcel-shop-list .pudo-list .location-map{
	margin-top: -7px;
	height: 42px;
}

#parcel-shop-list .pudo-list .item .pudo-point-link{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	border-top: 1px solid #e6e7e7;
}

#parcel-shop-list .pudo-list .item .pudo-point-link span {
	position: absolute;
	margin: -9px 0 0;
	top: 50%;
	right: 28px;
}

#parcel-shop-list .pudo-list .item.hover .pudo-point-link:hover .icon-arrow_big_midgreyright {
	background: url("/static/img/themes/dpd/arrow_big_red_right-a78af03ff1eaef157e84e12655e109c8.svg") no-repeat center center;
}


#parcel-shop-list .pudo-list .item .gray-out{
	color: #808285;
}

#parcel-shop-list .pudo-list .item .bolded{
	font-weight: 400;
}

#parcel-shop-list .pudo-list .item .holiday.bolded {
	font-weight: bold;
}

#parcel-shop-list .pudo-list .item .details .table-row.bolded {
	font-weight: bold;
}

#parcel-shop-list .pudo-list .item .details h2{
	margin-bottom: 12px;
}

#parcel-shop-list .pudo-list .item .bolded.bigger{
	font-size: 18px;
}

#parcel-shop-list .table-cell{
	padding-bottom: 4px;
	border-bottom: 1px solid #e6e7e7;
	padding-top: 7px;
}

#parcel-shop-list .table-row:last-child .table-cell{
	border-bottom: none;
}

#parcel-shop-list .table-row:first-child .table-cell{
	padding-top: 0;
}

#parcel-shop-list .table-cell.hours{
	text-align: right;
}

#parcel-shop-list .table-cell.day{
	width: 40%;
}

#parcel-shop-list .table-cell p{
	margin-bottom: 2px;
}

#parcel-shop-email .box-gray{
	margin-top: 10px;
	margin-bottom: 20px;
}

#parcel-shop-email .box-gray label,
#parcel-shop-email .box-gray p{
	margin-bottom: 0;
}

#parcel-shop-email .favorite-replace{
	font-size: 11px;
	position: relative;
	top: -15px;
}

#parcel-shop-list .viewport{
	width: 100% !important;
}

@media (min-width: 1200px){
	#parcel-shop-list .map-holder{
		padding-right: 8px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px){
	#parcel-shop-list{
		padding-left: 26px;
	}
}

@media (max-width: 1024px){
	#go-back-form{
		margin-left: 10px;
	}
}

@media (max-width: 991px){
	.scrollable .scroll-bar.vertical{
		margin-right: 0;
	}

	#parcel-shop-list .alert{
		margin-bottom: 5px;
	}
}

@media (max-width: 767px){
	#parcel-shop-list .map-holder{
		left: 0;
	}

	#parcel-shop-list .pudo-list .item:first-child{
		border-top: none;
	}

	#parcel-shop-list .search-form{
		margin-bottom: -5px;
	}
}

/* --------- PARCEL-SHOP START  ------  */


/* ################   MAP - START  ################ */

#map{
	height: 620px;
}

#map.full-screen{
	height: 400px;
}

.resize-control-container{
	display: none
}

.zoom-control-container,
.resize-control-container{
	padding: 22px;
	left: 0 !important;
}

.zoom-control-container .icon-zoom-control-in,
.zoom-control-container .icon-zoom-control-out,
.resize-control-container .icon-map-bigger{
	cursor: pointer;
	display: block;
}

@media (max-width: 767px){
	#map{
		height: 200px;
	}

	.zoom-control-container{
		display: none;
	}

	.resize-control-container{
		display: block;
	}

	#parcel-shop-list #parcelShopList{
		padding-left: 15px;
		padding-right: 20px;
	}
}

@media (max-width: 991px){

}

/* ################   MAP - END  ################ */



/* --------- SET FAVORITE START  ------  */

#set-favorite-form-page .choose-address-container{
	margin-top: 20px;
}

#set-favorite-form-page .choose-address-container .address-radio{
	width: 48px;
	float: left;
	overflow: hidden;
	position:relative;
	top: 2px;
}

#set-favorite-form-page .submit-row{
	display: none;
}

#set-favorite-form-page .choose-address-container .icon{
	float: left
}

#set-favorite-form-page .choose-address-container .address-details{
	width: calc(100% - 88px);
	float: right;
}

#set-favorite-form-page  .choose-address-container ~ ul{
	width: calc(100% - 100px);
	display: block;
	float: right;
}


.address-details .icon{
	position: relative;
	left: 5px;
	top: 2px;
}

@media (max-width: 480px){
	#set-favorite-form-page .favorite-address-pickup {
		margin-top: 20px;
	}
}


/* --------- SETFAVORITE END  ------  */



/* --------- PROFILES START  ------  */
#profiles .delete-account{
	margin: 20px 0;
	font-weight: 400;
}

#profiles #countryCode{
	border: 1px solid #b7b6b7 !important;
	color: transparent;
}

#profiles .alert.info p{
	font-size: 13px;
}

#changePasswordMessage.alert,
#changePasswordErrorMessage.alert,
#emailAddressMessage.alert,
#emailErrorMessage.alert,
#phonesMessage.alert,
#phoneErrorMessage.alert{
	margin: 0 0 25px;
}

/* --------- PROFILES END  ------  */



/* --------- FAQ START  ------  */
.faq-accordion.panel-group .panel{
	border-radius: 0;
	border-bottom: 1px solid #FFF;
	border-top: none;
}

.faq-accordion.panel-group .panel .panel-heading{
	background: #a90034;
	color: #FFF;
	border-radius: 0;
	min-height: 50px;
	font-size: 18px;
	padding: 0;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title{
	color: #FFF;
	font-size: 18px;
}

.faq-accordion.panel-group .panel + .panel{
	margin: 0;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a,
.faq-accordion.panel-group .panel .panel-heading .panel-title a:hover,
.faq-accordion.panel-group .panel .panel-heading .panel-title a:active,
.faq-accordion.panel-group .panel .panel-heading .panel-title a:focus{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #FFF;
	position: relative;
	padding: 15px 10px;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a > span:first-child{
	width: calc(100% - 50px);
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a > span:last-child{
	position: absolute;
	top: 10px;
	right: 10px;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a:not(.collapsed) > span.icon-plus-white {
	background: none;
}

.faq-accordion.panel-group .panel .panel-heading .panel-title a:not(.collapsed) > span.icon-plus-white:before {
	content: "";
	display: block;
	width: 23px;
	position: absolute;
	top: 11px;
	height: 2px;
	opacity: 1;
	left: 2px;
	background: #fff;
	opacity: 0.9;
}

.faq-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body{
	background: #e6e7e7;
	padding: 15px;
	font-size: 13px;
	color: #414042;
	overflow-wrap: break-word;
}

.faq-accordion .related-questions{
	margin-top: 30px;
}

.faq-accordion .related-questions a{
	display: block;
	line-height: 30px;
	font-weight: 400;
}

.faq-accordion .related-questions a > span:first-child{
	display: inline;
}

.contact-item{
	margin-right: 40px;
}

.dpd-box-container{
	padding: 15px;
	height: 140px;
	position: relative;
	display: block;
	overflow-wrap: break-word;
	background-size: cover;
}

.dpd-box-container > span{
	display: block;
}

.dpd-box-container .dpd-box-header{
	font-size: 18px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dpd-box-container .dpd-box-link{
	bottom: 10px;
	right: 10px;
	font-size: 18px;
	position: absolute;
	top: auto;
}

.dpd-box-container .dpd-box-body{
	width: calc(100% - 10px)
}

#faq-page .social-item{
	width: 54px;
	height: 54px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
}

#faq-page .social-item:last-of-type {
	margin-right: 0px
}

#faq-page .social-links .icon-box > .icon + span{
	margin-left: 0;
}

#faq-page .search-box input[type="search"] {
	background-color: transparent;
	color: black;
	border-color: black;
}
#faq-page .search-box .ui-autocomplete {
	border-color: black !important;
	border-top-width: 0 !important;
}
#faq-page .search-box .ui-autocomplete .ui-state-active {
	border-color: #e6e7e8 black !important;
	color: black !important;
}
#faq-page .search-box .ui-autocomplete li:first-of-type .ui-state-active {
	border-top-color: black !important;
}

@media (min-width: 769px){
	.flex-wrapper > div:nth-of-type(odd){
		padding-left: 0 !important;
	}

	.flex-wrapper > div:nth-of-type(even){
		padding-right: 0 !important;
	}
}

@media (max-width: 767px){
	.flex-wrapper > div{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

#faq-page .faq-accordion .main-answer a {
	text-decoration: underline
}


/* --------- FAQ END  ------  */



/* --------- SOCIAL LINKS START  ------  */

.social-links span.icon{
	margin: 20px 5px 0 0;
}

/* --------- SOCIAL LINKS END  ------  */

/* ################   PAGES - END  ################ */






/* ################   OVERWRITE CSS LIBRARIES  - START  ################ */

/* --------- @library intlTelInput.css  - start ------  */

.intl-tel-input .selected-flag{
	outline: none;
}

.intl-tel-input.separate-dial-code .selected-flag{
	table-layout: fixed;
}

/* --------- @library intlTelInput.css  - end ------  */

/* ################   OVERWRITE CSS LIBRARIES  - END  ################ */




/* ################   MODALS - START  ################ */

/* --------- cookies modal  - start ------  */

#cookiesModal{
	background: #cac4be;
	width: 100%;
	padding: 13px 0;
	display: none;
}

#cookiesModal .cookie-msg-content{
	font-size: 11px;
	font-weight: 400;
	color: #444240;
	width: calc(100% - 100px);
}

#cookiesModal .cookie-msg-content a{
	text-decoration: underline;
	font-weight: 700;
}

#cookiesModal .icon{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
	margin-right: 10px;
}

@media (max-width: 1024px){
	#cookiesModal .cookie-msg-content{
		width: calc(100% - 50px);
	}
}

/* --------- cookies modal  - end ------  */


/* --------- popup modal  - start ------  */

.modal-dialog .modal-content{
	padding: 10px 20px;
	border-radius: 0 !important;
}

.modal-dialog .modal-header{
	padding: 5px 0;
	color: #dc0032;
	font-size: 20px;
	font-weight: 400
}

.modal-dialog .modal-header button{
	float: right;
	padding: 6px 0;
	height: 12px;
}

.modal-dialog .modal-body{
	padding: 20px 0 15px;
	font-size: 16px;
}

.modal-dialog .modal-footer{
	padding: 5px 0;
	border-top: 0;
}
/* --------- popup modal  - end ------  */


/* ################   MODALS - STOP  ################ */




/* ################   NOTIFICATION - START  ################ */

#notification-amount{
    color: #FFF;
    font-size: 9px;
    position: relative;
    top: -7px;
    left: -5px;
    min-width: 13px;
    height: auto;
    display: inline-block;
    text-align: center;
    background-color: #dc0032;
    line-height: 13px;
    border-radius: 50%;
}

#notification-body{
	background: #FFF;
	width: 293px;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #7c7c7c;
	right: -10px;
	top: 46px;
	z-index: 1000;
	position: absolute;
	display: none;
	max-height: 465px;
}

#notification-body ul {
	padding: 15px 15px 15px 0;
}

#notifications:not(.opened) #triangle-with-shadow{
	display: none;
}

#triangle-with-shadow {
	z-index: 1111;
	right:7px;
	width: 20px;
	height: 20px;
	position: absolute;
	overflow: hidden;
}

#triangle-with-shadow:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #FFF;
	transform: rotate(45deg); /* Prefixes... */
	top: 10px;
	left: 0px;
	box-shadow: -1px -1px 4px -1px #9c9c9c;
}

.notification-header span{
	font-size: 11px;
	color: #808285;
	padding-left: 15px;
}

.notification-item{
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding-top: 10px;
}

.notification-item:first-child{
	padding-top: 0;
}

.notification-item:last-child{
	border-bottom: none;
}

.notification-item-info{
	font-size: 14px;
	color: #414042;
	line-height: 1.5em !important;
	overflow-wrap: break-word;
}

.notification-item-link{
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5em;
	overflow-wrap: break-word;
}

.notification-item-date,
.notification-date {
	font-size: 11px;
	text-align: right;
	color: #808285;
}

.notification-item *{
	display: block;
	width: 100%;
}

.notification-item-border{
	border-left: 4px solid #dc0031;
	padding-left: 11px;
}

.notification-item.notification-read {
	opacity: 0.5;
}

.notification-item.notification-read .notification-item-border {
	border-color: #808285;
}
@media (max-width: 768px){
	#triangle-with-shadow {
		margin-left: 5px;
	}
	.myParcelDetails .parcel-search-on-mobile {
		display: none;
	}
}
@media (max-width: 359px){
	#notification-body{
		width: 253px;
		right: 40px;
	}
}
/* ################   NOTIFICATION - END  ################ */

/* Slide checkbox */

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 6px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked ~ .slider {
	background-color: #dc0032;
}

input:focus ~ .slider {
	box-shadow: 0 0 1px #dc0032;
}

input:checked ~ .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 30px;
}

.slider.round:before {
	border-radius: 50%;
}

/* Slide checkbox - END */


/* jquery-ui autocomplete */
.ui-menu .ui-menu-item > div{
	font-size: 15px;
	padding: 15px 10px;
}

.ui-state-active{
	background: #e6e7e8 !important;
	border-color: #e6e7e8 !important;
}

.ui-menu-item:after{
	content: '';
	display: block;
	background: #e6e7e8;
	height: 1px;
	width: calc(100% - 20px);
	margin: 0 auto;
}

/*STAR RATING START*/
div.stars {
	width: 290px;
	display: inline-block;
}

input.star { display: none; }

label.star {
	float: right;
	padding: 10px 10px 0;
	font-size: 40px;
	color: #444;
	transition: all .2s;
}

input.star:checked ~ label.star:before {
	content: '\f005';
	color: #fff;
	transition: all .25s;
}

label.star:hover { transform: rotate(-15deg) scale(1.3); }

.stars input[disabled] + label.star:hover {
	transform: initial;
	cursor: default;
}

.stars input[disabled] + label:before {
	cursor: default;
}

label.star:before {
	content: '\f005';
	font-family: FontAwesome;
	color: #aa0236;
	transition: all .25s;
	cursor: pointer;
}
/*STAR RATING END*/


#internalPage{
	margin: 25px 15px;
	min-height: 200px;
}

#internalPage ul {
	display: block;
	list-style-type: disc;
	padding-left: 40px;
	margin-top: 1em;
	margin-bottom: 1em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

#internalPage img {
	max-width: 100%;
}

#internalPage h1,
#internalPage h2,
#internalPage h3,
#internalPage h4,
#internalPage h5,
#internalPage h6 {
	font-weight: 300;
}

#internalPage h1 {
	font-size: 30px;
}

#internalPage h2 {
	font-size: 20px;
}

#internalPage h3 {
	font-size: 18px;
}

#internalPage strong {
	font-weight: bold;
}

#internalPage p {
	margin: 10px 0px;
}

/* Hide select element before js start */
.select select {
	display: none!important;
}
/* MY PARCEL - START */
.myParcel .nav-tabs {
	border-bottom: 1px solid #e6e7e8;
	padding-left: 8px;
}

.myParcel .nav-tabs li a {
	padding: 7px 1px 13px;
	height: 37px;
	margin-right: 30px;
}

.myParcel .nav-tabs li a,
.myParcel .nav-tabs li a:hover {
	border: 0;
	background: none;
}

.myParcel .nav-tabs li.active a {
	border-bottom: 3px solid #dc0032;
	padding: 7px 1px 10px;
}

.myParcel .nav-tabs li.active a span:first-child {
	color: #dc0032;
}

.myParcel .nav-tabs li a span:last-of-type {
	background: #e6e7e7;
	padding: 0;
	height: 21px;
	width: 31px;
	text-align: center;
	border-radius: 15px;
	margin-left: 4px;
	display: inline-block;
	line-height: 21px;
}

.myParcel #parcelDetails .parcelContent {
	background: #f2f3f3;
	padding: 16px 8px;
}

.myParcel #parcelFeedback > div {
	padding: 16px 8px 16px 16px;
}

.myParcel #parcelDetails .row {
	margin: 0;
}

.myParcel #parcelDetails .row.info {
	padding: 20px 16px 10px;
}

.myParcel .actionBar {
	text-align: right;
	height: 37px;
	border-bottom: 1px solid #e6e7e8;
	padding-right: 8px;
}

.myParcel .actionBar a {
	display: inline-block;
}

.myParcel .actionBar .icon {
	text-indent: 9999em;
	width: 24px;
	height: 24px;
	margin: 8px 0 0 5px;
	overflow: hidden;
}

.myParcel .actionBar .icon.icon-arrow-big-black-left {
	text-indent: 0;
	width: auto;
	line-height: 20px;
	padding-left: 28px;
}

.myParcel .actionBar .icon.icon-arrow-big-black-left:hover {
	background: url("/static/img/themes/dpd/arrow_big_red_left-77a7d1223ebeb82458e9561e7ea965a0.svg") no-repeat center left;
}

.myParcel .parcel-list li a,
.myParcel .parcel-list li div {
	display: block;
	border-bottom: 1px solid #e6e7e8;
	padding: 9px 19px 9px 8px;
}

.myParcel .parcel-list li.active {
	background: #f2f3f3;
}

.myParcel .parcel-list li.active a {
	display: none;
}

.myParcel .parcel-list li a span.parcelAlias,
.myParcel .parcel-list li div span.parcelAlias {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.myParcel .parcel-list li a span,
.myParcel .parcel-list li div span {
	display: block;
	font-size: 12px;
}

.myParcel .parcel-list li a span > span,
.myParcel .parcel-list li div span > span {
	display: inline;
}

.myParcel .parcel-list li a span.icon,
.myParcel .parcel-list li div span.icon {
	margin-top: 4px;
}

.myParcel .parcel-list li a span.gray-out,
.myParcel .parcel-list li div span.gray-out {
	color: #808285;
}

.container.max-width .myParcel .alert {
	margin: 0 0 15px 0;
}

.myParcel .parcelStatusBox {
	background: #dc0032;
	padding: 15px;
	min-height: 180px;
	padding-bottom: 65px;
	color: #fff;
	position: relative;
}

.myParcel .parcelStatusBox .stars {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -145px;

}

.myParcel .parcelStatusBox p {
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.myParcel .parcelStatusBox .driver {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 15px 15px 0;
	background: url("/static/img/default-driver-f86a26ed684c007ed9896bee9b5a2bf1.png") no-repeat left top;
	background-size: cover;
}

.myParcel .detailsActionsBox {
	background: #fff;
	padding: 15px 10px 8px 15px;
	margin-top: 16px;
	position: relative;
	min-height: 116px;
}

.myParcel .detailsActionsBox.gray {
	background: #808285;
	color: #fff;
}

.myParcel .detailsActionsBox.gray > a:hover span {
	background: url("/static/img/themes/dpd/arrow_big_white_right-5b67f0e7a6fcd83804245fe014820ca7.svg") no-repeat center center;
}

.myParcel .detailsActionsBox.gray p {
	color: #fff;
}

.myParcel .detailsActionsBox h4 {
	margin: 0 0 4px;
}

.myParcel .detailsActionsBox table {
	border: 0;
	width: 100%;
}

.myParcel .detailsActionsBox table a {
	display: block;
	padding: 10px 10px 10px 25px;
}

.myParcel .detailsActionsBox table tr {
	border-bottom: 1px solid #e6e7e8;
}

.myParcel .detailsActionsBox table tr:last-child {
	border-bottom: 0px;
}

.myParcel .detailsActionsBox table tr td{
	width: 50%;
}

.myParcel .detailsActionsBox table tr td:nth-child(odd) {
	border-right: 1px solid #e6e7e8;
}

.myParcel .detailsActionsBox table tr td:nth-child(even) {
	padding-left: 5px
}

.myParcel .detailsActionsBox ul li .table-cell{
	vertical-align: top;
	padding-left: 5px;
}

.myParcel .detailsActionsBox ul li .icon-refuse_parcel_small + span {
	top: -5px;
}

.myParcel .detailsActionsBox > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.myParcel .detailsActionsBox > a span {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.myParcel .detailsActionsBox > a:hover span {
	background: url("/static/img/themes/dpd/arrow_big_red_right-a78af03ff1eaef157e84e12655e109c8.svg") no-repeat center center;
}

.myParcel .mapBox {
	border: 1px solid #e6e7e8;
	position: relative;
}

.myParcel .mapBox .icon-map_bigger {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

.myParcel #map {
	height: 310px;
}

.myParcel#liveTracking #map {
	height: 501px;
	margin-top: 24px;
	border: 1px solid #e6e7e8;
}

.myParcel .liveTrackDetails {
	margin-top: 24px;
	float: right;
}

.myParcel .liveTrackDetails h3 {
	margin: 0 0 30px;
	color: #dc0032;
}

.myParcel .liveTrackDetails .parcelSender {
	margin-bottom: 20px;
}

.myParcel .parcelSender h4,
.myParcel .deliveryDate h4 {
	margin: 0 0 2px;
}

.myParcel #map .zoom-control-container {
	display: none;
}

.myParcel .mapDetails #map .zoom-control-container {
	display: block;
	z-index: 10;
}

.myParcel #parcelDetails .deliveryDetails {
	padding-bottom: 18px;
	margin: 0 8px;
	border-bottom: 1px solid #e6e7e8;
}

.myParcel .deliveryDetails h3 {
	border-top: 1px solid #e6e7e8;
	margin: 0;
	padding: 18px 0;
	font-size: 18px;
}

.myParcel .deliveryDetails div p {
	margin-bottom: 2px;
}

.myParcel .renameParcel h3,
.myParcel .parcelDelete h3,
.myParcel #parcelFeedback h3  {
	margin: 8px 0 19px;
}

.myParcel .renameParcel .parcelSender,
.myParcel .parcelDelete .parcelSender {
	padding: 15px;
	margin: 15px 0 20px;
	background: #e6e7e7;
}

.myParcel .renameParcel input:not([type="radio"]):not([type="submit"]),
.myParcel .parcelDataProtection input:not([type="radio"]):not([type="submit"]) {
	background: #fff;
}

.myParcel .emptyParcels {
	padding-top: 50px;
	text-align: center;
}

.myParcel .emptyParcels .bold {
	font-weight: bold;
}

.myParcel .emptyParcels p:last-of-type {
	max-width: 55%;
	margin: 0 auto;
}

.myParcel .parcelDataProtection h3 {
	margin: 8px 0 2px;
}

.myParcel .parcelDataProtection h3.mb-15 {
	margin-bottom: 15px;
}

.myParcel .parcelDataProtection .parcelStatus {
	width: calc(100% - 12px);
	display: inline-block;
	padding-left: 2px;
	float: left;
}

.myParcel #parcelDetails .parcelDataProtection .parcelStatus .row {
	height: 16px;
	margin-bottom: 11px;
}


.myParcel .parcelDataProtection div[class^="icon icon-status"] {
	height: 119px;
	width: 10px;
	float: left;
	margin-top: 2px;
}

.myParcel .parcelDataProtection .icon-status_vertical_0 {
	background: url("/static/img/themes/dpd/status_vertical_0-1ca78ca19e49fdde3cd3a595d619295e.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_1 {
	background: url("/static/img/themes/dpd/status_vertical_1-6c17ef5d9dd56bb0d0f2ec970ba643da.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_2 {
	background: url("/static/img/themes/dpd/status_vertical_2-f8659de2035895ab7c5fddcc30ab4c25.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_3 {
	background: url("/static/img/themes/dpd/status_vertical_3-46f58627fe9c30b0d4607025ec8bffbc.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_4 {
	background: url("/static/img/themes/dpd/status_vertical_4-ac249953676306dad02a3bf217999a21.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_5 {
	background: url("/static/img/themes/dpd/status_vertical_5-b5edb80f91bcf2771197d667370ab187.svg") no-repeat 0 0;
}

.myParcel #parcelDetails .deliveryStatus,
.myParcel .parcelDetailsHeader {
	display: none;
}

.myParcel.myParcelDetails.showFeedback .parcelDetailsHeader,
.myParcel.myParcelDetails.showFeedback .actionBar a,
.myParcel .feedbackCloseBtn {
	display: none !important;
}

.myParcel.myParcelDetails.showFeedback .feedbackCloseBtn {
	display: inline-block !important;
	cursor: pointer;
}

.myParcel.myParcelDetails.showFeedback .actionBar .feedbackCloseBtn:hover {
	color: #dc0032;
}


.myParcel #badRatingReasonForm .mt-20 {
	margin-top: 20px;
}

.myParcel #badRatingReasonForm .input-text {
	background-color: #fff;
	padding: 1px 10px;
}

.myParcel .checkbox + .checkbox-label:before {
	margin-right: 8px;
}

.myParcel .checkbox-label {
	margin-bottom: 8px;
}

.myParcel .senderLogo {
	background: #fff;
	margin: 14px 8px 0;
	padding: 10px;
	text-align: center;
}

.myParcel #parcelDetails .senderLogo .smallLogo,
.myParcel .mapDetails .senderLogo .largeLogo {
	display: none;
}

.myParcel .senderLogo  img {
	max-width: 100%;
	margin: 0 auto;
}

.myParcel .mapDetails .senderLogo {
	clear: both;
	position: absolute;
	bottom: 0;
	right:0;
	margin: 0;
	padding: 0 8px;
}

.myParcel .mapDetails .senderLogo div {
	background: #f2f3f3;
	padding: 10px;
}

.myParcel #parcelDetails .detailsBox .senderLogo {
	display: none;
}

.myParcel > .row {
	position: relative;
}

.myParcel .row .col-xs-12.no-padding-left {
	z-index: 1;
}

.myParcel .row .col-xs-12.no-padding-left.background {
	position: absolute;
	top: 0;
	right: 0px;
	background: #f2f3f3;
	height: 100%;
	z-index: 0;
}


@media (min-width: 1024px){
	.myParcel #parcelDetails .parcelContent {
		display: block;
	}
}

@media (max-width: 1199px) and (min-width: 1024px){
	.myParcel .nav-tabs {
		padding-left: 34px;
	}
	.myParcel .parcel-list li a,
	.myParcel .parcel-list li div {
		padding-left: 34px;
	}
	.myParcel .actionBar {
		padding-right: 34px;
	}
	.myParcel #parcelDetails .parcelContent,
	.myParcel #parcelFeedback > div {
		padding-right: 34px;
	}
	.myParcel#liveTracking #map {
		margin-left: 34px;
	}
	.myParcel .liveTrackDetails,
	.myParcel .mapDetails .senderLogo {
		padding-right: 34px;
	}
	.myParcel .mapDetails {
		margin-left: -8px;
		margin-right: -8px;
	}
	.myParcel .mapDetails .senderLogo {
		background: none;
		padding-top:0;
		padding-bottom: 0;
	}
	.myParcel .mapDetails .senderLogo div {
		background: #f2f3f3;
		padding: 10px;
	}
	.myParcel #parcelDetails .renameParcel .col-xs-12 {
		padding-right: 0;
	}
	.myParcel.myParcelDetails #parcelDetails {
		display: block;
	}
	.myParcel .parcel-list li.active a {
		display: none;
	}
	.myParcel .parcel-list li.active div {
		display: block;
	}
}

@media (max-width: 1024px) and (min-width: 768px){
	.myParcel .nav-tabs {
		padding-left: 28px;
	}
	.myParcel .parcel-list li a,
	.myParcel .parcel-list li div {
		padding-left: 28px;
	}
	.myParcel .actionBar {
		padding-right: 28px;
	}
	.myParcel #parcelDetails .parcelContent {
		padding-right: 28px;
		display: block;
	}
	.myParcel#liveTracking #map {
		margin-left: 28px;
	}
	.myParcel .liveTrackDetails,
	.myParcel .mapDetails .senderLogo {
		padding-right: 28px;
	}
	.myParcel #parcelFeedback > div {
		padding-right: 36px;
	}
	.myParcel .mapDetails {
		margin-left: -8px;
		margin-right: -8px;
	}
	.myParcel .mapDetails .senderLogo {
		background: none;
		padding-top:0;
		padding-bottom: 0;
	}
	.myParcel .mapDetails .senderLogo div {
		background: #f2f3f3;
		padding: 10px;
	}
	.myParcel .parcel-list li.active a {
		display: none;
	}
	.myParcel .parcel-list li.active div {
		display: block;
	}
}


@media (max-width: 991px) and (min-width: 768px) {
	.myParcel #parcelDetails .parcelContent {
		padding-right: 20px;
	}
	.myParcel #parcelFeedback > div {
		padding-right: 28px;
	}
	.myParcel .parcelStatusBox {
		min-height: 96px;
	}
	.myParcel .mapBox {
		margin: 16px 8px 0 0;
	}
	.myParcel .parcelStatusBox .stars {
		bottom: 0;
	}
	.myParcel .liveTrackDetails{
		padding: 0 18px;
	}
	.myParcel#liveTracking #map {
		margin-left: 0;
	}
	.myParcel#liveTracking .parcelSender,
	.myParcel#liveTracking .deliveryDate {
		width: 50%;
		float: left;
	}
	.myParcel .mapDetails .senderLogo {
		position: relative;
		padding: 0 34px;
	}

	.myParcel .mapDetails .senderLogo .largeLogo,
	.myParcel .parcel-list li.active div,
	.myParcel.myParcelDetails #parcelDetails {
		display: block;
	}
	.myParcel .mapDetails .senderLogo .smallLogo,
	.myParcel .parcel-list li.active a {
		display: none;
	}

	#triangle-with-shadow{
		right: 11px;
	}
}

@media (max-width: 991px){

	.mapDetails .live-tracking-info-container{
		background: #FFF;
		width: 100%;
		display: table;
		padding: 10px;
		margin-top: 10px;
		box-shadow: 0px 0px 8px #aaa;
	}

	.mapDetails .live-tracking-info-container .parcelSender{
		margin-bottom: 0;
	}

	.mapDetails .clock-container{
		display: inline-block;
		position: absolute;
		bottom: -80px;
		right: 20px;
		width: auto;
	}

	.mapDetails .clock {
		margin: auto;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mapDetails .clock-container p{
		background: #FFF;
		box-shadow: 0px 0px 8px #aaa;
		padding: 5px 10px;
	}

	.zoom-control-container,
	.resize-control-container{
		padding: 10px;
	}

	.mapDetails .liveTrackDetails,
	.mapDetails .notification-map{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 78%;
		z-index: 100;
	}

	.myParcel .mapDetails{
		position: relative;
	}

	.myParcel .liveTrackDetails h3{
		display: none;
	}

	.myParcel .deliveryDate{
		text-align: right;
	}

	body:not(.homepage) #help{
		display: block !important;
		position: relative;
		top: 1px;
	}

	body:not(.homepage) #userPreferences{
		display: none !important;
	}
}

@media (max-width: 767px) {
	/* DPDGEOCCPXXX-140
	.myParcel .clock-container{
		bottom: -100px;
	}*/

	.myParcel .detailsActionsBox {
		height: auto;
	}

	#footer .footer-links .link-list {
		display: none;
	}

	#footer .footer-links .icon-plus_black {
		margin-top: -4px;
	}

	.myParcel {
		margin-top: 0;
	}
	.myParcel #parcelDetails .parcelContent.parcelDelete,
	.myParcel #parcelDetails .parcelContent.renameParcel {
		background: none;
	}
	.myParcel #parcelDetails .renameParcel .parcelSender,
	.myParcel #parcelDetails .parcelDelete .parcelSender {
		padding: 15px 16px 15px 18px;
		margin: 15px -16px 20px -18px;
	}
	.myParcel .parcel-list li a,
	.myParcel .parcel-list li div,
	.myParcel .nav-tabs,
	.myParcel #parcelDetails .parcelContent {
		padding-left: 20px;
		padding-right: 12px;
	}
	.myParcel #parcelFeedback > div {
		padding-left: 28px;
		padding-right: 18px;
	}
	.myParcel .parcel-list li.active div {
		display: none;
	}
	.myParcel .parcel-list li.active a {
		display: block;
	}
	.myParcel .actionBar {
		padding-right: 20px;
	}
	.myParcel#liveTracking .actionBar {
		border:0;
		margin: 0;
	}
	.myParcel#liveTracking .liveTrackDetails {
		padding: 5px 18px 0;
		margin-top: 0;
	}
	.myParcel#liveTracking .liveTrackDetails .parcelSender,
	.myParcel#liveTracking .liveTrackDetails .deliveryDate {
		width: 50%;
		float: left;
	}
	.myParcel#liveTracking .liveTrackDetails .deliveryDate {
		text-align: right;
	}
	.myParcel#liveTracking #map {
		margin-top: 0;
	}
	.myParcel .mapDetails {
		margin-left: -8px;
		margin-right: -8px;
	}
	.myParcel .actionBar.details {
		position: fixed;
		left: 0;
		bottom: 0;
		height: 45px;
		background: #414042;
		z-index: 100;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.myParcel .actionBar.details a {
		width: 18%;
		display: inline-block;
	}

	.myParcel .actionBar.details .icon {
		height: 45px;
		margin: 0px auto 0;
		display: block;
	}

	.myParcel .actionBar a.icon.icon-arrow-big-black-left {
		float: left;
		margin-left: 28px;
	}

	.myParcel .actionBar.details .icon.icon-edit_desktop {
		background: url("/static/img/themes/dpd/edit_white-32ea4717376c03390048b3a42bdb5f37.svg") no-repeat center center;
	}

	.myParcel .actionBar.details .icon.icon-delete_desktop {
		background: url("/static/img/themes/dpd/delete_white-983cb53abcdc7c6a6074840666882fab.svg") no-repeat center center;
		width: 28px;
	}

	.myParcel .actionBar.details .icon.icon-share_desktop {
		background: url("/static/img/themes/dpd/share_white-d3de942f883d303f5770d6a9be7d294e.svg") no-repeat center center;
	}

	.myParcel .actionBar.details .icon.icon-scanhistory_desktop {
		background: url("/static/img/themes/dpd/scanhistory_white-2e653a8fa25793684095604dadf808d3.svg") no-repeat center center;
		width: 38px;
	}

	.myParcel.showFeedback .actionBar.details {
		position: relative;
		background: none;
		height: auto;
		text-align: left;
		width: auto;
		padding: 10px 16px 10px 24px;
	}

	.myParcel.showFeedback .actionBar.details .icon {
		height: auto;
		margin: 0;
	}

	.myParcel .parcelStatusBox {
		min-height: 81px;
		padding-bottom: 40px;
	}
	.myParcel .mapBox {
		margin: 16px -10px 0 -18px;
	}
	.myParcel .mapBox #map {
		height: 170px;
	}
	.myParcel #map .resize-control-container {
		display: none;
	}
	.myParcel #parcelDetails .deliveryDetails {
		border: 0;
		padding-bottom: 0;
	}

	.myParcel .deliveryDetails h3 {
		background: #cac4be;
		padding: 15px 16px;
	}
	.myParcel .deliveryDetails h3 .icon.icon-plus_black,
	#footer .footer-links .col-sm-3 .icon-plus_black {
		display: block;
		background: url("/static/img/themes/dpd/plus_black-d2b3cc6b250bbb25c86c21eccdd97714.svg") no-repeat 0 0;
		float:right;
		width: 27px;
		height: 27px;
	}

	.myParcel .deliveryDetails h3 .icon.icon-plus_black{
		position: relative;
		top: -4px;
	}

	.myParcel .deliveryDetails h3.active .icon.icon-plus_black,
	#footer .footer-links .col-sm-3.active .icon-plus_black {
		background: url("/static/img/themes/dpd/minus_black-323c2a982e261aff8b6b3e9478f45265.svg") no-repeat 0 0;
	}

	.myParcel .deliveryDetails .detailsBox.row {
		padding: 20px 16px 18px 16px;
		border-bottom: 1px solid #e6e7e8;
		clear: both;
		background: #cac4be;
	}
	.myParcel .liveTrackDetails h3 {
		margin: 0;
	}
	.myParcel .nav-tabs,
	.myParcel.myParcelDetails .actionBar {
		border: 0;
	}
	.myParcel .parcel-list,
	.myParcel.myParcelDetails #parcelDetails .parcelContent,
	.myParcel .emptyParcels,
	.myParcel#liveTracking .liveTrackDetails,
	.myParcel.showFeedback #parcelFeedback {
		border-top: 1px solid #e6e7e8;
	}
	.myParcel #parcelDetails,
	.myParcel .actionBar,
	.myParcel.myParcelDetails #parcelDetails.hideForMobile,
	.myParcel.myParcelDetails .parcelDetailsHeader.hideForMobile,
	.myParcel.myParcelDetails .parcel-list,
	.myParcel.myParcelDetails .actionBar.hideForMobile,
	.myParcel .deliveryDetails .detailsBox.row,
	.myParcel.myParcelDetails .nav-tabs,
	.myParcel#liveTracking .nav-tabs,
	.myParcel#liveTracking .liveTrackDetails h3,
	.myParcel#liveTracking .actionBar,
	.myParcel.myParcelDetails .parcelDetailsHeader,
	.myParcel .tracking-parcel .parcel-list,
	.myParcel .tracking-parcel .breadiv,
	.myParcel .tracking-parcel .multiparcel-info {
		display: none;
	}

	.myParcel.myParcelDetails #parcelDetails,
	.myParcel .nav-tabs,
	.myParcel.myParcelDetails .actionBar,
	.myParcel.myParcelDetails #parcelDetails .deliveryStatus,
	.myParcel.myParcelDetails .deliveryStatus div[class^="icon icon-status"],
	#sender_info_for_mobile {
		display: block;
	}
	.myParcel.myParcelDetails .deliveryDate {
		text-align: right;
	}
	.myParcel .parcel-list li.active {
		background: none;
	}
	.myParcel.myParcelDetails .parcelDetailsHeader {
		position: relative;
	}

	.myParcel.myParcelDetails .parcelDetailsHeader span {
		position: absolute;
		left: 28px;
		top: 16px;
		width: 30px;
		height: 30px;
	}
	.myParcel.myParcelDetails .parcelDetailsHeader h4 {
		margin: 16px 0;
		text-align: center;
	}
	.myParcel .parcelStatusBox .stars {
		bottom: 0;
		position: static;
		margin-left: 0px;
	}
	.myParcel #parcelDetails .detailsBox .senderLogo,
	.myParcel #parcelDetails .detailsBox .senderLogo .smallLogo {
		display: block;
		margin: 0;
	}
	.myParcel #parcelDetails .senderLogo {
		display: none;
	}

	.myParcel .mapDetails .senderLogo {
		background: none;
		position: relative;
		padding: 0 28px;
		padding-top:0;
		padding-bottom: 0;
	}

	.myParcel .mapDetails .senderLogo div {
		background: #f2f3f3;
		padding: 10px;
	}

	.myParcel .mapDetails .senderLogo .largeLogo {
		display: block;
	}
	.myParcel .mapDetails .senderLogo .smallLogo {
		display: none;
	}

	.myParcel .mapDetails .senderLogo .largeLogo {
		display: none;
	}
	.myParcel .mapDetails .senderLogo .smallLogo {
		display: block;
	}
	.myParcel #parcelDetails .renameParcel .submit-row .col-xs-12,
	.myParcel #parcelDetails .parcelDelete .submit-row .col-xs-12 {
		padding: 0;
	}
	.myParcel #parcelDetails .renameParcel .submit-row .col-xs-12:first-child,
	.myParcel #parcelDetails .parcelDataProtection .submit-row .col-xs-12:first-child,
	.myParcel #parcelDetails .parcelDelete .submit-row .col-xs-12:first-child,
	.myParcel #parcelFeedback .submit-row .col-xs-12:first-child {
		margin-bottom: 10px;
	}
	#header .top-logo .col-md-8.col-xs-12 {
		padding: 0 10px;
	}
	.myParcel .row .col-xs-12.no-padding-left.background {
		display: none;
	}
}

.myParcel #parcelDetails .parcelDataProtection .submit-row .col-xs-12,
.myParcel #parcelDetails .parcelDelete .submit-row .col-xs-12,
.myParcel #parcelDetails .renameParcel .submit-row .col-xs-12,
.myParcel #parcelFeedback .submit-row .col-xs-12  {
	float: right;
}

body.dpd-theme #header .top-logo {
	display: block!important
}

@media (max-width: 480px){
	/* #CCPINT-281
	body.dpd-theme.parcelDetailsPage #header .top-logo {
		display: none!important;
	}
	*/
	body.parcelDetailsPage #header #navigation ul li#userPreferences {
		display: none;
	}

	body.parcelDetailsPage #header #navigation ul li#notifications {
		display: block;
		position: absolute;
		top: 0;
		right: 50px;
		z-index: 100
	}

	body.parcelDetailsPage #header #navigation ul li#help {
		display: block!important;
		position: absolute;
		right: 10px;
		z-index: 100;
		top: 3px;
	}

	body.parcelDetailsPage #header #navigation ul li#notifications #notification-body {
		right: -40px;
	}

	body.parcelDetailsPage #header #navigation ul li#notifications #triangle-with-shadow {
		right: 3px;
	}

	body.parcelDetailsPage .myParcel.myParcelDetails .parcelDetailsHeader span {
		top: 10px;
	}
	body.parcelDetailsPage .myParcel.myParcelDetails #parcelDetails .parcelContent {
		padding-left: 12px;
	    padding-right: 6px;
	    padding-bottom: 10px;
	}
	body.parcelDetailsPage .myParcel .parcelSender h4,
	body.parcelDetailsPage .myParcel .deliveryDate h4 {
		font-size: 16px;
		margin-bottom: 7px;
	}

	body.parcelDetailsPage .deliveryStatus .mb-15 {
		margin-bottom: 10px;
	}

	body.parcelDetailsPage .myParcel .parcelStatusBox {
		padding: 10px 10px 35px 10px;
		min-height: 75px;
	}

	body.parcelDetailsPage .myParcel .parcelStatusBox .driver {
		width: 55px;
		height: 55px;
	}

	body.parcelDetailsPage .myParcel .parcelSender span,
	body.parcelDetailsPage .myParcel .deliveryDate span {
		font-size: 13px;
	}

	body.parcelDetailsPage .myParcel .deliveryStatus .icon {
		margin: 7px 0px;
	}

	body.parcelDetailsPage .myParcel .deliveryStatusType {
		color: #808285;
		font-size: 13px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox {
		padding: 15px 10px 0px 10px;
		margin-top: 10px;
	}

	body.parcelDetailsPage .myParcel .detailsActionsBox h4 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox p {
		display: inline-block;
		margin-bottom: 15px;
	}

	body.parcelDetailsPage .myParcel .detailsActionsBox ul li .table-cell {
		vertical-align: middle;
		font-size: 13px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox ul li .table-cell {
		padding-left: 2px;
	}
	body.parcelDetailsPage .myParcel .detailsActionsBox ul li .table-cell:first-child {
		padding-left: 0px;
	}
	body.parcelDetailsPage .myParcel .mapBox,
	body.parcelDetailsPage .myParcel .deliveryDetails .mt-15 {
		margin-top: 10px;
	}

}

/* MY PARCEL - END */


/* NOTIFICATION - PAGE - START  */

#notification-live-tracking .actionBar{
	text-align: right;
	height: 37px;
	border-bottom: 1px solid #e6e7e8;
	padding-right: 8px;
	margin-top: 30px;
}

#notification-live-tracking .actionBar a{
	margin: 8px 0 0 5px;
	padding-right: 8px;
}

#notification-live-tracking .actionBar a .icon + span{
	margin-left: 14px;
}

#notification-live-tracking .link-amazon{
	display: block;
	padding: 0;
	color: #dc0032;
	text-align: center;
}

#notification-live-tracking .link-amazon.icon-before:before{
	position: static;
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	background: url("/static/img/themes/dpd/bell_message-71956e152b4cd752bfec40d19dd1e882.svg") no-repeat center center;
	width: 36px;
	height: 36px;
	content: "";
}

#notification-live-tracking .link-redirect {
	text-align: center;
	display: block;
	margin-top: 20px;
}

#notification-live-tracking .link-redirect .icon {
	margin-left: 6px;
}

#notification-live-tracking .mapDetails{
	padding-top: 30px;
	position: relative;
}

#notification-live-tracking  #map{
	height: 551px;
	border: 1px solid #e6e7e8;
}

@media (max-width: 991px){

	#notification-live-tracking .actionBar{
		margin-top: 0;
	}

	#notification-live-tracking .link-redirect{
		margin-top: 0;
	}

	#notification-live-tracking .mapDetails{
		margin-top: 30px;
	}

	#notification-live-tracking .link-amazon.icon-before:before{
		position: relative;
		display: inline-block;
		text-align: left;
		top: 15px;
		margin: 0;
		margin-right: 10px;
	}

	#notification-live-tracking .link-amazon{
		text-align: left;
		position: relative;
		top: -30px;
	}

	.notification-live-tracking .notification-map{
		padding: 0 18px;
	}

	.notification-live-tracking .mapDetails .live-tracking-info-container{
		margin-top: 0;
	}

	.notification-live-tracking .mapDetails .clock-container{
		bottom: -110px;
	}
}

.telephoneList h2.title-header {
	color: #414042;
}

.clock-container{
	display: table;
	width: 100%;
}

.clock-on-map{
	position: absolute;
	display: inline-block;
	width: auto;
	bottom: 0;
	right: 10px;
}

.clock-on-map #delivery-clock{
	width: 90px
}

.clock{
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* privacy policy */
#privacy-policy .text-box{
	padding: 10px 15px;
	height: 150px;
	overflow: hidden;
}
#privacy-policy .text-box h1 {
	display: block;
}
#privacy-policy .form-group .pointer {
	width: calc(100% - 40px);
	margin-top:5px;
}

#privacy-policy .form-group .checkbox-label {
	vertical-align: top;
}


.box-shadow	{
	content: "";
	display: block;
	width: calc(100% - 16px);
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 8px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	text-align: center;
}

.box-shadow > .icon{
	width: 50px;
	height: 30px;
	position: relative;
	top: -5px;
	background-color: transparent;
}

.pointer{
	cursor: pointer;
}

.page-preferences .form-group p{
	display: block;
}

@media (min-width: 768px){
	.page-preferences{
		min-height: 400px;
	}
	#sender_info_for_mobile {
		display: none;
	}
}

.asset-spinner{
	overflow: hidden;
}

.asset-spinner:after{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF url("/static/img/loader-7c3d6036eb26e3ab4925eec04e872e97.gif") no-repeat center center;
	content: "";
	opacity: 0.6;
}

.arrowFont{
	font-family: "arrow-font";
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.arrowFont.right-arrow:before{
	content: "\e900";
}

body.dpd-theme .smartbanner {
	top: -84px!important;
	font: 13px "Pluto Sans", Arial, Helvetica, sans-serif;
	color: #414042;
	font-weight: 300;
}
body.dpd-theme .smartbanner.smartbanner--android a {
	color: #fff
}
body.dpd-theme .smartbanner.smartbanner--android a:hover {
	color: #dc0032;
}

.breadcrumb-navigation {
	position:absolute;
	top: 0px;
	background-color: #fff;
	padding: 15px 0px 0px 22px;
	z-index: 111;
	width: 75%;
	height: 40px;
}
.breadcrumb-navigation li {
	float: left;
	font-size: 18px;
}

@media (max-width: 400px){
	.breadcrumb-navigation li {
		font-size: 14px;
	}
}

.breadcrumb-navigation li:FIRST-OF-TYPE {
	width: 10%;
}

.breadcrumb-navigation li:FIRST-OF-TYPE a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.breadcrumb-navigation li:LAST-OF-TYPE {
	width: 90%;
	text-align: center;
}

.breadcrumb-truncate {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* #CCPINT-281
body.parcelDetailsPage .breadcrumb-navigation {

display: none!important;
}
*/

/* FAQ Rate Question */

.rateQuestion {
	font-weight: 500;
	border-top: 1px solid #414042;
	padding-top: 20px;
	margin-top:  20px;
}

.rateQuestion .rating-box {
	text-align: right;
	width: 100px;
	float: right;
}
.rateQuestion .rating-label {
    margin-left: 10px;
}
.rateQuestion .rating-label:before{
	display: block;
	width: 29px;
	height: 24px;
	content: "";
}
.rateQuestion input {
	position:absolute;
	opacity:0;
	width: 40px;
	margin: 0;
}
.rateQuestion input:hover {
	cursor:pointer;
}
.rateQuestion #rating-up:disabled:hover ~ .rating-up:before,
.rateQuestion .rating-up:before{
	background: url("/static/img/themes/dpd/thumb_up_inactive-bc1fbf04d537b74e1ed212470563119e.svg") no-repeat center center;
}
.rateQuestion #rating-down:disabled:hover ~ .rating-down:before,
.rateQuestion .rating-down:before{
	background: url("/static/img/themes/dpd/thumb_down_inactive-ab4e0dfd0625458e3251c6784e1ed888.svg") no-repeat center center;
}
.rateQuestion #rating-up:hover ~ .rating-up:before,
.rateQuestion #rating-up:checked:disabled ~ .rating-up:before {
	background: url("/static/img/themes/dpd/thumb_up-f8f95850f40f2c1214ba314c0348022e.svg") no-repeat center center;
}
.rateQuestion #rating-down:hover ~ .rating-down:before,
.rateQuestion #rating-down:checked:disabled ~ .rating-down:before {
	background: url("/static/img/themes/dpd/thumb_down-1a9075c3c9e915db9d3b278db7aad9ef.svg") no-repeat center center;
}

.parcel-additional-info{
	color: #000000;
}

.parcelTimeoutContainer {
	border:2px solid #dc0032;
	padding-top:10px;
}

#badRatingReasonForm label {
	word-wrap: break-word;
	word-break: break-word;
}

.deletedDone .modal-dialog .btn-clear{
	padding: 0 0;
	margin-top: 9px;
}

.deletedDone .icon-x-black{
	vertical-align: top;
	line-height: 0;
}

.collapse-element {
    width: 100%;
    margin-bottom: 0px;
}

.collapsible-element a {
    display: inline-block;
    padding: 15px 0px;
    width: 95%;
    background: transparent url("/static/img/geoccp_minus-57e3f581fe356f4b397a7423398712cb.png") no-repeat right;
    outline:0 none!important;
}
.collapsible-element a.collapsed {
    background-image: url("/static/img/geoccp_plus-511a15a0e8fda5c2bbade2b469667bb1.png");
}

.collapsible-element a:hover {
    text-decoration: none;
    outline:0 none!important;
}

.collapsible-element a:focus,
.collapsible-element a:active {
    outline: 0!important;
    text-decoration: none!important;
}

.parcelshops-filters {
    padding-left: 25px;
    background-color: #CAC4BE;
    margin-bottom: 5px;
}

.parcelshops-filters-details {
    background-color: #E6E7E7;
    font-weight: bold;
    line-height: 7px;
    padding-top: 10px;
    font-size: 10px;
}

.parcelshops-filters-show-more {
    float: right;
    color: gray;
    text-decoration: underline;
}

.parcelshops-filters-show-more:hover {
    text-decoration: none;
    cursor: pointer;
}

#searchContainer {
	position: relative;
	margin: 20px 10px 20px 0;
}

.shipmentsNotFound {
	display: none;
}

#searchContainer .search-box .icon{
	background-color: transparent;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

#searchContainer .search-box #searchParcel{
	margin-top: 0px;
}

@media (min-width: 1025px) and (max-width: 1198px)  {
	#searchContainer, .shipmentsNotFound {
		padding-left: 35px;
	}
}

@media (min-width: 768px) and (max-width: 1024px)  {
	#searchContainer, .shipmentsNotFound {
		padding-left: 28px;
	}
}

@media (max-width: 768px)  {

	#searchContainer{
		display: none;
	}

	.parcel-list-with-tabs.tracking-parcel, .parcel-search-on-mobile.tracking-parcel {
		display: none;
	}
}

.changed-text {
    color: red;
}
.changed-text p {
    color: red;
}

.parcel-search-on-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .parcel-search-on-mobile{
        display: block;
        width: calc(100% - 30px);
        margin: 15px;
    }

    .parcel-search-on-mobile .single-icon-magnifier{
        width: calc(100% - 45px) !important;
    }

    .parcel-search-on-mobile .icon-magnifier-white {
        background-color: #dc0032;
        margin-left: -4px;
        margin-bottom: -17.75px;
        cursor: pointer;
    }
}

.payment-link-text-holder {
	display: block;
	bottom: 14px;
	padding-left: 80px;
	position: absolute;
}

.payment-link {
	color: white;
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.payment-link:hover, .payment-link:focus {
    color: white;
    font-weight: bold;
}

.parcelStatusBox.payment::after{
	font-family: "icomoon-font";
	content: "\e900";
	display: inline;
	width: 11px;
	height: 19px;
	position: absolute;
	font-size: 20px;
	bottom: 15px;
	right: 15px;
}

input::-ms-clear {
	display: none;
}

#favourite-parcel-shop {
	margin-top: 20px;
}

#favourite-parcel-shop .item, #favourite-parcel-shop .item .pudo-point-link {
	border: 0 !important;
}

#homePreferenceConfirmation .box-gray p{
	margin:0;
}

.homeDetailsHolder.disabled p,
.depositDetailsHolder.disabled p,
.favoritePickupPointDetailsHolder.disabled p,
.favoritePickupPointDetailsHolder.disabled span{
	color: #808285;
}


.inlineDate {
	display: block;
	width: 100px;
}

@media (min-width: 992px) {
	#profiles .dontDisplayOnDesktop{
		display: none;
	}
}
@media (max-width: 991px) {
	#profiles .logoutUser{
		margin: 20px 0;
		font-weight: 400;
	}
}





.icon-refresh_parcelinfo {
	background-image: url(/static/img/themes/dpd/icons/refresh_parcelinfo-bb8238749bcaf8b3eb5fee6ba9ce8981.svg);
	position: relative;
	float: right;
	margin: 0px 10px;
}

.breadiv {
	width: 100%;
	margin-left: 40px;
	margin-bottom: 10px;
	min-height: 110px;
	max-height: 250px;
}
.breadiv div.item {
	vertical-align: top !important;
	display: inline-block !important;
	float: left;
	width: 20%;
	position: relative;
}
.breadiv div.item .img {
	width: 60px !important;
	height: 60px !important;
	background-position: center -120px !important;
	position: relative;
	left: 5px;
}
.breadiv div.item .img.active {
	background-position: center 0 !important;
}
.breadiv div.item .img.jobDone {
	background-position: center -60px !important;
}

.breadiv div.item .stepSeparatorArrow {
	max-width: 50%;
	min-width: 11px;
	position: absolute;
	top: 30px;
	left: calc(50% - 11px);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 45px;
	display: inline-block;
	height: 19px;
	background: transparent url(/static/img/themes/dpd/arrow_big_black_right-c3d651cbee428aa6aa987f9f0c4cc15e.svg);

}

.breadiv div.item hr {
	max-width: 50%;
	border: 1px solid #808285;
	position: relative;
	top: 36px;
	right: -30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 45px;
}
.breadiv div.item hr.colored {
	max-width: 50%;
	border: 1px solid #dc0032;
	background-color: #dc0032;
}

.breadiv .step1 {
	background-image: url('/static/img/progressbaritems/progressBarItem1_DPD-93eacae7d22733b901c0f11478fc7384.png');
}
.breadiv .step2 {
	background-image: url('/static/img/progressbaritems/progressBarItem2_DPD-338be72ec8834ffad04e270782849996.png');
}
.breadiv .step3 {
	background-image: url('/static/img/progressbaritems/progressBarItem3_DPD-48c1afd7c964f98be2ecfde5af76fb82.png');
}
.breadiv .step3.return {
	background-image: url('/static/img/progressbaritems/progressBarItem3_return_DPD-f7629737113baf0b00f80ed8015b6e06.png');
}
.breadiv .step4 {
	background-image: url('/static/img/progressbaritems/progressBarItem4_DPD-c7ef93ae30418e09516c33d91fe8f628.png');
}
.breadiv .step4.collection {
	background-image: url('/static/img/progressbaritems/progressBarItem6_DPD-5f1f7797167a42c408d1f9fd3c17b8cc.png');
}
.breadiv .step5 {
	background-image: url('/static/img/progressbaritems/progressBarItem5_DPD-10d03a483ec08683e8bd492d0631d6ab.png');
}

.breadiv .caption {
	display: block !important;
	position: relative;
	right: 10px;
	width: 91px;
	text-align: center;
}


.ret {
	margin-top: 0;
}
.ret .addInfoBox {
	border-bottom: 1px solid #e6e7e8;
}
.ret .addInfoBox a {
	line-height: 50px;
	height: 50px;
	display: block;
	padding: 0 50px 0 30px;
	position: relative;
	background-image: url(/static/img/themes/dpd/plus_black-d2b3cc6b250bbb25c86c21eccdd97714.svg);
	background-repeat: no-repeat !important;
	background-position: 91% center !important;
}
.ret .addInfoBox a.minus {
	background-image: url(/static/img/themes/dpd/minus_black-323c2a982e261aff8b6b3e9478f45265.svg) !important;
	background-repeat: no-repeat !important;
	background-position: 94% center !important;
}
.ret .addInfoBox a span {
	padding-left: 10px;
}
.ret .showFirstArea {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #e6e7e8;
}
.ret .addInfoBox .firstArea.clearfix {
	display: none;
}
.ret .addInfoBox .showFirstArea span {
	font-size: 16px;
	padding-left: 5px;
}

.ret .addInfoBox .firstArea {
	padding: 0 25px 0;
}

#addInfoChangeFragment h3 {
	font-size: 16px;
}

.p_det {
	margin-bottom: 2px;
	font-weight: bold;
}

#cc {
	padding-left: 0 !important;
	position: relative;
	left: -8px;
	bottom: -30px;
	padding-top: 10px;
}

.content-holder {
	list-style-type: none;
	padding: 0;
	max-width: 700px;
}
.content-holder .content-item {
	min-height: auto;
	display: flex;
}
.content-holder .content-item-time,
.content-holder .content-item-meta {
	display: inline-block;
}
.content-holder .content-item-meta .pshoplink {
	cursor: pointer;
	height: auto;
}
.content-holder .content-item-time {
	background: #CCCCCC;
	position: relative;
	padding: 20px 20px 20px 8px;
	min-width: 120px;
}

.content-holder .content-item-time:before,
.content-holder .content-item-time:after {
	content: ' ';
	position: absolute;
	background: #DC0032;
	top: 20px;
}
.content-holder .content-item-time:after {
	height: 100%;
	z-index: 1;
	width: 2px;
	right: 0;
}
.content-holder .content-item-time:before {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	right: -7px;
}
.content-holder .last-location {
	margin-bottom: 15px !important;
}

.content-holder .last .content-item-time:after {
	display: none;
}
.content-holder .content-item-time .p_bold,
.content-holder .content-item-meta .p_bold {
	font-weight: bold;
	font-size: 12px;
}


.content-holder .content-item p {
	border: 0;
	margin: 2px;
}
.content-holder .content-item-meta {
	padding: 20px 20px 8px 15px;
	max-width: 500px;
}

.multiparcel-info {
	margin-left: 30px;
	margin-bottom: 20px;
}

.multiparcel-info h2{
	margin: 0;
	font-weight: bold;
}
.multiparcel-info a, .multiparcel-info-mobile a{
	text-decoration: underline;
	font-weight: bold;
}

@media (max-width: 767px) {
	.myParcel #parcelDetails {
		display: block;
	}
	.sender_info_box {
		font-size: 18px;
	}
	.ret {
		margin-top: 30px;
	}
	.ret .addInfoBox .showFirstArea {
		padding-left: 16px;
	}
	.ret .addInfoBox .showFirstArea span {
		padding-left: 0;
	}
	.ret .addInfoBox .firstArea {
		padding: 0 10px 0;
	}

	#addInfoChangeFragment h3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#cc {
		bottom: -5px;
		padding-top: 5px;
	}

	.multiparcel-info-mobile {
		margin-top: 10px;
	}

}
@media (max-width: 500px){
	.ret .addInfoBox .firstArea.clearfix {
		display: block;
	}
}
@media (min-width: 375px) and (max-width: 543px){
	.breadiv {
		display: none;
	}
	.tracking-parcel .parcel-list {
		display: none;
	}
}
@media (min-width: 544px) and (max-width: 991px){
	.breadiv {
		margin-left: 30px;
	}
	.breadcrumb-navigation {
		display: none !important;
	}
}


.inputText,
.select,
.textArea {
	position: relative;
}
.inputText label,
.select label,
.textArea label {
	color: grey;
}

.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused .select2-selection__rendered,
.select.nonEmpty .select2-selection__rendered {
	padding-top: 10px;
}

.textArea.focused textarea,
.textArea.nonEmpty textarea {
	padding-top: 20px;
}

.select.focused .select2-selection__rendered,
.select.nonEmpty .select2-selection__rendered {
	padding-top: 5px;
}

.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused .select2-container--default .select2-selection--single,
.select.nonEmpty .select2-container--default .select2-selection--single,
.textArea.focused textarea,
.textArea.nonEmpty textarea {
	border-color: black;
}

.has-error .select.focused .select2-container--default .select2-selection--single,
.has-error .select.nonEmpty .select2-container--default .select2-selection--single,
.select.focused .has-error .select2-container--default .select2-selection--single,
.select.nonEmpty .has-error .select2-container--default .select2-selection--single {
	border-color: #dc0032;
}

.inputText label,
.select label,
.textArea label {
	position: absolute;
	left: 16px;
	top: calc(50% - 8px);
	z-index: 2;
	cursor: text;
}
.select label {
	left: 9px;
}

.inputText.focused label,
.inputText.nonEmpty label,
.select.focused label,
.select.nonEmpty label {
	top: 5px;
	font-size: 11px;
}

.textArea.nonEmpty label,
.textArea.focused label {
	width: calc(100% - 20px);
	left: 1px;
	padding: 5px 0 5px 15px;
	background-color: white;
	top: 1px;
	font-size: 11px;
}

.inputText.focused label,
.inputText.nonEmpty label,
.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused label,
.select.nonEmpty label,
.select.focused .select2-selection__rendered,
.select.nonEmpty .select2-selection__rendered,
.textArea.focused label,
.textArea.nonEmpty label {
	color: black;
}

.inputText.has-error label,
.select.has-error label,
.inputText .has-error label,
.select .has-error label,
.has-error .inputText label,
.has-error .select label,
.textArea .has-error label,
.has-error .textArea label {
	color: #dc0032;
}
.inputText.focused.has-error input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.inputText.nonEmpty.has-error input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.select.focused.has-error .select2-container--default .select2-selection--single,
.select.nonEmpty.has-error .select2-container--default .select2-selection--single,
.has-error .inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.has-error .inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
.textArea.focused .has-error textarea,
.textArea.nonEmpty .has-error textarea {
	border-color: #dc0032;
}

.inputText .clear-value,
.textArea .clear-value {
	display: none;
	width: 10px;
	height: 10px;
	background: transparent url(/static/img/themes/dpd/close_x_big-3ef31bfcb123fcba89e6432462d0765e.svg) no-repeat center center;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	bottom: 10px;
	right: 5px;
}
.textArea .clear-value {
	bottom: 20px;
}
.textArea.scrolled .clear-value {
	right: 22px;
	padding-right: 15px;
}


.inputText.nonEmpty.focused .clear-value,
.textArea.nonEmpty.focused .clear-value {
	display: block;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: white;
}

@media screen and (min-width:0\0) {
	.inputText {
		height: 45px;
		border: 1px solid #b7b6b7;
	}
	.inputText.focused,
	.inputText.nonEmpty {
		border: 1px solid #000;
	}
	.inputText input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]) {
		border: 0;
		height: 43px;
	}
	.inputText.focused input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]),
	.inputText.nonEmpty input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]){
		margin-top: 15px;
		height: 25px;
	}

}

