* {
  box-sizing: border-box; }

.btn.btn-inventory {
  border: 0;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #757575; }

.btn.btn-inventory-cancel {
  border: 0;
  border-radius: 5px; }

.btn.btn-inventory:hover {
  background-color: #00b4ff;
  color: #fff;
  transition: 500ms; }

.btn.btn-inventory:focus {
  outline: none; }

body {
  padding-top: 50px; }

.alert h1 {
  font-size: 16px;
  margin-top: 0; }

.alert p {
  margin-top: 0; }

.panel.panel-inventory {
  border: none;
  background-color: initial;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel.panel-inventory .panel-heading {
    padding: 0;
    padding-bottom: 2px; }
  .panel.panel-inventory .panel-heading:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .panel.panel-inventory .panel-body {
    border-top: 4px solid #00b4ff;
    padding-bottom: 0; }
  .panel.panel-inventory .panel-footer {
    padding: 0;
    padding-top: 10px;
    border-top: 0; }
  .panel.panel-inventory .pagination > .active > a, .panel.panel-inventory .pagination > .active > span, .panel.panel-inventory .pagination > .active > a:hover, .panel.panel-inventory .pagination > .active > span:hover, .panel.panel-inventory .pagination > .active > a:focus, .panel.panel-inventory .pagination > .active > span:focus {
    background-color: #00b4ff;
    border-color: #00b4ff; }

.panel.panel-items .panel-body {
  padding-top: 0; }

.panel.panel-table .panel-body {
  padding-top: 0; }

.main {
  background-color: #f5f5f5;
  padding-bottom: 30px; }
  .main a {
    color: #737373; }
  .main a:hover {
    color: #333333;
    text-decoration: none; }
  .main a:visited, .main a:focus {
    text-decoration: none; }
  .main table.table-inventory tbody > tr:hover {
    background-color: #e7e7e7;
    transition: 500ms; }
  .main table.table-inventory tbody > tr.transaction:hover {
    background-color: #ffffff; }
  .main h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    color: #717171; }
  .main .no-selection {
    height: 30px;
    line-height: 30px;
    color: #737373; }
  .main .selected {
    float: right;
    height: 30px;
    line-height: 30px;
    color: #737373; }
  .main .panel-heading .selected, .main .panel-heading .no-selection {
    position: relative;
    top: -5px; }
  .main .my-items {
    background-color: #ffffff;
    overflow: hidden; }
    .main .my-items .my-item {
      padding-top: 10px;
      padding-bottom: 25px;
      border-right: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
      .main .my-items .my-item .multiple-select {
        position: absolute; }
      .main .my-items .my-item .actions {
        position: absolute;
        bottom: 10px;
        left: 15px; }
      .main .my-items .my-item .name {
        cursor: pointer; }
      .main .my-items .my-item .count {
        position: absolute;
        bottom: 10px;
        right: 10px; }
    .main .my-items .my-item:hover {
      transition: 500ms;
      background-color: #f7f7f7; }
  .main .my-transactions {
    overflow: hidden; }
    .main .my-transactions tr {
      background: #ffffff; }
    .main .my-transactions .error-transaction-label {
      background-color: rgba(255, 0, 0, 0.55);
      color: #ffffff;
      border-radius: 5px;
      display: inline;
      padding: 2px 3px 2px 5px;
      margin-right: 3px; }
    .main .my-transactions span.transaction-id {
      color: #999999; }
    .main .my-transactions tr.transaction {
      border-top: 10px solid #f5f5f5; }
    .main .my-transactions img.transaction {
      max-width: 80px; }
    .main .my-transactions ul.pagination {
      margin: 0; }
  .main .toggle-filter {
    margin-right: 8px; }
  .main .form-filter {
    margin-bottom: 10px; }
    .main .form-filter label {
      margin-right: 5px;
      font-weight: normal;
      color: #737373; }
    .main .form-filter .form-group {
      margin-right: 8px; }
    .main .form-filter .btn-trasaction-types button:focus {
      outline: 0; }
  .main .container-search.content .panel-table {
    padding-left: 0;
    padding-right: 0; }
    .main .container-search.content .panel-table .my-search {
      background-color: #ffffff;
      overflow: hidden; }
      .main .container-search.content .panel-table .my-search table {
        margin-bottom: 0; }
        .main .container-search.content .panel-table .my-search table tbody tr {
          height: 106px;
          border-top: 10px solid #f5f5f5; }
          .main .container-search.content .panel-table .my-search table tbody tr .name {
            cursor: pointer;
            margin-bottom: 8px; }
          .main .container-search.content .panel-table .my-search table tbody tr a.url {
            line-height: 40px; }
          .main .container-search.content .panel-table .my-search table tbody tr .detail p {
            color: #888888; }
          .main .container-search.content .panel-table .my-search table tbody tr .report-count {
            padding: 2px 5px;
            margin-left: 5px;
            position: absolute;
            top: 14px;
            height: 15px;
            background-color: red; }
          .main .container-search.content .panel-table .my-search table tbody tr .item-btn-group .btn-add-to-cart {
            width: 29px;
            padding: 5px 7px; }
          .main .container-search.content .panel-table .my-search table tbody tr .item-btn-group .btn-report-issue {
            width: 29px;
            padding: 5px 7px; }
          .main .container-search.content .panel-table .my-search table tbody tr .qty {
            margin-right: 5px; }
        .main .container-search.content .panel-table .my-search table tbody img {
          max-width: 80px; }

.modal.modal-inventory .modal-header {
  border-bottom: 4px solid #2aa6de; }

.modal.modal-inventory .modal-body table {
  margin-bottom: 0; }

#modal-return .modal-body img, #modal-archive .modal-body img, #modal-unarchive .modal-body img {
  max-width: 60px; }

#modal-return .modal-body select.number-of-items, #modal-archive .modal-body select.number-of-items, #modal-unarchive .modal-body select.number-of-items {
  width: 60px; }

#modal-checkout .modal-body img {
  max-width: 60px; }

#modal-detail .info {
  margin-bottom: 10px; }

#modal-detail .tab-pane {
  padding-top: 20px; }

#modal-detail .col-img {
  padding-right: 0; }

#modal-detail .detail {
  margin-top: 15px; }

#modal-report-issue .report-list, #modal-detail .report-list {
  margin-top: 10px; }

#modal-report-issue .report-avatar, #modal-detail .report-avatar {
  width: 40px; }

#modal-report-issue .report-author, #modal-detail .report-author {
  font-size: 15px; }

#modal-report-issue .report-heading, #modal-detail .report-heading {
  overflow: hidden; }
  #modal-report-issue .report-heading .report-author, #modal-detail .report-heading .report-author {
    float: left; }
  #modal-report-issue .report-heading .report-time, #modal-detail .report-heading .report-time {
    float: right;
    font-size: 12px;
    color: #aaa; }

#modal-report-issue .report-admin, #modal-detail .report-admin {
  float: right; }
  #modal-report-issue .report-admin a, #modal-detail .report-admin a {
    cursor: pointer; }

#modal-report-issue .reporting-issue, #modal-detail .reporting-issue {
  margin-top: 20px; }

.search-box {
  padding: 3px;
  padding-left: 8px;
  border-radius: 5px; }
  .search-box input {
    height: 26px;
    border: none; }
  .search-box input:focus {
    outline: none; }
  .search-box button {
    float: right;
    height: 26px;
    padding-top: 3px;
    border: none; }

.user-photo-sm {
  margin-right: 10px;
  border-radius: 50%;
  max-height: 30px; }

#nav-menu-left .user {
  background-color: #dddddd;
  padding: 20px;
  margin-bottom: 10px; }
  #nav-menu-left .user .user-photo {
    margin-right: 10px;
    border-radius: 50%;
    max-height: 50px; }

#nav-menu-left .search {
  padding: 0 10px 10px 10px; }

#nav-menu-left li a {
  border-radius: 5px; }

#nav-menu-left li a.active {
  color: #333333;
  font-weight: 400;
  background-color: #eeeeee; }

#nav-menu-left li.divider {
  margin-top: 3px;
  margin-bottom: 3px;
  border-top: 1px solid #dddddd; }

.basket-info, .item-info {
  margin: 10px; }

#nav-menu-right .title {
  border-bottom: 1px solid #dddddd; }
  #nav-menu-right .title h2 {
    color: #666666;
    font-size: 16px;
    margin: 10px; }

#nav-menu-right ul li {
  padding: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #dddddd;
  overflow: hidden; }
  #nav-menu-right ul li img {
    max-width: 70px;
    float: left; }
  #nav-menu-right ul li .name {
    float: right;
    width: 200px; }
  #nav-menu-right ul li .actions {
    margin-top: 10px;
    overflow: hidden;
    float: right; }
    #nav-menu-right ul li .actions .qty {
      width: 102px;
      float: right;
      margin-right: 5px; }
      #nav-menu-right ul li .actions .qty input {
        width: 40px; }
      #nav-menu-right ul li .actions .qty .input-group-addon {
        cursor: pointer; }
    #nav-menu-right ul li .actions .delete {
      float: right;
      margin-right: 5px; }

#nav-menu-right > .actions {
  float: right;
  margin-right: 10px; }

.tab:after {
  content: "";
  left: -10%;
  float: left;
  width: 120%;
  position: relative;
  height: 4px;
  background: #646464;
  transition: opacity .5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

nav.navbar.navbar-inventory {
  border: none;
  background-color: #e7e7e7; }
  nav.navbar.navbar-inventory .tab {
    line-height: 30px;
    padding-top: 9px; }
  nav.navbar.navbar-inventory .tab.active {
    color: #00b4ff;
    font-weight: bold; }
  nav.navbar.navbar-inventory .tab.active:after {
    opacity: 1;
    background: #00b4ff; }
  nav.navbar.navbar-inventory .tab:hover:after {
    opacity: 1; }
  nav.navbar.navbar-inventory .navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 15px; }
  nav.navbar.navbar-inventory .navbar-left {
    margin: 0;
    margin-top: 9px; }
  nav.navbar.navbar-inventory .navbar-brand img {
    max-height: 25px;
    position: relative;
    top: -3px; }
  nav.navbar.navbar-inventory .search-box input {
    width: 268px; }
  nav.navbar.navbar-inventory a.user-link {
    padding: 10px 15px; }
    nav.navbar.navbar-inventory a.user-link img.user-photo {
      margin-right: 5px;
      border-radius: 50%;
      max-height: 30px; }
  nav.navbar.navbar-inventory a.active {
    color: #333; }
  nav.navbar.navbar-inventory a:hover {
    transition: 500ms; }
  nav.navbar.navbar-inventory .dropdown-menu a.active {
    background-color: #f5f5f5; }
  nav.navbar.navbar-inventory .basket .icon {
    font-size: large; }
  nav.navbar.navbar-inventory .basket span.qty {
    border-radius: 50%;
    background: red;
    padding: 1px 4px 1px 4px;
    font-size: xx-small;
    color: #ffffff;
    position: relative;
    top: 3px;
    left: -2px; }
  nav.navbar.navbar-inventory button.basket {
    color: #666666;
    padding: 7px 11px;
    overflow: hidden;
    height: 34px;
    width: 44px;
    float: right;
    margin-right: 15px; }
    nav.navbar.navbar-inventory button.basket span.qty {
      left: -8px;
      padding: 2px 4px 1px 5px; }

@media (min-width: 768px) {
  body {
    padding-top: 90px; }
  nav.navbar.navbar-inventory {
    margin-top: 30px;
    background-color: rgba(231, 231, 231, 0); }
  .content {
    padding-top: 20px; }
  .main .my-items .my-item .multiple-select {
    display: none; }
  .main .my-items .my-item .actions {
    display: none; } }

@media (max-width: 767px) {
  .main {
    padding: 20px 0; }
    .main .container-search.search {
      padding-bottom: 10px; }
    .main .my-transactions img.transaction {
      max-width: 60px; } }

#big-img {
  position: absolute;
  margin-left: 10px;
  background-color: #f9f9f9;
  padding: 5px;
  max-width: 250px;
  max-height: 250px; }

.tags a.tag {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  background-color: rgba(42, 166, 222, 0.67);
  border-radius: 5px;
  padding: 2px 6px;
  margin-bottom: 3px;
  color: #ffffff; }

@keyframes anim-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.spinner {
  display: inline-block;
  animation: anim-rotate 2s infinite linear;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.1); }

.marked-keyword {
  color: red; }

.footer {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #aaa; }
  .footer p {
    margin: 0; }

@media screen and (max-width: 600px) {
  .hide-on-very-sm {
    display: none; }
  td.show-on-very-sm, th.show-on-very-sm {
    display: table-cell; }
  div.show-on-very-sm {
    display: block; } }

.show-on-very-sm {
  display: none; }

.toastr-bottom-right {
  position: fixed;
  right: 10px;
  bottom: 10px; }
