

.action-buttons .button {
    margin-right: 20px;
    text-align: center;
}

    .action-buttons .button.dnnPrimaryAction {
        color: #FFF !important;
    }


.red {
    color: #c94545;
}

textarea.form-control {
    height: 100px !important;
}

.label-name {
    font-weight: bold;
}

.add-employee {
    background-image: url('images/add-icon.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    color: #000;
    border-radius: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    padding: 10px 20px 10px 40px;
    margin: 10px 0;
    position: relative;
}

.search-button {
    background-color: #00529B;
    color: #FFF !important;
    padding: 5px 10px;
}

.btnEdit {
    text-indent: -999px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('images/edit-icon.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btnDelete {
    text-indent: -999px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('images/delete-icon.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}
