﻿.mis-print-container {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 12px 0;
    width: 240px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
    top: 200px;
    left: 200px;
    list-style: none;
    position: fixed;
}

.mis-print-container-active {
    display: block;
}

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
}

    .context-menu__link:hover {
        color: #fff;
        background-color: #0066aa;
        cursor: pointer;
    }

    .context-menu__link .fa {
        margin-right: 8px;
    }


/*.divPrint td:first-child {
    border-left: none;
    text-align: left;
}*/

.divPrint th, .mis-print-container td {
    font-family: calibri;
    text-align: center;
    width: auto !important;
}

.divPrint .tablePrint {
    display: none !important;
}

.divPrint td {
    border: 1px dotted black;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: black;
    font-size: 12px;
    font-family: calibri;
    background-color: #fff !important;
    color: #000 !important;
    text-align: center !important;
    border-right: 0;
    border-top: 0;
}
.divPrint td:last-child {
    border-right: 1px solid black;
}
.divPrint table {
    border-spacing: 0;
    /*border: 2px solid black;*/
    border-collapse: collapse;
}

#divTitleName {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: calibri;
}

#divheaderLogo {
    text-align: center;
}

.mis-print-container .tblHead {
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 25%;
}

.divPrint .tblHeadOut {
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 25%;
}

.divPrint th {
    /*border: 2px solid;*/
    font-size: 12px;
    border: 1px solid #000 !important;
}

/*.divPrint td:first-child {
    border-left: none;
    text-align: left;
}*/

.divPrint th, .divPrint td {
    font-family: calibri;
    text-align: center;
    width: auto !important;
}

.tablePrint {
    display: none !important;
}

/*.divPrint td {
    border: 1px dotted black;
    margin: 0px;
    border-bottom: 0;
    border-right: 0;
    font-size: 12px;
    font-family: calibri;
}*/

/*.divPrint table {
    border-spacing: 0;
    border: 2px solid black;
}*/

#divTitleName {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: calibri;
}

#divheaderLogo {
    text-align: center;
}

.tblHead {
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 25%;
}

.tblHeadOut {
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 25%;
}

.finish-row {
    border-bottom: 1px solid #333;
    border-top: 0 !important;
}
.finish-row td{
    border-bottom: 2px solid #333;
    border-top: 0 !important;
}
.divPrint td:nth-child(1) {
    border-left: 1px solid black !important;
}

thead {
    display: table-header-group;
}


.divPrint thead tr {
    border: 2px solid black;
}

.divPrint h5 {
    margin: 3px 0 3px 0;
    font-size: 11px;
}

.dvDateTIme {
    font-size: 12px;
}

.divPrint th {
    border: 1px solid #000 !important;
    border-bottom-width: 1px;
    /*border-bottom-width: 0 !important;*/
}

.divPrint thead tr:nth-child(2) th:nth-child(1),
.divPrint thead tr:nth-child(2) th:nth-child(2),
.divPrint thead tr:nth-child(2) th:nth-child(3) {
    border-top: 0 !important;
    text-align: center;
}

/*.divPrint tbody td:nth-child(1),
.divPrint tbody td:nth-child(2),
.divPrint tbody td:nth-child(3),
.divPrint tbody td:nth-child(9),
.divPrint tbody td:nth-child(15),
.divPrint tbody td:nth-child(18) {
    border-right: 2px solid #000 !important;
}*/


.higlight {
    background: #00b050 !important;
    color: #fff !important;
}

.TopHead {
    position: absolute;
    top: -18px;
    /*border: 1px solid #000;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom: 0;
}

.divPrint {
    position: relative;
}

    .divPrint td div {
        background-color: #fff !important;
        color: black !important;
    }

    .divPrint thead {
        display: table-header-group;
    }

/*.divPrint  td {
    position: static;
}*/
@media print {
    tr:last-child{background:#fff}
}