﻿.table > thead > tr {
    background: rgba(0, 0, 0, 0) linear-gradient(91deg, rgb(78, 133, 127) 0%, rgb(82, 153, 217) 100%) repeat scroll 0 0 !important;
}

    .table > thead > tr > th {
        background: none !important;
        color: white;
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
.picture-size {
    width: 200px !important;
    height: 150px !important;
}

.fontsizelarger {
    font-size: larger;
}

.color-white {
    color:white;
}

.color_7d76ba {
    color: #7d76ba;
}

#frmChangePwd .text-danger span {
    color: red;
}

.text-danger span {
    color: red;
}