/* Copyright (C) Entrust 2013. All rights reserved. */

/* Additional styles for desktop browser based IdentityGuard SSM */

/* Associate a background image (gray left and right margins) with the body */
body {
    background: url('../../images/background.gif') repeat-y fixed top center #fff;
}

/* Things we want to display for non-mobile browsers */
#loginintro {
    display: block;
}

/* Things we DO NOT want to display for non-mobile browsers */
#selectimgexplain {
    display: none;
}

/* Our datagrid select and text/email input fields can be larger for desktop browsers */
table.datagrid tbody input[type=text],table.datagrid tbody input[type=email],table.datagrid tbody select {
    width: 185px;
}

/* Put image auth secrets back to the way they were before we "mobilized" */
#mutualauthsecrets {
    width:320px;
}

#mutualauthsecrets img {
    width:100%;
 }

img.fullimage, div.fullimage {
    width: 320px;
}

/* Allow the full size version of the image that shows where to locate serial #s on tokens */
img.tokenserialnumbers {
    width:100%;
}

/* Put self-admin links back the way they originally were */
li.selfadminaction {
    line-height:1.25;
    height:1.25em;
}

table.activationinfo td {
    /* So activation info is easier to read */
    font-size: 120%;
}    
