/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    color: #333;
}

HTML {
    height: 100% !important;
}

BODY {
    background-color: #fdfdfd;
    background-image: url(tg-certificate-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

img {
    width: auto; /* This makes the next two lines work in IE8. */
    max-width: 100%; /* Add !important if needed. */
    height: auto; /* Add !important if needed. */
}

#security-bg
{
    /*
        min-height: 1000px;
        */
}
.page-canvas {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.navbar-inverse {
    background-color: #383839;
    border-color: #080808;
}

.content {
    /*position: relative;
    min-height: 100%;*/
}
.security-box {
    /*width: 442px;*/
    /*position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    */
    margin-top: 105px;
}
.logo{
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 0px 0px;
}
.logo img{
    width: 100%;
}
.ssl-logo{
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    padding: 29px 21px 0px;
}
.ssl-logo img{
    display:block; float:right;
}
.green-bg {
    background-color: #e0e9e6;
}
.white-box {
    background-image: url(https://secure.trust-guard.com/page/templates/certificates/images/white-box_mid.png);
    background-repeat: repeat-y;
    padding: 6px 17px 3px 17px;
    font-size: 11px;
    color: gray;
}
.white-box-top {
    background-image: url(https://secure.trust-guard.com/page/templates/certificates/images/white-box_top.png);
    background-repeat: no-repeat;
    height: 10px;
}

.white-box-bottom {
    background-image: url(https://secure.trust-guard.com/page/templates/certificates/images/white-box_bot.png);
    background-repeat: no-repeat;
    height: 10px;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
/* CUSTOM */
.txt-green{
    color: #2fac66;
}
.txt-red{
    color: #e94e1b;
}
.pmain-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}
.panel-body {
    padding: 15px;
}

.certificateDescriptionText {
    color: #2b2b2b;
    font-size: 12px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.certDescDomain {
    display: inline-block;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

#certContainer h1::first-letter {
    /* text-transform:capitalize; */
}
#certContainer h1,
#certContainer h2 {
    font-family: "Montserrat", sans-serif;
}
.tgcert-subhead {
    color: #333333;
}
/*.secScan-p1::first-letter,
h1#primCertDom::first-letter {
    text-transform: capitalize;
}
*/

.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 540px) and (min-width: 0px) {
    .navbar-header{
        text-align: center;
    }
    .navbar-brand {
        float: none !important;
        text-align: center !important;
        display: block !important;
    }
    #certContainer h1 {
        font-size: 20px !important;
        margin-top: 40px;
        font-weight: 700;
    }
    .copyright2 {
        display: block !important;
    }
    .copyright1 {
        display: none;
    }
    .secScan-p1 {
        line-height: 1.3 !important;
        font-size: 14px !important;
        margin-bottom: 18px !important;
    }
    .secScanStatus {
        float: left !important;
    }
    .secScanDate {
        margin-top: 10px !important;
        font-size: 12px !important;
    }
    .certDescInfo {
        margin-top: 12px;
    }
    .tg-cert-badge {
        padding-left: 0px !important;
    }
    .tgcert-subhead {
        font-size: 14px !important;
    }
    .pmain-title {
        font-size: 16px !important;
    }
    .certDescDomain {
        display: inline-block !important;
    }
}
@media only screen and (max-width: 375px) and (min-width: 0px) {
    .tg-mobile-badge {
        float: left !important;
        width: 20% !important;
        line-height: 1 !important;
    }
}

@media (min-width: 200px) {
    .col-xxs-9 {
        width: 75%;
    }
}