@charset "utf-8";

body {
    background-position: 0 10px;
    background-repeat: no-repeat;
    color: #333333;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}

body {
    background-image: url("../img/pci_dss_background.jpg");
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul#channel-items {
    margin-bottom: 10px;
}

li.not-passed {
    padding-left: 22px;
    line-height:1.5em;
}

#seal-detail-page--customer-info,
#seal-detail-page--customer-role{
    display: flex;
    flex-flow: row wrap;
    max-height: 20px;
}

#seal-detail-page--customer-info{
    margin-bottom: 5px;
}

.value.role {
    margin-left: 60px;
}

#list--seal-effective-scope {
    margin-left: 30px;
}

.v2 #list--seal-effective-scope {
    margin: 0 0 0 30px;
}

li.passed {
    padding-left: 22px;
    background-image: url(../img/check.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    line-height:1.5em;
}

.v2 li.passed {
    line-height: 1.5;
    margin-bottom: 1em;
}

div#seal
{
    position: absolute;
    left: 250px;
    top: 30px;
}

div#language-select
{
    position: absolute;
    left: 440px;
    top: 20px;
    width: 170px;
}

div#left-column
{
    position: absolute;
    left: 30px;
    top: 175px;
    width: 260px;
}

.v2 div#left-column {
    width: 200px;
}

div#right-column
{
    position: absolute;
    left: 330px;
    top: 180px;
    width: 240px;
    line-height: 16px;
    text-align: justify;
}

.v2 div#right-column {
    font-size: 10px;
    left: 270px;
    width: 300px;
}

#seal-status-compliance {
    color: #118F1D;
    font-weight: bold;
}

#seal-status-unknown,
#seal-status-expired {
    color: #f07f1d;
    font-weight: bold;
}

#logo-bottom {
    position: absolute;
    top: 447px;
    left: 30px;
}

#footer {
    position: absolute;
    top: 530px;
    width: 580px;
    color: #fff;
    line-height: 18px;
}

#footer a {
    color: #fff;
}

.company-headline {
    color: #ea600f;
    font-size: 14px;
}

.company-address {
    font-size: 12px;
}

#seal-effective-scope {
}

#list--seal-validation-methods {
    margin-left: 10px;
}

#extra--customer-info {
    margin-left: 3px;
    margin-top: 15px;
}

div#right-column .pci-link {
    text-align: left;
}

.v2 #right-column > p:first-of-type{
    margin-top: 0;
}

.v2 #label-value--customer-info {
    margin: 0 5px 0 0;
}

.v2 #seal-detail-page--customer-info .value.info {
  margin: 0;
}
