.no-margin {
    margin-left: 0 !important;
}

.text-align-center {
    text-align: center !important;
}

.text-field-align-right {
    float: right !important;
    width: 250px !important;
    margin-top: 17px;
    margin-bottom: 20px;
    /*position: absolute;*/
    /*top: 0px;*/
}

.buttonSelected {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.mr5 {
    margin-right: 5px !important;
}

.tenantTab {
    position: relative;
}

.width100 {
    width: 100px !important;
}

.deprecated {
    color: red !important;
}

.valid {
    color: green !important;
}

div.entryBox .body .btn-primary {
    float: right;
    top: -10px;
    position: inherit;
    margin-bottom: 10px;
}

.consoleKey {
    float: right;
    top: -10px;
    position: inherit;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 10px;
}

.tenantTab .entryBoxes .btn {
    float: right;
    margin-right: 5px;
    position: inherit;
}

.tenantTab .entryBoxes .applicationsGrid {
    margin-top:15px;
}

.width50 {
    width: 50% !important;
}

#updateOAuth .form-group.tr-loginMode-wrapper {
    float: right;
    width: 50%;
}
#updateOAuth .form-group.tr-type-wrapper {
    float: left;
    width: 50%;
}
div#pin-wrapper li {
    float: left;
    width: 33%;
}

.addTenantButton {
    margin-top: 17px;
    margin-bottom: 20px;
    display: block;
    float: left;
}
.width100percent {
    width: 100%;
}