/**
 *
 * Apply Here your Custom CSS
 *
*/

body {

}

.dataTable tr td {
    vertical-align: middle;
}

.dataTable tr td:last-child {
    text-align: center;
}

.dataTable tr td .edit-link {
    text-decoration: underline;
}

form .table.table-striped thead tr:not(:first-child) {
    display: none;
}

.form-group .process-info {
    position: relative;
    top: 7px;
}

.dataTables_wrapper select {
    height: 31px;
    margin: 0 7px;
    padding: 6px 12px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #555555;
}

.login-page .login-header {
    padding: 50px 0 20px;
}