﻿html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #333333;
}

.body-content {
    padding-top: 15px;
    padding-bottom: 80px;
}

table {
    width: 100%;
}

td:first-child {
    font-weight: bold;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert {
    margin-bottom: 20px;
}

.footer {
    background-color: #222;
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    padding-top: 14px;
    margin-top: 20px;
}

.footer-text {
    color: white;
    margin: 0;
}

.footer-link {
    color: white;
    text-decoration: underline;
}

    .footer-link:hover,
    .footer-link:focus {
        color: white;
    }

.table > tbody > tr > td {
    vertical-align: middle;
}

.form-group label {
    font-weight: 600;
}

.panel-heading {
    font-weight: 600;
}

.unit-item {
    margin-bottom: 15px;
}

.unit-panel-heading {
    overflow: hidden;
}

.units-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.text-danger {
    display: block;
    margin-top: 4px;
}

input.form-control,
select.form-control {
    border-radius: 4px;
    box-shadow: none;
}

.btn {
    min-width: 140px;
    margin-right: 8px;
}

.remove-unit-btn {
    min-width: auto;
    margin-right: 0;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .body-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-responsive {
        border: none;
    }
}
