
.pg-normal {
    color: #141CD6;;
    font-size: 12px;
    cursor: pointer;
    padding: 2px 1px 2px 1px;
    margin-right:4px;
}
.pg-selected {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}

table.yui {
    /*font-family:arial;*/
    border-collapse:collapse;
    border: solid 3px #7f7f7f;
    font-size:small;
}

table.yui td {
    padding: 5px;
    border-right: solid 1px #7f7f7f;
}

table.yui .even {
    background-color: #EEE8AC;
}

table.yui .odd {
    background-color: #F9FAD0;
}

table.yui th {
    border: 1px solid #7f7f7f;
    padding: 5px;
    height: auto;
    background: #D0B389;
}

table.yui th a {
    text-decoration: none;
    text-align: center;
    padding-right: 20px;
    font-weight:bold;
    white-space:nowrap;
}

table.yui tfoot td {
    border-top: 1px solid #7f7f7f;
    background-color:#E1ECF9;
}

table.yui thead td {
    vertical-align:middle;
    background-color:#E1ECF9;
    border:none;
}

table.yui thead .tableHeader {
    font-size:larger;
    font-weight:bold;
}

table.yui thead .filter {
    text-align:right;
}

table.yui tfoot {
    background-color:#E1ECF9;
    text-align:center;
}

table.yui .tablesorterPager {
    padding: 10px 0 10px 0;
}

table.yui .tablesorterPager span {
    padding: 0 5px 0 5px;
}

table.yui .tablesorterPager input.prev {
    width: auto;
    margin-right: 10px;
}

table.yui .tablesorterPager input.next {
    width: auto;
    margin-left: 10px;
}

table.yui .pagedisplay {
    font-size:10pt; 
    width: 30px;
    border: 0px;
    background-color: #E1ECF9;
    text-align:center;
    vertical-align:top;
}

/*
 * PAGING
 */
.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    display: none;
    height: 40px;
    /*line-height: 32px;*/
    padding: 10px;
    float: right;
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none;
}
#tablepaging_paginate, #table-static_paginate{
    float: right;   
    text-align: right;
}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 7px;
    margin: 0 3px;
    cursor: pointer;
    color: black !important;

}

.paging_full_numbers a.paginate_button {
    /*background-color: #ddd;*/
    /*        background-image:  url(../../Images/HoGoV1/Button/page-number.png);               */

}

.paging_full_numbers .next, .paging_full_numbers .last, .paging_full_numbers .previous, .paging_full_numbers .first {
    filter: none !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgCgpwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIAoKeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNhOWE4YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiM5MzkyOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTFhMWExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #c8c8c8 0%, #a9a8a8 52%, #939292 52%, #a1a1a1 100%); /* FF3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(52%,#a9a8a8), color-stop(52%,#939292), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */ 
    background: -webkit-linear-gradient(top, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */ 
    background: -o-linear-gradient(top, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* Opera 11.10+ */ 
    background: -ms-linear-gradient(top, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* IE10+ */ 
    background: linear-gradient(to bottom, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* W3C */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#a1a1a1',GradientType=0 );
    background: #c8c8c8; /* Old browsers */ 
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
    filter: none !important;
    background: #f89934; /* Old browsers */ 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgCgpwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIAoKeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmODk5MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNjhlMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNmNjcwMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjY4ODFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #f89934 0%, #f68e20 50%, #f6701f 51%, #f6881f 99%); /* FF3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f89934), color-stop(50%,#f68e20), color-stop(51%,#f6701f), color-stop(99%,#f6881f)); /* Chrome,Safari4+ */ 
    background: -webkit-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* Chrome10+,Safari5.1+ */ 
    background: -o-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* Opera 11.10+ */ 
    background: -ms-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* IE10+ */ 
    background: linear-gradient(to bottom, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* W3C */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89934', endColorstr='#f6881f',GradientType=0 ); 
    color: white !important;
    font-weight: bold;
}
/*
 * Not display [Info, Select entries, search field] of orginal DataTale
 */

#tablepaging_filter,#tablepaging_length, #tablepaging_info {
    /*        display: none; */
    
}
.dataTables_length select {
    font-family: 'Puritan20Normal';
}
/* Processing */
.dataTables_processing {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -10px;
    padding: 20px 100px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    background: url(../../Images/loadder/loader_circle.gif) no-repeat center center #fff;
}
.indicator_processing {
    position: fixed;
    z-index: 100;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    background-color: #fff;
    padding: 8px 48px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    margin-left: -8px;
}
.indicator_processing span{
    padding: 7px;
}
.indicator_processing img {
    vertical-align: middle;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
table.display thead tr th.sorting_disabled,table.display thead tr th.sorting_disabled a,table.display thead tr th.sorting_disabled p {
    cursor: default;
}
table.display thead tr th.sorting_asc {
    background: url('../../Images/1.1/sort_asc.png') no-repeat -6px center;
}
table.display thead tr th.sorting_desc {
    background: url('../../Images/1.1/sort_desc.png') no-repeat -5px center;
}
table.display thead tr th.sorting_disabled {
    background: none !important;
}
table.display thead tr th.sorting {
    background: url('../../Images/1.1/sort_both.png') no-repeat -5px center;
}
table.display thead tr th.sorting_asc_disabled {
    background: url('../../Images/sort_asc_disabled.png') no-repeat -5px center;
}

table.display thead tr th.sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat -5px center;
}
/* For first child */

table.sent-info thead tr th:first-child.sorting_asc {
    background: url('../../Images/1.1/sort_asc.png') no-repeat center left;
    background-position: 20px;
}

table.sent-info thead tr th:first-child.sorting_desc {
    background: url('../../Images/1.1/sort_desc.png') no-repeat center left;
    background-position: 20px;
}

table.sent-info thead tr th:first-child.sorting {
    background: url('../../Images/1.1/sort_both.png') no-repeat center left;
    background-position: 20px;
}

table.sent-info thead tr th:first-child.sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center left 20px;
}

table.sent-info thead tr th:first-child.sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center left 20px;
}

#group_reps_table_paginate{
    display: inline;
}