/* Used for every stage header*/
#stage-header {
  background-color: #545b5f;
  color: white;
  border: 2px solid #545b5f;
}

/* Used for every stage panel*/
#stage-panel {
  border-radius: 5px;
  border: 2px solid #636b6f;
}

#import-fields {
  margin-left: 0px;
}
#import-fields .form-control {
  border: 2px solid #636b6f;
  border-radius: 3px;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 1.428571;
  color: black;
}

/* buttons*/

.btn-gray {
  background-color: #6b6b6b;
  color: white;
  font-weight: 800;
  transition: 0.4s;
  border-radius: 5px;
}

.btn-gray:hover {
  color: #6b6b6b;
  background-color: white;
  border: 4px solid #6b6b6b;
  border-radius: 5px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-radius: 5px;
  transition: 0.4s;
}
.btn-success:hover {
  color: #5cb85c;
  background-color: #fff;
  border: 3px solid #5cb85c;
  font-weight: bold;
}
.btn-success-muted {
  background-color: #a6d8a6;
  color: white;
}
.btn-success-muted:hover {
  color: #fff;
  background-color: #5cb85c;
}


.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-radius: 5px;
  transition: 0.4s;
}
.btn-danger:hover {
  color: #d43f3a;
  background-color: #fff;
  border: 3px solid #d43f3a;
  font-weight: bold;
}
.btn-success-muted {
  background-color: #a6d8a6;
  color: white;
}
.btn-success-muted:hover {
  color: #fff;
  background-color: #d43f3a;
}

.btn-primary {
  border-radius: 5px;
  transition: 0.4s;
}
.btn-primary:hover {
  color: #357ebd;
  background-color: white;
  border: 3px solid #357ebd;
  font-weight: bold;
}

.btn-primary-muted {
  background-color: #afcee9;
  color: white;
}
.btn-primary-muted:hover {
  border: 3px solid #357ebd;
  font-weight: bold;
  background-color: #357ebd;
  color: white;
}
.btn-info {
  border-radius: 5px;
  transition: 0.4s;
}
.btn-info:hover {
  color: #5bc0de;
  background-color: white;
  border: 3px solid #5bc0de;
  font-weight: bold;
}
.btn-info-muted {
  background-color: #c0e6f2;
  color: white;
}
.btn-info-muted:hover {
  color: #fff;
  background-color: #5bc0de;
}
.btn-warning {
  border-radius: 5px;
  transition: 0.4s;
}
.btn-warning:hover {
  color: #f0ad4e;
  background-color: #fff;
  border: 3px solid#f0ad4e;
  font-weight: bold;
}
.btn-warning-muted {
  background-color: #f7d3a1;
  color: white;
}

.btn-warning-muted:hover {
  background-color: #f0ad4e;
  color: #fff;
}
.btn-standard {
  background-color: #ffcccc;
  border: 4px solid #ffcccc;
  border-radius: 2px;
}
.btn-standard:hover {
  background-color: white;
  border: 4px solid #ffcccc;
  border-radius: 2px;
}
.btn-semi {
  background-color: #ff8080;
  border: 4px solid #ff8080;
  border-radius: 2px;
}
.btn-semi:hover {
  background-color: white;
  border: 4px solid #ff8080;
  border-radius: 2px;
}
.btn-fragile {
  background-color: #ff0000;
  border: 4px solid #ff0000;
  border-radius: 2px;
}
.btn-fragile:hover {
  background-color: white;
  border: 4px solid #ff0000;
  border-radius: 2px;
}
.btn-very {
  background-color: #800000;
  border: 4px solid #800000;
  border-radius: 2px;
}
.btn-very:hover {
  background-color: white;
  border: 4px solid #800000;
  border-radius: 2px;
}
.btn-delicate {
  background-color: #1a0000;
  border: 4px solid #1a0000;
  border-radius: 2px;
}
.btn-delicate:hover {
  background-color: white;
  border: 4px solid #1a0000;
  border-radius: 2px;
}
/*Headings*/

.heading1 {
  font-size: 20px;
}
#heading6 {
  font-size: 14px;
  color: #636b6f;
  font-weight: bold;
}

#heading3 {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#heading4 {
  font-size: 19px;
  color: #636b6f;
  font-weight: bold;
}
.ship-step {
  border: 2px solid #636b6f;
  border-radius: 3px;
}

/*table*/

#stage-table .table-bordered {
  border: 4px solid #788287;
  border-radius: 5px;
}
#stage-table table th {
  background: #788287;
  color: white;
  border: 3px solid #788287;
}
#stage-table table.dataTable.table-condensed .sorting:after,
#stage-table table.dataTable.table-condensed .sorting_asc:after,
#stage-table table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
  opacity: 10;
}

#stage-table .table-bordered > thead > tr > th,
#stage-table .table-bordered > tbody > tr > th,
#stage-table .table-bordered > tfoot > tr > th,
#stage-table .table-bordered > thead > tr > td,
#stage-table .table-bordered > tbody > tr > td,
#stage-table .table-bordered > tfoot > tr > td {
  border: 0.5px solid #788287;
}
#stage-table .table-hover tbody tr:hover td,
#stage-table
  .table-hover
  tbody
  tr:hover
  th
  #stage-table
  .table-hover
  tbody
  tr:hover
  td
  a {
  background-color: #a0a8ab;
  color: white;
}

#stage-table #import-edit-icon {
  color: #357ebd;
}

#stage-table #import-edit-icon:hover {
  color: white;
}

#stage-table td a {
  color: #357ebd;
  font-weight: bold;
}

#stage-table td a:hover {
  color: #fff;
  text-decoration: underline;
}

/* specific to import stage*/
.import-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #797979;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  color: #636b6f;
  font-size: 14px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 77px;
  display: inline-block;
  border: 2px solid #636b6f;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  border: 2px solid #636b6f;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  color: #636b6f;
}

.div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  color: #357ebd;
  font-size: 16px;
  font-weight: bold;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  border: 3px solid #357ebd;
}
.pagination > li > a,
.pagination > li > span {
  color: #428bca;
  border: 1px solid #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #428bca;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #428bca;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: white;
  border: 1px solid #428bca;
  background: #428bca;
}

/* /home page*/

#home-panel .panel-info > .panel-heading {
  color: #fff;
  background-color: #2d6a9f;
  border: 5px solid #2d6a9f;
}

#home-panel .panel-info {
  border-color: #bce8f1;
  border: 3px solid #2d6a9f;
  border-radius: 10px;
}

/*Top nav.blade.php*/

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #222d32;
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -12px;
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -14px;
  border: 5px solid #f0ad4e;
}

.dropdown-menu > li > a:hover {
  color: White;
  background-color: #f0ad4e;
}

#top-search-bar {
  margin-top: 8px;
}

.tt-dropdown-menu {
  margin-top: 3px;
  padding: 0px;
  background-color: #fff;
  border: 5px solid #428bca;
  border-radius: 8px;
  font-size: 15px;
  color: #111;
  background-color: white;
}
.tt-suggestion {
  padding: 5px;
  border-bottom: 2px solid #428bca;
}

.tt-suggestion:hover {
  color: white;
  background-color: #428bca;
}

/*icons*/

#icon-ss {
  margin-right: 2px;
}

/*prepare to ship css*/
#edit-icon-prepare {
  color: #357ebd;
}
#edit-icon-prepare:hover {
  color: #fff;
}
.prepare-ship-border {
  border: 2px solid #788287;
  border-radius: 3px;
}
.prepare-ship-border-right {
  border-left: 2px solid #788287;
  border-top: 2px solid #788287;
  border-bottom: 2px solid #788287;
  border-radius: 8px;
}

/* pop over css*/

.popover.right {
  margin-left: 10px;
  background-color: #fff;
  border: 5px solid #357ebd;
  color: #357ebd;
  font-weight: bold;
}
.popover.left {
  margin-left: 10px;
  background-color: #fff;
  border: 5px solid #357ebd;
  color: #357ebd;
  font-weight: bold;
}

/* flex box styling for different content*/
.flex-space-between {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.red-block,
#red-block {
  color: red;
}

.yellow-block,
#yellow-block {
  color: #cccc00;
}

.green-block,
#green-block {
  color: green;
}

.blue-block,
#blue-block {
  color: #357ebd;
}

.items-paid{
  background-color: #c2f0c2;
  color:black;
}
.reported-customer{
  background-color:#b3d9ff;
  color:black;
}
.stage-notes{
  background-color: #ffffb3;
  color:black;
}
.api-created{
    background-color: #FFE8CC;
}

.risk-profile{
  background-color: #99b3ff;
  color:black;
}
.shipped-pickups{
  margin-left:10px;
  border-radius:1px;
  color:red;
  padding:5px;
  font-weight:bold;
  font-size:15px;
}
.fliters-prepare-to-ship{
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-right:250px;
}

/** Pickup Scehduler css styles*/
