@media screen
{
    body, table, td
    {
        font-size: 11px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin: 0px;
    }

    body
    {
        color: #303030;
        font-family: Verdana;
        background-color: #ffffff;
        text-align: left;
    }

    table
    {
        vertical-align: top;
    }
    .PopUpBody
    {
        background-color: gainsboro !important;
        text-align: center;
    }

    
    *:focus {
        outline: 0;
    }

    .LabelExcuseUs
    {
        background-color: White;
        color: Black;
    }
    .modalBackground
    {
        background-color: Gray;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 9998;
        text-align: center;
    }

    .DivLogin
    {
        background-image: url(../../Images/mekonomen/login/MekonomenLogin.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 629px;
    }

	
    #SpnLoginInfo
    {
        position: relative;
        top: 95px;
        left: -40px;
        color: White;
        padding-left: 125px;
    }

    #spnTopText
    {
        position: relative;
        top: 78px;
        left: 5px;
        color: black;
        font-weight: bold;
        font-size: 12px;
        z-index: 99999;
    }

    .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: black 1px solid;
        border-left: black 1px solid;
        background-color: dimgray;
        border-top: black 1px solid;
        border-right: black 1px solid;
    }

    .LoginLogoCell
    {
        height: 450px;
    }

    .LoginRightCell, .LoginRightCellTop
    {
        padding: 5px;
		 padding-top: 95px;
    }

    .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*/
    .dxpcContentPaddings
    {
        padding: 1px;
        padding-top:10px;
    }
    /* 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;
}
