﻿.add-user {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
    -webkit-box-flex: 0;
    flex: 0 0 auto ;
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #233367 !important;
    color: #ffffff !important;
    font-weight: 400;
    text-decoration: none;
}

.close-user {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
    -webkit-box-flex: 0;
    flex: 0 0 auto ;
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #6c757d;
    color: #fefefe;
    font-weight: 400;
    text-decoration: none;
}

#all-users_filter label {
    margin-bottom: 1rem;
}

#all-users_wrapper {
    margin-bottom: 50px;
}

td.editable {
    text-transform: capitalize
}
.fa-close {
    --fa: "\f00d";
    --fa--fa: "\f00d\f00d";
}

.hidden {
    display: none;
}

.noEye {
    position: relative;
    width: 25px;
    float: right;
    right: 9px;
    top: -49px;
    cursor: pointer;
    opacity: .9;
}

.yesEye {
    position: relative;
    width: 25px;
    float: right;
    right: 9px;
    top: -49px;
    cursor: pointer;
}

#ConfirmPasswordnoEyeReset, #ConfirmPasswordyesEyeReset, #PasswordnoEyeReset, #PasswordyesEyeReset {
    top: -33px;
}

.btn-btn-success {
    color: #fff !important;
    background-color: #669eff !important;
    border-color: #669eff !important;
}

