.m-tblReport {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.m-tblReport__ctrl {
    min-width: 200px;
    max-width: 200px;
}

.m-tblReport__ctrlThead .m-tblReport__ctrlTh {
    border: none;
    border-right: 1px solid #fcfcfc;
    border-bottom: 1px solid #f3f3f3;
    background: #f3f3f3;
}

.m-tblReport__ctrlThead .m-tblReport__ctrlTh:first-child {
    border-left: 1px solid #f3f3f3;
}

.m-tblReport__ctrlThead .m-tblReport__ctrlTh:last-child{
    border-right: 1px solid #f3f3f3;
}

.m-tblReport__ctrlTbody .m-tblReport__ctrlTr:nth-child(odd) .m-tblReport__ctrlTd {
    border: 1px solid #f3f3f3;
    border-top: none;
    border-left: none;
    background: #fcfcfc;
}

.m-tblReport__ctrlTbody .m-tblReport__ctrlTr:nth-child(odd) .m-tblReport__ctrlTd:first-child {
    border-left: 1px solid #f3f3f3;
}

.m-tblReport__ctrlTbody .m-tblReport__ctrlTr:nth-child(2n) .m-tblReport__ctrlTd{
    border: none;
    border-right: 1px solid #fcfcfc;
    border-bottom: 1px solid #f3f3f3;
    background: #f3f3f3;
}

.m-tblReport__ctrlTbody .m-tblReport__ctrlTr:nth-child(2n) .m-tblReport__ctrlTd:first-child{
    border-left: 1px solid #f3f3f3
}

.m-tblReport__ctrlTbody .m-tblReport__ctrlTr:nth-child(2n) .m-tblReport__ctrlTd:last-child{
    border-right: 1px solid #f3f3f3
}

.m-tblReport__ctrlTr {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.m-tblReport__ctrlTd, .m-tblReport__ctrlTh {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.m-tblReport__ctrlTd[data-cell=day], .m-tblReport__ctrlTd[data-cell=icon], .m-tblReport__ctrlTh[data-cell=day], .m-tblReport__ctrlTh[data-cell=icon] {
    min-width: 40px;
    max-width: 40px;
}

.m-tblReport__ctrlTd[data-cell=in], .m-tblReport__ctrlTd[data-cell=out], .m-tblReport__ctrlTh[data-cell=in], .m-tblReport__ctrlTh[data-cell=out] {
    min-width: 60px;
    max-width: 60px;
}

.m-tblReport__ctrlTd[data-cell=leave], .m-tblReport__ctrlTh[data-cell=leave] {
    min-width: 80px;
    max-width: 80px;
}

.m-tblReport__ctrlTh {
    background: #f3f3f3;
}

.m-tblReport__ctrlTd {
    width: 20%;
    border: 1px solid #fff;
}

.m-tblReport__graph {
    width: 100%;
    margin: 0 0 0 20px;
}

.m-tblReport__graphTr {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.m-tblReport__graphTr .m-tblReport__graphTd:first-child {
    border-left: 1px solid #ccc;
}

.m-tblReport__graphTh {
    width: 4.16667%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
    border-left: none;
}

.m-tblReport__graphTd {
    width: 4.16667%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 40px;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
}

.m-tblReport__graphBalloon {
    width: 38px;
    height: 25px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -19px;
    display: block;
    background: #defffe;
}

.m-tblReport__graphBalloon:after{
    width: 0;
    height: 0;
    margin: 0 0 0 -5px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-color: #defffe transparent transparent;
    border-style: solid;
    border-width: 10px 5px 0;
    content: "";
}

.m-tblReport__line {
    width: 50%;
    height: 20px;
    position: relative;
}

.m-tblReport__line:after, .m-tblReport__line:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}

.m-tblReport__line:before{
    left: -1px;
}

.m-tblReport__line:after{
    right: -1px;
}

.m-tblReport__line[data-type=sit], .m-tblReport__line[data-type=sit]:after, .m-tblReport__line[data-type=sit]:before {
    background: #6495ed;
}

.m-tblReport__line[data-type=busy], .m-tblReport__line[data-type=busy]:after, .m-tblReport__line[data-type=busy]:before{
    background: #da5552;
}

.m-tblReport__line[data-type=leave], .m-tblReport__line[data-type=leave]:after, .m-tblReport__line[data-type=leave]:before {
    background: #defffe;
}

.m-tblReport__icn {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #5dca57;
    border-radius: 50%;
}

.m-tblReport[data-type=list] .m-tblReport__ctrl, .m-tblReport[data-type=member] .m-tblReport__ctrl {
    min-width: 200px;
    max-width: 200px;
}

.m-tblReport[data-type=list] .m-tblReport__ctrlTbody .m-tblReport__ctrlTr:nth-child(2n) .m-tblReport__ctrlTd{
    border-right: 1px solid #f3f3f3;
    background: #fcfcfc;
}

.m-tblReport[data-type=list] .m-tblReport__ctrlTd {
    height: 70px;
    padding: 30px 0 0;
    line-height: 38px;
}

.m-tblReport[data-type=list] .m-tblReport__ctrlTd[data-cell=name]{
    min-width: 200px;
    max-width: 200px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    text-align: left;
    position: absolute;
    top: 0;
    z-index: 1;
    border-left: 1px solid #f3f3f3;
}

.m-tblReport[data-type=list] .m-tblReport__ctrlTd[data-cell=name] a{
    width: 100%;
    height: 30px;
    color: #0f87ff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.m-tblReport[data-type=list] .m-tblReport__graphTd {
    height: 70px;
}

.m-tblReport[data-type=list] .m-tblReport__line {
    height: 40px;
}

.m-tblReport__line, .m-tblWorktime__line {
    width: 100%;
}

.m-tblReport__graphTr {
    position: relative;
}

.m-tblReport__ctrlTd[data-cell=gap], .m-tblReport__ctrlTh[data-cell=gap]{
    min-width: 80px;
    max-width: 80px;
}

.m-tblReport__chartGapLine{
    position: absolute;
    top: 10px;
    height: 20px;
}

.m-tblReport__chartGapLine[data-bg=darkblue]{
    background: #1a6a92;
}

.m-tblReport__chartGapLine[data-bg=blue]{
    background: #2da2da;
}

.m-tblReport__chartGapLine[data-bg=lightblue]{
    background: #aad9f0;
}

.m-tblReport__chartGapNodata{
    position: absolute;
    top: 5px;
    left: 1%;
    width: 98%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    color: #666;
}
