html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	min-width: 600px;
	min-height: 300px;
}

.navigation-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 199px;
	z-index: 150;
}
.navigation-bar nav {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 16px 0;
	border-right: 1px solid #d9d9d9;
	box-shadow: inset -6px 0 6px -6px rgba(0,0,0,0.2);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navigation-bar nav ul {
	display:block;
	padding: 16px;
	margin: 0;
	list-style: none;
}
.navigation-bar nav ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation-bar nav ul li.separator {
	height: 0;
	margin: 12px 20px;
	padding: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
}
.navigation-bar nav a {
	display: block;
	position: relative;
	padding: 4px 20px;
	margin: 0;
	line-height: 18px;
	font-size: 14px;
	color: #21759b;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}
.navigation-bar nav a:hover ,
.navigation-bar nav a:focus {
	background-color: rgba(0, 0, 0, 0.04);
}
.nav-active {
	background-color: #f0f0f0;
    border-left: 4px solid #0085BA;
}
.nav-center { 
	text-align: center;
	color:#999;
	font-weight: 200;
	font-size: 14px; 
}
.nav-loadimg {
	text-align: center;
	min-height:12px;
}
.main {
	position: absolute;
	left: 200px;
	top: 0;
	right: 0;
	bottom: 0 ;
	z-index: 200;
}
.main article, .main header {
	display: block;
	position:relative;
	padding: 4px 16px;
}
.main header {
	border-bottom: 1px solid #eee;
}
.main article {
	overflow-y:scroll;
	height:100%;
	margin-bottom:50px;
}
.main h1 {
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-weight: 200;
	line-height: 45px;
	margin: 0;
}
.main footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	z-index: 100;
	padding: 10px 0px;
	border: 0 solid #dfdfdf;
	border-width: 1px 0 0 0;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,0.1);
	background-color:#f0f0f0;
}
.main footer .inner {
	padding: 0 16px;
}
input {
	margin: 0;
}
.text-right {
	text-align: right;
}
.heavy {
	font-weight: bold;
}
.small {
	font-size: 90%;
}
.input-group.input-group-left-align {
	padding-left: 14px;
}
.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.form-control-actionbar {
	margin-top: 10px;
	background: #f0f0f0; 
    padding: 10px 0;
}
.buttonicon, .button.buttonicon {
	padding: 3px 4px !important;
}
.buttonicon .dashicons, .button.buttonicon .dashicons {
	padding-top: 0;
}
.summary-title {
	padding-left:8px;
	padding-bottom: 8px;
}
.hidden {
	display:none;
}
#shipment_label_pdf {
	height: 700px;
}
#shipment_summary {
    padding-top: 8px;
}
button, .button, .button-primary, .button-secondary, .button:visited, .button:focus {
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
	border-color: #ccc;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
	text-decoration:none;
}
.button-secondary:active, .button:active {
    background: #ccc;
    border-color: #999;
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
    box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
	text-decoration:none;
}
.button-secondary:hover, .button:hover {
    background: #eee;
    border-color: #999;
    color: #23282d;
	text-decoration:none;
}
.button-primary, .button-primary:focus, .button-primary:visited {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}
.button-primary:active {
    background: #0073aa;
    border-color: #006799;
    -webkit-box-shadow: inset 0 2px 0 #006799;
    box-shadow: inset 0 2px 0 #006799;
    vertical-align: top;
	text-decoration:none;
}
.button-primary:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
	text-decoration:none;
}
.button .dashicons {
	padding-top: 3px;
	padding-right: 3px;
}
.loading-action {
	margin:0 10px;
}
/*.dropdown-toggle:active~.dropdown-menu, .dropdown-toggle:focus~.dropdown-menu {
	display:block;
}*/
.dropdown-toggle, .dropdown-toggle:active, .dropdown-toggle:focus {
	height: 32px;
}
.dropdown-menu {
	display:none;
	border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
    top: 17px;
    z-index: 3;
    background: #fff;	
	max-height: 400px;
    overflow-y: auto;
}
.dropdown-menu li {
	padding: 0 6px;
}
.dropdown-menu li a {
	display:block;
	margin:  3px 0;
	padding: 3px 0;
}
.dropdown-menu li:hover {
	background: #f0f0f0;
}
.dropdown-menu li a:hover {
	text-decoration: none;
}
.dropdown-menu li a.auto-template-add, .dropdown-menu li a.auto-template {
	font-size:13px;
	min-width:150px;
	display: inline-block;
	max-width:90%;
}
.dropdown-menu li a.auto-template-remove {
	display: inline-block;
    float: right;
}
.canadapost-spinner {
  display: inline-block;
  margin: 5px auto 0;
  width: 60px;
  text-align: center;
}

.canadapost-spinner > div {
  width: 16px;
  height: 16px;
  background-color: #999;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: canadapost-bouncedelay 1.4s infinite ease-in-out both;
  animation: canadapost-bouncedelay 1.4s infinite ease-in-out both;
}

.canadapost-spinner .canadapost-spinner-b1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.canadapost-spinner .canadapost-spinner-b2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes canadapost-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes canadapost-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}