﻿/* -------------------------------------------------------------------------------------
Bootstrap Overrides and Theme Styles
Primary (Green): #006b17 rgb(0, 107, 23)
Primary (Normal Blue): #173D6F rgba(23, 61, 111, 1)
-------------------------------------------------------------------------------------*/
@media print {
    #body-container {
        margin-top: 64px !important;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .navbar {
        position: absolute;
        top: 0;
    }

    .navbar-toggle {
        display: none;
    }

    /* Cells with backgrounds */
    .vtable-header-success, .vtable-header-dt {
        color: #000 !important;
    }

    .table th {
        background-color: rgba(23, 61, 111, .9) !important;
    }
    .table-nobg th {
        background-color: #fff !important;
    }

    /* Referral Search */
    .dtrefersearch_table {
        width: 984px !important;
    }
    .dtrefersearch_thead th:nth-child(1), .dtrefersearch_tbody td:nth-child(1) {
        width: 8px !important;
    }
    .dtrefersearch_thead th:nth-child(2), .dtrefersearch_tbody td:nth-child(2) {
        width: 65px !important;
    }
    .dtrefersearch_thead th:nth-child(3), .dtrefersearch_tbody td:nth-child(3) {
        width: auto !important;
    }
    .dtrefersearch_thead th:nth-child(4), .dtrefersearch_tbody td:nth-child(4) {
        width: 100px !important;
    }
    .dtrefersearch_thead th:nth-child(5), .dtrefersearch_tbody td:nth-child(5) {
        width: 90px !important;
    }
    .dtrefersearch_thead th:nth-child(6), .dtrefersearch_tbody td:nth-child(6) {
        width: 90px !important;
    }
    .dtrefersearch_thead th:nth-child(7), .dtrefersearch_tbody td:nth-child(7) {
        width: 125px !important;
    }

    /* Mail To Do */
    .dtmailtodo_table {
        width: 984px !important;
    }
    .dtmailtodo_thead, .dtmailtodo_tbody {
        font-size: 10px!important;
    }
    .dtmailtodo_thead th:nth-child(1), .dtmailtodo_tbody td:nth-child(1) {
        width: 8px !important;
    }
    .dtmailtodo_thead th:nth-child(2), .dtmailtodo_tbody td:nth-child(2) {
        width: 65px !important;
    }
    .dtmailtodo_thead th:nth-child(3), .dtmailtodo_tbody td:nth-child(3) {
        width: 80px !important;
    }
    .dtmailtodo_thead th:nth-child(4), .dtmailtodo_tbody td:nth-child(4) {
        width: 75px !important;
    }
    .dtmailtodo_thead th:nth-child(5), .dtmailtodo_tbody td:nth-child(5) {
        width: 95px !important;
    }
    .dtmailtodo_thead th:nth-child(6), .dtmailtodo_tbody td:nth-child(6) {
        width: 45px !important;
    }
    .dtmailtodo_thead th:nth-child(7), .dtmailtodo_tbody td:nth-child(7) {
        width: 45px !important;
    }
    .dtmailtodo_thead th:nth-child(8), .dtmailtodo_tbody td:nth-child(8) {
        width: 65px !important;
    }
    .dtmailtodo_thead th:nth-child(9), .dtmailtodo_tbody td:nth-child(9) {
        width: 65px !important;
    }
    .dtmailtodo_thead th:nth-child(10), .dtmailtodo_tbody td:nth-child(10) {
        width: 45px !important;
    }
    .dtmailtodo_thead th:nth-child(11), .dtmailtodo_tbody td:nth-child(11) {
        width: auto !important;
    }
    .dtmailtodo_thead th:nth-child(12), .dtmailtodo_tbody td:nth-child(12) {
        width: 45px !important;
    }

    /* Mail Seearch (Opt Out) */
    .dtmailsearch_table {
        width: 984px !important;
    }
    .dtmailsearch_thead, .dtmailsearch_tbody {
        font-size: 10px !important;
    }
        .dtmailsearch_thead th:nth-child(1), .dtmailsearch_tbody td:nth-child(1) {
            width: 150px !important;
        }
        .dtmailsearch_thead th:nth-child(2), .dtmailsearch_tbody td:nth-child(2) {
            width: auto !important;
        }
        .dtmailsearch_thead th:nth-child(3), .dtmailsearch_tbody td:nth-child(3) {
            width: 45px !important;
        }
        .dtmailsearch_thead th:nth-child(4), .dtmailsearch_tbody td:nth-child(4) {
            width: 45px !important;
        }
        .dtmailsearch_thead th:nth-child(5), .dtmailsearch_tbody td:nth-child(5) {
            width: 45px !important;
        }
        .dtmailsearch_thead th:nth-child(6), .dtmailsearch_tbody td:nth-child(6) {
            width: 45px !important;
        }
        .dtmailsearch_thead th:nth-child(7), .dtmailsearch_tbody td:nth-child(7) {
            width: 45px !important;
        }
        .dtmailsearch_thead th:nth-child(8), .dtmailsearch_tbody td:nth-child(8) {
            width: 85px !important;
        }
        .dtmailsearch_thead th:nth-child(9), .dtmailsearch_tbody td:nth-child(9) {
            width: 45px !important;
        }

    .dwc-tag-back {
        display:none!important;
    }
    .dwc-tag-front {
        -webkit-transform: rotateY(0deg) !important;
        -moz-transform: rotateY(0deg) !important;
        -o-transform: rotateY(0deg) !important;
        -ms-transform: rotateY(0deg) !important;
        transform: rotateY(0deg) !important;
    }

    .dwc-ftile-back {
        display: none !important;
    }

    .dwc-ftile-front {
        -webkit-transform: rotateY(0deg) !important;
        -moz-transform: rotateY(0deg) !important;
        -o-transform: rotateY(0deg) !important;
        -ms-transform: rotateY(0deg) !important;
        transform: rotateY(0deg) !important;
    }

}

