﻿/* align zone*/
.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

/* text color */
.text-red {
    color: red !important;
}

.text-black {
    color: black !important;
}

.text-white{
    color:white !important;
}

.col-idcard{
    font-family: Tahoma !important;
}

/* ซ่อน ... ที่หัวคอลัมน์ เวลามี DetailRow */
.dxbs-gridview .dxbs-fixed > thead > tr > th, 
.dxbs-gridview .dxbs-fixed > tfoot > tr > td {
    text-overflow:unset !important;
}