﻿.mlTblHideThis {
    display: none;
}

/* ***** PAGING ***** */
.mlTblPaging {
    margin: 10px 0px 10px 0px;
    text-align: right;
}

.mlTblPaging button {
    background-color: transparent;
    border: 1px solid #acacac;
    cursor: pointer;
    margin: 0px 6px 0px 0px;
    padding: 4px 6px 4px 6px;
}

.mlTblPaging button:hover {
    background-color: #acacac;
    color: #fff;
}

.mlTblPaging button.pgOn {
    background-color: #e891e3;
    color: #fff;
    cursor: default;
}
/* ***** PAGING ***** */


/* ***** TABLE ***** */
table.mlTbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.mlTbl tbody tr {
    border-bottom: 1px solid #acacac;
}

table.mlTbl tbody tr:hover {
    background-color: #f9cdd9;
}

table.mlTbl tr:nth-child(odd) {
    background-color: #fff;
}

table.mlTbl tr:nth-child(even) {
    background-color: #eeefff;
}

table.mlTbl th, table td {
    padding: 8px;
}

table.mlTbl th {
    background-color: #6cb3f6;
    color: #ffffff;
    cursor: pointer;
    text-align: left;
}

table.mlTbl th:hover, table th.sortOn {
    color: #ffd904;
}

table.mlTbl th em {
    padding-left: 5px;
}

table.mlTbl th[data-res-hide='0'] {
    cursor: auto;
}

table.mlTbl td[data-res-hide='0']:after {
    content: '\2139';
    cursor: pointer;
    font-size: 1.2em;
    line-height: 0.9em;
}
/* ***** TABLE ***** */


/* ***** POP INFO ***** */
#mlTblPopInfo {
    background-color: #fff;
    border: 1px solid #acacac;
    bottom: 0;
    height: 320px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
}

#mlTblPopInfo div {
    background-color: #f01515;
    border-bottom: 1px solid #acacac;
    margin-bottom: 10px;
    padding: 6px 8px 5px 0px;
    text-align: right;
}

#mlTblPopInfo div span {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

#mlTblPopInfo dl {
    width: 500px;
}

#mlTblPopInfo dl dt {
    display: inline-block;
    font-weight: 500;
    margin: 0px 10px 10px 0px;
    text-align: right;
    vertical-align: top;
    width: 100px;
}

#mlTblPopInfo dl dd {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
    width: 390px;
}
/* ***** POP INFO ***** */