.table-title {
    margin-top: 5px;
}

.table .text-center th {
    text-align: center
}

.table .text-left th {
    text-align: center
}

.table .text-left td {
    text-align: center
}

.user-nav {
    margin-right: 20px;
}

.auth-block {
    width: 700px;
    margin: 15% auto 0;
}

.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
}

.license-active {
    background: green;
}

.license-inactive {
    background: red;
}

.license-pending {
    background: orange;
}

.middle-align {
    vertical-align: middle !important;
}

.radio-input{
    margin-left: 20px;
}

.pending-status {
    position: relative;
}

.pending-status:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 55px;
    border-bottom: 1px grey dashed;
}

.disabled-permission{
    opacity: .2;
}

.custom-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.modal-container {
    width: inherit;
}

.text-grey {
    color: grey;
}

.hidden-border-bottom {
    border-bottom: hidden;
}
