html,
body
{
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body .pma-ui-viewport-container {
    height: 100%;
    width: 100%;
}

.aligned-text {
    display: inline-block;
    text-align: right;
    width: 70px;
}

.annotation-helper-icon i,
.annotation-helper-icon span {
    display: none;
}

.annotation-helper-icon.loading i {
    display: initial;
}

.annotation-helper-icon.loading span {
    display: none;
}

.annotation-helper-icon.saved i,
.annotation-helper-icon.saved span.badge-danger {
    display: none;
}

.annotation-helper-icon.saved span.badge-success {
    display: initial;
}

.annotation-helper-icon.error i,
.annotation-helper-icon.error span.badge-success {
    display: none;
}

.annotation-helper-icon.error span.badge-danger {
    display: block;
}

.annotations {
    margin: 0 auto;
    padding: 0;
}
.viewer-row {
    height: calc(100vh - 38px);
}
.color-picker{
    height: 35px;
    margin-bottom: 1px;
    border: none;
}