.detailsHeader {
    margin: 0 0 10px;
    font-weight: normal;
}

.detailsSection .orderId {
    color: #2f79b9;
    font-size: 18px;
    font-weight: bold;
}

.detailsSection .detailsSectionTitle {
    border-bottom: 1px solid #e7e7e7;
    min-height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    color: #605f5f;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    letter-spacing: 2.2px;
}

.detailsSection .detailsSectionTitle:hover {
    background: #fdfdfd;
}

.detailsSection .detailsSectionTitle .fa {
    margin-right: 20px;
    color: rgba(96, 95, 95, 0.5);
    vertical-align: middle;
    font-size: 20px;
}

.detailsSection .detailsSectionContent {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

.detailsSection .detailsSectionTitle.expanded + .detailsSectionContent {
    max-height: 3900px;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

.detailsSectionNavigation {
    display: block;
    text-align: left;
    float: none;
}
.detailsSectionNavigation .activity,
.detailsSectionNavigation .activity h2 {
    display: inline-block;
}
.detailsSectionNavigation .activity h2 {
    font-size: 18px;
    margin: 0 20px 0 0;
}
.detailsSectionNavigation .pagination {
    margin: 0;
}
.detailsSectionNavigation .navi,
.detailsSectionNavigation .showEntry {
    display: inline-block;
    margin: 0 30px;
    vertical-align: baseline;
}
.detailsSectionNavigation .pagination li {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.detailsSectionNavigation .fa-question-circle {
    font-size: 14px;
}

    /* ZAKLADKI */
.detailsSection .innerTabs {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    border-radius: 3px;
    font-size: 16px;
    color: #7b7b7b;
    padding: 0;
    margin-top: 15px;
}
.detailsSection .innerTabs .ui-widget-header {
    background: #fff;
    border: 0;
    padding: 0;
    margin: -1px;
}
.detailsSection .innerTabs .ui-widget-header .ui-state-default,
.detailsSection .innerTabs .ui-widget-content .ui-state-default,
.detailsSection .ui-widget-header .ui-state-default {
    background: #f8f8f8;
    color: #aeaeae;
}
.detailsSection .innerTabs .ui-widget-header .ui-state-active {
    border-color: #e7e7e7;
    background: #fff;
    color: #605f5f;
}
.detailsSection .innerTabs .ui-state-active:focus,
.detailsSection .innerTabs .ui-state-active .ui-tabs-anchor:focus {
    outline: none;
}
.detailsSection .innerTabs .ui-tabs-panel {
    border-top: 1px solid #e7e7e7;
}
.detailsSummary .detailsSectionContent .panel {
    margin-top: 15px;
    box-shadow: none;
    border: 0;
}
.detailsSummary .detailsSectionContent .panel-title {
    background: #acc9e3;
    color: #2f79b9;
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}

.detailsSummary .detailsSectionContent .panel-heading {
    background: #acc9e3;
    color: #2f79b9;
    border-color: #fff;
    min-height: 22px;
    padding: 0 10px;
}
.panel-body + .panel-heading {
    margin-top: 20px;
}
.detailsSummary .detailsSectionContent .well {
    background: #f8f8f8;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 16px;
    color: #7b7b7b;
    padding: 10px;
    margin-top: 15px;
    font-weight: bold;
}
.detailsSummary .detailsSectionContent .wellHeader {
    font-size: 11px;
    line-height: normal;
    color: #337ab7;
    text-transform: uppercase;
    margin: 0 0 22px;
    font-weight: bold;
    letter-spacing: 3px;
}

.detailsSummary .detailsSectionContent .orderNoticesNotice,
.detailsSummary .detailsSectionContent .shippmentDetails,
.detailsSummary .detailsSectionContent .billingDetails {
    width: 100%;
    max-width: 458px;
    display: inline-block;
    vertical-align: top;
}
.detailsSummary .detailsSectionContent .orderNoticesNotice:first-child,
.detailsSummary .detailsSectionContent .shippmentDetails {
    margin-right: 5.8em;
}
.detailsSummary .detailsSectionContent .panel .panel-body {
    padding: 0;
}
.detailsSummary .detailsSectionContent .panel .dataRow {
    font-size: 13px;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #aeaeae;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.detailsSummary .dataRow .compactValue {
    color: #2f79b9;
    background: #fff;
}
.detailsSummary .dataRow .compactValue,
.detailsSummary .dataRow .dataRowLabel,
.detailsSummary .dataRow .dataRowValue {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
}
.detailsSummary .dataRow.last .dataRowLabel,
.detailsSummary .dataRow.last .dataRowValue {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
}
.detailsSummary .dataRow .dataRowLabel {
    width: 200px;
}
.detailsSummary .dataRow .dataRowValue,
.detailsSummary .dataRow .dataRowValue a {
    color: #2f79b9;
    background: #f8f8f8;
}
.detailsSummary .detailsSectionContent .deliveryAndPaymentDetails {
    width: 100%;
    max-width: 458px;
}
.detailsSummary .deliveryAndPaymentDetails .dataRow .dataRowLabel {
    background: #f2f0f0;
    color: #337ab7;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 3px;
    width: 162px;
    font-weight: bold;
}
.detailsSummary .deliveryAndPaymentDetails .dataRow:first-child .dataRowLabel {
    background: #f8f8f8;
}
.detailsSummary .deliveryAndPaymentDetails .dataRow .dataRowValue {
    background: #fff;
    color: #7b7b7b;
}
.detailsSummary .detailsSectionTable {
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 10px;
		width: 100%;
}
.detailsSummary .tableHead {
    color: #337ab7;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    width: 100%;
    table-layout: fixed;
}
.detailsSummary .detailsSectionTable.orderChangesDetails .tableHead,
.detailsSummary .detailsSectionTable.productsDetails .tableHead {
    background: #adcae2;
}
.detailsSummary .detailsSectionTable .tableHead .tableHeadItem
.detailsSummary .pricesDetails .tableHead .tableHeadItem,
.detailsSummary .productsDetails .tableHead .tableHeadItem {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
    font-weight: bold;
    letter-spacing: 3px;
}
.detailsSummary .detailsSectionTable .dataRow {
    border-radius: 3px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

