:root {
  --color-primary: #004aad;
  --color-primary--light: #0283e6;
  --color-white: #ffffff;
  --color-lightgray: #d3d3d3;
}

table {
  width: 100%;
  transition: box-shadow 0.3s;
  border-spacing: 0;
}
table.table-shadow {
  box-shadow: 0 0 0.3rem #d3d3d3;
}
table.table-shadow:hover {
  box-shadow: 0 0 0.5rem #d3d3d3;
}

table thead tr {
  border-bottom: solid 0.1rem #d3d3d3;
}

table thead tr th {
  padding: 1.5rem 1rem;
  text-align: left;
  background-color: #4b5661;
  color: #ffffff;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  table thead tr th {
    font-size: 1.2rem;
    padding: 0.5rem;
  }
}
table thead tr th.text-right {
  text-align: right;
}

table thead tr th.text-center {
  text-align: center;
}

table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

table td {
  padding: 1rem;
  border: 0;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  table td {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
table td.text-right {
  text-align: right;
}

table td.text-center {
  text-align: center;
}

table tfoot tr td {
  font-weight: 600;
}

.table-responsive {
  overflow: auto;
}

.views-element-container .views-exposed-form {
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}

.views-element-container .views-exposed-form .form--inline.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.views-element-container .views-exposed-form .form--inline.clearfix div {
  margin-right: 1rem;
}

.views-element-container .views-exposed-form .form--inline.clearfix div#edit-actions {
  position: absolute;
  right: 1rem;
  top: 0;
  margin: 0;
}

.views-element-container .views-exposed-form .form--inline.clearfix div#edit-actions input[type=submit] {
  margin: 1rem 0;
}

.views-element-container .view-footer {
  background-color: #ffffff;
  padding: 2rem;
}

.views-element-container nav.pager {
  padding: 0.5rem 0;
}

.views-element-container nav.pager ul {
  list-style-type: none;
  display: flex;
}

.views-element-container nav.pager ul li.pager__item.is-active a {
  background-color: #0481e0;
  color: #ffffff;
}

.views-element-container nav.pager ul li.pager__item a {
  padding: 1rem;
  background-color: #ffffff;
  margin: 0.5rem;
  border-radius: 0.5rem;
}

.views-element-container nav.pager ul li.pager__item a:hover {
  background-color: #0481e0;
  color: #ffffff;
}

.views-table-block {
  max-width: 120rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .views-table-block {
    padding: 0 0.1rem;
  }
}
td.views-field.views-field-field-culoare {
  line-height: 0;
}

.form-type-select.form-item-field-order-status-target-id select {
  height: 8.4rem;
}

span.status-0 {
  background-color: #6e6e6e;
  padding: 0.2rem 0.5rem;
  color: #ffffff;
  border-radius: 0.25rem;
  font-size: 1.2rem;
}

span.status-1 {
  background-color: #6a00ce;
  padding: 0.2rem 0.5rem;
  color: #ffffff;
  border-radius: 0.25rem;
  font-size: 1.2rem;
}

span.status-2 {
  background-color: #5daf34;
  padding: 0.2rem 0.5rem;
  color: #ffffff;
  border-radius: 0.25rem;
  font-size: 1.2rem;
}

span.status-3 {
  background-color: #c20000;
  padding: 0.2rem 0.5rem;
  color: #ffffff;
  border-radius: 0.25rem;
  font-size: 1.2rem;
}

span.ticket-package-ok-1 {
  color: #5daf34;
}

span.ticket-package-ok-0 {
  color: #c20000;
}

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