#dqh-table-data
{
    display: none;
}

.dqh-table
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;

    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}

.dqh-table-top
{
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 3px;
    border: 1px solid #cfcfcf;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    text-shadow: 1px 1px 0px #fff;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px #fff;
    
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.dqh-table-top.tab-content
{
    border: none;
    box-shadow: none;
    background: transparent !important;
}


.dqh-table-top .page-search
{
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dqh-table tbody .ROW_INDEX
{
    text-align: center;
    width: 30px;
}

.dqh-table-bottom
{
    float: left;
    width: 100%;
    padding: 5px;
    margin-top: 3px;
    border: 1px solid #cfcfcf;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    
    text-shadow: 1px 1px 0px #fff;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px #fff;
}

.dqh-table-bottom.tab-content
{
    border: none;
    box-shadow: none;
    background: transparent !important;
}

.dqh-table-bottom .show-row
{
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: tahoma;
    font-size: 13px;
}

.dqh-table-bottom .page-number
{
    float: right;
    margin-top: 2px;
}

.dqh-table th
{
    padding: 12px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    cursor: pointer;
    
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.dqh-table > thead th:first-child{
	text-align: left;
	padding-left: 20px;
}
.dqh-table > thead > tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 6px;
}
.dqh-table > thead > tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 6px;
}

.dqh-table tbody tr.subrow.active
{
    display: table-row;
}

.dqh-table tbody .filter
{
    color: #003366;
}

.dqh-table tbody tr.row_one td.filter
{
    background: #fafafa;
}


.dqh-table tbody tr.row_two td.filter
{
    background: #f0f0f0;
}

.dqh-table > tbody > tr > td {
	padding: 8px 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
        
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.dqh-table > tbody > tr.row_two > td{
	background: #f8f8f8; /* Old browsers */
}
.dqh-table > tbody > tr:last-child > td{
	border-bottom: 0;
}
.dqh-table > tbody > tr:last-child > td:first-child {
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.dqh-table > tbody > tr:last-child > td:last-child {
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.dqh-table > tbody > tr:hover > td {
	background: #eee !important; /* Old browsers */
}

.dqh-table tbody .ROW_CHECK
{
    text-shadow: none !important;
}

#dqh-table-waiting
{
    float: right;
    margin: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #2D4864;
}

.dqh-table-Responsive
{
    float: left;
    width: 100%;
    overflow: auto;
}

.dqh-table-Responsive-content
{
    float: left;
    width: 100%;
}

.dqh-table tbody tr.selected td
{
    transition: all linear 0.2s;
    border-color: #bfd4eb !important;
    background: #bfd4eb !important;
    border-top: 1px solid #90b8e2 !important;
    border-bottom: 1px solid #90b8e2 !important;
}

.dqh-table tbody tr.selected td:first-child
{
    border-left: 1px solid #90b8e2 !important;
}

.dqh-table tbody tr.selected td:last-child
{
    border-right: 1px solid #90b8e2 !important;
}

/*  = = = = = = = = = =  = = = = = = = =  = = = = = = = */

.dqh-table tbody tr.subrow
{
    display: none;
    box-shadow: inset 2px 2px 4px #000 !important;
}

/* ================== DQH_TABLE_SLIM ======================= */
/* ================== DQH_TABLE_SLIM ======================= */
/* ================== DQH_TABLE_SLIM ======================= */

.dqh-table-slim
{
    border-collapse: collapse;
    width: 100%;
}

.dqh-table-slim tbody .ROW_INDEX
{
    text-align: center; 
    width: 30px; 
    background-color: #eee !important;
}

.dqh-table-slim thead tr
{
    
}

.dqh-table-slim th
{
    padding: 8px 8px;
    text-align: left;
    background: #fff;
    color: #333;
    font-weight: bold;
    
    font-family: tahoma;
    font-size: 13px;
    text-shadow: 0px 0px 2px #eee;
    border-bottom: 2px solid #e3e3e3;
    cursor: pointer;
    
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.dqh-table-slim th:hover
{
    border-bottom: 2px solid #1f6268;
}

.dqh-table-slim tbody tr.row_one td
{
    transition: all linear 0.2s;
    background: #fff;
}


.dqh-table-slim tbody tr.row_two td
{
    transition: all linear 0.2s;
    background: #fafafa;
}

.dqh-table-slim tbody .filter
{
    color: #000;
}

.dqh-table-slim tbody tr.row_one td.filter
{
    transition: all linear 0.2s;
    background: #f1f2f6;
}


.dqh-table-slim tbody tr.row_two td.filter
{
    transition: all linear 0.2s;
    background: #e5e9f8;
}

.dqh-table-slim tbody tr.row_two:hover td, .dqh-table-slim tbody tr.row_one:hover td
{
    transition: all linear 0.2s;
    background: #ddd;
}

.dqh-table-slim tbody td
{
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px dotted #f1f1f1;
    border-right: 1px dotted #f1f1f1;
    color: #333;
    font-family: tahoma;
    font-size: 13px;
}

.dqh-table-slim tbody tr.tophead td
{
    color: #0088cc;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.dqh-table-slim tbody tr.head td
{
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background-color: #68819a;
}

.dqh-table-classical
{
    border-collapse: collapse;
    width: 100%;
}

.dqh-table-classical thead th
{
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font-family: tahoma;
    font-size: 13px;
}

.dqh-table-classical tbody td
{
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font-family: tahoma;
    font-size: 13px;
}

/*
Member Info Table
*/

.member-table{
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

.member-table .member-image
{
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 2px solid rgb(238, 238, 238);
    box-shadow: 0px 0px 0px 2px rgb(25, 62, 77);
    display: inline-block;
    margin-top: 5px;
    font-size: 52px;
    background-color: #2D4864;
    color: #eee;
}

.member-table thead tr th
{
    border-bottom: 1px solid #BBB;
    padding: 12px 20px;
}

.member-table tbody tr
{
    border-bottom: 1px solid #BBB;
    text-align: center;
}

.member-table thead tr
{
    text-align: center;
}

.member-table tbody tr.separator
{
    background-color: rgb(250, 250, 250);
}

.member-table tbody tr.separator td
{
    padding: 12px 20px;
    color: #666;
    font-weight: bold;
    font-size: 13px;
}

.member-table tbody tr td
{
    padding: 6px;
}

.member-table tbody tr td h4
{
    font-size: 12px;
    padding: 2px;
    margin: 0px;
    color: #8f8f8f;
}

.member-table tbody tr td h1
{
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    color: #484848;
}

.member-table .col-center
{
    text-align: center;
    border-right: 1px solid #BBB;
}

.member-table thead tr
{
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.53846;
}

.dqh-table-simply
{
    border-collapse:collapse;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
}

.dqh-table-simply th, .dqh-table-simply td
{
    padding: 8px 12px;
    font-size: 12px;
    border: 1px solid #9CC9DB;
}

.dqh-table-simply thead th
{
    font-size: 12px;
    font-weight: bold;
    
    background: #C6E1EC !important;
    border: 1px solid #9CC9DB !important;
    color: #3D7489;
    text-shadow: none;
}

.dqh-table-simply tr td
{
    color: #444;
    border: 1px solid #9CC9DB !important;
}

.dqh-table-simply tr td.filter
{
    font-weight: bold;
}

@media (max-width: 768px)
{
    .dqh-table-cp-Responsive-content
    {
        width: 500px;
        margin-right: 10px;
    }
}