html,
body {
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  margin: 0;
}
html {
  padding: 0 3px !important;
}
body {
  padding: 3px 3px 0px 3px;
}
html_F[ng-app="deliverability"] {
  padding: 0;
}
html_F[ng-app="deliverability"] body {
  padding: 0;
}
#btn-apply,
#btn-apply-dash {
  width: 166px;
  background-color: #f1493e;
  color: #fff;
  height: 28px;
  margin-left: 4px;
}
#btn-apply:hover,
#btn-apply-dash:hover {
  background-color: #a5ac00;
}
.modal .button-box button {
  background-color: #f1493e;
  color: #fff;
}
#search-button {
  width: 166px;
  background-color: #f1493e;
  color: #fff;
  margin-left: 12px;
}
#search-button:hover {
  background-color: #a5ac00;
}
#search-button b {
  line-height: 18px;
  float: left;
}
#search-button .icon {
  display: inline-block;
  float: left;
  margin-left: 35px;
}
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0;
  padding: 0;
  border-top-width: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align items in Main Axis */
  align-items: stretch;
  /* align items in Cross Axis */
  align-content: stretch;
  /* Extra space in Cross Axis */
  overflow: hidden !important;
}
#container .map.fullheight {
  height: 500px;
}
#container .map.fullheight.borderless {
  min-height: 500px;
  margin-right: 10px;
}
#container #gridalerts {
  /*display: none;*/
}
#container.no-left-nav {
  background-image: none;
}
#container.no-left-nav #page {
  margin: 5px 0 0 5px;
}
#content {
  margin: 0 auto -5em;
  border-top: 1px solid #000000;
  width: 100%;
}
#content.no-left-nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  /* align items in Main Axis */
  align-items: stretch;
  /* align items in Cross Axis */
  align-content: stretch;
  /* Extra space in Cross Axis */
}
#content #page {
  margin: 0 0 0 190px;
}
#content #page.fullheight.table-right .map.fullheight.borderless {
  margin-right: 450px !important;
}
#content #page.fullheight.table-right #gridalerts {
  width: 448px;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
body {
  background-color: #d9e2e9;
}
A {
  color: #00724E;
}
A:hover {
  color: #592D00;
  background-color: rgba(0, 0, 0, 0.05);
}
.logo {
  background: url('/Content/themes/parcelshield/images/logo-large.png') center center no-repeat;
  width: 234px;
  height: 135px;
}
#header {
  background-color: #282c37;
  border-color: #282c37;
}
#header HGROUP H1 {
  background: url('/Content/themes/parcelshield/images/logo.png') center center no-repeat;
  padding: 25px 0 0 40px;
  width: 192px;
  height: 45px;
}
#header HGROUP H2 {
  display: none;
}
#header #profile {
  background-color: #7F3D01;
  border-right-color: #4D2501;
  border-left-color: #4D2501;
}
#header #profile.active {
  background-color: #482200;
}
#breadcrumbs {
  background-color: #abc4c4;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
#breadcrumbs A {
  color: #4F492F;
}
#breadcrumbs .inner {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#container {
  background: #FCFCF7 url('/Content/themes/parcelshield/images/bg-sidebar.png') top left repeat-y;
}
#container.no-left-nav {
  background: #FCFCF7 !important;
}
#container.darkbg {
  background: #9eabae !important;
}
.sidebar .parent ul {
  background-color: #abc4c4;
}
.sidebar a {
  color: #5C3B1D;
}
.sidebar li.active a {
  background-color: #FCFCF7;
  border-right-color: #FCFCF7;
}
.titlebar H2 {
  color: #834000;
}
/*----------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------*/
#header {
  margin: 0 0 0 0;
  height: 73px;
  position: relative;
}
#header .headerinner {
  margin: 0 0 0 0;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#header HGROUP {
  width: 235px;
  height: 69px;
  margin: 1px 0 0 0;
  padding: 0;
  display: block;
  float: left;
  border: none !important;
}
#header HGROUP .inner {
  width: 187px;
  height: 69px;
  padding: 0;
  margin: 0;
  border: none;
}
#header HGROUP .inner H1 {
  margin: 0;
  text-indent: 5000px;
  overflow: hidden;
}
#header #profile {
  width: 130px;
  margin: 0px 0px 0 0px;
  padding: 5px 10px 5px 10px;
  position: absolute;
  top: 37px;
  right: 5px;
  text-align: right;
  @include border-radius(2px);
}
#header #profile.inactive {
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#header #profile.active {
  z-index: 1000;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
}
#header #profile.active .user-menu {
  display: block;
}
#header #profile .username {
  display: block;
  width: 130px;
  border: none;
  padding: 0 0 0 0;
  background: url('/Content/images/icons/arrow-down-light.png') 5px 7px no-repeat;
}
#header #profile #profile-trigger {
  border: none;
}
#header #profile #logon {
  border: none;
}
#header #profile A {
  color: #fff;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: none;
}
#header #profile B {
  font-size: 10px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
#header #profile .tiny.people {
  display: none;
}
#header #profile .user-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  padding: 5px 0 0 0;
  background-color: #532700;
}
#header #profile .user-menu LI {
  border-left: none;
  border-right: none;
}
#header #profile .user-menu LI A {
  display: block;
  width: 120px;
  margin: 0;
  padding: 5px 5px 5px 5px;
  border-left: none;
  border-right: none;
}
#header #profile .user-menu LI A:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
#header #profile .user-menu LI:nth-child(0n+1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#header #profile .user-menu LI:nth-child(0n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
/*----------------------------------------------------------------------*/
/* Main Horizontal Nav
/*----------------------------------------------------------------------*/
.primary-nav-outer {
  margin: 13px 0 0 240px;
  padding: 17px 0 0 0;
  background: url('/Content/images/bg-horz-nav-gradient.png') top left repeat-x;
}
.primary-nav {
  margin: 0 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.primary-nav .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.primary-nav .main-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.primary-nav .main-nav LI {
  list-style: None;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.primary-nav .main-nav LI.active {
  background: url('/Content/images/arrow-nav-horz-active.png') bottom center no-repeat;
}
.primary-nav .main-nav LI.active A {
  color: #fff;
  background: url('/Content/images/bg-nav-horz-active.png') top left repeat-x;
}
.primary-nav .main-nav LI:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.primary-nav .main-nav LI A {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: BebasNeueRegular;
  font-size: 20px;
  text-shadow: 1px 1px 2px #000;
  padding: 5px 15px 5px 15px;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.primary-nav .main-nav LI A:hover {
  color: #fff;
}
/*----------------------------------------------------------------------*/
/* CONTEXTUAL HELP
/*----------------------------------------------------------------------*/
.help:hover {
  cursor: help !important;
  text-decoration: underline !important;
}
.help:hover:after {
  opacity: 1;
}
.help:after {
  font-family: 'FontAwesome';
  content: "\f05a";
  display: inline-block;
  font-size: 11px;
  text-rendering: auto;
  text-align: center;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.45;
  font-weight: normal;
  margin-left: 5px;
}
.help.distresscode:after {
  font-size: 10px;
  position: absolute;
  top: 1px;
}
.modal-info-distresscodes UL {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-info-distresscodes UL LI {
  font-size: 12px;
  text-align: left;
  padding: 5px;
}
.modal-info-distresscodes UL LI.active {
  border: 1px solid #ee3c42;
}
.modal-info-distresscodes UL LI:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
.modal-info-distresscodes UL LI LABEL {
  display: inline-block;
  width: 100px;
}
.modal-info-distresscodes UL LI SPAN {
  display: inline-block;
}
