/*
 * This code was developed by OpenTrust (http://www.opentrust.com/).
 * 
 * Copyright © 2000-2014 OpenTrust
 * 
 * Please refer to your contract/license or contact license AT opentrust.com
 * for any question related to the license of this software.
 */

/* General properties */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    font-size: 12px;
    min-width: 750px;
}

#allbutfooter {
    min-height: 100%;
    margin-top: 0;
    margin-right: 45px;
    margin-bottom: -44px; /* #footer height */
    margin-left: 45px;
    padding: 0;
}

/* header */
#header {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

span.left-logo {
    float: left;
}

span.right-logo {
    float: right;
}

#header img {
    max-height: 70px;
    margin: 20px 0;
    padding: 1px; /* break the margin-collapsing problem */
}

/* content */
#otc_page_title {
    margin-left: 15px;
}

#content {
    background: #FFFFFF;
    margin: 0;
    padding: 1px; /* break the margin-collapsing problem */
    padding-bottom: 44px; /* never overrun #footer */
}

/* footer: (height: 44px) */
#footer {
    border-top: 1px solid #969696;
    color: #969696;
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.footer-line {
    margin: 0 10px;
}

.card-info {
    padding: 2px;
    text-align: left;
}

.lang-info {
    float: left;
    padding: 2px;
}

#lang-info option[value=de] { 
    display: none;
}

#lang-info option[value=fr] { 
    display: none;
}

.product-info {
    float: right;
    padding: 2px;
}

/* back arrow */
.backArrow {
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 15px;
}

.backArrowText {
    text-decoration: underline;
}

/* groups */
.group {
    background-color: #f9f9f9;
    border: 1px solid #bfbbb9;
    margin-bottom: 15px;
    padding: 10px 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 5px 5px 5px #eeeeee;
    -webkit-box-shadow: 5px 5px 5px #eeeeee;
    box-shadow: 5px 5px 10px #eeeeee;
}

.group td {
    font-weight: bold;
    padding: 0 5px;
    font-size: 16px;
 }

.group img {
    padding-left: 10px;
}

/* actions */
.actionContainer {
    font-size: 12px;
    padding-left: 50px;
    margin: 10px;
}

.action {
    text-decoration: underline;
    cursor: pointer;
    margin: 10px;
}

/* card request description */
#profile_description {
    float: left;
    padding: 7px 10px;
    margin-left: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* content */
#userPortalContent {
    margin-top: 15px;
}

/* errors */
.formerror {
    background-color: #F4AFBD !important;
}

.infoMessage {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.productVersion {
    display: none !important;
    text-decoration: none;
    line-height: 16px;
    border-bottom: 1px dotted;
    text-align: right;
}

.productVersion:hover {
    border-bottom: none;
    cursor: pointer;
}


/* recovery workflow */

td.recoveryCertListLeft {
    border-right: 0px;
}

td.recoveryCertListRight {
    border-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.recoveryCertSubjectDn {
    white-space: nowrap;
}

.recoveryCertSerial {
    padding-left: 60px;
}

.recoveryCertTitle {
    font-weight: bold;
}

.recoveryCertLabel {
    font-style: oblique;
}

.recoveryCertImported {
    font-weight: bold;
}

.recoverCertListItem:hover {
    cursor: pointer;
}

/*
 * Custom css for SelfUserRegistration workflow
 */

.cmfUserDialogParam {
    float: left;
    line-height: 22px;
    width: 320px
}

.helpIcon {
    background-image: url("/images/userportal/lightbulb22.png");
    background-repeat: no-repeat;
    width: 22px;
    height:22px;
    opacity: 0.4;
    float: left;
}

div.helpIcon:hover {
    opacity: 1;
}

.cmfUserDialogLine .inner {
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.7);
}

.inner.backgroundIE {
    position: relative;
    background-color: rgb(0,0,0);
}

.cmfUserDialogParam .inner a {
    color: white;
}

.cmfUserDialogParam .inner a:hover {
    color: #FF8500;
}

