/* NO spacing under label fragments */
.label-space {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}


/* VORDERINGEN LIJST */
/*********************/
table#claim-list tbody tr[role='row']:hover {
    cursor: pointer;
}

.fltr-vorderingen-btns {
    float: left;
    margin-bottom: 5px;
}

.fltr-vorderingen-btns input.btn {
    margin-right: 5px;
}

.fltr-reactions-btns {
    float: left;
    margin-bottom: 5px;
}

.fltr-reactions-btns input.btn {
    margin-right: 5px;
}

#bezwarenList {
    width: 100%;
}

table#bezwaren-list {
    width: 100%;
}

/*********************/
/* VORDERING DETAIL  */
/*********************/
table#aangifte-list tbody tr:hover {
    background: none;
}

table#bezwaren-list tbody tr:hover {
    background: none;
}

/*********************/
/*  AANGIFTEN LIJST  */
/*********************/
table#aangiften-list tbody tr[role='row']:hover {
    cursor: pointer;
}

table#aangiften-list tbody tr.shown {
    background: #EEE;
}

table#aangiften-list tbody tr.child {
    background: none;
}

table#aangifteSoortDetailTable thead tr {
    background: none;
}

table#aangifteSoortDetailTable tbody tr:hover {
    cursor: pointer;
}

table#aangifteSoortDetailTable td {
    vertical-align: middle;
}

.alignRight {
    text-align: right;
}

/*********************/
/*  AANGIFTE DETAIL  */
/*********************/
.aangifte-details-table {
    width: 600px;
}

.viewAangifteParametersTable {
    width: 600px;
}

.viewAangifteParametersTable td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.alignTop {
    vertical-align: top;
}

/*********************/
/*  BEZWAREN LIST    */
/*********************/
table#bezwaren-list tbody tr:hover {
    background: none;
}

/**************/
/* COMMON CSS */
/**************/
.requiredAsterisk,
.error {
    color: #a94442;
}

.amount-table {
    width: 250px;
}

.amount-table tbody tr td.left {
    text-align: left;
}

.amount-table tbody tr td {
    text-align: right;
    padding-bottom: 10px;
}

.amount-table tbody tr.last-row {
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #000;
}

.dataTable tbody tr td a {
    display: inline !important;
}

#filter-aangiftesoorten {
    margin-right: 100px;
}

.fa-lg {
    font-size: 0.6em !important;
}

.grey {
    background-color: #e3e3e3;
}

@media (min-width: 768px) {
div#toestandVan input, div#toestandTot input {
    width: 100px;
}
}