﻿/* 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;
}
.In.Transit,
.In_Transit {
  background-color: #67E667 !important;
}
.On_Hold,
.On.Hold {
  background-color: #F97C6B !important;
}
.Tendered {
  background-color: #c1fcff !important;
}
.Empty {
  background-color: #FFF !important;
}
.Can.Get,
.Can_Get {
  background-color: #e4e6ef !important;
}
/******************************************************************
*   Comment Styling   *
****************************************************************/
.atg-comments-panel .comment-thread {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.atg-comments-panel header {
  font-size: 14px !important;
  font-weight: bold;
  margin-bottom: 5px;
  font-weight: 600;
  background-color: #F5F5F5;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 3px;
  text-indent: 8px;
  clear: both;
  text-align: left;
}
.atg-comments-panel > section {
  padding: 0px 5px;
}
.atg-comments-panel textarea {
  margin-bottom: 10px;
}
.atg-comments-panel .panel-body {
  max-height: 500px;
  overflow-y: scroll;
}
.atg-comments-panel .chat {
  float: left;
  clear: both;
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.atg-comments-panel .chat .me {
  background-color: #e2f6ff;
  border-left: 0px;
  border: 1px solid #9ac7ff;
}
.atg-comments-panel .chat .me hr {
  border-color: #364A80;
}
.atg-comment {
  list-style-type: none;
  margin-bottom: 3px;
  background-color: #FEFEFE;
  clear: both;
  cursor: pointer;
  transition: background-color 0.7s;
}
.atg-comment header {
  text-align: left !important;
}
.atg-comment .delete {
  text-indent: 0px;
}
.atg-comment:hover {
  background-color: aliceblue;
}
.atg-comment .thumbnail {
  margin-bottom: 5px;
}
.atg-comment.Claim {
  /*border-left: 7px solid #AE8D23;*/
}
.atg-comment.Admin {
  /* border-left: 7px solid #BA4800; */
}
.atg-comment.Call {
  /* border-left: 7px solid #005780; */
}
/******************************************************************
*   Document Panel Styling  *
****************************************************************/
.atg-documents-panel .panel-body {
  transition-animation: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  padding: 15px 5px;
  max-height: 400px;
  overflow-y: auto;
}
.atg-documents-panel .panel-body.active {
  background-color: #A9E5AF;
  text-align: center;
  font-size: 16px;
}
.atg-documents-panel p.bg-info {
  padding: 4px !important;
  margin-top: -10px !important;
  text-align: center;
  pointer-events: none;
  cursor: pointer !important;
}
.atg-documents-panel i {
  margin-left: 7px;
  top: 3px;
}
.atg-documents-panel ul.atg-documents {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.atg-documents-panel ul.atg-documents li {
  padding: 3px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 2px;
  font-size: 16px;
  -list-style-type: square;
  margin-left: 3%;
}
.atg-documents-panel a {
  color: #333;
  position: relative;
  top: -8px;
}
/******************************************************************
* Modal styling   *
****************************************************************/
.modal-header {
  background-color: #293449;
  color: white;
}
.modal-header .close {
  color: inherit;
}
.modal-header h4.modal-title {
  color: white;
}
.modal-dialog {
  margin-top: 5%;
}
.well-title {
  margin: 5px;
  margin-bottom: 15px;
  font-size: 125%;
  color: #51607B;
}
.well-panel {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/******************************************************************
* ATG Grid Styling   *
****************************************************************/
.atg-grid {
  height: 100%;
  margin: 0;
  padding: 0;
}
.atg-grid-toolbar .TextSearch {
  width: 180px;
  margin-right: 2%;
}
.atg-grid-toolbar .dropdown-menu label {
  font-weight: normal;
}
.atg-grid-toolbar .dropdown-menu li {
  padding: 4px 5px;
  border-bottom: 1px dotted #CCC;
  text-indent: 10px;
}
.atg-grid-toolbar .dropdown-menu li:hover {
  background-color: #AAD9ED;
  cursor: pointer;
}
.atg-grid-toolbar .column-toggle:focus,
.atg-grid-toolbar .column-toggle:hover {
  color: inherit !important;
}
.atg-grid-toolbar .result-count {
  font-weight: 500;
}
.atg-grid-toolbar .filter-category {
  background: white;
  border: 1px solid #C4BABB;
  border-radius: 5px;
  margin-right: 6px;
  padding: 4px 6px;
  float: left;
  white-space: nowrap;
}
.atg-grid-toolbar .filter-category strong {
  color: #BD8476;
}
.atg-grid-toolbar .filter-category ul li {
  padding: 3px;
  padding-right: 3px;
  transition: color 0.3s, padding-right 0.1s;
  text-indent: 0;
  cursor: pointer;
  border-left: 1px dotted #CCC;
}
.atg-grid-toolbar .filter-category ul li:hover {
  color: red;
  background: url("https://atg-icons.azurewebsites.net//icons/16x16/delete.png") no-repeat right center;
  padding-right: 17px;
}
.atg-grid-toolbar .clear-filter-category {
  color: #FA2E65;
  margin-left: 17px;
}
/******************************************************************
* Rating Component Styling   *
****************************************************************/
.atg-rating-container {
  height: 34px;
  position: relative;
  width: 156px;
  padding: 2px;
  background: url("https://atg-icons.azurewebsites.net//icons/32x32/star2.png") repeat-x;
}
.atg-rating-container .atg-rating {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  background: url("https://atg-icons.azurewebsites.net//icons/32x32/star.png") repeat-x;
}
/******************************************************************
* ATG Loader Styling   *
****************************************************************/
#atg-loader {
  position: fixed;
  top: 40%;
  left: 48%;
  border-radius: 12px;
  z-index: 9999999;
  width: 151px;
  padding: 0 15px;
  padding-top: 122px;
  border: 4px solid #033b69;
  display: none;
  background: url(/images/atg-loading-new-logo-23.gif) no-repeat center center #FFF;
  box-shadow: 0px 0px 11px #888A94;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
#atg-loader .loading-text {
  margin-top: 15px;
  color: #51607B;
}
.atg-application-errors {
  padding: 10px;
  margin: 5px 2%;
  background-color: #FFC1C1;
  border: 2px solid #941B1B !important;
  border-radius: 4px;
  color: #E00606;
  font-weight: bold;
}
.atg-application-errors li {
  list-style-type: square;
  margin: 1px 35px;
  clear: both;
  font-size: 0.9em;
  color: #920C0C;
  font-weight: 500;
}
.atg-form-wrapper label {
  width: 100%;
}
/******************************************************************
* ATG Flag Styling   *
****************************************************************/
.atg-flag {
  margin-bottom: 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%;
}
.atg-flag i {
  width: 60px;
  height: 60px;
  float: left;
  margin-top: -10px;
  font-size: 40px;
}
.atg-flag .badge {
  position: relative;
  top: 5px;
}
.atg-flag.cleared {
  background-color: #F1F1F1 !important;
  border-color: #CCC !important;
  color: #999;
}
.atg-flag .disputed-label {
  background-color: #F59D25;
  color: white;
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: bold;
}
.atg-flag.Flagged,
.atg-flag.Red {
  background-color: #FFE5E5;
  border: 3px solid #E09A9A;
}
.atg-flag.Red:hover {
  background-color: #FCD4D4;
}
.atg-flag.Blue {
  background-color: #8BD0FF;
  border: 3px solid #405FC7;
}
.atg-flag.Blue:hover {
  background-color: #C3E1F5;
}
.atg-flag.Green {
  background-color: #B8FFB6;
  border: 3px solid #129208;
}
.atg-flag.Green:hover {
  background-color: #79DC76;
}
.atg-flag.Yellow {
  background-color: #EFFB84;
  border: 3px solid #C7C740;
}
.atg-flag.Yellow:hover {
  background-color: #F1E573;
}
.atg-flag.Orange {
  background-color: #ffcc92;
  border: 3px solid #f3b42d;
}
.atg-flag.Orange:hover {
  background-color: #ffc536;
}
.atg-flag.Claim {
  background-color: #FFFD9B;
  border: 3px solid #C6D100;
}
.atg-flag.Claim:hover {
  background-color: #EFEB64;
}
.atg-flag.Claim.Closed {
  background-color: #EDEDED !important;
  border: 3px solid #CCC !important;
}
.atg-flag.Hold {
  background-color: #FF8888;
  border: 3px solid #D62700;
}
.atg-flag.Hold:hover {
  background-color: #F56C6C;
}
.atg-flag.Approval {
  background-color: #B5E9FC;
  border: 3px solid #0EA7F9;
}
.atg-flag.Approval:hover {
  background-color: #91DCF7;
}
.atg-flag.Needs.Paperwork {
  background-color: #FEE89A;
  border: 3px solid #E7CF79;
}
.atg-flag.Needs.Paperwork:hover {
  background-color: #F1F1F1;
  border: 3px solid #D2CECE;
}
.atg-flag.Billing.Note,
.atg-flag.Tender.Updated {
  background-color: #FFFAE2;
  border: 3px solid #D4A653;
}
.atg-flag.Get.Paperwork {
  background-color: #fbfdff;
  border: 3px solid #7ab8da;
}
#Flag-Edit-Modal .atg-comments-panel .panel-heading {
  display: none;
}
#Flag-Edit-Modal .atg-comments-panel .panel-body {
  max-height: 600px;
}
#Flag-Edit-Modal .atg-icon {
  width: 80px !important;
  height: 80px !important;
  border: 1px solid #CCC;
}
#Flag-Edit-Modal .btn-dispute {
  background-color: #F59D25;
  opacity: .8;
  color: white;
  border: 1px solid #E29123;
}
#Flag-Edit-Modal .btn-dispute:hover {
  background-color: #F59D25;
  opacity: 1;
}
#Flag-Edit-Modal .btn-disabled {
  border: 1px solid #808080;
  background-color: #D3D3D3;
}
#Flag-Edit-Modal .dispute-info {
  color: #4863A0;
  margin-bottom: 0 !important;
}
#Flag-Edit-Modal .message-title {
  margin-bottom: 0 !important;
}
#Flag-Edit-Modal .disputed-label {
  background-color: #F59D25;
  color: white;
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: bold;
}
/******************************************************************
* ATG Side Panel Styling   *
****************************************************************/
#ATG-Side-Panel {
  background-color: #EEE;
  z-index: 400;
  /* This puts it underneith modals */
  overflow-y: hidden;
  border-right: 1px solid #DEDEDE !important;
  transition: all 0.5s ease-in;
}
#ATG-Side-Panel .panel-body {
  overflow: hidden;
}
#ATG-Side-Panel .panel-options li {
  display: block;
  clear: both;
  border-bottom: 1px solid #B9B9B9;
  padding: 14px 9px;
  text-align: center;
  position: relative;
  transition: background-color 0.3s;
}
#ATG-Side-Panel .panel-options li a div {
  display: none;
}
#ATG-Side-Panel .panel-options li a {
  font-size: 11px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
#ATG-Side-Panel .panel-options li .notification-count {
  border-radius: 3px;
  background-color: #F9C0C0;
  color: #951616;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  border: 1px solid #EF7575;
  position: absolute;
  right: 0px;
  top: 0px;
}
#ATG-Side-Panel .panel-options li:hover {
  background-color: lightblue;
}
#ATG-Side-Panel .panel-options li:hover a {
  text-decoration: none;
}
#ATG-Side-Panel .highlighted {
  background: lightblue;
}
#ATG-Side-Panel .popover {
  width: 420px;
  max-width: none !important;
}
#ATG-Side-Panel:hover .panel-options li {
  padding: 6px;
}
#ATG-Side-Panel:hover .panel-options li a div {
  display: block;
}
#ATG-Side-Panel-Flyout {
  left: -100%;
  opacity: 0.5;
  position: fixed;
  top: 30px;
  min-height: 300px;
  min-width: 30%;
  transition: all .4s ease;
  border: 5px solid #CCC;
  width: 600px;
  z-index: 1100;
  max-height: 96%;
}
#ATG-Side-Panel-Flyout.open {
  left: 60px;
  opacity: 1;
  width: auto;
}
/******************************************************************
* ATG Contact Manager Component Styling  *
****************************************************************/
.atg-contact-manager > .panel-body {
  padding: 0;
  width: 100%;
  min-height: 95px;
  max-height: 400px;
  overflow-y: auto;
}
.atg-contact-manager .k-icon {
  display: none;
}
.atg-contact-manager tr {
  cursor: pointer;
  background-color: #FFFAEB;
}
.atg-contact-manager tr:hover {
  background-color: #F3E1AD;
}
.atg-contact-manager .add-contact {
  position: relative;
  margin-top: -9px;
}
.atg-contact-manager .add-contact i {
  font-size: 20px;
}
/******************************************************************
* ATG Datepicker Styling  *
****************************************************************/
.datepicker {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/**************************************************
     ATG Checkbox styling
***************************************************/
.atg-checkbox {
  border: 2px inset #E8E8E8;
  text-align: center;
  background-color: #F9F9F9;
  width: 24px;
  height: 24px;
  display: inline-block;
  box-shadow: 0px 0px 2px #CCC;
}
.atg-checkbox:hover {
  border: 1px solid #AFB0D0;
  background-color: #F3F3F3;
  cursor: pointer;
}
.atg-checkbox.checked {
  background: url("https://atg-icons.azurewebsites.net//icons/24x24/check.png") center center no-repeat #E2FFE2;
  border: 1px solid darkgreen;
}
.no-spinner {
  -moz-appearance: textfield;
}
input[type=number].no-spinner,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/**************************************************
     ATG Flyout
***************************************************/
.atg-flyout {
  float: right;
  position: fixed;
  top: 0px;
  right: -50%;
  height: 100%;
  overflow: auto;
  background-color: #FFF;
  border-left: 2px solid #dad7d7;
  box-shadow: -2px 0px 17px #2b2b2b;
  width: 0px;
  z-index: 9999;
  opacity: 0;
  padding: 0px;
  font-size: 12px;
  font-family: Arial;
  transition: right 0.5s, opacity 0.5s;
  display: none;
}
.atg-flyout header {
  background: linear-gradient(to bottom, #e6e5e5 50%, #e0dcdc 51%, #f3f3f3 100%);
  font-weight: bold;
  font-size: 17px;
  padding: 5px;
  box-shadow: 0px 3px 3px #bdbcbc;
  margin-bottom: 5px;
  border-bottom: 1px solid #8a8a8a;
  color: #333;
  min-height: 40px;
  width: 100%;
  top: 0px;
  z-index: 999;
}
.atg-flyout header .btn {
  margin-right: 1.5%;
}
.atg-flyout.active {
  width: 650px;
  opacity: 1;
  display: block;
  right: 0px;
}
.atg-user {
  margin-right: 10px;
  padding: 0px;
  border: 1px solid #CCC;
  border-radius: 12px;
  box-shadow: 1px 1px 2px #AAA;
  margin-bottom: 3px;
  display: inline-block;
  max-width: 65px;
  max-height: 70px;
}
.atg-user.thumbnail {
  width: 55px;
  height: 55px;
}
.atg-date-spinner {
  margin: 0 auto;
}
.atg-date-spinner td {
  padding: 10px 0px;
}
.atg-alert {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 5px !important;
}
.atg-alert i.fa {
  font-size: 2.0em;
  padding-right: 10px;
}
.atg-alert h1,
.atg-alert h2,
.atg-alert h3,
.atg-alert h4,
.atg-alert h5,
.atg-alert h6 {
  margin: 0;
}
.atg-alert > * {
  display: inline-block;
}
.atg-document-carousel-overlay {
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.atg-document-carousel {
  position: fixed;
  height: 800px;
  width: 600px;
  z-index: 9999;
  left: 30%;
  top: 7%;
}
.atg-document-carousel .atg-document-carousel-image {
  height: 800px;
  width: 600px;
}
.atg-document-carousel .atg-document-carousel-button-right,
.atg-document-carousel .atg-document-carousel-button-left {
  position: absolute;
  bottom: 56%;
  border: 3px solid darkgray;
}
.atg-document-carousel .atg-document-carousel-button-left {
  right: 105%;
}
.atg-document-carousel .atg-document-carousel-button-right {
  left: 105%;
}
.atg-document-carousel .atg-document-carousel-button-close {
  position: relative;
  top: -4px;
}
.atg-document-carousel .atg-document-carousel-page-indicator {
  margin: 5px 0;
  color: white;
  border: 1px solid #27344c;
  border-radius: 3px;
  padding: 5px;
  background: #51607B;
  background-clip: border-box;
}