.form-group{
    margin-bottom: 3px;
}

.jumbotron{
    padding-top: 10px;
    padding-bottom: 10px
}

.table-fixed {
    width: 100%;
    background-color: #f3f3f3;
}
.table-fixed tbody {
    height: 420px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td {
    float: left;
}
.table-fixed thead tr th {
    float: left;
    background-color: #608db3;
    border-color: #337ab7;
}

.payment-control-detail {
    height:38px;
}
.payment-control-card-status {
    height:265px;
}

/* Fix overflow of form-horizontal groups on small screens */
@media (max-width: 767px) {
    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Force table to take full width in responsive containers */
.table-responsive {
    width: 100% !important;
}

.table-responsive table {
    width: 100% !important;
    min-width: 100% !important;
    table-layout: auto !important;
}

/* Remove padding from panel-body to make table align with panel-heading */
.panel-body {
    padding: 0 !important;
}

/* Add padding back to other content in panel-body */
.panel-body > div:not(.table-responsive) {
    padding: 1px;
}
