.flex-grid {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex-grid .col {
  display: flex;
  color: white;
  font-size: 13px; }

.appBarLeft {
  display: flex;
  align-items: center;
  flex-direction: column; }

.flex-grid .col svg {
  color: white; }

.logo {
  width: 6rem;
  margin-top: 0rem; }

.moduleName {
  font-size: 10px;
  font-style: italic;
  color: white; }

.text {
  margin-top: 0.6rem; }

.iconText {
  margin-top: 0.4rem; }

.searchBar {
  margin-top: -0.2rem;
  margin-left: 2rem; }

.md-light {
  font-size: 30px;
  color: white; }

.appBarLeft > img.logo {
  display: initial; }

.copartButton {
  height: 36px;
  min-width: 110px !important; }

.copartButton button:disabled {
  cursor: not-allowed !important; }

.copartButton button span {
  font-weight: 500 !important;
  text-transform: capitalize !important; }

.primaryButton button {
  background-color: #1d5ab9 !important; }

.primaryButton button:hover {
  background-color: #133a77 !important; }

.primaryButton button span {
  color: white !important; }

.secondaryButton button {
  background-color: white !important; }

.secondaryButton button:hover {
  background-color: #d9d9d9 !important; }

.inactiveButton button {
  background-color: #dfdfdf !important; }

.inactiveButton button:hover {
  background-color: #b9b9b9 !important; }

.deleteButton button {
  background-color: #ee2727 !important; }

.deleteButton button:hover {
  background-color: #ba0f0f !important; }

.deleteButton button span {
  color: white !important; }

.addButton button svg, .editButton button svg, .deleteButton button svg {
  margin: 0 !important;
  color: white !important;
  fill: white !important; }

.addButton button span, .editButton button span, .deleteButton button span {
  padding-left: 3px !important; }

.addButton button svg, .deleteButton button svg {
  height: 20px !important;
  width: 20px !important; }

.editButton button svg {
  height: 16px !important;
  width: 16px !important; }

input {
  color: black !important;
  padding: 0 12px 0 5px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

.ms-TextField label {
  font-family: 'Roboto', sans-serif;
  font-size: 12px; }

.ms-TextField-errorMessage {
  font-family: 'Roboto', sans-serif; }

.ms-TextField-suffix {
  background: #ffffff !important;
  color: #000000 !important;
  align-items: center; }

@-webkit-keyframes topLeftPopout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes topLeftPopout {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

.options {
  -webkit-animation-name: topLeftPopout;
          animation-name: topLeftPopout;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  max-height: 200px;
  z-index: 10000;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px; }

.option {
  height: 50px;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
  text-transform: capitalize;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  background-color: white; }

.selectedOption {
  background-color: rgba(158, 158, 158, 0.2); }

.ms-TextField-fieldGroup input {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

.CustomDialogWithHeader {
  font-family: Roboto, sans-serif;
  font-size: 16px; }

.CustomDialogWithHeader .ms-Dialog-main {
  min-width: 600px; }

.CustomDialogWithHeader .ms-Dialog-main > div {
  width: 100%; }

.CustomDialogWithHeader .ms-Dialog-header {
  background-color: #0d5db8;
  height: 40px; }

.CustomDialogWithHeader .ms-Dialog-header .topButton-72 {
  padding: 5px; }

.CustomDialogWithHeader .ms-Dialog-header p {
  padding: 11px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px; }

.CustomDialogWithHeader .ms-Dialog-header p,
.CustomDialogWithHeader .ms-Dialog-header button {
  color: white; }

.CustomDialogWithHeader .ms-Dialog-inner {
  padding-top: 20px; }

.CustomDialogWithoutHeader .ms-Dialog-header p {
  visibility: hidden; }

.ms-Dialog-header > div[class*=topButton] {
  padding-top: 4px;
  padding-right: 4px; }

.__FAQLink-FAQLink {
  color: #0D5DB8;
  font-size: 15px; }

.__FeedbackButton-FeedbackButton {
  /* TODO: Perfect the AppBar spacing. */
  margin-left: 7px; }


.__FAQText-FAQText {
  text-align: center;
  margin-bottom: 20px; }

.__FAQText-text {
  font-weight: bold; }

.__FeedbackDialog-submitButton {
  display: inherit; }

.__FeedbackDialog-emailInputBox {
  margin-bottom: 10px; }

.__FeedbackDialog-autoSelectsBox {
  display: flex;
  margin-bottom: 10px; }

.__FeedbackDialog-autoSelect {
  width: 100%; }

.__FeedbackDialog-autoSelect:first-of-type {
  margin-right: 5px; }

.__FeedbackDialog-autoSelect:nth-of-type(2) {
  margin-left: 5px; }

.__FeedbackDialog-feedbackBox {
  margin-bottom: 13px; }

.__FeedbackDialog-bottomBox {
  /* margin */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px; }

.__FeedbackDialog-FeedbackDialog .ms-Dialog-inner {
  height: 100%; }

.copart_core-components_FeedbackDialog_Container {
  min-height: 475px; }

.__FeedbackDialog-dialogTitle {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  bottom: 2px;
  font-weight: 500; }

.__FeedbackDialog-dialogTitle > i {
  margin-right: 8px; }

.__AppBar-AppBar {
  display: flex;
  align-items: center;
  padding: 0 20px !important;
  margin: 0 !important; }

.__AppBar-AppBar > div {
  display: flex;
  align-items: center;
  margin: 0 !important; }

.__AppBar-yardNumber {
  margin-left: 10px;
  margin-right: 7px; }

.__AppBar-yardNumber > div {
  margin-left: 7px; }

.__AppBar-userMenu {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.__AppBar-roleAndFlag {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.__AppBar-roleAndFlag > div {
  margin-left: 7px; }

.__AppBar-feedback {
  margin: 0 !important; }

.__AppBar-AppBarRight {
  margin: 0; }

.md-18 {
  font-size: 18px; }

.md-dark {
  color: black; }

td {
  border: 0px solid #dddddd;
  text-align: left; }

.QuickFilter {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center; }
  .QuickFilter .icon svg {
    fill: white !important; }
  .QuickFilter .count {
    color: #fff;
    font-size: 12px; }
  .QuickFilter.active {
    background-color: #dedede; }
    .QuickFilter.active .icon svg {
      fill: #323a49 !important; }
    .QuickFilter.active .count {
      color: #323a49; }

.FilterValue {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .FilterValue .filterActionContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px; }

.Filters {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  width: 250px;
  background: #fff;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.4); }
  .Filters .sectionHeading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #1d5ab9;
    height: 50pt;
    font-size: 14px;
    padding: 0px 10px; }
    .Filters .sectionHeading .label {
      color: white; }
    .Filters .sectionHeading .clearFilters .clearButton {
      background-color: #114391;
      border-color: #114391;
      height: 19pt;
      width: 50pt;
      color: white;
      border-radius: 11px;
      cursor: pointer; }
  .Filters .filterSections {
    overflow-x: auto;
    height: 90%; }

.FilterSwitcher {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid black;
  padding: 10px 0;
  width: 58px;
  height: 58px; }
  .FilterSwitcher svg {
    fill: white !important; }
  .FilterSwitcher.active {
    background-color: #202531; }

.FilterSidebar {
  display: flex;
  flex-direction: row;
  height: 84.5vh; }
  .FilterSidebar .filtersOptions {
    display: flex;
    flex-direction: column;
    background-color: #343c4b; }
  .FilterSidebar .filters {
    width: 0%;
    transition: all 0s ease-in; }
    .FilterSidebar .filters.open {
      width: 100%; }

.hierarchyOption {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 600;
  padding-left: 0em;
  text-overflow: ellipsis; }
  .hierarchyOption span {
    padding-right: 0.5em; }
  .hierarchyOption .separator {
    padding-left: 0.5em;
    border-left: 1px solid; }
  .hierarchyOption .material-icons {
    font-size: 15px; }

.filtered {
  color: gray;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600; }

.Icon {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 3px; }
  .Icon.CardIcon {
    height: 15px;
    width: 30px;
    background-color: #e6e6e5; }
    .Icon.CardIcon .circle {
      border-radius: 20px;
      width: 10px;
      height: 10px;
      background-color: red; }
      .Icon.CardIcon .circle.orange {
        background-color: orange; }

.spinner .ms-Spinner-circle {
  width: 50px !important;
  height: 50px !important;
  border: 2.5px solid #83acec;
  border-top-color: #1d5ab9; }

.CopartSnackBar > div > div {
  color: #2f3942 !important; }

.CopartSnackBar button {
  color: #1d5ab9 !important; }
  .CopartSnackBar button span {
    font-weight: 600 !important; }

.searchTypesMenuButton {
  margin: 0 -10px 0 -10px;
  font-size: 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.prefixContextualMenu {
  padding: 0px; }

.searchBarDiv {
  display: flex; }

.searchBarTextField {
  min-width: 25em; }

.searchBarCheckbox {
  margin-left: 1em; }

.g2-ops-stepper > div > div > span {
  flex-direction: column;
  font-family: 'Roboto', sans-serif !important; }

.tabIcon {
  font-size: 24px;
  margin-bottom: 5px; }

.tabIconDispatch {
  font-size: 16px; }

.tab {
  text-transform: capitalize !important;
  font-size: 10px !important;
  color: white !important;
  height: 64px !important; }
  @media (min-width: 1100px) {
    .tab {
      font-size: 11px !important; } }

.tabs .default {
  background-color: #545a63 !important; }

.tabs .active {
  background-color: #3c4656 !important; }

@media screen and (max-width: 1000px) {
  .tabLabel {
    display: none; } }


/*# sourceMappingURL=main.css.map*/