/* admin system */

    /* row buttons */
    .rowbtn {
        height: 21px;
        font-size: 10px;
        padding: 3px 10px;
        float: left;
        border: 0;
        margin: 0;
        outline: 0;            
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: white;
        line-height: 14px;
        margin-right: 10px;
        margin-top: 1px;
        cursor: pointer;
    }

    .rowbtn.edit ,.rowdisabledbtn.edit {
        background-color: #007bff;
    }

    .rowbtn.resetpass, .rowdisabledbtn.resetpass  {
        background-color: #007bff;
    }
    /* Changed */
    .rowbtn.delete {
        background-color: #fc2121;
    }
    .rowbtn.activate {
        background-color: #007bff;
    }
    .rowbtn.suspend {
        background-color: #007bff;
    }
    .rowdisabledbtn{
        height: 21px;
        font-size: 10px;
        padding: 3px 10px;
        float: left;
        border: 0;
        margin: 0;
        outline: 0;            
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: rgb(233, 232, 232);
        line-height: 14px;
        margin-right: 10px;
        margin-top: 1px;
        cursor: default;

    }
    .rowsuspended{
        background-color: #dbd9d9;  
    }

    /* end row buttons */   

/* end admin system */