/* Colors */
#accept-reject-popover > div > div > button, #accept-reject-popover > div > div > button.btn-success {
  background: #c76c61 no-repeat 0 0;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

#accept-reject-popover {
  width: 500px; }
  #accept-reject-popover > div > p:first-of-type {
    padding: 8px 0;
    font-size: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid lightgrey;
    text-align: center; }
  #accept-reject-popover > div > p:last-of-type {
    font-size: 16px;
    margin: 0 0 41px;
    padding: 8px 0; }
  #accept-reject-popover > div > div {
    position: absolute;
    bottom: 8px;
    left: 24px;
    right: 24px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid lightgrey; }
    #accept-reject-popover > div > div > button {
      min-width: 100px; }
    #accept-reject-popover > div > div > button.btn-danger {
      background-color: #777; }
  #accept-reject-popover.as-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
    width: auto;
    cursor: default; }
    #accept-reject-popover.as-modal > div {
      position: absolute;
      top: 25%;
      left: 50%;
      transform: translate3d(-25%, -50%, 0);
      width: 500px;
      background-color: whitesmoke;
      padding: 12px 24px 36px 24px;
      border: 2px solid #333; }

#parts-store.ecpro #accept-reject-popover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  width: auto;
  cursor: default; }
  #parts-store.ecpro #accept-reject-popover > div {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate3d(-25%, -50%, 0);
    width: 500px;
    background-color: whitesmoke;
    padding: 12px 24px 36px 24px;
    border: 2px solid #333; }

#parts-store.pro #accept-reject-popover button.btn-danger {
  background-color: #5e8d5e !important; }

#parts-store.pro #accept-reject-popover button.btn-success {
  background-color: #bd5860 !important; }
