@media screen
{
    body, table, td
    {
        font-size: 11px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin: 0px;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 11px;
    }

    body
    {
        color: #303030;
        background-color: #ffffff;
        text-align: left;
    }

    table
    {
        vertical-align: top;
    }
    
    *:focus {
        outline: 0;
    }
    H1, H2
    {
        color: White;
    }

    .modalBackground
    {
        background-color: Gray;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 9998;
        text-align: center;
    }
 
    .LoginCell
    {
        text-align: left;
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .LoginCellTop
    {
        text-align: left;
        font-size: 10px;
        padding: 3px;
    }

   .LoginTable
    {
        text-align: left;
        border-bottom: #008c4f 1px solid;
        border-left: #008c4f 1px solid;
        background-color: #dfdfe1;
        border-top: #008c4f 1px solid;
        border-right: #008c4f 1px solid;
        display: none;
    }

    .LoginLogoCell
    {
        height: 450px;
        padding: 5px;
    }

    #SpnLoginInfo
    {
        position: relative;
        top: -25px;
        left: 73px;
        width: 300px;
    }

    .DivLogin
    {
        background-image: url(../../Images/Dacarsa/main/background-da-web2.jpg);
        background-repeat: no-repeat;
        background-position: center 70%;
    }

    .LoginRightCellTop
    {
        padding: 5px;
        padding-top: 95px;
    }
    .LoginRightCell
    {
        padding: 5px;
        padding-bottom: 10px;
    }

    .PopUpBottomText
    {
        color: Gray;
        font-size: 11px;
    }


    /* Style for WucCompute start*/
    .ComputeHead
    {
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        height: 30px;
    }
    /* ------------------------------------------------------------------------------------ */

    /* Style for WucCompute end*/
    
     /* Style for TechData Line Popup Start*/
    .PopUpGuideIcon
    {
        margin: 2px;
    }
    .divPopUpContent, .PopUpBody, .dxpcContent
    {
        text-align: center;
        width: 100%;
        background-color: #d3d3d3 !important;
    }
    
    .dxpc
    {
        color: white;
        font-weight: bold;
    }
    /* Style for TechData Line Popup End*/

    /* Popup Print button */
    .default-print-btn {
        position: fixed;
        top: 38px;
        right: 12px;
        cursor: pointer;
    }
}
@media print
{
    .PrintHide
    {
        display: none;
    }
}

.dxpcControl td {
    text-align: left;
}

.dxtvControl .dxtv-subnd {
    margin-left: 35px !important;
}