@import "https://fonts.googleapis.com/css?family=Open+Sans";

/* src/styles-shared.scss */

/* src/styles.scss */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
body {
  margin: 0;
}
* {
  font-family: "Open Sans", sans-serif;
}
.clickable {
  cursor: pointer;
}
.header1 {
  font-size: 4em;
  color: #063a83;
}
.header2 {
  font-size: 2em;
  color: #063a83;
}
.header3 {
  font-size: 1.5em;
  color: #063a83;
}
.breadcrumbs {
  font-size: 1em;
}
.homePanel {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 1em;
  background-color: white;
}
.mainBody {
  flex: 1 0;
}
.sectionPanel {
  display: flex;
}
.sectionHeader {
  font-size: 1em;
}
.highlighted {
  background: yellow;
}
.padLeft {
  padding-left: 2vw;
}
.padRight {
  padding-right: 2vw;
}
.button,
.btn-background,
.btn-filled-green,
.btn-filled-red,
.btn-filled,
.btn-outline {
  background: #ebeef1;
  border: 2px solid black;
  border-radius: 6px;
  margin: 0 0.25em;
  padding: 0.5em;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.btn-outline {
  background: white;
  border: 2px solid #c2cce0;
  color: #063a83;
  text-transform: uppercase;
}
.btn-outline:hover {
  border: solid 2.5px #0e3283;
}
.btn-outline.active {
  background: white;
  color: #063a83;
}
.btn-outline.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.btn-filled {
  background: #0e3283;
  border: 2px solid #0e3283;
  color: white;
  text-transform: uppercase;
}
.btn-filled:hover {
  background: white;
  border: 2.5px solid #0e3283;
  color: #0e3283;
}
.btn-filled.active {
  background: #00a44d;
  border-color: #00a44d;
  color: white;
}
.btn-filled.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.btn-filled-red {
  background: #ff004a;
  border: 2px solid #ff004a;
  color: white;
  text-transform: uppercase;
}
.btn-filled-red:hover {
  background: white;
  border: 2.5px solid #0e3283;
  color: #0e3283;
}
.btn-filled-red.active {
  background: #00a44d;
  border-color: #00a44d;
  color: white;
}
.btn-filled-red.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.btn-filled-green {
  background: #00a44d;
  border: 2px solid #00a44d;
  color: white;
  text-transform: uppercase;
}
.btn-filled-green:hover {
  background: white;
  border: 2.5px solid #0e3283;
  color: #0e3283;
}
.btn-filled-green.active {
  background: #00a44d;
  border-color: #00a44d;
  color: white;
}
.btn-filled-green.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.btn-background {
  background: #063a83;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
}
.btn-background:hover {
  background: white;
  color: #063a83;
  border: 2.5px solid white;
}
.btn-background.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.btn-icon {
  font-size: 0.9em;
}
.actionText {
  font-weight: bolder;
  cursor: pointer;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.btn-hidden-IE {
  opacity: 0;
}
input {
  background-color: #ebeef1;
  text-indent: 0.25em;
  font-size: 1em;
  height: 2em;
  border-radius: 6px;
  border: none;
  text-indent: 8px;
  font-weight: bold;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #ebeef1 inset;
}
.clickableCaret {
  z-index: 1;
  pointer-events: none;
}
.clickableCaretPositioning {
  position: relative;
  right: 0.5em;
}
.clickableRateCaretPositioning {
  position: relative;
  right: 1em;
}
.clickableCaretExtension {
  background-color: #ebeef1;
  border-radius: 4px;
}
select {
  background-color: #ebeef1;
  font-size: 1em;
  height: 2em;
  text-indent: 8px;
  border-radius: 6px;
  border: none;
  font-weight: bold;
}
option {
  background: white;
  color: darkblue;
  text-indent: 8px;
  font-weight: bold;
}
.inputSearchBox {
  background-color: #ebeef1;
  color: #00558a;
}
.blue {
  color: #063a83;
}
.required {
  color: #f1354b;
  font-size: 1.2em;
}
.recordCreationWizardSection {
  background-color: white;
  margin-left: 2vw;
  margin-right: 2vw;
}
hr {
  color: #c2cce0;
  border: 0.5px solid #c2cce0;
}
.recordCreationFormRadio {
  color: darkblue;
  padding-right: 0.5em;
}
.recordCreationFormRadioLabel {
  margin-right: 2em;
  font-weight: bold;
}
.bottomBorderShadow {
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  border-radius: 6px;
  background-color: #c2cce0;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 2px #c2cce0;
  border: 1.5px solid #c2cce0;
}
.scrollbarGray::-webkit-scrollbar {
  width: 10px;
  border-radius: 6px;
  background-color: #d9dee4;
}
.scrollbarGray::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 2px #c2cce0;
  border: 1.5px solid #c2cce0;
}
.current .currentOuterIcon {
  color: white;
}
.quoteOuterIcon {
  color: #63A12C;
}
.quoteInnerIcon {
  color: white;
}
.current .quoteInnerIcon {
  color: #63A12C;
}
.genRefOuterIcon {
  color: #007D34;
}
.genRefInnerIcon {
  color: white;
}
.current .genRefInnerIcon {
  color: #007D34;
}
.shipperOuterIcon {
  color: #006B7A;
}
.shipperInnerIcon {
  color: white;
}
.current .shipperInnerIcon {
  color: #006B7A;
}
.consigneeOuterIcon {
  color: #00558A;
}
.consigneeInnerIcon {
  color: white;
}
.current .consigneeInnerIcon {
  color: #00558A;
}
.productListOuterIcon {
  color: #231D90;
}
.productListInnerIcon {
  color: white;
}
.current .productListInnerIcon {
  color: #231D90;
}
.carrierRefOuterIcon {
  color: #870671;
}
.carrierRefInnerIcon {
  color: white;
}
.current .carrierRefInnerIcon {
  color: #870671;
}
.invoicingOuterIcon {
  color: #920457;
}
.invoicingInnerIcon {
  color: white;
}
.current .invoicingInnerIcon {
  color: #920457;
}
.attachedFilesOuterIcon {
  color: #A8081E;
}
.attachedFilesInnerIcon {
  color: white;
}
.current .attachedFilesInnerIcon {
  color: #A8081E;
}
.summaryOuterIcon {
  color: #D26906;
}
.summaryInnerIcon {
  color: white;
}
.current .summaryInnerIcon {
  color: #D26906;
}
input:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-ms-clear {
  display: none;
}
.uncheckedBox {
  color: #c2cce0;
}
.checkedBox {
  color: #0e3283;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: small;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.customerGeneralOuterIcon {
  color: #63A12C;
}
.current .customerGeneralOuterIcon {
  color: white;
}
.customerGeneralInnerIcon {
  color: white;
}
.current .customerGeneralInnerIcon {
  color: #63A12C;
}
.customerApiOuterIcon {
  color: #00558a;
}
.current .customerApiOuterIcon {
  color: white;
}
.customerApiInnerIcon {
  color: white;
}
.current .customerApiInnerIcon {
  color: #00558a;
}
.customerOltOuterIcon {
  color: #870671;
}
.current .customerOltOuterIcon {
  color: white;
}
.customerOltInnerIcon {
  color: white;
}
.current .customerOltInnerIcon {
  color: #870671;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
