.radio-custom tr {
    float: left;
    margin-left: 70px;
}
.dataTables_filter{
    float:right !important;
}
.dropifyCutomHeight{
    height:75px !important;
}
.dropifyButtonCutomWidth {
    width: 54px !important;
    text-align: center !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.checkbox label:before {

    top: 10px;
    left: 10px;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;

    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}
.blk-disply{
    display:block;
}
.minWidth120{
    min-width:120px;
}