﻿
* {
	margin: 0;
	padding: 0;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	/*margin-bottom: 5px;*/
	width: 99;
	font-size:12px;
}
a img {
	border: none;
}
*,:before,:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #3cb5f9;
	background-color: #fff;
	color: #505050;
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
}
.home body {
	line-height: 0;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
	font-weight: 300;
	margin: 10px 0px;
	font-family: inherit;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1{font-size:38.5px;}
h2{font-size:31.5px;}
h3{font-size:24.5px;}
h4{font-size:17.5px;}
h5{font-size:14px;}
h6{font-size:11.9px;}
a {
	text-decoration: none;
	color: #3cb5f9;
}
a:hover {
	color: #0793e2;
}
blockquote {
	font-style: italic;
	margin: 10px;
}
blockquote:before {
	content: "“";
	display: block;
	font-size: 25px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
ul,ol,dd {
	margin-left: 20px;
}
code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
pre {
	display: block;
	color: #000;
	padding: 9.5px;
	margin: 0px 0px 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
embed,iframe,img,object,video,.wp-caption {
	max-width: 100%;
}
tbody {
	//border-bottom: 1px solid #ddd;
}
th,td {
	text-align: left;
}
th {
	font-weight: 700;
	text-transform: uppercase;
}
td {
	//border-top: 1px solid #ddd;
	padding: .2rem 0;
	font-size: 12px;
	font-weight: 400;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	margin-bottom: 15px;
	font-weight: bold;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	line-height: 1.625;
	color: #000;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #EEE;
	border-radius: 3px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	box-shadow: none !important;
	min-height: 40px;
	font-size: 14px;
	border: 3px solid #e4f3fc;
	border: 1px solid #ccc;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
	height: 100px;
}
input[type="submit"],
button {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #0683C9;
	white-space: nowrap;
	padding: 6px 12px;
	/*
	font-size: 16px;
	line-height: 1.625;
	*/
	border-radius: 3px;
	-moz-user-select: none;
	outline: medium none !important;
	color: #FFF;
	background-color: #0683C9;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
	margin-right: 25px;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
article.sticky h2:before {
content: "Featured: ";
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.gallery-caption,
.screen-reader-text{
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#main {
	background-color: #fff;
	padding-top: 50px;
}
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0 30px;
}
.article-meta {
	text-align: center;
	margin: 0 0 30px 0;
}
.article-meta-format {
	text-align: left;
	margin: 30px 0 0 0;
}
article {
	padding: 30px 0;
}
article:nth-child(even) a.title {
	color: #fff;
}
article .title {
	text-align: center;
}

article .title h1,
article .title h2  {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	color: #333;
}
article p {
	margin-bottom: 10px;
}
article p: last-child {
	margin-bottom: 0;
}
article:nth-child(even) {
/* 	background-color: #3cb5f9;
	color: #FFF; */
}
.content h1,.content h2 {
	margin: 20px 0;
}
.content img {
	width: auto;
	height: auto;
}
.format-image .wp-caption p {
	text-align: center;
}
.format-quote blockquote {
	font-size: 40px;
}
.format-quote blockquote:before {
	content: none;
}
.format-status .status-avatar img {
	border-radius: 100%;
}
.entry-categories,.entry-tags {	display: block;}
.pagination {
	background-color: #3cb5f9;
}
.pagination {
	color: #FFF
}
.pagination a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	padding: 10px;
}
.pagination a:hover {
	color: #FFF;
	background-color: #0683C9;
}
.pagination span.right,
.pagination span.left {
	display: block;
	width: 50%;
}
.pagination span.left {
	float: left;
	text-align: left;
}
.pagination span.right {
	float: right;
	text-align: right;
}

/**
 * Comments
 */

#commentform {
	margin-bottom: 30px;
}
ol.comment-list {
	position: relative;
	list-style: none;
}
.comment ul {
	list-style: none;
}
ol.comment-list>li:last-child {
	padding-bottom: 20px;
}
.comment-area {
	background: none repeat scroll 0% 0% rgb(60, 181, 249);
	padding: 20px 0px;
}
.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe, .comment-navigation {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.comment-list .comment-respond a {
	color: #505050;
}
.comments-title,
.comment-navigation .screen-reader-text {
	color: #fff;
}
.comment-navigation h1.screen-reader-text {
	font-size: 25px;
}
.comment-navigation {
	color: #1d3645;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 0;
}
img.avatar {	/* this fixes an issue with gravatar hovercards */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.comment-list > li:after, .comment-list .children > li:before {
	display: none;
}
.comment-author {
	float: none;
	max-width: none;
}
.comment-meta, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	width: auto;
	float: none;
}
.comment-content {
	word-break: break-word;
	overflow: auto;
}
.comment-body {
	position: relative;
	background: #fff;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 100px;
	padding: 15px 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comment-list .trackback .comment-body,
.comment-list .pingback .comment-body {
	background: rgba(255,255,255,.6);
}
.comment-body:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid transparent;
	display: block;
	position: absolute;
	left: -10px;
	top: 34px;
	content: "";
}
.comment-list .trackback .comment-body:before, 
.comment-list .pingback .comment-body:before {
	display: none;
}
.bypostauthor>.comment-body:before {
	border-right: 10px solid whitesmoke;
}
.bypostauthor>.comment-body {
	background: whitesmoke;
}
.comment-body a, 
.comment-body .comment-author .fn, 
.comment-body .comment-author .url, 
.comment-body .comment-reply-link, 
.comment-body .comment-reply-login, 
.comment-body .pingback .comment-body a, 
.comment-body .trackback .comment-body a {
	color: #d44410;
}
.bypostauthor .comment-body a, 
.bypostauthor .comment-body .comment-author .fn, 
.bypostauthor .comment-body .comment-author .url, 
.bypostauthor .comment-body .comment-reply-link, 
.bypostauthor .comment-body .comment-reply-login, 
.bypostauthor .comment-body .pingback .comment-body a, 
.bypostauthor .comment-body .trackback .comment-body a {
	color: #b60000 !important;
}
.comment-author img {
	position: absolute;
	left: -100px;
	width: 60px;
	height: 60px;
}
.comment-author .fn a, .comment-author .fn {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.comment-meta {
	position: absolute;
	width: auto;
	right: 20px;
	top: 18px;
}
.comment-author {
	margin-bottom: 20px;
}
.comment-respond {
	padding: 20px 0px;
}
#cancel-comment-reply-link {
	color: #505050;
}
.comment-navigation {
	min-height: 80px;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	color: #FFF;
	display: inline-block;
	margin: 0px;
	padding: 10px;
}
.comment-navigation .nav-previous a {
	float: left;
}
.comment-navigation .nav-next a {
	float: right;
}
.no-comments {
	font-size: 25px;
	text-align: center;
	padding: 20px;
}
.form-allowed-tags code {
	background: none;
	border: none;
}
header {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #0683c9;
	text-align: center;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
	z-index: 99999;
}
header h1#logo {
	display: inline-block;
	height: 150px;
	line-height: 115px;
	font-family: Oswald, sans-serif;
	font-size: 60px;
	color: #FFF;
	font-weight: 400;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
header.smaller {
	height: 50px;
	box-shadow: 0 1px 6px #8f8a89;
}
header.smaller h1#logo {
    height: 30px;
    line-height: 26px;
    font-size: 32px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
article a.title,article:nth-child(even) a {
	color: #000;
}
.nav-menu {
	background: #47a3da;
	position: fixed;
}
.nav-menu .fa{
	margin-right: 10px;
}
.nav-menu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
	height: 150px;
	line-height: 100px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	height: 50px;
	line-height: 35px;
}
.nav-menu .smaller {
	height: 75px;
	line-height: 30px;
}
.nav-menu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}
.nav-menu a:hover {
	background: #258ecd;
	color: #fff;
}
.nav-menu a:active {
	background: #afdefa;
	color: #47a3da;
}
.nav-menu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.nav-menu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}
.nav-menu-right {
	right: -250px;
}
.nav-menu-right.nav-menu-open {
	right: 0px;
}
.nav-menu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.nav-menu-push-toright {
	left: 240px;
}
.nav-menu,
.nav-menu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav-menu ul {
	list-style: none;
	margin: 0;
}
button#showRightPush {
	float: right;
	line-height: 130px;
	font-size: 34px;
	background: none;
	border: none;
}
header.smaller button#showRightPush {
	line-height: 38px;
}
.menu-all-pages-container {
    overflow-y: scroll;
    height: 100%;
}
.fa-bars {
	line-height: normal !important;
}
.credits {
	color: #FFF;
	text-align: center;
	background-color: #0683C9;
	padding: 20px;
    padding: 15px;
    //margin-top: 10px;
	word-break: break-all;
}
.credits span {
	font-size: 14px;
}
.credits a {
	color: #FFF;
}
@media screen and (max-height: 26.375em){
	.nav-menu-right {
		right: -250px;
	}
	.nav-menu-push-toright {
		left: 190px;
	}
}
@media all and (max-width: 660px) {
	header  {
		height: auto;
	}
	header h1#logo {
		display: block;
		float: none;
		height: 100px;
		line-height: 100px;
		text-align: center;
		margin: 0 auto;
	}
	header.smaller {
		height: 75px;
	}
	header.smaller h1#logo {
		height: 40px;
		text-align: center;
		font-size: 30px;
	}
	button#showRightPush {
		top: 25px;
		position: fixed;
		line-height: 30px !important;
		right: 0px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	header.smaller button#showRightPush {
		line-height: 25px !important;
        top: 10px !important;
	}
	.nav-menu h3 {
		height: 100px !important;
		line-height: 50px !important;
	}
	.nav-menu .smaller {
		height: 75px !important;
		line-height: 30px !important;
	}
}
@media all and (max-width: 630px) {
	.container {
		width: 100%;
	}
	.comments-area .comments-title,
	.comments-area .comment-respond,
	.comments-area .comment-navigation {
		padding-left: 20px;
		padding-right: 20px;
	}
	.comment-author {
		margin-bottom: 20px;
	}
	.comment-meta {
		position: relative;
		right: auto;
		top: -18px;
	}
	.pagination a {
		display: block;
	}
	.pagination span.left,.pagination span.right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.pagination span.left {
		border-bottom: solid 1px #0793e2;
	}
}
.home-logins {
    width: 100%;
    max-width: 508px;
    padding: 20px 0;
    background: #fff;
    border-top: 20px solid #0683c9;
    float: left;
    margin-top: 40px;
    border-bottom: 20px solid #0683c9;
}
.home-logins .inside {
	width: 100%;
	//max-width: 545px;
	margin: 0 auto;
	padding-left: 10px;
}
.home-logins img {
	padding: 10px;
    width: 49%;
}
.footer {
	min-height: 400px;
	background: #e4f3fc;
	text-align: center;
	padding-top: 60px;
	position: relative;
    top: 10px;
}
.footer .title {
	text-align: center;
}
#about {
	background: url(./images/about-us.jpg);
    background-position: initial;
    min-height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 10px;
	position: relative;
    top: 10px;
}
#intro {
	margin-bottom: 40px;
}
#intro .title {
	font-weight: 700;
    font-size: 40px;
    margin: 30px 0px 0px 0px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	text-align: center;
	color: #000;
}
.divider {
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(173,173,173,0.93) 5%, rgba(173,173,173,0.93) 95%, rgba(255,255,255,0));
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(173,173,173,0.93) 5%, rgba(173,173,173,0.93) 95%, rgba(255,255,255,0));
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(173,173,173,0.93) 5%, rgba(173,173,173,0.93) 95%, rgba(255,255,255,0));
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(202, 202, 202, 0.93) 5%, rgba(195, 195, 195, 0.93) 95%, rgba(255,255,255,0));
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00FFFFFF', GradientType=1);
    height: 1px;
    margin: 15px 0;
    overflow: hidden;
	width: 700px;
    margin: auto;
	margin-bottom: 10px;
}
.page #page-banner {
    min-height: 230px;
    background: url(./images/banner.jpg);
}
.title2 {
	text-align: center;
    font-weight: 600;
}
.sub-title2 {
	text-align: center;
    font-weight: 600;
}
.menu-button {
	display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #0683C9;
    white-space: nowrap;
    padding: 5px 0;
    font-size: 12.5px;
    line-height: 1.625;
    border-radius: 3px;
    -moz-user-select: none;
    outline: medium none !important;
    color: #FFF;
    background-color: #0683C9;
	margin-right: 1px;
	width: 90px;
}
.menu-button:last-child {
	margin-right: 0px;
	background: #02A324;
    border: 1px solid #02A324;
}
.menu-button:hover {
	color: #fff;
}
.register form {
	width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.register #button {
	width: 15%;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 10px;
    font-size: 17px;
    background: -moz-linear-gradient(top, rgba(6,131,201,0.8) 0%, rgba(7,131,201,1) 1%, rgba(41,137,216,1) 50%, rgba(30,88,154,1) 99%, rgba(30,87,153,0) 100%);
    background: -webkit-linear-gradient(top, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%);
    background: linear-gradient(to bottom, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0683c9', endColorstr='#001e5799',GradientType=0 );
}
.register #message {
	text-align: center;
}
.register #message .success {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.register #message .err {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
	color: red;
}
.register .err {
	font-size: 18px;
    font-weight: 500;
	text-align: center;
	margin-top: 30px;
    margin-bottom: 30px;
	color: #ff0000;
}
.sub-menu .menu {
	text-align: center;
}
.sender {
	float: left;
    /*display: inline-block;*/
    width: 48%;
	margin-right: 4%;
}
.receiver {
    float: none;
    /*display: inline-block;*/
    width: 50%;
    margin-left: 25%;
}
.page-id-2854 .sender {
	float: left;
    display: inline-block;
    width: 48%;
	margin-right: 4%;
}
.page-id-2854 .receiver {
    float: left;
    display: inline-block;
    width: 48%;
	margin-left: 0;
}
.page-id-2854 select {
    border-radius: 50px !important;
    padding-left: 12px !important;
    line-height: 1.625;
    height: 46px;
    width: 100%;
    border-color: #ddd !important;
}
.page-id-2854 form input[type="text"] {
    border-radius: 50px;
}
.page-id-2854 form textarea {
    border-radius: 50px;
}
.page-id-2854 .submit-custom {
    width: 100%;
    margin: 0 auto;
    max-width: 95%;
    display: block;
    position: relative;
    border-radius: 50px;
	margin-top: 2em;
}
.page-id-2854 .cancel {
    width: 100%;
    margin: 0 auto;
    max-width: 95%;
    display: block;
    position: relative;
    border-radius: 50px;
    border-color: #ed1f11;
	margin-top: 2em;
}
.page-id-2854 .receiver h3 {
	font-weight: 300;
    text-align: left;
    margin-bottom: 0;
}
.page-id-2854 #imgTracking_is_ok {
	float: left;
    display: flex;
    align-items: center;
	line-height: 2.5em;
}
.sender table {
	width: 100%;
}
.receiver table {
	width: 100%;
}
.add-shipment {
	width: 100%;
    margin: auto;
	padding-bottom: 40px;
}
.add-shipment select {
	padding: 10px 10px;
    font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.page #top-content {
	padding-bottom: 20px;
}
.page #wrapper {
	background-color: #fff;
    padding-top: 0;
/* 	background: url(./images/login-bg.jpg);
	background-attachment: fixed;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat; */
}
.page #main {
	padding-top: 25px;
	min-height: 662px;
	background-color: transparent;
}
.page #main #content .container {
	background: #fff;
	padding-top: 25px;
	height: 100%;
}
.page-id-3439 #wrapper {
    background-color: #fff;
    padding-top: 50px;
	background: url(./images/login-bg.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.page-id-3439 #main {
    background-color: transparent;
    padding-top: 0px;
	min-height: 662px;
}
.page-id-3439 .login-submit {
	text-align: center;
}
.page-id-3439 #wp-submit {
	width: 30%;
    padding: 10px;
    font-size: 17px;
	background: -moz-linear-gradient(top, rgba(6,131,201,0.8) 0%, rgba(7,131,201,1) 1%, rgba(41,137,216,1) 50%, rgba(30,88,154,1) 99%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0683c9', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */
}
footer {
	height: 55px;
	-webkit-box-shadow: 0 -1px 6px #8f8a89;
    -moz-box-shadow: 0 -1px 6px #8f8a89;
    box-shadow: 0 -1px 6px #8f8a89;
}
.page-id-3439 .ltitle {
	text-align: center;
    font-size: 38px;
}
.page-id-3439 input[type="text"], input[type="password"]{
	border: 1px solid #ccc;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-id-3439 .loginform {	
	width: 100%;
	max-width: 470px;
    margin: 0 auto;
    padding: 1px 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px #aaa;
    -moz-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-id-3439 .post-3439 {
	padding: 40px 0;
}
.page-id-3439 .lmeta {
	text-align: center;
    margin-top: 10px;
	margin-bottom: 10px;
    width: 100%;
}
.page-id-3439 .login-username, .login-password {
	margin-bottom: 15px;
}
.page-id-3439 .login-username label {
	display: none;
}
.page-id-3439 .login-password label{
	display: none;
}
.page-id-3439 #main #content .container {
    background: transparent !important;
}
.page-id-2562 #wrapper {
    background-color: #fff;
    padding-top: 50px;
	background: url(./images/login-bg.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.page-id-2562 #main {
    background-color: transparent;
    padding-top: 0px;
	min-height: 662px;
}
.page-id-2562 #main #content .container {
    background: transparent !important;
}
.page-id-2141 #wrapper {
    background-color: #fff;
    padding-top: 50px;
	background: url(./images/login-bg.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.page-id-2141 #main {
    background-color: transparent;
    padding-top: 0px;
	min-height: 662px;
}
.page-id-2141 #main #content .container {
    background: transparent !important;
}
.page-id-3659 .ctitle {
	text-align: center;
    font-size: 38px;
}
.page-id-3659 .contactform {	
	width: 100%;
	max-width: 470px;
    margin: 0 auto;
    padding: 1px 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px #aaa;
    -moz-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-id-3659 #wrapper {
    background-color: #fff;
    padding-top: 50px;
    background: url(./images/login-bg.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.page-id-3659 .post-3659 {
	padding: 40px 0;
}
.page-id-3659 #main {
    background-color: transparent;
    padding-top: 0px;
    min-height: 662px;
}
.page-id-3659 #main #content .container {
    background: transparent !important;
}
.page-id-3673 .rtitle {
	text-align: center;
    font-size: 38px;
}
.page-id-3673 .resetform {	
	width: 100%;
	max-width: 470px;
    margin: 0 auto;
    padding: 1px 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px #aaa;
    -moz-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-id-3673 .resetform fieldset {
	border: none;
}
.page-id-3673 article p {
    margin-bottom: 15px;
}
.page-id-3673 .message .error {
	color: #c90606;
}
.page-id-3673 #wrapper {
    background-color: #fff;
    padding-top: 50px;
    background: url(./images/login-bg.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.page-id-3673 .post-3673 {
	padding: 40px 0;
}
.page-id-3673 #main {
    background-color: transparent;
    padding-top: 0px;
    min-height: 662px;
}
.page-id-3673 #main #content .container {
    background: transparent !important;
}
.page-id-3673 #wp-submit {
	width: 30%;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
    padding: 10px;
    font-size: 17px;
	background: -moz-linear-gradient(top, rgba(6,131,201,0.8) 0%, rgba(7,131,201,1) 1%, rgba(41,137,216,1) 50%, rgba(30,88,154,1) 99%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0683c9', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */
}
.page-id-3673 .login-submit {
    text-align: center;
}
.submit-custom {
	width: 100%;
    padding: 10px;
    font-size: 17px;
	background: -moz-linear-gradient(top, rgba(6,131,201,0.8) 0%, rgba(7,131,201,1) 1%, rgba(41,137,216,1) 50%, rgba(30,88,154,1) 99%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0683c9', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */
}
.submit-custom1 {
	width: 100px;
}
.submit-custom2 {
	background: #02a324;
	width: 170px;
	border-color: #02a324;
}
.cancel {
	width: 97%;
    padding: 10px;
    font-size: 17px;
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,48,25,1) 45%, rgba(207,4,4,1) 94%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,48,25,1) 45%,rgba(207,4,4,1) 94%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,48,25,1) 45%,rgba(207,4,4,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.filter-shipments table {
	width: 100%;
    max-width: 450px;
    margin: 20px auto;
}
.filter-shipments select {
	padding: 10px 5px;
}
.filter-shipments th {
	font-size: 16px;
    padding-right: 5px;
}
.cp-box {
	padding: 10px 0;
}
.cp-box select {
    padding: 10px 5px;
}
.cp-box p {
	margin-bottom: 20px;
}
.filter-shipments-a {
	
}
.filter-shipments-a select {
    padding: 10px 5px;
	border-color: #ddd;
}
.filter-shipments-a .sh-date {

}
.admin-bar {
	height: 35px;
    box-shadow: 0 1px 6px #8f8a89;
	width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;   
    background-color: #0683c9;
    text-align: center;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    z-index: 99999;
}
.admin-bar #logo {
	float: left;
	font-family: Oswald, sans-serif;
	display: inline-block;
	color: #FFF;
    font-weight: 400;
    height: 35px;
	line-height: 30px;
    font-size: 29px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	margin: 0;
    padding-left: 10px;
}
.admin-bar .welcome {
	float: right;
    display: inline-block;
    font-size: 14px;
	color: #fff;
    height: 35px;
    padding: 5px 5px;
	padding-right: 10px;
}
.admin-bar .logout {
	width: 30px;
    height: 30px;
    float: right;
	padding: 1px 4px;
	border-radius: 50px;
}
.admin-bar .login img {
	width: 25px;
}
.logged-in .smaller {
	display: none !important;
}
.cbp-hrmenu {
    width: 55%;
    background: #0683c9;
    position: fixed;
    top: 0;
    left: 20%;
    display: block;
    z-index: 999999;
    height: 35px;
    text-align: center;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* first level ul style */
.f-body {
 /* this will adjust body top margin to prevent content jumping when nav gets fix  */
    margin-top: 35px;
 /* adjust as per height of your menu */;
}
.f-nav{  /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
}
.cbp-hrmenu > ul {
	padding: 0 10px;
}
.cbp-hrmenu > ul > li {
	display: inline-block;
}
.cbp-hrmenu > ul > li > a:after {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 8px;
    top: 17px;
    width: 0;
}
/*.cbp-hrmenu ul li:first-child a:after {display:none;}
.cbp-hrmenu ul li:last-child a:after {display:none;}*/
.cbp-hrmenu > ul > li:hover > a:after {
	border-top-color: #0683c9;
}
.cbp-hrmenu > ul > li > a {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #0683c9;
}
.cbp-hrmenu > ul > li > a:hover {
	color: #fff;
}
.cbp-hrmenu > ul > li.home > a:after {
	display: none;
}
.cbp-hrmenu > ul > li.home > a {
	padding-left: 0;
}
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #0683c9;
	background: #fff;
	text-shadow: none;
}
.cbp-hrmenu > ul > li.home.cbp-hropen a:hover {
	background: none;
	color: #fff;
	text-shadow: 0 -1px 0 #900001;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	z-index: 9999;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 10px;
}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}
/* sub-menu content */
.cbp-hrsub .columns {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.cbp-hrsub .row {
	padding: 0;
}
.cbp-hrsub .sub-menu {
    height: 325px;
    max-height: 325px;
    overflow: hidden;
    width: 225px !important;
}
.cbp-hrmenu .cbp-hrsub {
	width: 190px;
	left: auto;
	border-color: #0683c9;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: -1px;
	padding-bottom: 10px;
}
.cbp-hrmenu .cbp-hrsub ul {
	margin: 10px 0 15px;
	padding: 0 20px;
	list-style: outside none none;
}
.cbp-hrmenu .cbp-hrsub ul li {
    text-align: left;
    border-bottom: 1px solid #ddd;
	margin: 5px 0;
    padding-bottom: 5px;
}
.cbp-hrmenu .cbp-hrsub ul li a {
	display: block;
	outline: 0 none !important;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}
.cbp-hrmenu .cbp-hrsub ul li a:hover {
	color: #02a324;
	font-weight: 600;
}
@media only screen and (min-width: 1367px) {
	.home-logins {
		width: 731px;
		max-width: 51%;
		padding: 20px 0;
		background: #fff;
		border-top: 20px solid #0683c9;
		float: left;
		margin-top: 100px;
		border-bottom: 20px solid #0683c9;
	}
	.home-logins .inside {
		width: 100%;
		//max-width: 545px;
		margin: 0 auto;
		padding-left: 220px;
	}
	.home-logins img {
		padding: 10px;
		width: 270px;
	}
	#about {
		background: url(./images/about-us.jpg);
		background-position: center center;
		min-height: 432px;
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
		margin-top: 10px;
	}
	.nav-menu-vertical {
		width: 275px;
		right: -280px;
	}
	.page #main {		
		min-height: 914px;
		background-color: transparent;
	}
	.page-id-3673 #main {
		min-height: 869px;
	}
	.page-id-3439 #main {
		min-height: 869px;
	}
	.page-id-3659 #main {
		min-height: 869px;
	}
}
.my-shipments {
	width: 100%;
    table-layout: fixed;
	margin: 20px 0;
}
.my-shipments select {
	padding: 10px 5px;
    width: 100%;
    border-color: #ccc;
    border-radius: 3px;
}
.my-shipments .submit-custom1 {
	width: 100%;
}
.my-shipments .my-shipments-heading th {
	font-size: 12px;
	padding-right: 15px;
	text-align: center;
}
.my-shipments .my-shipments-content td {
	padding-right: 5px;
}
.my-shipments .my-shipments-heading th:last-child {
	padding-right: 0;
}
.my-shipments .my-shipments-content td:last-child {
	padding-right: 0;
}
.my-shipments .my-shipments-heading th:nth-child(7) {
	width: 8%;
}
.my-shipments-a .my-shipments select {
	width: 100%;
}
.my-shipments-a .my-shipments .my-shipments-heading th:nth-child(7) {
	width: inherit;
}
#pricing {
	width: 100%;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 10px;
	border-radius: 3px;
}
.page-id-3439 .findform input[type="text"]{
	border: 1px solid #ccc !important;
    font-size: 16px !important;
    padding: 10px !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	border-radius: 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: none !important;
    min-height: 40px;
	text-transform: uppercase;
}
.page-id-3439 .findform {	
	width: 100%;
	max-width: 470px;
    margin: 0 auto;
    padding: 1px 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px #aaa;
    -moz-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.page-id-3439 .findform .ltitle {
	text-align: center;
    font-size: 38px;
}
.page-id-3439 .findform .track_form_table tbody .track_form_tr:first-child {
	display: none;
}
.page-id-3439 .findform .track_form_table tbody .track_form_tr:nth-child(2) .track_form_td {
	width: 100% !important;
    float: left;
    clear: both;
    display: block;
    height: auto;
	padding: 0;
	background: #fff !important;
}
.page-id-3439 .findform .track_form_table tbody .track_form_tr:last-child {
	display: none;
}
.page-id-3439 .findform #submit_wpcargo {
	display: none;
}
.page-id-2554 #content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-id-2554 .wpcargo-track .track_form_tr:nth-child(2) td:first-child {
	width: 85%;
}
.page-id-2554 .wpcargo-track .track_form_tr:nth-child(2) td:last-child {
	padding-left: 0;
	width: 100%;
}
.page-id-2554 .wpcargo-track {
	margin-top: 15px;
	margin-bottom: 10px;
}
.page-id-2554 #wpcargo-result-print {
	padding-bottom: 50px;
}
.page-id-2554 #submit_wpcargo {
	display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #0683C9 !important;
    white-space: nowrap;
    border-radius: 3px !important;
    -moz-user-select: none;
    outline: medium none !important;
    color: #FFF;
    width: 100%;
	font-family: Ubuntu, sans-serif !important;
	letter-spacing: 1px !important;
    padding: 8px !important;
    font-size: 15px !important;
    background: -moz-linear-gradient(top, rgba(6,131,201,0.8) 0%, rgba(7,131,201,1) 1%, rgba(41,137,216,1) 50%, rgba(30,88,154,1) 99%, rgba(30,87,153,0) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%) !important;
    background: linear-gradient(to bottom, rgba(6,131,201,0.8) 0%,rgba(7,131,201,1) 1%,rgba(41,137,216,1) 50%,rgba(30,88,154,1) 99%,rgba(30,87,153,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0683c9', endColorstr='#001e5799',GradientType=0 );
}
.page-id-2554 .wpcargo-history-details #list-container th {
    background: #0683c9 none repeat scroll 0 0 !important;
}
.page-id-3291 form input[type="text"] {
    border-radius: 50px;
    padding-left: 15px;
}
.page-id-3291 form textarea {
    border-radius: 50px;
}
.page-id-3291 .sender {
    display: none;
}
.page-id-3291 select {
    border-radius: 50px !important;
    padding-left: 12px !important;
    line-height: 1.625;
    height: 46px;
    width: 100%;
    border-color: #ddd !important;
}
.page-id-3433 form p {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.page-id-3433 form select {
	margin-bottom: 15px;
}
.page-id-3433 form p label {
	display: block;
    max-width: 100%;
	margin: 0; 
}
.page-id-3433 form p input[type="text"] {
    border-radius: 50px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.page-id-3433 form p input[type="password"] {
    border-radius: 50px;
    padding-left: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.page-id-3433 form p #role, #pricing {
    border-radius: 50px;
    padding-left: 15px;
    line-height: 1.625;
    height: 40px;
    width: 100% !important;
    border-color: #ddd;
}
.page-id-3433 .register .err {
	width: 100% !important;
}
.page-id-3433 .submit-custom {
	width: 100%;
    margin: 0 auto;
    max-width: 50%;
    display: block;
    position: relative;
	border-radius: 50px;
}
.page-id-3446 form p {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.page-id-3446 form select {
	margin-bottom: 15px;
}
.page-id-3446 form p label {
	display: block;
    max-width: 100%;
	margin: 0; 
}
.page-id-3446 form p input[type="text"] {
    border-radius: 50px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.page-id-3446 form p input[type="password"] {
    border-radius: 50px;
    padding-left: 15px;
	width: 100%;
}
.page-id-3446 form p #role, #pricing {
    border-radius: 50px;
    padding-left: 15px;
    line-height: 1.625;
    height: 40px;
    width: 100% !important;
    border-color: #ddd;
	font-size: 15px;
}
.page-id-3446 .register .err {
	width: 100% !important;
}
.page-id-3446 .submit-custom {
	width: 100%;
    margin: 0 auto;
    max-width: 50%;
    display: block;
    position: relative;
	border-radius: 50px;
}
.page-id-39 form input[type="text"] {
    border-radius: 50px;
    padding-left: 15px;
}
.page-id-39 form textarea {
    border-radius: 50px;
}
.page-id-39 .add-shipment .sender h3, .receiver h3 {
    font-weight: 500;
	text-align: center;
	margin-bottom: 1em;
}
.page-id-39 tr td {
	font-size: 17px;
	font-weight: 500;
	padding-bottom: 20px;
}
.page-id-39 #select_clients {
    border-radius: 50px !important;
    padding-left: 12px !important;
    line-height: 1.625;
    height: 46px;
    width: 100%;
    border-color: #ddd !important;
}
.page-id-39 #sender_country_id {
    border-radius: 50px !important;
    padding-left: 12px !important;
    line-height: 1.625;
    height: 46px;
    width: 100%;
    border-color: #ddd !important;
}
.page-id-39 #receiver_country_id {
    border-radius: 50px !important;
    padding-left: 12px !important;
    line-height: 1.625;
    height: 46px;
    width: 100%;
    border-color: #ddd !important;
}
.page-id-39 select {
    border-radius: 50px !important;
    padding-left: 12px !important;
    line-height: 1.625;
    height: 46px;
    width: 100%;
    border-color: #ddd !important;
}
.page-id-39 .submit-custom {
	width: 100%;
    margin: 0 auto;
    max-width: 95%;
    display: block;
    position: relative;
	border-radius: 50px;
}
.page-id-39 .cancel {
	width: 100%;
    margin: 0 auto;
    max-width: 95%;
    display: block;
    position: relative;
	border-radius: 50px;
	border-color: #ed1f11;
}
.page-id-3291 tr td {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 20px;
}
.page-id-3291 .submit-custom {
	width: 100%;
    margin: 0 auto;
    max-width: 95%;
    display: block;
    position: relative;
	border-radius: 50px;
}
.page-id-3291 .cancel {
	width: 100%;
    margin: 0 auto;
    max-width: 95%;
    display: block;
    position: relative;
	border-radius: 50px;
	border-color: #ed1f11;
}
.page-id-2822 #btnGroupShipments {
	margin: 20px 0;
    text-align: center;
}
.page-id-2822 #btnGroupShipments button {
	background: -moz-linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    background: linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    border-color: #3a3f46;
    border-radius: 50px;
	height: 48px;
	margin-right: 10px;
	font-size: 16px;
}
.page-id-3455 .content_table thead {
    background: #000;
    color: #fff;
}
.page-id-3455 .content_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
    border: 1px solid #ddd;
}
.page-id-3455 .content_table th {
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 13px;
}
.page-id-3455 .content_table td {
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 13px;
}
.page-id-3247 .client-payments {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
    border: 1px solid #ddd;
}
.page-id-3247 .client-payments thead tr {
    background-color: black;
    color: white;
}
.page-id-3247 .client-payments th {
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 13px;
}
.page-id-3247 .client-payments td {
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 15px;
}
.page-id-3494 form p {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.page-id-3494 form p label {
	display: block;
    max-width: 100%;
	margin: 0; 
}
.page-id-3494 form p input[type="text"] {
    border-radius: 50px;
    padding-left: 15px;
}
.page-id-3494 form p input[type="password"] {
    border-radius: 50px;
    padding-left: 15px;
	width: 100%;
}
.page-id-3494 form p #role, #pricing {
    border-radius: 50px;
    padding-left: 15px;
    line-height: 1.625;
    height: 40px;
    width: 100%;
    border-color: #ddd;
}
.page-id-3494 .register .err {
	width: 100% !important;
}
.page-id-3494 .submit-custom {
	width: 100%;
    margin: 0 auto;
    max-width: 50%;
    display: block;
    position: relative;
	border-radius: 50px;
}
.page-id-3530 form p {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.page-id-3530 form p label {
	display: block;
    max-width: 100%;
	margin: 0; 
}
.page-id-3530 form p input[type="text"] {
    border-radius: 50px;
    padding-left: 15px;
}
.page-id-3530 form p input[type="password"] {
    border-radius: 50px;
    padding-left: 15px;
	width: 100%;
}
.page-id-3530 form p #role, #pricing {
    border-radius: 50px;
    padding-left: 15px;
    line-height: 1.625;
    height: 40px;
    width: 100%;
    border-color: #ddd;
}
.page-id-3530 .register .err {
	width: 100% !important;
}
.page-id-3530 .submit-custom {
	width: 100%;
    margin: 0 auto;
    max-width: 50%;
    display: block;
    position: relative;
	border-radius: 50px;
}
.page-id-3366 header.smaller {
    display: none;
}
.page-id-3366 #main {
    padding-top: 0 !important;
}
.page-id-3366 .logo {
	background-color: #28303b;
    text-align: center;
    left: 0;
	margin-bottom: 5em;
	max-height: fit-content;
}
.page-id-3366 .logo img {
	max-width: 15%;
	padding-top: 0.35em;
    margin: 0 auto;
}
.page-id-3366 #content {
    width: 1120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    padding: 50px 0;
}
.page-id-3366 .loginform {
    width: 100%;
    max-width: 470px;
    margin: 0;
    padding: 1px 25px;
    background: #fff;
    float: left;
    position: relative;
    border-right: 1px solid #ddd;
}
.page-id-3366 .findform {
    width: 100%;
    max-width: 470px;
    margin: 0;
    padding: 0px 15px;
    float: right;
}
.page-id-3366 {
	background: #f4f4f4 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-3366 .section-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
}
.page-id-3366 .ltitle {
    text-align: center;
	font-size: 28px;
    font-weight: 600;
}
.page-id-3366 .login-submit {
    text-align: center;
}
.page-id-3366 .credits {
    background-color: #28303b;
}
.page-id-3366 .lmeta {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.page-id-3366 input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-id-3366 .login-username, .login-password {
    margin-bottom: 20px;
    text-align: center;
}
.page-id-3366 #wrapper {
    background: transparent !important;
}
.page-id-3366 #main #content .container {
	padding-top: 0 !important;
}
.page-id-3366 #wp-track {
    width: 40%;
    padding: 10px;
    font-size: 17px;
    background: -moz-linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    background: linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    border: #3a3f46;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0683c9', endColorstr='#001e5799',GradientType=0 );
    border-radius: 20px;
}
.page-id-3366 #wp-submit {
    width: 40%;
    padding: 10px;
    font-size: 17px;
    background: -moz-linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    background: linear-gradient(to bottom, rgb(58 63 70) 0%,rgb(102 102 102) 1%,rgb(39 43 49) 50%,rgb(58 63 70) 99%,rgba(30,87,153,0) 100%);
    border: #3a3f46;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0683c9', endColorstr='#001e5799',GradientType=0 );
    border-radius: 20px;
}
.page-id-3374 {
    background: #f4f4f4 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-3374 header.smaller {
	display: none;
}
.page-id-3374 #wrapper {
    background: transparent !important;
}
.page-id-3374 .logo {
	text-align: center;
    left: 0;
    background-color: #000;
    margin-bottom: 5em;
}
.page-id-3374 .logo img {
	max-width: 12%;
    margin: 0 auto;
}
.page-id-3374 #content {
	width: 1120px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
	padding: 50px 0;
}
.page-id-3374 #main {
    background-color: transparent;
    padding-top: 0px;
	min-height: 662px;
}
.page-id-3374 .ltitle {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.page-id-3374 #main #content .container {
    background: transparent !important;
	padding-top: 0;
}
.page-id-3374 footer {
	height: auto;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 -1px 6px #8f8a89;
    -moz-box-shadow: 0 -1px 6px #8f8a89;
    box-shadow: 0 -1px 6px #8f8a89;
}
.page-id-3374 footer .credits {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #000;
    padding: 10px 0;
    word-break: break-all;
}
.page-id-3374 footer .credits a {
    color: #fff;
}
.client-logo {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    float: left;
    margin: 0 auto;
}
/*media queries*/
@media all and (max-width: 768px) {
	.admin-bar #logo {
		width: auto;
		padding-left: 5px;
		line-height: 55px;
	}
	.admin-bar .welcome {	
		float: right;
		margin-left: auto;
		font-size: 12px;
		padding-top: 7px;
		padding-right: 0;
	}
	.admin-bar .welcome .logout {
		width: 27px;
		height: 27px;
	}
	.container {
		background: #fff;
		padding-top: 0;
		height: 100%;
		padding: 0 5px !important;
	}
	.menu .menu-button {
		width: 85px;
		font-size: 12px;
		padding: 4px 0;
	}
	.title2 {
		font-size: 18px;
	}
	.credits span {
		font-size: 12px;
	}
	#wrapper {
		padding-top: 10px !important;
		overflow: hidden;
	}
	.add-shipment select {
		width: 100%;
	}
	.add-shipment .sender {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.add-shipment .receiver {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.add-shipment .sender h3 {
		font-size: 18px;
		font-weight: 500;
	}
	.add-shipment .receiver h3 {
		font-size: 18px;
		font-weight: 500;
	}
	.add-shipment .receiver .submit-custom {
		font-size: 14px;
	}
	.add-shipment .receiver .cancel {
		font-size: 14px;
	}
	.add-shipment .sender table td:first-child {
		width: 97px;
	}
	.add-shipment .receiver table td:first-child {
		width: 97px;
	}
	.divider {
		width: 100%;
	}
	.my-payments-wrapper .date-picker {
		width: 100%;
		table-layout: fixed;
		margin-bottom: 20px;
	}
	.my-payments-wrapper .sh-date {
		padding-right: 10px;
	}
	.my-payments-wrapper .submit-custom1 {
		width: 100%;
		font-size: 16px;
	}
	.my-payments-wrapper .client-payments {
		width: 100%;
		table-layout: fixed;
		margin-bottom: 20px;
	}
	.my-payments-wrapper .client-payments thead tr th{
		width: 43.7px !important;		
		font-size: 10px;
		font-weight: 600;
		line-height: 11px;
		text-transform: capitalize;
		/* Safari */
		-webkit-transform: rotate(-45deg);
		/* Firefox */
		-moz-transform: rotate(-45deg);
		/* IE */
		-ms-transform: rotate(-45deg);
		/* Opera */
		-o-transform: rotate(-45deg);
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	.my-payments-wrapper .client-payments thead tr th:first-child{
		width: 30px !important;
	}
	.my-payments-wrapper .client-payments thead tr th:nth-child(2){
		width: 63px !important;
	}
	.my-payments-wrapper .client-payments tbody tr td {
		text-align: center;
	}
	.my-payments-wrapper .client-payments tbody tr td:nth-child(2){
		line-height: 16px;
		font-size: 11px;
	}	
	.my-payments-wrapper .client-payments tbody tr td:nth-child(9){
		line-height: 20px;
		font-size: 14px;
	}
	.my-payments-wrapper .client-payments thead tr {
		background: #eee !important;
		height: 70px;
	}
	.my-payments-wrapper .client-payments tr:nth-child(even) {
		background: #f0f8ff;
	}
	.my-payments-wrapper .client-payments tr:nth-child(odd) {
		background: #fff5ee;
	}
	.my-payments-wrapper .client-payments .details {
		line-height: 14px;
		display: block;
	}
	.my-shipments-wrapper .my-shipments .my-shipments-heading th {
		font-weight: 600;
		text-transform: capitalize;
		line-height: 11px;
		/* Safari */
		-webkit-transform: rotate(-45deg);
		/* Firefox */
		-moz-transform: rotate(-45deg);
		/* IE */
		-ms-transform: rotate(-45deg);
		/* Opera */
		-o-transform: rotate(-45deg);
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	.my-shipments-wrapper .my-shipments .my-shipments-content td {
		padding-top: 15px;
	}
	.my-shipments-full {
		width: 100%;
		table-layout: fixed;
		margin: 20px 0;
	}	
	.my-shipments-wrapper .my-shipments-full thead {
		background: #eee !important;
		height: 70px;
	}
	.my-shipments-wrapper .my-shipments-full thead th {
		font-weight: 600;
		text-transform: capitalize;
		line-height: 11px;
		height: 65px;
		text-align: center;
		padding-top: 8px;
		/* Safari */
		-webkit-transform: rotate(-45deg);
		/* Firefox */
		-moz-transform: rotate(-45deg);
		/* IE */
		-ms-transform: rotate(-45deg);
		/* Opera */
		-o-transform: rotate(-45deg);
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	.my-shipments-wrapper .my-shipments .submit-custom1 {
		width: 100%;
		font-size: 12px;
		padding: 12px 0;
	}
	.my-shipments-wrapper .my-shipments-content input[type="text"]{
		font-size: 12px;
	}
	.my-shipments-wrapper .my-shipments-content a img {
		height: 35px;
		padding-top: 6px;
	}
	.my-shipments-wrapper .my-shipments-full tbody tr td:nth-child(2) {
/* 		line-height: 16px;
		font-size: 11px; */
	}
	.my-shipments-wrapper .my-shipments-full tbody tr td {
		text-align: end !important;
	}
	.page-id-3439 .container {
		background: transparent !important;
		padding-top: 25px !important;
		padding: 0 30px !important;
	}
	.page-id-3439 #wrapper {
		padding-top: 50px !important;
		background-size: cover;
	}
	.page-id-3439 #wrapper .smaller {
		height: 50px;
	}
	.page-id-3439 #wrapper .smaller #logo {
		line-height: 43px;
	}
	.page-id-3439 #wrapper .smaller .container {
		padding: 0 !important;
	}
	.page-id-3439 #wrapper .smaller #showRightPush {
		line-height: 25px !important;
		top: 2px !important;
	}
	.page-id-3439 .nav-menu h3 {
		height: 50px !important;
		line-height: 30px !important;
	}
	.page-id-3439 #main {
		min-height: 555px;
	}
	/*to be deleted above*/
	#wrapper {
		padding-top: 0 !important;
		overflow: hidden;
		margin-top: 0 !important;
	}
	.page #main {
		padding-top: 70px !important;
	}	
	.page-id-3439 #main {
		padding-top: 5px !important;
	}
	.page #main #content .container {
		width: 100% !important;
		left: 0 !important;
		position: relative !important;
		margin: 0 !important;
		padding: 0 10px !important;
		padding-top: 0 !important;
		padding-bottom: 100px !important;
	}
	.cbp-hrmenu {
		width: 44px !important;
		background-color: #3a3f46;
		position: fixed !important;
		top: 10px !important;
		display: block !important;
		z-index: 999999;
		height: auto;
		left: calc(100% - 60px) !important;
		float: right;
	}
	.cbp-hrmenu .menutoggle {
		font-size: 22px;
	}
	.cbp-hrmenu.open > ul {
		max-height: 100% !important; 
		top: 60px !important;
	}
	.cbp-hrmenu.open > ul .mobile-logout {
		display: block !important;
		height: 52px !important;
		margin-top: 0;
		padding: 15px 21px !important;
	}
	.admin-bar {
		position: fixed !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 60px !important;
		background-color: #3a3f46;
		box-shadow: 0 3px 4px -2px grey !important;
	}
	.admin-bar .client-welcome {
		display: none !important;
	}
	.client-logo {
		width: 50% !important;
		height: 60px !important;
	}
	.client-logo img {
		width: 100% !important;
		max-width: 44% !important;
		margin: 0 !important;
		padding: 0.25em 0 0 0.25em !important;
		float: left !important;
	}
	.page-id-39 tr td {
		font-size: 15px;
		font-weight: 600;
		padding-bottom: 25px;
	}
	footer {
		height: 57px;
		line-height: 24px;
	}
	footer .credits {
		background-color: #3a3f46;
		padding: 5px 5px !important;
		word-break: normal !important;
	}
	.credits span {
		font-size: 16px;
		padding: 0;
	}
	.page-id-3455 .header_table {
		width: 100% !important;
	}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) 
{
	.cbp-hrmenu > ul {
		transition: 500ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
	}
	/* Force table to not be like tables anymore */
	.page-id-3455 .content_table table { 
		display: block; 
	}	
	.page-id-3455 .content_table thead { 
		display: block; 
	}	
	.page-id-3455 .content_table tbody { 
		display: block; 
	}	
	.page-id-3455 .content_table th { 
		display: block; 
	}	
	.page-id-3455 .content_table td { 
		display: block; 
	}	
	.page-id-3455 .content_table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3455 .content_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3455 .content_table tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3455 .content_table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;		
	}
	
	.page-id-3455 .content_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
		/*
	Label the data
	*/
	.page-id-3455 .content_table td:nth-of-type(1):before { content: "TRACKING ID"; }
	.page-id-3455 .content_table td:nth-of-type(2):before { content: "RECEIVER"; }
	.page-id-3455 .content_table td:nth-of-type(3):before { content: "DATE/TIME"; }
	.page-id-3455 .content_table td:nth-of-type(4):before { content: "USER"; }
	.page-id-3455 .content_table td:nth-of-type(5):before { content: "NOTE"; }
	
	.page-id-3455 .content_table {
		border: none;
	}
	.page-id-3455 .submit-custom {
		max-width: 240px !important;
	}	
	.page-id-3455 .submit-custom span {
		font-size: 16px !important;
	}
	/* Force table to not be like tables anymore */
	.page-id-3247 .date-picker { 
		width: 100% !important; 
	}	
	.page-id-3247 .client-payments table { 
		display: block; 
	}	
	.page-id-3247 .client-payments thead { 
		display: block; 
	}	
	.page-id-3247 .client-payments tbody { 
		display: block; 
	}	
	.page-id-3247 .client-payments th { 
		display: block; 
	}	
	.page-id-3247 .client-payments td { 
		display: block; 
	}	
	.page-id-3247 .client-payments tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3247 .client-payments thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3247 .client-payments tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3247 .client-payments td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;		
	}
	
	.page-id-3247 .client-payments td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
	}
	
	/*
	Label the data
	*/
	.page-id-3247 .client-payments td:nth-of-type(1):before { content: "ID"; }
	.page-id-3247 .client-payments td:nth-of-type(2):before { content: "DATE/TIME"; }
	.page-id-3247 .client-payments td:nth-of-type(3):before { content: "TOTAL REF"; }
	.page-id-3247 .client-payments td:nth-of-type(4):before { content: "#DELIVERED"; }
	.page-id-3247 .client-payments td:nth-of-type(5):before { content: "#REFUSED"; }
	.page-id-3247 .client-payments td:nth-of-type(6):before { content: "DELIVERED COST"; }
	.page-id-3247 .client-payments td:nth-of-type(7):before { content: "REFUSED COST"; }
	.page-id-3247 .client-payments td:nth-of-type(8):before { content: "BALANCE"; }
	.page-id-3247 .client-payments td:nth-of-type(9):before { content: "DELIVERY STATUS"; }
	.page-id-3247 .client-payments td:nth-of-type(10):before { content: "OPTIONS"; }
	
	.page-id-3247 .client-payments {
		border: none;
	}
	
	/* Force table to not be like tables anymore */
	.page-id-2822 .date-picker { 
		width: 100% !important; 
	}	
	.page-id-2822 .my-shipments-full table { 
		display: block; 
	}	
	.page-id-2822 .my-shipments-full thead { 
		display: block;
		height: auto;		
	}	
	.page-id-2822 .my-shipments-full tbody { 
		display: block; 
	}	
	.page-id-2822 .my-shipments-full th { 
		display: block; 
	}	
	.page-id-2822 .my-shipments-full td { 
		display: block; 
	}	
	.page-id-2822 .my-shipments-full tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-2822 .my-shipments-full thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-2822 .my-shipments-full tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-2822 .my-shipments-full td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;	
		padding: 0 10px;		
		font-size: 13px;
		height: 27px;
	}
	
	.page-id-2822 .my-shipments-full td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-2822 .my-shipments-full td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-2822 .my-shipments-full td:nth-of-type(1):before { content: "CREATED"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(2):before { content: "TRACKING ID"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(3):before { content: "RECEIVER NAME"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(4):before { content: "CITY"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(5):before { content: "COD"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(6):before { content: "STATUS"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(7):before { content: "UPDATED"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(8):before { content: "NOTES"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(9):before { content: "OPTIONS"; }
	
	
	.page-id-2822 .my-shipments-full td:nth-of-type(1):before { content: "SELECT SHIPMENT"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(2):before { content: "CREATED"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(3):before { content: "TRACKING ID"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(4):before { content: "RECEIVER NAME"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(5):before { content: "CITY"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(6):before { content: "COD"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(7):before { content: "STATUS"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(8):before { content: "UPDATED"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(9):before { content: "NOTES"; }
	.page-id-2822 .my-shipments-full td:nth-of-type(10):before { content: "OPTIONS"; }
	
	
	.page-id-2822 .my-shipments-full {
		border: none;
		background-color: #fff !important;
	}	
	.page-id-2822 .my-shipments-full .emailNotifications {
		right: 2px !important;
		top: 3px !important;
	}

	
	.page-id-2822 .my-shipments table { 
		display: block; 
	}	
	.page-id-2822 .my-shipments thead { 
		display: block;
		height: auto;		
	}	
	.page-id-2822 .my-shipments tbody { 
		display: block; 
	}	
	.page-id-2822 .my-shipments th { 
		display: block; 
	}	
	.page-id-2822 .my-shipments td { 
		display: block; 
	}	
	.page-id-2822 .my-shipments tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-2822 .my-shipments .my-shipments-heading { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-2822 .my-shipments tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-2822 .my-shipments td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-2822 .my-shipments td div {
	    /* margin-left: 74.5% !important; */
		text-align: left;
	}	
	.page-id-2822 .my-shipments td .submit-custom {
		width: 95px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.page-id-2822 .my-shipments td input[type="text"], select{ 
		width: 60% !important;
	}
	.page-id-2822 .my-shipments .sh-date input[type="text"] {
		width: 29.6% !important;
	}	
	.page-id-2822 .my-shipments .sumarum div {
		margin: 0 !important;
	}
	.page-id-2822 .my-shipments td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-2822 .my-shipments td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-2822 .my-shipments td:nth-of-type(1):before { content: "CREATED"; }
	.page-id-2822 .my-shipments td:nth-of-type(2):before { content: "TRACKING ID"; }
	.page-id-2822 .my-shipments td:nth-of-type(3):before { content: "NAME"; }
	.page-id-2822 .my-shipments td:nth-of-type(4):before { content: "SHIPMENT STATUS"; }
	.page-id-2822 .my-shipments td:nth-of-type(5):before { content: "UPDATED"; }
	.page-id-2822 .my-shipments td:nth-of-type(6):before { content: "PAYMENT"; }
	.page-id-2822 .my-shipments td:nth-of-type(7):before { content: "FILTER"; }
	
	.page-id-2822 .my-shipments .sumarum td:before {
		display: none !important;
	}
	
	.page-id-2822 .my-shipments {
		border: none;
		background-color: #fff !important;
	}
	.page-id-2822 .pagination {
		height: 100%;
	}
	.page-id-3112 .history_table {
		width: 100% !important;
	}
	.page-id-3112 .trace table { 
		display: block; 
	}	
	.page-id-3112 .trace thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3112 .trace tbody { 
		display: block; 
	}	
	.page-id-3112 .trace th { 
		display: block; 
	}	
	.page-id-3112 .trace td { 
		display: block; 
	}	
	.page-id-3112 .trace tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3112 .trace thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3112 .trace tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3112 .trace td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3112 .trace td div {
	    margin-left: 74.5% !important;
		text-align: left;
	}	
	.page-id-3112 .trace td input[type="text"], select{ 
		width: 60% !important;
	}
	.page-id-3112 .trace .sh-date input[type="text"] {
		width: 29.6% !important;
	}	
	.page-id-3112 .trace .sumarum div {
		margin: 0 !important;
	}
	.page-id-3112 .trace td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3112 .trace td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3112 .trace td:nth-of-type(1):before { content: "TRACKING ID"; }
	.page-id-3112 .trace td:nth-of-type(2):before { content: "RECEIVER NAME"; }
	.page-id-3112 .trace td:nth-of-type(3):before { content: "ADDRESS"; }
	.page-id-3112 .trace td:nth-of-type(4):before { content: "CITY"; }
	.page-id-3112 .trace td:nth-of-type(5):before { content: "PHONE"; }
	.page-id-3112 .trace td:nth-of-type(6):before { content: "WEIGHT"; }
	.page-id-3112 .trace td:nth-of-type(7):before { content: "ALLOW OPEN"; }
	.page-id-3112 .trace td:nth-of-type(8):before { content: "COD"; }
/* 	.page-id-3112 .trace tr:nth-of-type(2) td:before { display: none; }
	.page-id-3112 .trace tr:nth-of-type(2) td { text-align: center !important; } */
	.page-id-3112 .trace {
		border: none;
		background-color: #fff !important;
	}

	.page-id-3112 .history table { 
		display: block; 
	}	
	.page-id-3112 .history thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3112 .history tbody { 
		display: block; 
	}	
	.page-id-3112 .history th { 
		display: block; 
	}	
	.page-id-3112 .history td { 
		display: block; 
	}	
	.page-id-3112 .history tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3112 .history thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3112 .history tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3112 .history td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3112 .history td div {
	    margin-left: 74.5% !important;
		text-align: left;
	}		
	.page-id-3112 .history td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3112 .history td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3112 .history td:nth-of-type(1):before { content: "DATE/TIME"; }
	.page-id-3112 .history td:nth-of-type(2):before { content: "STATUS"; }
	.page-id-3112 .history td:nth-of-type(3):before { content: "USER"; }
	/* .page-id-3112 .history td:nth-of-type(4):before { content: "REMARKS"; } */
	.page-id-3112 .history {
		border: none;
		background-color: #fff !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.page-id-3112 .notes table { 
		display: block; 
	}	
	.page-id-3112 .notes thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3112 .notes tbody { 
		display: block; 
	}	
	.page-id-3112 .notes th { 
		display: block; 
	}	
	.page-id-3112 .notes td { 
		display: block; 
	}	
	.page-id-3112 .notes tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3112 .notes thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3112 .notes tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3112 .notes td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3112 .notes td div {
	    margin-left: 74.5% !important;
		text-align: left;
	}		
	.page-id-3112 .notes td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3112 .notes td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3112 .notes td:nth-of-type(1):before { content: "DATE/TIME"; }
	.page-id-3112 .notes td:nth-of-type(2):before { content: "STATUS"; }
	.page-id-3112 .notes td:nth-of-type(3):before { content: "REMARKS"; }
	.page-id-3112 .notes {
		border: none;
		background-color: #fff !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	/*3573 start*/
	.page-id-3573 .history_table {
		width: 100% !important;
	}
	.page-id-3573 .trace table { 
		display: block; 
	}	
	.page-id-3573 .trace thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3573 .trace tbody { 
		display: block; 
	}	
	.page-id-3573 .trace th { 
		display: block; 
	}	
	.page-id-3573 .trace td { 
		display: block; 
	}	
	.page-id-3573 .trace tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3573 .trace thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3573 .trace tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3573 .trace td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3573 .trace td div {
	    margin-left: 74.5% !important;
		text-align: left;
	}	
	.page-id-3573 .trace td input[type="text"], select{ 
		width: 60% !important;
	}
	.page-id-3573 .trace .sh-date input[type="text"] {
		width: 29.6% !important;
	}	
	.page-id-3573 .trace .sumarum div {
		margin: 0 !important;
	}
	.page-id-3573 .trace td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3573 .trace td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3573 .trace td:nth-of-type(1):before { content: "TRACKING ID"; }
	.page-id-3573 .trace td:nth-of-type(2):before { content: "RECEIVER NAME"; }
	.page-id-3573 .trace td:nth-of-type(3):before { content: "ADDRESS"; }
	.page-id-3573 .trace td:nth-of-type(4):before { content: "CITY"; }
	.page-id-3573 .trace td:nth-of-type(5):before { content: "PHONE"; }
	.page-id-3573 .trace td:nth-of-type(6):before { content: "WEIGHT"; }
	.page-id-3573 .trace td:nth-of-type(7):before { content: "ALLOW OPEN"; }
	.page-id-3573 .trace td:nth-of-type(8):before { content: "COD"; }
/* 	.page-id-3573 .trace tr:nth-of-type(2) td:before { display: none; }
	.page-id-3573 .trace tr:nth-of-type(2) td { text-align: center !important; } */
	.page-id-3573 .trace {
		border: none;
		background-color: #fff !important;
	}

	.page-id-3573 .history table { 
		display: block; 
	}	
	.page-id-3573 .history thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3573 .history tbody { 
		display: block; 
	}	
	.page-id-3573 .history th { 
		display: block; 
	}	
	.page-id-3573 .history td { 
		display: block; 
	}	
	.page-id-3573 .history tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3573 .history thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3573 .history tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3573 .history td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3573 .history td div {
	    margin-left: 74.5% !important;
		text-align: left;
	}		
	.page-id-3573 .history td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3573 .history td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3573 .history td:nth-of-type(1):before { content: "DATE/TIME"; }
	.page-id-3573 .history td:nth-of-type(2):before { content: "STATUS"; }
	.page-id-3573 .history td:nth-of-type(3):before { content: "USER"; }
	/* .page-id-3573 .history td:nth-of-type(4):before { content: "REMARKS"; } */
	.page-id-3573 .history {
		border: none;
		background-color: #fff !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.page-id-3573 .notes table { 
		display: block; 
	}	
	.page-id-3573 .notes thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3573 .notes tbody { 
		display: block; 
	}	
	.page-id-3573 .notes th { 
		display: block; 
	}	
	.page-id-3573 .notes td { 
		display: block; 
	}	
	.page-id-3573 .notes tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3573 .notes thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3573 .notes tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3573 .notes td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3573 .notes td div {
	    margin-left: 74.5% !important;
		text-align: left;
	}		
	.page-id-3573 .notes td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3573 .notes td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3573 .notes td:nth-of-type(1):before { content: "DATE/TIME"; }
	.page-id-3573 .notes td:nth-of-type(2):before { content: "STATUS"; }
	.page-id-3573 .notes td:nth-of-type(3):before { content: "REMARKS"; }
	.page-id-3573 .notes {
		border: none;
		background-color: #fff !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
	/*3573 end*/
	
	
	.page-id-3259 .details table { 
		display: block; 
	}	
	.page-id-3259 .details thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3259 .details tbody { 
		display: block; 
	}	
	.page-id-3259 .details th { 
		display: block; 
	}	
	.page-id-3259 .details td { 
		display: block; 
	}	
	.page-id-3259 .details tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3259 .details thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3259 .details tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3259 .details td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3259 .details td div {
		margin-left: 50% !important;
		text-align: right;
	}	
	.page-id-3259 .details td .submit-custom {
		width: 95px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.page-id-3259 .details td input[type="text"], select{ 
		width: 60% !important;
	}
	.page-id-3259 .details .sh-date input[type="text"] {
		width: 29.6% !important;
	}	
	.page-id-3259 .details td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3259 .details td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3259 .details td:nth-of-type(1):before { content: "DATE/TIME"; }
	.page-id-3259 .details td:nth-of-type(2):before { content: "CLIENT"; }
	.page-id-3259 .details td:nth-of-type(3):before { content: "#DELIVERED"; }
	.page-id-3259 .details td:nth-of-type(4):before { content: "#REFUSED"; }
	.page-id-3259 .details td:nth-of-type(5):before { content: "TOTAL REF"; }
	.page-id-3259 .details td:nth-of-type(6):before { content: "DELIVERED COST"; }
	.page-id-3259 .details td:nth-of-type(7):before { content: "REFUSED COST"; }
	.page-id-3259 .details td:nth-of-type(8):before { content: "BALANCE"; }

	
	.page-id-3259 .details {
		border: none;
		background-color: #fff !important;
	}
	
	.page-id-3259 .delivered table { 
		display: block; 
	}	
	.page-id-3259 .delivered thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3259 .delivered tbody { 
		display: block; 
	}	
	.page-id-3259 .delivered th { 
		display: block; 
	}	
	.page-id-3259 .delivered td { 
		display: block; 
	}	
	.page-id-3259 .delivered tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3259 .delivered thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3259 .delivered tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3259 .delivered td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		min-height: 37px;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3259 .delivered td div {
		margin-left: 50% !important;
		text-align: right;
	}	
	.page-id-3259 .delivered td .submit-custom {
		width: 95px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.page-id-3259 .delivered td input[type="text"], select{ 
		width: 60% !important;
	}
	.page-id-3259 .delivered .sh-date input[type="text"] {
		width: 29.6% !important;
	}	
	.page-id-3259 .delivered td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 5px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3259 .delivered td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3259 .delivered td:nth-of-type(1):before { content: "#"; }
	.page-id-3259 .delivered td:nth-of-type(2):before { content: "TRACKING ID"; }
	.page-id-3259 .delivered td:nth-of-type(3):before { content: "NAME"; }
	.page-id-3259 .delivered td:nth-of-type(4):before { content: "CITY"; }
	.page-id-3259 .delivered td:nth-of-type(5):before { content: "PICKED UP"; }
	.page-id-3259 .delivered td:nth-of-type(6):before { content: "DELIVERED"; }
	.page-id-3259 .delivered td:nth-of-type(7):before { content: "DRIVER"; }
	.page-id-3259 .delivered td:nth-of-type(8):before { content: "REF"; }
	.page-id-3259 .delivered td:nth-of-type(9):before { content: "DELIVERY COST"; }
	.page-id-3259 .delivered td:nth-of-type(10):before { content: "NOTES"; }

	
	.page-id-3259 .delivered {
		border: none;
		background-color: #fff !important;
	}
	
	.page-id-3259 .refused table { 
		display: block; 
	}	
	.page-id-3259 .refused thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3259 .refused tbody { 
		display: block; 
	}	
	.page-id-3259 .refused th { 
		display: block; 
	}	
	.page-id-3259 .refused td { 
		display: block; 
	}	
	.page-id-3259 .refused tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3259 .refused thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3259 .refused tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3259 .refused td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		min-height: 37px;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3259 .refused td div {
		margin-left: 50% !important;
		text-align: right;
	}	
	.page-id-3259 .refused td .submit-custom {
		width: 95px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.page-id-3259 .refused td input[type="text"], select{ 
		width: 60% !important;
	}
	.page-id-3259 .refused .sh-date input[type="text"] {
		width: 29.6% !important;
	}	
	.page-id-3259 .refused td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 5px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3259 .refused td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3259 .refused td:nth-of-type(1):before { content: "#"; }
	.page-id-3259 .refused td:nth-of-type(2):before { content: "TRACKING ID"; }
	.page-id-3259 .refused td:nth-of-type(3):before { content: "NAME"; }
	.page-id-3259 .refused td:nth-of-type(4):before { content: "CITY"; }
	.page-id-3259 .refused td:nth-of-type(5):before { content: "PICKED UP"; }
	.page-id-3259 .refused td:nth-of-type(6):before { content: "REFUSED"; }
	.page-id-3259 .refused td:nth-of-type(7):before { content: "DRIVER"; }
	.page-id-3259 .refused td:nth-of-type(8):before { content: "REFUSE COST"; }
	.page-id-3259 .refused td:nth-of-type(9):before { content: "NOTES"; }

	
	.page-id-3259 .refused {
		border: none;
		background-color: #fff !important;
	}
	header.smaller h1#logo {
		height: 40px;
		text-align: center;
		font-size: 30px;
		color: #333;
		line-height: 70px;
	}
	.page-id-3366 .container {
		background: transparent !important;
		padding-top: 25px !important;
		padding: 0 30px !important;
	}
	.page-id-3366 #wrapper {
		padding-top: 0px !important;
		background-size: cover;
	}
	.page-id-3366 #wrapper .smaller {
		height: 50px;
	}
	.page-id-3366 #wrapper .smaller #logo {
		line-height: 43px;
	}
	.page-id-3366 #wrapper .smaller .container {
		padding: 0 !important;
	}
	.page-id-3366 #wrapper .smaller #showRightPush {
		line-height: 25px !important;
		top: 2px !important;
	}
	.page-id-3366 .nav-menu h3 {
		height: 50px !important;
		line-height: 30px !important;
	}
	.page-id-3366 #main {
		min-height: 555px;
		padding-top: 0 !important;
	}
	.page-id-3366 #content {
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 5px #ddd;
		box-shadow: 0 0 5px #ddd;
	}
	.page-id-3366 .ltitle {
		text-align: center;
		font-size: 24px;
		font-weight: 600;
	}
	.page-id-3366 .login-username label {
		display: none;
	}	
	.page-id-3366 .login-password label {
		display: none;
	}
	.page-id-3366 .post-3366 {
		padding: 10px 0;
	}
	.page-id-3366 .loginform {
		border: none;
		width: 100%;
		max-width: 470px;
		margin: 0;
		padding: 1px 25px;
		background: #fff;
		float: left;
		position: relative;
	}
	.page-id-3366 input[type="text"], input[type="password"] {
		width: 100%;
	}
	.page-id-3366 #wp-submit {
		width: 50%;
	}
	.page-id-3366 #wp-track {
		width: 50%;
	}
	.page-id-3366 .section-sub-title {
		margin-top: 0;
	}
	.page-id-3366 header.smaller {
		display: none;
	}
	.page-id-3366 .logo {
		text-align: center;
		left: 0;
		background-color: #28303b;
		margin-bottom: 2.5em;
	}
	.page-id-3366 .findform {
		margin-top: 1em;
	}	
	.page-id-3366 .logo img {
		max-width: 50%;
		margin: 0 auto;
	}
	.page-id-3366 {
		background: #f4f4f4 !important;
	}
	.page-id-3366 footer {
		height: auto;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		background: #fff;
		-webkit-box-shadow: 0 -1px 6px #8f8a89;
		-moz-box-shadow: 0 -1px 6px #8f8a89;
		box-shadow: 0 -1px 6px #8f8a89;
	}
	.page-id-3374 #main {
		min-height: 555px;
		padding-top: 0 !important;
	}
	.page-id-3374 .logo {
		text-align: center;
		left: 0;
		background-color: #000;
		margin-bottom: 2.5em;
	}
	.page-id-3374 .logo img {
		max-width: 50%;
		margin: 0 auto;
	}
	.page-id-3374 #content {
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 5px #ddd;
		box-shadow: 0 0 5px #ddd;
	}
	.page-id-3374 .ltitle {
		text-align: center;
		font-size: 24px;
		font-weight: 600;
	}
	
	/*start my-shipments-new*/
	.page-id-3521 .date-picker { 
		width: 100% !important; 
	}	
	.page-id-3521 .my-shipments-full table { 
		display: block; 
	}	
	.page-id-3521 .my-shipments-full thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3521 .my-shipments-full tbody { 
		display: block; 
	}	
	.page-id-3521 .my-shipments-full th { 
		display: block; 
	}	
	.page-id-3521 .my-shipments-full td { 
		display: block; 
	}	
	.page-id-3521 .my-shipments-full tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3521 .my-shipments-full thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3521 .my-shipments-full tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3521 .my-shipments-full td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;	
		padding: 0 10px;		
		font-size: 13px;
		height: 27px;
	}
	
	.page-id-3521 .my-shipments-full td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3521 .my-shipments-full td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3521 .my-shipments-full td:nth-of-type(1):before { content: "SELECT SHIPMENT"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(2):before { content: "CREATED"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(3):before { content: "TRACKING ID"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(4):before { content: "RECEIVER NAME"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(5):before { content: "CITY"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(6):before { content: "COD"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(7):before { content: "STATUS"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(8):before { content: "UPDATED"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(9):before { content: "NOTES"; }
	.page-id-3521 .my-shipments-full td:nth-of-type(10):before { content: "OPTIONS"; }

	
	.page-id-3521 .my-shipments-full {
		border: none;
		background-color: #fff !important;
	}	
	.page-id-3521 .my-shipments-full .emailNotifications {
		right: 2px !important;
		top: 3px !important;
	}

	
	.page-id-3521 .my-shipments table { 
		display: block; 
	}	
	.page-id-3521 .my-shipments thead { 
		display: block;
		height: auto;		
	}	
	.page-id-3521 .my-shipments tbody { 
		display: block; 
	}	
	.page-id-3521 .my-shipments th { 
		display: block; 
	}	
	.page-id-3521 .my-shipments td { 
		display: block; 
	}	
	.page-id-3521 .my-shipments tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.page-id-3521 .my-shipments .my-shipments-heading { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.page-id-3521 .my-shipments tr { 
		border: 1px solid #ccc; 
	    border: 1px solid #ccc;
		margin-bottom: 15px;
		box-shadow: 0 3px 4px -2px grey;	
	}
	
	.page-id-3521 .my-shipments td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: auto !important;
		overflow-wrap: unset !important;
		padding: 0 10px;
		font-size: 13px;
		height: auto;
		text-align: right !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.page-id-3521 .my-shipments td div {
	    /* margin-left: 74.5% !important; */
		text-align: left;
	}	
	.page-id-3521 .my-shipments td .submit-custom {
		width: 95px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.page-id-3521 .my-shipments td input[type="text"], select{ 
		width: 60% !important;
	}
	.page-id-3521 .my-shipments .sh-date input[type="text"] {
		width: 29.6% !important;
	}	
	.page-id-3521 .my-shipments .sumarum div {
		margin: 0 !important;
	}
	.page-id-3521 .my-shipments td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 11px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 14px;
		text-align: left;
	}
	.page-id-3521 .my-shipments td div	{
		max-width: 100% !important;
		overflow-wrap: unset !important;
	}
		
	/*
	Label the data
	*/
	.page-id-3521 .my-shipments td:nth-of-type(1):before { content: "CREATED"; }
	.page-id-3521 .my-shipments td:nth-of-type(2):before { content: "TRACKING ID"; }
	.page-id-3521 .my-shipments td:nth-of-type(3):before { content: "NAME"; }
	.page-id-3521 .my-shipments td:nth-of-type(4):before { content: "SHIPMENT STATUS"; }
	.page-id-3521 .my-shipments td:nth-of-type(5):before { content: "UPDATED"; }
	.page-id-3521 .my-shipments td:nth-of-type(6):before { content: "PAYMENT"; }
	.page-id-3521 .my-shipments td:nth-of-type(7):before { content: "FILTER"; }
	
	.page-id-3521 .my-shipments .sumarum td:before {
		display: none !important;
	}
	
	.page-id-3521 .my-shipments {
		border: none;
		background-color: #fff !important;
	}
	.page-id-3521 .pagination {
		height: 100%;
	}
	/*end my-shipments-new*/

}







.a_table_admin_view
{
	text-decoration:underline; 
	color: #054ec4;
}


/* Driver table */
.driver_option
{
	border:1px solid grey; margin-left:auto; margin-right:auto;
}
.driver_option tr
{
	border:1px solid grey;
}
.driver_option th, .driver_option td
{
	padding:5px;
	text-align:center; 
	border-right:1px solid grey;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 21px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

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

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

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

/* Search tables */
.search-results
{
	width:100%;
	margin-top:20px; 
}

.search-results.tr
{
	border-bottom:1px solid #ccc;
}

.search-table
{
	width: 100%; 

	border-radius: 15px;
	background: #0683c9; #3498DB;
	padding: 30px;
}

.search-table .count
{
	font-size:25px; font-weight:bold; color: white; 
}

.search-table th
{
	border-bottom:1px solid #ccc;
	text-align:center; 
	color:white; 
	
}
.search-table tr th
{
	#padding-top:10px;
	
}

.search-table tr td
{
	
	padding-bottom:10px; 	
}

.search-table td
{
	text-align:center; 
	
}

.search-table .sh-date input
{
	width:100px;
	cursor:pointer;
	border-radius: 10px;
}

.search-table select
{
	height: 40px;
    border-radius: 10px;
}
.search-results th
{
	color:white;
	background-color:black; 
}

.search-results tr{
	border-bottom:1px solid #ccc;
}

.search-submit {
    width: 132px;
    height: 51px;
    border-radius: 10px;
	font-size: 25px;
	margin-top:10px; 
	background-color:  #0683c9;
	/*text-transform:uppercase; */
}

.search-submit:hover
{

	background-color:#3498DB;
	
}
