@import 'setup';

.registry-maintenance {
    top: 232px;
    left: 295px;
    width: auto;

    .ButtonsRow-text {
        font-size: 11px;
    }

    .ButtonsRow-active-enabled[type="button"], .ButtonsRow-active-enabled[type="button"]:focus {
        background-color: #ececec;
        -webkit-box-shadow: inset 0 0 5px 0 #ccc, inset 0 1px 1px 0 #ccc;
        box-shadow: inset 0 0 5px 0 #ccc, inset 0 1px 1px 0 #ccc;
        color: #78a22f;
    }

    .ButtonsRow-active-disabled[type="button"], .ButtonsRow-active-disabled[type="button"]:focus {
        background-color: #ececec;
        -webkit-box-shadow: inset 0 0 5px 0 #ccc, inset 0 1px 1px 0 #ccc;
        box-shadow: inset 0 0 5px 0 #ccc, inset 0 1px 1px 0 #ccc;
        color: #d54236;
    }
}

.registry-maintenance.btn-group {
    display: block;
    position: absolute;
}
