﻿.auth_content_con {
    display: table;
    margin: 15px auto;
}

.cert-auth-main-con {
    /*text-align: center;*/
    margin: 0 auto;
    max-width: 800px;
    background-color: #f9f8e0;
}

    .cert-auth-main-con[data-verified] {
        display: table;
    }

.cert-auth-header {
    vertical-align: middle;
    display: table;
    width: 100%;
    height: 0;
}

.cert-auth-co-title,
.cert-auth-cod-title {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.cert-auth-tit-con {
    background: #eaeaea; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#eaeaea, #fff, #eaeaea); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eaeaea, #fff, #eaeaea); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eaeaea, #fff, #eaeaea); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eaeaea, #fff, #eaeaea); /* Standard syntax */
    border-top: 5px solid #dfdfdf;
    border-bottom: 5px solid #dfdfdf;
    padding: 5px 0;
    min-width: 320px;
}

.cert-auth-info-tit-con {
    font-size: 14px;
}

.cert-auth-co-title .cert-auth-title-1 {
    display: block;
    font-weight: bold;
    font-size: 22px;
}

.cert-auth-co-title .cert-auth-title-2 {
    display: block;
    color: blue;
    font-size: 16px;
    font-weight: bold;
}

.cert-auth-cod-title .cert-auth-title-1 {
    display: block;
    font-weight: bold;
    font-size: 22px;
}

.cert-auth-cod-title .cert-auth-title-2 {
    display: block;
    color: blue;
    font-size: 12px;
    font-weight: bold;
}

.cert-auth-info-reminder {
    max-width: 400px;
    background-color: #f2f2f2;
    padding: 15px;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.cert-auth-info-reminder-tit {
    display: inline-block;
    margin-bottom: 15px;
}

.cert-auth-info-reminder-footer {
    display: inline-block;
    margin-top: 35px;
}

.cert-auth-left-part {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    max-width: 400px;
    padding: 25px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    /*height: 500px;*/
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.cert-auth-result-left-con {
    margin: 0 auto;
    width: 100%;
    min-width: 310px;
    max-width: 400px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.cert-auth-info-cert-con {
    margin-top: 15px;
}

    .cert-auth-info-cert-con label {
        display: block;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cert-auth-info-cert-con > input[type] {
        background-color: #fff;
        padding: 5px;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.1em;
        border: solid 1px #dfdfdf;
    }

.cert-auth-captcha-con {
    margin-top: 10px;
    background-color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

    .cert-auth-captcha-con > img:nth-child(2) {
        position: relative;
        left: 5px;
        cursor: pointer;
    }

.cert-auth-btn-con {
    margin-top: 30px;
    text-align: center;
}

.cert-auth-result-btn-con {
    margin-top: 30px;
    text-align: center;
    padding: 0 15px;
}

.cert-auth-btn-color-con,
.cert-auth-result-btn-color-con {
    display: inline-block;
    cursor: pointer;
}

    .cert-auth-btn-color-con > img,
    .cert-auth-result-btn-color-con > img {
        width: 145px;
        height: 43.94px;
    }

.cert-auth-right-part {
    float: left;
    width: 50%;
    display: none;
    padding: 25px;
    box-sizing: border-box;
    height: 600px;
    background-color: #f9f8e0;
}

.cert-auth-logo-con {
    text-align: center;
}

    .cert-auth-logo-con > img {
        max-width: 170px;
    }

.cert-auth-right-text-con {
    font-size: 15px;
    margin: 15px 0;
}

.cert-auth-right-co-certLogo,
.cert-auth-right-cod-certLogo {
    margin-top: 20px;
    text-align: center;
}

.cert-auth-info-con .cert-auth-left-mobile-logo {
    margin: 30px 0 0 0;
    text-align: center;
}


.cert-auth-info-cc {
    padding: 30px 0 0 0;
    text-align: center;
}


.cert-auth-result-con .cert-auth-left-mobile-logo {
    margin: 10px 15px;
    float: right;
}

    .cert-auth-info-con .cert-auth-left-mobile-logo > img,
    .cert-auth-result-con .cert-auth-left-mobile-logo > img {
        max-height: 50px;
    }

.displaynone {
    display: none;
}

.cert-auth-result-certNo-con {
    color: blue;
    font-weight: bold;
    padding: 15px 15px 10px 15px;
}

.cert-auth-result-tit-con {
    background-color: #990000;
    color: #fff;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
}

.cert-auth-result-info-con {
    margin: 10px;
}

    .cert-auth-result-info-con > table {
        border-collapse: collapse;
    }

.cert-auth-result-info-row {
    border-bottom: solid 1px black;
    font-weight: bold;
}

    .cert-auth-result-info-row > td {
        padding: 8px 4px 8px 4px;
    }

.cert-auth-result-con[data-type=co] .cert-auth-result-info-tit {
    font-size: 14px;
    width: 135px;
    vertical-align: top;
}

.cert-auth-result-con[data-type=cod] .cert-auth-result-info-tit {
    font-size: 14px;
    width: 210px;
    vertical-align: top;
}

.cert-auth-result-info-text {
    color: blue;
    vertical-align: top;
}

    .cert-auth-result-info-text > div {
        margin: 0 auto;
    }

.cert-auth-contactInfo-con {
    margin-top: 20px;
}

.cert-auth-reminder-tit-con {
    padding: 5px 10px;
    background-color: yellow;
    font-size: 14px;
    font-weight: bold;
}

.cert-auth-cont-tit-con {
    padding: 5px 10px;
    background-color: yellow;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cert-auth-reminder-txt-con {
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 0 15px 0;
}

.cert-auth-email-con,
.cert-auth-fax-con {
    padding: 0 10px;
}

.cert-auth-email-tit,
.cert-auth-fax-tit {
    font-size: 14px;
    font-weight: bold;
    width: 70px;
    display: inline-block;
}

.cert-auth-email-txt,
.cert-auth-fax-txt {
    font-size: 14px;
}

.cert-auth-result-right-con {
    float: left;
    width: 50%;
    display: none;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f9f8e0;
    height: 630px;
}

.cert-auth-result-co-tit-con {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 7px 10px;
    border-bottom: solid 2px #990000;
}

.cert-auth-result-co-item-con {
    margin-top: 10px;
    padding: 0 10px;
}

    .cert-auth-result-co-item-con > span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.cert-auth-result-coCertIcon {
    margin-top: 15%;
    text-align: center;
}

.cert-auth-co-title .cert-auth-icon-con {
    display: inline-block;
    margin-right: 10px;
}

.cert-auth-cod-title .cert-auth-icon-con {
    display: inline-block;
}

.cert-auth-co-title .cert-auth-icon-con > img {
    max-width: 80px;
}

.cert-auth-cod-title .cert-auth-icon-con > img {
    max-width: 100px;
    margin-bottom: 5px;
}

.cert-auth-tit-txt-con {
    display: inline-block;
    vertical-align: top;
}

.cert-auth-co-background {
    background: url('/Images/COVerification/CO_Authentication_Banner_M.jpg') no-repeat 0 0;
    background-size: contain;
    padding-top: 30%;
}

.cert-auth-cod-background {
    background: url('/Images/COVerification/COD_Authentication_Banner_M.jpg') no-repeat 0 0;
    background-size: contain;
    padding-top: 30%;
}

.cert-auth-result-wrong-con {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.cert-auth-print-banner {
    display: none;
}

.cert-auth-banner-con {
    display: none;
}

.cert-auth-banner-con-bottom {
    margin-top: 15px;
}

@media screen and (min-width: 376px),print {
    .cert-auth-cod-title .cert-auth-icon-con > img {
        max-width: 80px;
        margin: 0 10px 0 0;
    }
}

@media screen and (min-width: 410px),print {
    .cert-auth-co-title .cert-auth-icon-con,
    .cert-auth-icon-con {
        margin-right: 20px;
    }

        .cert-auth-icon-con > img {
            max-width: 100px;
        }

        .cert-auth-cod-title .cert-auth-icon-con > img,
        .cert-auth-co-title .cert-auth-icon-con > img {
            max-width: 100px;
        }

    .cert-auth-btn-con > .cert-auth-btn-color-con:first-child,
    .cert-auth-result-btn-color-con:first-child {
        margin-right: 10px;
    }

    .cert-auth-btn-con > .cert-auth-btn-color-con:nth-child(2),
    .cert-auth-result-btn-color-con:nth-child(2) {
        margin-left: 10px;
    }
}

@media screen and (min-width: 500px), print {
    .cert-auth-co-background {
        background: url('/Images/COVerification/CO_Authentication_Banner_M_2.jpg') no-repeat 0 0;
        background-size: contain;
        padding-top: 36.7%;
    }

    .cert-auth-cod-background {
        background: url('/Images/COVerification/COD_Authentication_Banner_M_2.jpg') no-repeat 0 0;
        background-size: contain;
        padding-top: 37.9%;
    }
}

@media screen and (min-width: 700px), print {
    .cert-auth-co-background {
        background: url('/Images/COVerification/CO_Authentication_Banner.jpg') no-repeat 0 0;
        background-size: contain;
        padding-top: 26.2%;
    }

    .cert-auth-cod-background {
        background: url('/Images/COVerification/COD_Authentication_Banner.jpg') no-repeat 0 0;
        background-size: contain;
        padding-top: 26%;
    }
}

@media screen and (min-width: 710px), print {
    .cert-auth-left-part {
        /*width: 50%;
        float: left;*/
        margin: 0;
        /*height: 600px;*/
    }

    .cert-auth-result-left-con {
        width: 50%;
        float: left;
        margin: 0;
        /*height: 630px;*/
    }

    .cert-auth-right-part {
        display: block;
    }

    .cert-auth-result-con .cert-auth-left-mobile-logo {
        display: none;
    }

    .cert-auth-result-right-con {
        display: block;
    }

    .cert-auth-co-title .cert-auth-title-1 {
        font-size: 24px;
    }

    .cert-auth-co-title .cert-auth-title-2 {
        font-size: 18px;
    }

    .cert-auth-cod-title .cert-auth-title-1 {
        font-size: 28px;
    }

    .cert-auth-cod-title .cert-auth-title-2 {
        font-size: 14px;
    }
}

@media screen and (min-width: 817px) {
    .auth_content_con {
        display: block;
    }

    .cert-auth-info-reminder {
        border-right: solid 1px #bfbfbf;
        margin-bottom: 0;
        display: inline-block;
        height: 590px;
    }

    .cert-auth-left-part {
        height: 590px;
    }

    .cert-auth-banner-con {
        margin-top: 15px;
        display: block;
    }

    .cert-auth-banner-con-bottom {
        display: none;
    }
}

@media print {
    .cert-auth-print-banner {
        display: block !important;
    }
}


.cert-auth-result-found {
    color: green;
}
.cert-auth-result-not-found {
    color: red;
}