﻿input[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
    margin-top: -1px;
    margin-left: -1px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: auto;
    accent-color: #696cff;
}

.table-striped {
    border-color: lightsteelblue !important;
}

/*For table pager start*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*For table pager end*/