/* -------------------------------------------- Start box shadow mixin --------------------------------------- */
/* -------------------------------------------- End box shadow mixin --------------------------------------- */
/* -------------------------------------------- Start Border Radius mixin --------------------------------------- */
/* -------------------------------------------- End Border Radius mixin --------------------------------------- */
/* -------------------------------------------- Start box shadow mixin --------------------------------------- */
/* -------------------------------------------- End box shadow mixin --------------------------------------- */
/* -------------------------------------------- Start Border Radius mixin --------------------------------------- */
/* -------------------------------------------- End Border Radius mixin --------------------------------------- */
/*------ Modal Window-------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6); }
  .modal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    width: 80%;
    -webkit-box-shadow: 0 0 10px #000000 ;
    -moz-box-shadow: 0 0 10px #000000 ;
    box-shadow: 0 0 10px #000000 ;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .modal .modal-content.sm {
      max-width: 600px; }
  @media (min-width: 768px) {
    .modal .modal-content {
      max-width: 600px; } }
  @media (min-width: 992px) {
    .modal .modal-content {
      max-width: 900px; } }
  .modal .icon-close {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px; }
    .modal .icon-close:hover, .modal .icon-close:focus {
      color: #333333;
      text-decoration: none;
      cursor: pointer; }

table.product_return_items tr td:last-child {
  text-align: center; }
table.admin_table .icon-wordreplace:after {
  margin-top: -40%;
  top: 40%; }

.admin-detail-view-file-delete {
  top: 5px;
  cursor: pointer; }

.detail-view-file-form-message {
  margin-left: 2em; }

.pageContent a.disable-link {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none; }
  .pageContent a.disable-link:hover {
    color: #cccccc;
    cursor: not-allowed;
    text-decoration: none; }

/*----------- alert-message icon-----------------*/
.pageGroup .alert-message::before {
  font-size: 48px; }
.pageGroup .margin-left-20 {
  margin-left: 20px; }

.admin_add_row_linkBtn label {
  display: inline-block;
  float: left;
  line-height: 18px; }
  .admin_add_row_linkBtn label + select {
    width: 50px;
    margin: 0 10px; }

.action-links {
  margin: 0 10px; }
  .action-links:first-child {
    margin-left: 0; }

.product-return-icon-align {
  display: flex;
  top: 20px; }

.toggle-lock {
  display: inline-block; }
  .toggle-lock span.icon-wordreplace {
    color: #555555; }
    .toggle-lock span.icon-wordreplace.icon-lock {
      color: #999999; }
    .toggle-lock span.icon-wordreplace.icon-unlock {
      color: #115566; }
  .toggle-lock > label {
    margin-left: -6px; }

.users-data-list {
  height: 26px;
  margin-right: 5px; }

.locklabel {
  margin-left: -5px; }

#tiHeader .nav li.thirdPartyID a {
  margin-bottom: -3px;
  background-position: right 0.6em; }
  #tiHeader .nav li.thirdPartyID a:hover {
    margin-bottom: -3px;
    background-position: right 0.6em; }
#tiHeader .top {
  padding-top: 1em;
  margin-top: 0; }

.eg-rec-bar {
  display: none; }

/*# sourceMappingURL=admin.css.map */
