.table tbody>tr>td.vert-align-mid{
    vertical-align: middle;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom21 { margin-bottom:21px; }

.table-body-striped>tbody:nth-of-type(odd)
{
	background-color:#3d3d3d;
}

.padded21 {
    padding: 21px;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; //If Placeholder of the input is moved up, rem/modify this.
    border-radius: 3px;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}
