﻿/*藏pkey*/
.data-table-holder .Shadow {
    display: none !important;
}

/*藏pkey*/
.data-table-holder .hideGridColumn {
    display: none !important;
}

/* Grid表頭不折行 */
.table>thead>tr>th {
    white-space:nowrap;
}

/*倒數計時改為白色字*/
.countdown-lead {
	color: #fff !important;
}
    
/*當手機板的時候，欄位資料靠左並去除空白*/
@media only screen and (max-width: 1024px) {
    .data-table-holder td.text-center {
        text-align: left !important;
    }
    
    .data-table-holder td {
        white-space:normal !important;
    }
    
    /*將【倒數登出】提示字樣隱藏*/
    .countdown-box-word {
        display: none !important;
    }
}

@media only screen and (max-width: 460px) {
    
    /*顯示 倒數登出秒數 字樣*/
    .countdown-lead {
        display: block !important;
    }

    .col-page-right {
        width: 200px !important;
    }
}
