/* Loadboard Colors */

/* Loadboard Colors */

/* ATG Fr8 application specific Styles Use this Stylesheet for anything that is atg-namespaced or proprietary to the app*/

.Assigned {
  background-color: #FFFFC1 !important;
}

.Unassigned {
  background-color: #FFC1C1 !important;
}

.Dispatched {
  background-color: #AAD9ED !important;
}

.Loaded {
  background-color: #9ACC9A !important;
}

.At.Shipper,
.At_Shipper {
  background-color: #AEA3FF !important;
}

.At.Receiver,
.At_Receiver {
  background-color: #FFFFFF !important;
}

.Out.On.Delivery,
.Out_On_Delivery {
  background-color: #F7BF51 !important;
}

.Tendered {
  background-color: #c1fcff !important;
}

.Empty {
  background-color: #ffffff !important;
}

/******************************************************************
* ATG Flag Styling   *
****************************************************************/

.atg-flag {
  margin-top: 4px;
  padding: 6px;
  background-repeat: no-repeat;
  background-position: 7px center;
  cursor: pointer;
  transition: background-color 0.5s;
  border-radius: 5px;
  background-color: #FFF;
  border: 3px solid #CCC;
  width: 100%;
  font-size: 12px;
}

.atg-flag i {
  width: 60px;
  height: 60px;
  float: left;
  top: 10%;
  position: relative;
}

.atg-flag.cleared {
  background-color: #F1F1F1 !important;
  border-color: #CCC !important;
  color: #999;
}

.atg-flag.Flagged,
.atg-flag.Red {
  background-color: #FFE5E5;
  border: 3px solid #E09A9A;
}

.atg-flag.Blue {
  background-color: #8BD0FF;
  border: 3px solid #405FC7;
}

.atg-flag.Green {
  background-color: #B8FFB6;
  border: 3px solid #129208;
}

.atg-flag.Yellow {
  background-color: #EFFB84;
  border: 3px solid #C7C740;
}

.atg-flag.Claim {
  background-color: #FFFD9B;
  border: 3px solid #C6D100;
}

.atg-flag.Hold {
  background-color: #FF8888;
  border: 3px solid #D62700;
}

.atg-flag.Approval {
  background-color: #B5E9FC;
  border: 3px solid #0EA7F9;
}

.atg-flag.Needs.Paperwork {
  background-color: #FEE89A;
  border: 3px solid #E7CF79;
}

.atg-flag.Billing.Note,
.atg-flag.Updated {
  background-color: #FFFAE2;
  border: 3px solid #D4A653;
}

.atg-flag.Get.Paperwork {
  background-color: #fbfdff;
  border: 3px solid #7ab8da;
}

/******************************************************************
* ATG Icons   *
****************************************************************/

.atg-icon {
  background-color: transparent !important;
  transform: scale(0.85, 0.85);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
}

.atg-icon.icon-32 {
  width: 32px;
  height: 32px;
}

.atg-icon.icon-48 {
  width: 48px;
  height: 48px;
}

.atg-icon.icon-24 {
  width: 24px;
  height: 24px;
}

.atg-icon.Claim {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/claim.png");
}

.atg-icon.Hold {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/lock.png");
}

.atg-icon.Uploaded {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/document_text.png");
}

.atg-icon.Issue {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/about.png");
}

.atg-icon.Flagged {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag.png");
}

.atg-icon.Green.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_green.png");
}

.atg-icon.Blue.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_blue.png");
}

.atg-icon.Red.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_red.png");
}

.atg-icon.Yellow.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_yellow.png");
}

.atg-icon.Needs.Paperwork {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/document_orientation_landscape.png");
}

.atg-icon.Billing.Note {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/note_pinned.png");
}

.atg-icon.Approval {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/question_and_answer.png");
}

.atg-icon.Hot.Load {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/flame.png");
}

.atg-icon.Tender.Updated {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/sign_warning.png");
}

.atg-icon.Get.Paperwork,
.atg-icon.Refund.Request,
.atg-icon.EFS,
.atg-icon.Missing.Paperwork {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/phone_speech_bubble.png");
}

.atg-icon.Claim.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/claim.png");
}

.atg-icon.Hold.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/lock.png");
}

.atg-icon.Uploaded.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/document_text.png");
}

.atg-icon.Issue.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/about.png");
}

.atg-icon.Flagged.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag.png");
}

.atg-icon.Green.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_green_sm.png");
}

.atg-icon.Blue.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_blue_sm.png");
}

.atg-icon.Red.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_red_sm.png");
}

.atg-icon.Yellow.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_yellow_sm.png");
}

.atg-icon.Needs.Paperwork.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/document_zip.png");
}

.atg-icon.Billing.Note.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/note_pinned.png");
}

.atg-icon.Approval.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/question_and_answer.png");
}

.atg-icon.Hot.Load.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/flame.png");
}

.atg-icon.Tender.Updated.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/sign_warning.png");
}

.atg-icon.Get.Paperwork.small,
.atg-icon.Refund.Request.small,
.atg-icon.EFS.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/phone_speech_bubble.png");
}

.atg-icon.Star {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/star.png");
}

.atg-icon.Star.Empty {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/star2.png");
}

.atg-icon.Announcements {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/megaphone.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Alerts {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/sign_warning.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Approvals {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/question_and_answer.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Checks {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/money_bills.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Claims {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/truck.png");
  width: 64px;
  height: 64px;
}

.atg-icon.BillingHolds {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/lock.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Posting {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/antenna.png");
  width: 64px;
  height: 64px;
}

.atg-icon.NeedPaperwork {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/document_pinned.png");
  width: 64px;
  height: 64px;
}
body {
  font-size: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
section,
header,
table,
phone,
email,
thead,
tbody,
tfoot,
tr,
article {
  width: 100%;
  display: block;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5 {
  font-size: 15px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  font-weight: bold;
}

/**Common Base Styles */

.text-default {
  color: #333;
}

.text-small {
  font-size: 11px;
}

.text-large {
  font-size: 16px;
}

.text-overflow-ellipses {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: inherit;
}

.overflow-visible {
  overflow-y: visible;
  height: inherit;
}

.bold,
.text-bold {
  font-weight: bold !important;
}

.btn-danger {
  background-color: #f64848;
}

.full-width {
  width: 100% !important;
}

.no-margin {
  margin: 0 !important;
}

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

.clear {
  clear: both !important;
}

.red {
  color: #f64848;
}

.inline-block {
  display: inline-block !important;
  width: auto;
}

.selectable {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.page-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px !important;
  font-weight: 600;
}

.spacer {
  width: 100%;
  border-top: 1px dotted #ece7e7;
  margin-top: 15px;
  padding-bottom: 15px;
  clear: both;
}

.atg-loader {
  position: fixed;
  left: 0%;
  top: 44px;
  z-index: 999999;
  width: 100%;
}

.atg-loader .progress-bar {
  height: 5px;
}

.draggable {
  width: 10px;
  height: inherit;
  display: inline-block;
  overflow: hidden;
  line-height: 5px;
  padding: 3px 4px;
  cursor: move;
  vertical-align: middle;
  margin-top: -.7em;
  margin-right: .3em;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
}

.draggable::after {
  content: '.. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..';
}

typeahead,
input-autocomplete {
  width: 100%;
}

ons-button + ons-button {
  margin-top: 6px !important;
}

.list-item {
  box-shadow: 0px 1px 0px #d5d5d5;
}

pre {
  white-space: pre-line;
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  word-break: normal;
  border: none;
  color: inherit;
}

body {
  transition: border-width 0.5s ease-in;
  border: 0px;
}

body.pending-changes {
  border: 8px solid orange;
}

/*** Onsen overrides ****/

/* to account for the header */

ons-splitter-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.header-bar {
  transform: translateZ(0);
}

.page__content {
  padding-top: 44px;
}

/** bottom tab bar styling */

.tabbar__button {
  background-color: #51607b !important;
  color: #FFF;
}

.tabbar__button .tab-bar__label {
  color: #FFF !important;
}

:checked + .tabbar__button {
  background-color: #3a8acc !important;
  border-bottom: 3px solid #FFF;
  color: #FFF;
}

ons-list {
  visibility: visible !important;
}

.navigation {
  font-size: 16px;
}

.navigation .list-header {
  background: inherit;
  background-color: #325088;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}

.list-header {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 6%, #e6e6e6 70%, #EAEAF6 100%);
  font-size: 15px;
  border-top: 1px solid #afadad;
  border-bottom: 1px solid #afadad;
  font-weight: bold;
  overflow: hidden;
  padding: 11px 9px;
  height: 40px;
  box-shadow: 0px 2px 3px #f1f1f1;
}

.list-header ons-button {
  background-color: #51607b;
  border-radius: 0px;
}

.list-header .btn-add {
  padding: 3px 20px;
  font-size: 18px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.tabbar__item {
  box-shadow: 3px 0px 12px #859abe;
}

header,
.header {
  border-bottom: 1px solid #CCC;
  background-color: #efefef;
  padding: 10px !important;
  font-weight: bold;
  display: block;
  clear: both;
  width: 100%;
}

.header.blue,
header.blue {
  background-color: #325088;
  color: #FFF;
}

.list-item__center,
.list-item__left {
  line-height: 1.3em !important;
}

ons-list.fixed-header ons-list-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transform: translateZ(0);
}

ons-list.fixed-header ons-list-header + ons-list-item {
  margin-top: 35px;
}

ons-checkbox {
  min-width: 60px;
}

/*************** Bootstrap Overrides  *****************/

.dropdown-menu {
  width: 94%;
  box-shadow: 0px 0px 7px #ababad;
  max-height: 300px;
  position: absolute;
  overflow-y: scroll !important;
}

.dropdown-menu > li > a {
  padding: 8px 20px !important;
  border-bottom: 1px dotted #CCC;
}

.dropdown-menu li.uib-typeahead-match {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin: 8px;
}

.dropdown-menu li.uib-typeahead-match:first-child {
  margin-top: 0px;
}

.dropdown-menu li.uib-typeahead-match .header,
.dropdown-menu li.uib-typeahead-match header {
  padding: 5px !important;
  font-size: 14px !important;
  margin: 0;
}

button.btn-default {
  box-shadow: 1px 1px 3px #CCC;
  border-color: #757575;
  background-color: #f7f7f7;
  background: linear-gradient(to bottom, #ffffff 6%, #e6e6e6 70%, #EAEAF6 100%);
  font-weight: bold;
}

.atg-list .list-item {
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
  overflow: visible;
  position: relative;
  padding-top: 35px;
}

.atg-list .list-item ons-list-header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form-group label {
  font-size: 16px;
}

.form-group input {
  font-size: 16px;
}

body {
  font-size: 16px;
}
/** Header Styles **/

.header-bar {
  background-color: #51607b;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  z-index: 99;
}

.header-bar > *,
.header-bar .back-button,
.header-bar .toolbar-button {
  color: #FFF !important;
  font-size: 24px;
}

.header-bar ons-toolbar-button:first-child {
  padding: 1px;
  padding-left: 8px;
}

.global-search {
  line-height: 22px;
}
/* toast Message styling*/

ons-toast .toast {
  left: 1px;
}

ons-toast.success .toast {
  background-color: #155a1a;
}

ons-toast.success .toast :before {
  content: "\f14a";
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ons-toast.danger .toast {
  background-color: #cc0808;
}

ons-toast.danger .toast :before {
  content: "\f2d3";
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ons-toast.warning .toast {
  background-color: #ecc029;
}

ons-toast.warning .toast :before {
  content: "\f071";
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
comment {
  display: block;
  width: 100%;
}

comment pre {
  padding: 5px;
}
.dropdown .dropdown-menu {
  min-height: 180px;
}

.dropdown .dropdown-menu li {
  font-size: 15px;
  padding: 1px;
}
typeahead-input {
  display: block;
  width: 100%;
}
.swipe-delete-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  text-overflow: clip;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: width 0.3s ease-in, opacity, 0.3s ease-in;
}

.swipe-delete-btn.active {
  width: 100px;
  opacity: 1;
}
.carrier-list .Active {
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
}

.carrier-list .Inactive,
.carrier-list .Out.Of.Business {
  background-color: #f9d1d1;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}

.carrier-list .Expired.Insurance,
.carrier-list .Conditional {
  background-color: #fdfda2;
  border-top: 2px solid #848402;
  border-bottom: 2px solid #848402;
}

.carrier-list .Pending {
  background-color: #bbc8e8;
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
}

.carrier-details-page .rating-star {
  font-size: 20px;
  color: gold;
  margin-right: 13px;
}

.carrier-details-page .address {
  line-height: 24px;
}
.customer-list .loading {
  position: absolute;
  top: 38%;
  left: 42%;
  width: 50px;
  height: 50px;
}

.customer-list h3 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 17px;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: bold;
}

.customer-list .list-item {
  background-color: #f9d1d1;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

.customer-list .list-item.Customer {
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  background-color: #ddf9dd;
}

.customer-details-page .alert-danger .bg-danger {
  background-color: #e29292;
  color: #5a0000;
  border-radius: 5px;
}

.customer-details-page .group-item-listing .list-item__center {
  display: block;
}

.customer-details-page .request {
  margin-bottom: 10px;
  border-radius: 6px;
  /*background-color: #ececec; */
  border: 1px solid black;
}

.customer-details-page .request h5 {
  margin: 4px;
  border-bottom: 1px solid #CCC;
  width: 100%;
}

.customer-details-page .request.alert-success {
  border: 1px solid green;
}

.customer-details-page .request.alert-danger {
  border: 1px solid red;
}

.customer-details-page .request.Credit h5 {
  padding-left: 35px;
  height: 30px;
  overflow: visible;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEL0lEQVRYR8WXf0gbZxjHv7lL0kQbU6vTmJi4qtPUMhgrW4eMMtykg7axcVi2biC0dGz/db86tenNgGaZ7ocMt260CkKrYwVhlbYrdltrC2UUBtMaddW0RmtMVkdc3EKbXG68IWeLS/OeaaAHD3fHPfd8P8/3fQ+ek+ERH7JHrI+HBqj7HuzJ3eBTbeShAPLaS99dx+KzAI/3/B9Mfp4KRMoAJmepfXtxHnd46344LnVhcNLbOtE4ZVstREoAuY5S+ysleRz3Qg0YWRCCoEHrxQH8OOVtnVolxKoBiLi1KJvjXqyFAB+EaAgyRgUWOrRcHMDpqXmnp8ndKNWJVQHoHMX27ab1HFdlhQAvotF/l3UYJgOsrACOCwM4fcMvGUIyQEzcmM3ZqqyICrfAR0MQEL2vUQZymQpy1oBPhs7ijHveeVOCE5IATC3F9ip9FsdVWxEWZuPiQgKXZZAzaiiZQrQNnUW/e97ps91MuhxUgLLmx7lKo9beWG1BJDoHnl+CgETiIo8MLJsJFaNHx+WfcNLtTQqRFMB82MQ9a9TaG6otCEdnEOGXgKTiKyDkRnQOnceg29c+8dH0wUQb84EAmw6ZuCcNGvuhl3fiDu9BJCJV/B6EglVDLS9C56Wf8ct1f/tYi+d/EAkBcm0byqt1qvGWmrfACwGEo0GE+SWE7t5GmP+H+oUp2EyolblQsGuhYDKhUujw8bljGPTcrpzkpq/cX+DBDnyo5yJyvA3IdeILx+u3YTE0TQXQqovwRs+5e3l8ZIkFjricc9IcSKRQ3qAXevfVwhscowIUaDZiT1c/Jpxz1E1OTRDVzAf1Qs9eCzzBcSqASWNGffcpjLelEaDi/Xzh6F4LbkhwYINmI/Z3n4LrUx+1QWqC2G7FO/lC8x4zfvtrhurA0+uNaO4dh+uLNAJsOpAvNL1WjqsLs1SAZ3IK4eibwGhHmgDq6sD+oc+JHHjVjF//9FIBnntMj/a+MYx+uUB1mJpA1Da/ma2VZykD9btKcNU/TwWozDego8+F0c50AqxVBl63luDKPB3g+QIDjvS6cO3rdAJkKAO7rcW47PVRHdhq0KP7xAhGvlmkOkxNWF4CNROotZZh6BYdoKpQj57eEQx/m06ANUzAUluGC7N0gJeMehwnDhxNJ4CSCeywPoHzs37qEmwzFeC7E9cwfCw1AHFZWAAkGGxBzpbN2pmmfVYMB65TAZ7KLoPtq3783rWoBWI/LZH4mcxwZJpZnmhW7gFyT0IBQA1AA4AUyaqoUTcocpidVPV4QnghOuD6IdQGIAhgEcDfAMgUGwZiw2QMIhEAEwfIiIuvIwAAMgGsiT+Tx90hDpEapBgpKnZKRO4ACMWFAwBIkGHibjIAEYpAkCBCxA0SRIzci8+IMLkWDxGCgJAg1ov2E9GVyxB7T9JnKNX2VPL+A0kiezA/zU9OAAAAAElFTkSuQmCC") left bottom no-repeat;
}
.home {
  text-align: center;
  color: #FFF;
}

.home .main-logo {
  margin-top: 15px;
  width: 155px;
}

.home .page__background {
  background-color: #105d9c !important;
}

.home a {
  color: #FFF;
}

.home input {
  color: #333;
  box-shadow: 0px 1px 8px #FFF;
  width: 100%;
}

.home .btn-signin {
  border: 1px solid #54b0e4;
}
.home {
  text-align: center;
  color: #FFF;
}

.home .main-logo {
  margin-top: 15px;
  width: 155px;
}

.home .page__background {
  background-color: #105d9c !important;
}

.home a {
  color: #FFF;
}

.home input {
  color: #333;
  box-shadow: 0px 1px 8px #FFF;
  width: 100%;
}

.home .btn-signin {
  border: 1px solid #54b0e4;
}

.home ul.options {
  width: 100%;
}

.home ul.options li {
  width: 31%;
  padding: 8px 2;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
  border: 2px dotted #f3f1f1;
  margin: 8px 4px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 1px 1px 2px #CCC;
}

.home ul.options .badge {
  background-color: #ff0000;
  font-weight: bold;
  color: #FFF;
  border-radius: 8px;
  padding: 7px;
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 10px;
}

.home ul.options label {
  font-weight: normal;
  color: #999;
  display: block;
  text-align: center;
  clear: both;
}
.loadboard p {
  margin: 8px;
  width: auto;
}

.loadboard .no-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.loadboard .list-item__center {
  padding: 0px;
  border: 1px solid #AAA;
  margin-bottom: 8px;
  margin: 2px 6px 5px -6px;
  font-size: 14px;
}

.loadboard .list-item__center strong {
  font-size: 18px;
}

.loadboard h4 {
  text-align: left;
  padding: 0px 8px;
  font-size: 14px;
  margin-bottom: 4px;
  color: #444;
}

.loadboard ons-list-item {
  position: relative;
  margin-bottom: 10px;
  min-height: 150px;
}

.loadboard ons-list-item .loading {
  position: absolute;
  top: 38%;
  left: 42%;
  width: 50px;
  height: 50px;
}
/* Loadboard Colors */

/* Loadboard Colors */

/* ATG Fr8 application specific Styles Use this Stylesheet for anything that is atg-namespaced or proprietary to the app*/

.Assigned {
  background-color: #FFFFC1 !important;
}

.Unassigned {
  background-color: #FFC1C1 !important;
}

.Dispatched {
  background-color: #AAD9ED !important;
}

.Loaded {
  background-color: #9ACC9A !important;
}

.At.Shipper,
.At_Shipper {
  background-color: #AEA3FF !important;
}

.At.Receiver,
.At_Receiver {
  background-color: #FFFFFF !important;
}

.Out.On.Delivery,
.Out_On_Delivery {
  background-color: #F7BF51 !important;
}

.Tendered {
  background-color: #c1fcff !important;
}

.Empty {
  background-color: #ffffff !important;
}

/******************************************************************
* ATG Flag Styling   *
****************************************************************/

.atg-flag {
  margin-top: 4px;
  padding: 6px;
  background-repeat: no-repeat;
  background-position: 7px center;
  cursor: pointer;
  transition: background-color 0.5s;
  border-radius: 5px;
  background-color: #FFF;
  border: 3px solid #CCC;
  width: 100%;
  font-size: 12px;
}

.atg-flag i {
  width: 60px;
  height: 60px;
  float: left;
  top: 10%;
  position: relative;
}

.atg-flag.cleared {
  background-color: #F1F1F1 !important;
  border-color: #CCC !important;
  color: #999;
}

.atg-flag.Flagged,
.atg-flag.Red {
  background-color: #FFE5E5;
  border: 3px solid #E09A9A;
}

.atg-flag.Blue {
  background-color: #8BD0FF;
  border: 3px solid #405FC7;
}

.atg-flag.Green {
  background-color: #B8FFB6;
  border: 3px solid #129208;
}

.atg-flag.Yellow {
  background-color: #EFFB84;
  border: 3px solid #C7C740;
}

.atg-flag.Claim {
  background-color: #FFFD9B;
  border: 3px solid #C6D100;
}

.atg-flag.Hold {
  background-color: #FF8888;
  border: 3px solid #D62700;
}

.atg-flag.Approval {
  background-color: #B5E9FC;
  border: 3px solid #0EA7F9;
}

.atg-flag.Needs.Paperwork {
  background-color: #FEE89A;
  border: 3px solid #E7CF79;
}

.atg-flag.Billing.Note,
.atg-flag.Updated {
  background-color: #FFFAE2;
  border: 3px solid #D4A653;
}

.atg-flag.Get.Paperwork {
  background-color: #fbfdff;
  border: 3px solid #7ab8da;
}

/******************************************************************
* ATG Icons   *
****************************************************************/

.atg-icon {
  background-color: transparent !important;
  transform: scale(0.85, 0.85);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
}

.atg-icon.icon-32 {
  width: 32px;
  height: 32px;
}

.atg-icon.icon-48 {
  width: 48px;
  height: 48px;
}

.atg-icon.icon-24 {
  width: 24px;
  height: 24px;
}

.atg-icon.Claim {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/claim.png");
}

.atg-icon.Hold {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/lock.png");
}

.atg-icon.Uploaded {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/document_text.png");
}

.atg-icon.Issue {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/about.png");
}

.atg-icon.Flagged {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag.png");
}

.atg-icon.Green.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_green.png");
}

.atg-icon.Blue.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_blue.png");
}

.atg-icon.Red.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_red.png");
}

.atg-icon.Yellow.Flag {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/signal_flag_yellow.png");
}

.atg-icon.Needs.Paperwork {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/document_orientation_landscape.png");
}

.atg-icon.Billing.Note {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/note_pinned.png");
}

.atg-icon.Approval {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/question_and_answer.png");
}

.atg-icon.Hot.Load {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/flame.png");
}

.atg-icon.Tender.Updated {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/sign_warning.png");
}

.atg-icon.Get.Paperwork,
.atg-icon.Refund.Request,
.atg-icon.EFS,
.atg-icon.Missing.Paperwork {
  background-image: url("https://atg-icons.azurewebsites.net//icons/48x48/phone_speech_bubble.png");
}

.atg-icon.Claim.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/claim.png");
}

.atg-icon.Hold.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/lock.png");
}

.atg-icon.Uploaded.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/document_text.png");
}

.atg-icon.Issue.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/about.png");
}

.atg-icon.Flagged.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag.png");
}

.atg-icon.Green.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_green_sm.png");
}

.atg-icon.Blue.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_blue_sm.png");
}

.atg-icon.Red.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_red_sm.png");
}

.atg-icon.Yellow.Flag.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/signal_flag_yellow_sm.png");
}

.atg-icon.Needs.Paperwork.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/document_zip.png");
}

.atg-icon.Billing.Note.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/note_pinned.png");
}

.atg-icon.Approval.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/question_and_answer.png");
}

.atg-icon.Hot.Load.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/flame.png");
}

.atg-icon.Tender.Updated.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/sign_warning.png");
}

.atg-icon.Get.Paperwork.small,
.atg-icon.Refund.Request.small,
.atg-icon.EFS.small {
  background-image: url("https://atg-icons.azurewebsites.net//icons/24x24/phone_speech_bubble.png");
}

.atg-icon.Star {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/star.png");
}

.atg-icon.Star.Empty {
  background-image: url("https://atg-icons.azurewebsites.net//icons/32x32/star2.png");
}

.atg-icon.Announcements {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/megaphone.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Alerts {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/sign_warning.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Approvals {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/question_and_answer.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Checks {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/money_bills.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Claims {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/truck.png");
  width: 64px;
  height: 64px;
}

.atg-icon.BillingHolds {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/lock.png");
  width: 64px;
  height: 64px;
}

.atg-icon.Posting {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/antenna.png");
  width: 64px;
  height: 64px;
}

.atg-icon.NeedPaperwork {
  background-image: url("https://atg-icons.azurewebsites.net//icons/64x64/document_pinned.png");
  width: 64px;
  height: 64px;
}

.prospect-list .Lead {
  background: aliceblue !important;
  border: 1px solid #AAD9ED;
}

.prospect-list .Dead {
  background: #FFC1C1 !important;
  border: 1px solid #C57070;
}

.prospect-list .Contacted {
  background: #FFF !important;
  border: 1px solid #AAA;
}

.prospect-list .Pending {
  background: #FFE09B !important;
  border: 1px solid #DC7D7D;
}

.prospect-list .Submitted {
  background: #9ACC9A !important;
  border: 1px solid #29C31F;
}

.prospect-list .Quoting {
  background: #FFFFC1 !important;
  border: 1px solid #E2CA1B;
}
ons-carousel-arrow {
  position: fixed;
  border-radius: 10px;
  background-color: #F1F1f1;
  border: 1px solid #CCC;
  padding: 2px 10px;
  top: 50%;
  display: inline-block;
  font-size: 18pt;
  z-index: 1000000;
  opacity: 0.8;
  font-weight: bold;
}

ons-carousel-arrow[left] {
  left: 2px;
}

ons-carousel-arrow[right] {
  right: 2px;
}
.order-details-landing .hightlight {
  border: 2px solid darkblue;
}

.order-details-landing p {
  margin: 5px 0;
  display: block;
  width: 100%;
}

.order-details-landing .order-menu-icon {
  font-size: 24px;
}

.order-details-landing .order-financials-summary {
  width: 100%;
  z-index: 99;
  background-color: #FFF;
  box-shadow: 0px 2px 7px #AAA;
}

.order-details-landing .order-financials-summary .content .list__item__center {
  padding: 0;
  margin: 0;
}

.order-details-landing .order-financials-summary label {
  font-size: 14px;
  color: #838080;
  font-weight: 100;
  width: 100%;
  margin-top: -7px;
  margin-bottom: 1px;
  border-bottom: 1px dotted #CCC;
}

.expense {
  font-weight: bold;
}

.expense.revenue,
.expense .cost {
  color: red;
}

.expense.profit {
  color: green;
}

#orderStopDetails .switch__toggle {
  box-shadow: inset 0 0 0 2px #5198db;
  background-color: #5198db;
}

.expense-color {
  background-color: #baf2bd;
}

.expense-color .button {
  background-color: #2d8231;
}

.expense-color .line-item {
  margin: 5px 0;
  border: 1px solid black;
  padding: 5px;
  background-color: #def1df;
}

.expense-color hr {
  margin: 5px;
  border-top: 1px solid #666;
}

.expense-color h4 {
  padding: 9px;
}

.stop-arrow {
  font-size: 24px;
}

.form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea {
  height: 180px !important;
}

.contact-highlight {
  background-color: #d3e7f7;
}

.fa-toggle-down {
  font-size: 24px;
}

.location-name {
  background-color: #F1F1F1;
  margin-bottom: 9px;
  padding: 5px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.stops p {
  margin-bottom: 2px;
}

.line-items ons-list-item {
  margin-bottom: 4px;
}