/* disable required field asterisk */
.asteriskField {
    display: none;
}

.top0 { margin-top:0px; }
.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top75 { margin-top:75px; }
.top100 { margin-top:100px; }

.bottom0 { margin-bottom:0px; }
.bottom10 { margin-bottom:10px; }
.bottom20 { margin-bottom:20px; }

.right_commands {
    text-align: right;
    white-space: nowrap;
    width: 1px; /* as narrow as possible */
}

.navbar-brand img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.ftp_table th, td {
    border-right: 1px solid #eeeeef;
}

.fpt_table th:last-child, td:last-child {
    border-right: none;
}

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

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