﻿/*User Management*/
.success{
    color:green;
}
.basic-modal-root-div{
    width:50%;
    margin:0 auto;
}
.user-list-container .pad-btm-16 {
    padding-bottom: 16px;
}

.user-list-container .center-content {
    text-align: center;
}

.div-center-content-parent {
    display: table;
    width: 100%;
}

.div-center-content-child {
    display: table-cell;
    margin: 0 auto;
}

.user-list-container .table {
    font-size: 12px;
}

.user-list-container .table a, .user-list-container .table a:hover {
    width: 100%;
    background: inherit;
}

#dialog-spinner{
    font-size: 16px;
    padding: 16px;
}

.profile {
    font-size: 12px;
}
.profile .bg{
    background:white;
}

.profile p {
    font-size: 16px;
}

.profile .bootstrap-switch {
    margin: 0;
    height: 30px;
    width:100px;
}

.profile.checkbox-label {
    font-weight: bold;
    color: black;
}

.profile .error {
    font-size: 14px;
}

#dialog-spinner-intenal {
    font-size: 16px;
    padding: 16px;
}
/*Activation*/
.activation-page-root-div{
    width:50%;
    margin:0 auto;
}
.activation-page-root-div a{
    text-decoration:underline;
    color:cornflowerblue;
}

.action-btn-container{
    min-width:60px;
    max-width:60px;
}
