html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.gridButton {
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
    color: #337AB7;
}

.gridButton:hover {
    color: #23527C;
}

.spacer {
    clear: both;
    margin: 10px 0;
}

#transaction-total-heading {
    display: inline;
}

#transaction-total-heading strong {
    letter-spacing: 1px;
}

.invoice-form-footer {
    text-align: right;
}

.form-control-top-row{
    margin: 20px 0;
    vertical-align: middle;
}

input[id$=-service_price-disp] {
    text-align: right;
}

#discount-row {
    /*border-bottom: 1px solid #DDD;*/
    border-top: 1px solid #DDD;
    margin: 10px 0;
    padding: 5px 0 0 0;
    text-align: right;
}

#discount-row input {
    display: inline-block;
}

#discount-row .form-group {
    margin: 0;
}

#discount-row .help-block {
    display: none;
}

#invoice-discount-disp {
    /*border: none;*/
    box-shadow: none;
    text-align: right;
    margin-left: 20px;
    vertical-align: middle;
    width: 100px;
}

#total-row {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin: 10px 0;
    padding: 5px 0 0 0;
    text-align: right;
}

#total-row input {
    display: inline-block;
}

#total-row .form-group {
    margin: 0;
}

#total-row .help-block {
    display: none;
}

#invoice-total_price-disp {
    border: none;
    box-shadow: none;
    margin-left: 20px;
    text-align: right;
    vertical-align: middle;
    width: 100px;
}

.info-label {
    display: inline-block;
    font-weight: bold;
    width: 150px;
}

.info {
    display: inline-block;
}

/*.field-invoice-total_price {
    vertical-align: middle !important;
}*/

/*#invoice-client_id {
    width: 250px;
}*/

.form-control-top-row label {
    width: 150px;
}

.form-control-top-row select {
    display: inline-block;
    width: 250px;
}

.invoice-form-same-client {
    display: inline-block;
    padding: 5px 0 0 150px;
}

.invoice-form-same-client label {
    font-weight: normal;
    width: 200px;
}

.invoice-form-same-client label input {
    margin-right: 10px;
}

#transaction-rows .multiple-input-list td {
    padding-top: 15px;
}

#same_client {
    margin-left: 4px;
}

.report-controls {
    margin: 20px 0;
}

.report-controls label {
    margin-right: 10px;
}

#monthly-totals-year-dropdown {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
}

.right-align {
    text-align: right;
}

.report th {
    background-color: #99c8f0;
}