/* CSS Document */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@page {
  size: auto;   /* auto is the initial value */
  margin: 0px 0px 0px 0px;
}

body {
    font-size:13px;
    font-family: 'Roboto', sans-serif;
}
.text-right {
    text-align: right;
}
.certificate {
    margin:auto;
    padding:10px;
    border:10px solid #30cecb;
    width:754px;
}
.certificate-panel {
    padding:0px 30px;
    border:2px solid #30cecb;
    height:1083px;
    overflow:hidden;
}
.certificate-header .logo {
    height:110px;
}
.certificate-header .logo-pti {
    padding-top:21px;
}
.certificate-header .logo-inso {
    padding-top:25px;
}
.certificate-header .logo-love {
    height:80px;
}
.certificate-header .logo-love .logo-pti {
    padding-top:11px;
}
.certificate-header .logo-love .logo-inso {
    padding-top:15px;
}
.certificate-name {
    text-transform:uppercase;
    text-align:center;
    color:#bb8926;
    font-size:25px;
    height:40px;
    line-height:40px;
    padding:0px;
    margin:0px;
    /*background: -webkit-linear-gradient(left, #816236 , #c79e4d);
    background: linear-gradient(left, #816236 , #c79e4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.certificate-number {
    text-align:center;
    color:#333;
    line-height:20px;
    height:20px;
}
.certificate-description {
    margin:23px 0px;
    text-align:justify;
    color:#666;
    line-height:23px;
}
.certificate-body-title {
    height:30px;
    line-height:30px;
    font-size:18px;
    font-weight:normal;
    color:#111;
    margin:0px;
    padding:0px;
}
.certificate-group {
    margin:0px 0px 20px 0px;
}
.certificate-group-no-margin {
    margin:0px 0px 0px 0px;
}
.certificate-group-title {
    font-size:13px;
    font-weight:bold;
    color:#333;
    margin:0px 0px 3px 0px;
    height:28px;
    line-height:28px;
}
.certificate-group-content {
    padding-left:15px;
}
.certificate-group-content-no-padding {
    padding-left:0px;
}
.certificate-group-content th, .certificate-group-content td {
    height:25px;
    line-height:25px;
}
.certificate-group-content th {
    font-weight:normal;
    color:#666;
    text-align: left;
}
.certificate-group-content td {
    font-weight:normal;
    color:#111;
}
.certificate-group-content .row-hide td {
    height:0px;
}
.certificate-group-content th.bold, .certificate-group-content td.bold {
    font-weight:bold;
    color:#000;
}
.certificate-summary {
    border-top:2px solid #333;
    padding-top:7px;
    margin-top:7px;
    width:440px;
}
.certificate-group-content p {
    margin:0px;
    padding:0px;
    line-height:22px;
    color:#333;
    text-align:justify;
}
.certificate-table td, .certificate-table th {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 5px 5px;
    line-height: 16px;
}
.certificate-table td {
    border-left: none;
}
.certificate-table th {
    border-right: none;
}
.certificate-ul {
    margin: 0px;
}
.certificate-ul li {
    color: #666;
    clear: both;
}
.certificate-ul li span {
    color: #000;
    float: right;
}
.certificate-line {
    margin: 0px;
    padding: 0px;
    border-color: #666;
}