﻿/* WŁAŚCIWOŚCI STAŁE, DZIEDZICZONE */
/* zastępuje boxowy model, aby paddingi liczone 
były do środka, a nie na zewnątrz */
.sizing {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden,
.hide {
  display: none !important;
}
.block {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
.views-block {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.padding-block {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #eee;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #aaa;
}
.inlined-popup {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin: 0 auto;
  float: none;
}
.inlined-popup .nav {
  margin-top: 20px;
  padding-bottom: 0;
}
.inlined-popup .padding-block {
  margin-top: 40px;
  padding-top: 15px;
}
.inlined-popup .title .name {
  color: #444444;
  font-size: 28px;
  line-height: 30px;
  width: auto;
  display: inline;
}
.inlined-popup .padding-block .content {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 34px;
}
.inlined-popup .icons {
  height: 34px;
  margin-right: 20px;
  width: 39px;
  position: absolute;
  left: 0;
  top: 0;
}
.inlined-popup.warning .padding-block .content {
  padding-left: 59px;
}
.inlined-popup.warning .icons {
  background-position: -41px -33px;
  height: 34px;
  width: 39px;
}
.inlined-popup.success .padding-block .content {
  padding-left: 54px;
}
.inlined-popup.success .icons {
  background-position: -1px -33px;
  height: 34px;
  width: 34px;
}
.inlined-popup .title {
  border-bottom-width: 0;
}
.row {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.row.half {
  padding-right: 20px;
  width: 50%;
}
.row.half:nth-child(2n) {
  padding-left: 20px;
  width: 50%;
}
.row.display-row {
  margin-bottom: 5px;
}
.transition {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.nav {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.nav .side-float {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webbkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: auto;
}
@media screen and (min-width: 1601px) {
  .expanded .column-layout-2 .side-column {
    width: 16%;
  }
  .expanded .column-layout-2 .main-column {
    width: 84%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .expanded .column-layout-2 .side-column {
    width: 20%;
  }
  .expanded .column-layout-2 .main-column {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .expander-contracter {
    display: none;
  }
  .small-top {
    min-height: 70px;
  }
  .logo img {
    height: 40px;
  }
  .menu {
    display: none;
  }
  .column-layout-2 .side-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .column-layout-2 .main-column {
    width: 100%;
    padding: 0 20px;
  }
  .icons.menu-query {
    display: block;
  }
  .title.menu-title {
    display: none;
  }
  .tablesorter {
    box-shadow: none !important;
    border: none !important;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webbkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tablesorter thead {
    display: none;
  }
  .tablesorter tbody {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webbkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .tablesorter tr {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webbkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    border-bottom: none;
    padding-left: 10px;
  }
  .tablesorter tr:nth-child(2n+1) {
    clear: both;
    padding-right: 10px;
    padding-left: 0px;
  }
  .tablesorter tr td {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webbkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    clear: both;
    background: #eee !important;
    border-width: 0px !important;
  }
  .tablesorter tr td:first-child {
    padding-top: 15px !important;
  }
  .responsive-table {
    display: block;
    float: left;
    width: 100%;
    color: #007CC2;
    font-weight: 600;
  }
  .tablesorter .actions {
    border-bottom: medium none;
    min-width: 78px;
    padding: 0 !important;
    position: absolute;
    right: 20px;
    top: 10px;
    width: auto !important;
    min-width: 0 !important;
    background: transparent !important;
  }
  .Account.Index.tablesorter .actions {
    width: 81px !important;
  }
  .Setup.Senders.tablesorter .actions {
    width: 56px !important;
  }
  .actions .responsive-table {
    display: none;
  }
  table:not(.ui-datepicker-calendar) tbody tr:nth-child(2n+1):hover td,
  table:not(.ui-datepicker-calendar) tbody tr:hover td {
    border-width: 0px !important;
  }
  .icons.bool.true {
    float: left;
  }
  .inlined-popup {
    width: 80%;
  }
  .inlined-popup .padding-block {
    padding-bottom: 0;
  }
  .inlined-popup a.buttons,
  .inlined-popup .buttons {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .tablesorter tr {
    width: 100%;
    clear: none;
    padding: 0;
  }
  .tablesorter tr:nth-child(2n+1) {
    padding: 0;
  }
  .shipment-fields .editor-label,
  .shipment-fields .editor-field,
  .address-list-editor .editor-label,
  .templates-editor .editor-label,
  .address-list-editor .editor-field,
  .templates-editor .editor-field,
  .sms-newsletter-fields .editor-label,
  .sms-newsletter-fields .editor-field,
  .Account-Admin-User-Edit .editor-label,
  .Account-Admin-User-New .editor-label,
  .Account-Admin-User-Edit .editor-field,
  .Account-Admin-User-New .editor-field,
  .Account-Admin-Reset-Password .editor-label,
  .Account-Admin-Reset-Password .editor-field,
  .email2sms-fields .editor-label,
  .email2sms-fields .editor-field,
  .new-cost-center .editor-label,
  .new-cost-center .editor-field {
    width: 100%;
  }
  .shipment-fields .editor-label,
  .address-list-editor .editor-label,
  .templates-editor .editor-label,
  .sms-newsletter-fields .editor-label,
  .Account-Admin-User-Edit .editor-label,
  .Account-Admin-User-New .editor-label,
  .Account-Admin-Reset-Password .editor-label,
  .email2sms-fields .editor-label,
  .new-cost-center .editor-label {
    text-align: left;
  }
  .shipment-fields .editor-label label,
  .address-list-editor .editor-label label,
  .templates-editor .editor-label label,
  .sms-newsletter-fields .editor-label label,
  .Account-Admin-User-Edit .editor-label label,
  .Account-Admin-User-New .editor-label label,
  .Account-Admin-Reset-Password .editor-label label,
  .email2sms-fields .editor-label label,
  .new-cost-center .editor-label label {
    float: left;
  }
  .shipment-fields,
  .address-list-editor,
  .templates-editor,
  .sms-newsletter-fields,
  .Account-Admin-User-Edit,
  .Account-Admin-User-New,
  .Account-Admin-Reset-Password,
  .email2sms-fields,
  .new-cost-center {
    margin: 0;
    width: 100%;
  }
  .filters .editor-label,
  .filters .editor-field {
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .widgetFixed {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .editor-label.containing-label {
    clear: both;
  }
  .customer-activity-chart,
  .user-activity-chart {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
}