/* ################   IMPORTS ICONS - START  ################ */

@import "icons/icons.css";

/* ################   IMPORTS ICONS - END  ################ */



/* ################   FONTS - START  ################ */

@font-face {
	font-family: "Pluto Sans";
	src: url('../fonts/PlutoSansDPDThin-Web.eot');
	src: url('../fonts/PlutoSansDPDThin-Web.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PlutoSansDPDThin-Web.woff') format('woff'),
	url('../fonts/PlutoSansDPDThin-Web.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Pluto Sans";
	src: url('../fonts/PlutoSansDPDExtraLight-Web.eot');
	src: url('../fonts/PlutoSansDPDExtraLight-Web.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PlutoSansDPDExtraLight-Web.woff') format('woff'),
	url('../fonts/PlutoSansDPDExtraLight-Web.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Pluto Sans";
	src: url('../fonts/PlutoSansDPDLight-Web.eot');
	src: url('../fonts/PlutoSansDPDLight-Web.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PlutoSansDPDLight-Web.woff') format('woff'),
	url('../fonts/PlutoSansDPDLight-Web.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Pluto Sans";
	src: url('../fonts/PlutoSansDPDRegular-Web.eot');
	src: url('../fonts/PlutoSansDPDRegular-Web.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PlutoSansDPDRegular-Web.woff') format('woff'),
	url('../fonts/PlutoSansDPDRegular-Web.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
	url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
	url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
	url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* ################   FONTS - END  ################ */



/* ################   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 {
	text-decoration: none;
}

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;
	position: relative;
}

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

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

@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){
	.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;
}

.t-alert-error {
	border: 1px solid #dc0032;
	margin: 5px 10px 15px;
	padding: 10px;
	color: #dc0032;
}

.alert > .t-alert-error{
	border: none;
	margin: 0;
	padding: 0;
	color: #dc0032;
}

.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.only-one-error ul li:before {
	content: "";
}

.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 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 .return-link{
	margin-bottom: 40px;
}

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

@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: 1024px;
		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("../img/icons/svg/arrow_small_black_up.svg") no-repeat center center;
}
header .top-menu ul.nav-list .open a:hover .icon-arrow-small-black-down {
	background: url("../img/icons/svg/arrow_small_red_up.svg") no-repeat center center;
}

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

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

#header .top-logo .col-md-8.col-xs-12{
	padding-right: 0;
}

#header .top-logo .logo-container {
	display: block;
	width: 141px;
	height: 62px;
	background: url("../img/dpdlogo.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 .search-box .icon {
	background-color: #dc0032;
	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 {
	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,
#header #navigation ul li.menu-item a:focus{
	background-color: #dc0032;
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

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

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

	#header .top-logo .search-box .icon-magnifier-black {
		background-color: transparent;
	    background: url("../img/icons/svg/magnifier.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,
	#header .search-box .icon-magnifier,
	#header .top-logo.show .logo-container {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

	#header #navigation #notification-amount {
		font-size: 11px;
		top: 0;
		right: 14px;
		line-height: 15px;
	}

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

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

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

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

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

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

}

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

#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: 1;
}

#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.active a,
#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: 991px){
	#mn-container, #mn-overlay{
		display: none !important;
	}
}

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

}

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




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

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

#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("../img/icons/svg/arrow_big_white_down.svg") no-repeat center center;
}

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

#footer .select2-container--default.select2-container--open .select2-selection--single  .select2-selection__arrow b {
	background: url("../img/icons/svg/arrow_big_white_up.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;
	}

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

	#footer .footer-copyrights .links{
		text-align: center;
		margin-top: 20px;
	}
}


/* ################   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;
}

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

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

.text-box .depositDetailsHolder 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.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 {
    background-color: #808285;
    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: #e6e7e7!important;
}
.text-box .intl-tel-input .flag-container .selected-flag:hover {
	background: #e6e7e7!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 {
	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;
}

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

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

@media (max-width: 767px){
	.gray-bg{
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -18px;
		margin-right: -18px;
    	background-color: #fff
	}
	.text-box {
		margin-bottom: 0px;
	}
  	.text-box.gray-box {
  		background-color: #fff;
    	padding: 0px 20px
  	}
	.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;
	    margin-left: 20px!important;
	    margin-right: 20px!important;
	    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;
	}
	#preferences .text-box.gray-box {
		padding-left: 20px;
	}
}
@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"]){
	background-color: #e6e7e7;
	border: 1px solid #b7b6b7;
	font-size: 15px;
	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 input[type="radio"] + label + label {
	color: #414042;
}

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

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

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

input:focus {
	outline:none;
}

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

/* 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("../img/radio.png");
	width: 26px;
	height: 26px;
}

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


.radio:checked + .radio-label:before {
	background: url("../img/icons/svg/radiobutton_desktop_active.svg") no-repeat center center;
}

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

body .checkbox:disabled + .checkbox-label::before {
	background-color: #e6e7e7;
	border-color: #e6e7e7;
}

.checkbox:checked + .checkbox-label:before {
	background: #fff url("../img/icons/svg/checkbox_checkmark.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: #e6e7e7 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;
}

.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%;
	background-color: #808285;
	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{
	background-color: #e6e7e7;
	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;
}

#address-change-form2 .has-error .select2-container,
#neighbor-delivery-form2 .has-error .select2-container,
.myParcel .has-error .select2-container {
	border: 0;
}

/* ################   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-facebook{
	background: #3b5998;
	color: #FFF;
}

.btn.btn-google{
	background: #db4a39;
	color: #FFF;
}

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

/* ################   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 .full-link{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}

#parcel-shop-list .full-link .icon{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}

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

#parcel-shop-list .search-form{
	padding: 15px 14px 8px 8px;
	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 #parcelShopList .viewport .overview {
	padding-right: 15px;
}

#parcel-shop-list #favouriteParcelShop{
	background: #e6e7e7;
	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: 20px;
	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("../img/icons/svg/arrow_big_red_right.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 .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%;
}

@media (max-width: 767px) {
	#parcel-shop-list .table-cell.hours{
		text-align: left;
	}
}

#parcel-shop-list .table-cell.hours span {
    width: 45px;
    display: inline-block;
    text-align: center;
}

#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;
	}
	#parcel-shop-list .search-form {
		padding: 15px 14px 8px 20px;
	}
}

@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: -12px;
		padding: 15px 23px 8px 23px;
	}
}

/* --------- 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,
	#parcel-shop-list #favouriteParcelShop {
		padding-left: 15px;
		padding-right: 20px;
	}
	#parcel-shop-list #favouriteParcelShop a {
		border: 0
	}
}

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

#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: 26px;
	position: absolute;
	top: 12px;
	height: 2px;
	opacity: 0.7;
	background: #fff;
}

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

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

.dpd-box-container{
	padding: 15px;
	height: 100%;
	min-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{
	margin-bottom: 15px;
}

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

@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 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: normal;
	border: none;
	color: #414042;
}

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

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

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


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




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

#notification-btn{
	position: relative;
}

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

#notification-body{
	background: #FFF;
	width: 293px;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #7c7c7c;
	right: 50px;
	top: 50px;
	z-index: 51;
	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: 52;
	top: 34px;
	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;
}
/* ################   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;
    -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%;
}

/* 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 #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 a.icon.icon-arrow-big-black-left {
	text-indent: 0;
	width: auto;
	line-height: 20px;
    padding-left: 28px;
}

.myParcel .actionBar a.icon.icon-arrow-big-black-left:hover {
	background: url("../img/icons/svg/arrow_big_red_left.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;
}

.container.max-width .myParcel .alert ul,
.container.max-width .myParcel .alert ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.container.max-width .myParcel .alert ul li {
	margin-bottom: 5px;
}

.container.max-width .myParcel .alert ul li:last-of-type {
	margin-bottom: 0;
}

.alert div p {
	color: #dc0032;
}


.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("../img/default-driver.png") no-repeat left top;
	background-size: cover;
}

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

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

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

.myParcel .detailsActionsBox ul li {
	width: 49%;
	display: inline-block;
	margin-bottom: 3px;
}

.myParcel .detailsActionsBox ul li .icon {
	width: 20px;
}

.myParcel .detailsActionsBox ul li span:last-of-type {
	position: relative;
	top: -3px;
}

.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("../img/icons/svg/arrow_big_red_right.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;
}

.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:first-of-type {
	display: none;
}

.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("../img/icons/svg/status_vertical_0.svg") no-repeat 0 0;
}

.myParcel .parcelDataProtection .icon-status_vertical_1 {
	background: url("../img/icons/svg/status_vertical_1.svg") no-repeat 0 0;
}

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

.myParcel .parcelDataProtection .icon-status_vertical_3 {
	background: url("../img/icons/svg/status_vertical_3.svg") no-repeat 0 0;
}

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

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

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

.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 !important;
	}
}

@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 {
		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 !important;
	}
	.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 !important;
	}
	.myParcel#liveTracking #map {
		margin-left: 28px;
	}
	.myParcel .liveTrackDetails,
	.myParcel .mapDetails .senderLogo {
		padding-right: 28px;
	}
	.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 .parcelStatusBox {
		min-height: 96px;
	}
	.myParcel .mapBox {
		margin: 16px 8px 0 0;
	}
	.myParcel .parcelStatusBox .stars {
		bottom: 0;
	}
	.myParcel .liveTrackDetails {
		padding: 0 34px;
	}
	.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 !important;
	}
	.myParcel .mapDetails .senderLogo .smallLogo,
	.myParcel .parcel-list li.active a {
		display: none;
	}
}

@media (max-width: 767px) {
	.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 .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: 16px 28px 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: 16px;
	}
	.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: 7px 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("../img/icons/svg/edit_white.svg") no-repeat center center;
	}

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

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

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

	.myParcel .parcelStatusBox {
		min-height: 96px;
	}
	.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: 10px 16px;
	}
	.myParcel .deliveryDetails h3 .icon.icon-plus_black {
		background: url("../img/icons/svg/plus_black.svg") no-repeat 0 0;
		float:right;
	}
	.myParcel .deliveryDetails h3.active .icon.icon-plus_black {
		background: url("../img/icons/svg/minus_black.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 {
		border-top: 1px solid #e6e7e8;
	}
	.myParcel #parcelDetails,
	.myParcel.myParcelDetails .parcel-list,
	.myParcel .actionBar,
	.myParcel .deliveryDetails .detailsBox.row,
	.myParcel.myParcelDetails .nav-tabs,
	.myParcel#liveTracking .nav-tabs,
	.myParcel#liveTracking .liveTrackDetails h3 {
		display: none;
	}
	.myParcel .parcel-list,
	.myParcel.myParcelDetails #parcelDetails,
	.myParcel .nav-tabs,
	.myParcel.myParcelDetails .actionBar,
	.myParcel#liveTracking .actionBar,
	.myParcel.myParcelDetails .deliveryStatus,
	.myParcel.myParcelDetails .deliveryStatus div[class^="icon icon-status"],
	.myParcel.myParcelDetails .parcelDetailsHeader  {
		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;
	}
	.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  {
		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 {
	float: right;
}

.no-action-available{
	padding: 0 15px;
}

/* MY PARCEL - END */



/* new layout search fields */
#header .top-logo #searchParcel {
	border: 1px solid #b7b6b7
}
#header .top-logo .search-box .icon {
	background-color: white;
	top: 18px;
	right: 1px;
	width: 43px;
	height: 43px;
}
#header .top-logo #searchParcel,
.search-box input:not([type="radio"]):not([type="submit"]) {
	background-color: white;
	border-color: #b7b6b7;
}
#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;
}



.inputText,
.select {
	position: relative;
}
.inputText label,
.select 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;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: transparent;
}

.inputText label,
.select label {
	position: absolute;
	left: 16px;
	top: calc(50% - 8px);
	z-index: 2;
	cursor: text;
}
#form-login .has-error .inputText label {
	top: calc(32% - 8px);
}
#form-login .has-error .inputText.focused label,
#form-login .has-error .inputText.nonEmpty label {
	top: calc(20% - 8px);
}
.select label {
	left: 9px;
	cursor: auto;
}

.inputText.phoneNumberHolder label {
	left: 95px;
}
.inputText.phoneNumberHolder .iti__flag-container {
	width: 90px;
}

.inputText.focused label,
.inputText.nonEmpty label,
.select.focused label,
.select.nonEmpty label {
	top: 5px;
	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 {
	color: black;
}

.select2-dropdown {
	border-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 {
	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"]) {
	border-color: #dc0032;
}

.inputText .clear-value {
	display: none;
	width: 10px;
	height: 10px;
	background: transparent url(../img/icons/svg/close_x_big.svg) no-repeat center center;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	bottom: 7px;
	right: 5px;
}

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

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

.select2-container--default .select2-results>.select2-results__options {
	max-height: 140px;
	overflow: hidden;
}
.select2-container--default .select2-results>.select2-results__options .select2-results__option {
	position: relative;
}
.select2-container--default .select2-results>.select2-results__options .select2-results__option:after {
	content: '';
	border-bottom: 1px solid #b7b6b7;
	display: block;
	position: absolute;
	bottom: 0;
	width: calc(100% - 12px);
}
.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-of-type:after {
	display: none;
}

.phoneNumberHolder .iti__country-list {
	z-index: 5;
	overflow: hidden;
	height: 135px;
	width: 428px;
	left: 0;
}

.iti-mobile .iti {
	width: calc(100% - 60px);
}

.inputText .error-container label {
	position: static;
}

@media screen and (max-width: 1199px){
	.phoneNumberHolder .iti__country-list {
		width: 353px;
	}
}

@media screen and (max-width: 767px){
	.phoneNumberHolder .iti__country-list {
		width: 340px;
	}
}

@media screen and (max-width: 340px){
	.phoneNumberHolder .iti__country-list {
		width: 308px;
	}
}


@media screen and (min-width:0\0) {
	.inputText {
		height: 45px;
		border: 1px solid #b7b6b7;
		background-color: #fff;
	}
	.inputText.focused,
	.inputText.nonEmpty {
		border: 1px solid #000;
	}
	.inputText input:not([type="radio"]):not([type="submit"]):not([type="checkbox"]) {
		border: 0;
		height: 43px;
		background-color: #fff;
	}
	.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: 0;
		height: 25px;
		padding-top: 0;
		position: absolute;
		bottom: 0;
	}
	input::-ms-clear {
	    display: none;
	    height: 0;
	    width: 0;
	}
	.has-error .inputText {
		border-color: #dc0032;
	}
	.phoneNumberHolder .iti {
	   position: static;
	}
}

.popover {
	min-width: 200px;
}

.safePlaceDepositMessageHolder {
	display: none;
}