﻿table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

h2,
h3,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.text-center {
    text-align: center;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-3,
.col-lg-3,
.col-md-4,
.col-md-5,
.col-sm-6,
.col-xs-9,
.col-xs-12,
.col-md-12 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}

.col-xs-3,
.col-xs-9,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-3 {
    width: 25%;
}

@media(min-width:768px) {
    .col-sm-6 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media(min-width:992px) {
    .col-md-4,
    .col-md-5,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }
}

@media(min-width:1280px) {
    .col-lg-3 {
        float: left;
    }

    .col-lg-3 {
        width: 25%;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}


.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.container:after,
.row:after {
    clear: both;
}

@-ms-viewport {
    width: device-width;
}

@media(max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media(min-width:992px) and (max-width:1279px) {
    .hidden-md {
        display: none!important;
    }
}

@media(min-width:1280px) {
    .hidden-lg {
        display: none!important;
    }
}

.without-padding-horizontal {
    padding-right: 0!important;
    padding-left: 0!important;
}

@media(min-width:320px) and (max-width:767px) {
    .show-xs {
        display: block!important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .show-sm {
        display: block!important;
    }
}

@media(min-width:992px) and (max-width:1279px) {
    .show-md {
        display: block!important;
    }
}

@media(min-width:1280px) {
    .show-lg {
        display: block!important;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media(min-width:992px) and (max-width:1279px) {
    .hidden-md {
        display: none!important;
    }
}

@media(min-width:1280px) {
    .hidden-lg {
        display: none!important;
    }
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}

@media(min-width:320px) {
    .container {
        width: 320px;
    }
}

@media(min-width:768px) {
    .container {
        width: 768px;
    }
}

@media(min-width:992px) {
    .container {
        width: 992px;
    }
}

@media(min-width:1280px) {
    .container {
        width: 1280px;
    }
}

.nowrap {
    white-space: nowrap;
}

.datatable {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #cacaca;
    text-align: center;
}

.datatable th {
    padding: 11px 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #283C55;
}

.datatable--command--recap th {
    font-size: 13px;
    font-weight: 300;
}

.datatable td {
    padding: 10px;
    font-size: 13px;
    color: #5c5c5c;
}

.datatable td a {
    text-decoration: none;
    color: #144a82;
}

.datatable td a:hover {
    text-decoration: underline;
}

.datatable--command {
    margin-bottom: 20px;
}

.datatable--command tr {
    border-top: 1px solid #cacaca;
}

.datatable--command--recap {
    margin-bottom: 0;
}

.datatable--subtotal {
    float: right;
    width: auto;
    margin-bottom: 60px;
    border-width: 0 1px 1px;
    background: #f5f5f5;
}

.datatable--subtotal th {
    padding: 0 0 0 20px;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    white-space: nowrap;
    color: #5c5c5c;
    background: none;
}

.datatable--subtotal td {
    padding: 0;
    text-align: right;
}

.datatable--subtotal__total th,
.datatable--subtotal__total td {
    border-top: 1px solid #cacaca;
    font-weight: 700;
}

.datatable--subtotal td {
    white-space: nowrap;
}

@media only screen and (min-width:75em) {
    .datatable th {
        font-size: 16px;
    }

    .datatable--command--recap th {
        font-size: 13px;
    }

    .datatable td {
        padding: 20px;
    }

    .datatable--subtotal th {
        font-size: 13px;
    }

    .datatable--subtotal td {
        padding: 10px 20px;
    }
}

.datatable .col-price {
    min-width: 80px;
}