﻿/*PDF Style CSS*/

.result {
    width: 220px;
}

mark { 
    background-color: red;
    color: black;
   }

.main-wrapper {
    background-color: #ffffff;
    font-family:Yu Gothic UI;
}
.page-header {
    padding: 9px 9px 9px 15px ;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    /*background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background-color:#d60d0d; 
}
.sec-header {
    font-weight: 600;
    font-size: 16px;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    /*background-color: #e0e0e0;*/
}
.hr_line {
    border-bottom: 2px solid #057aa9;
}

/*footer*/
.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:12px;
    border-top: 2px solid #057aa9;
    margin-top:15px;
}

/*First Page*/
.first-page {
    background-image: url(../img/Landingpage.jpg);
    background-repeat: no-repeat;
    background-size: 100% 88%;
    margin-top: 3em;
}
.header .title-text {
    position: relative;
    padding-top: 300px;
    font-size: 72px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
    letter-spacing: 2px;
    color: #057aa9;
    z-index: 1;
}
.candidate-detail {
    position: relative;
    width: 100%;
    margin-top:100px;
    padding:110px 0 150px 0;
    color: #d0da57;
    z-index: 1;
}
.skill-name {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 120px 0 15px 0;
    color: #ffffff;
}
.user-name, .emp-id {
    font-size: 28px;
}
/*Page Two*/
table.candidatetable, table.candidatetable th, table.candidatetable td {
    border: none !important;
}
table.candidatetable tbody tr td {
    padding-bottom: 16px !important;
}
.report-head .center-block {
    width: 50%;
    float: left;
    text-align: center; 
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 7px;
    
}
.bg-orange {
    background-color: #f39c12;
}
.candidatetable {
    width: 95%;
    margin-top: 10px; 
    font-size: 16px;
    font-weight: bold;
}
.sub-head {
    color: #057aa9;
}
.feedback-list li {
    padding-left: 10px;
    padding-bottom: 5px;
}

/*Page Three - C3 horizontal bar chart CSS*/
#chart {
    width: 100%;
    height: auto;
    text-align: center;
}
.c3-grid line {
    stroke: none;
}

.c3-axis-x > path.domain, .tick > line[x2="-6"] {
    visibility: hidden;
}
.skill-graph {
    line-height: 20px;
}

.noskillbar {
    margin-left: 230px;
     margin-top: 150px; 
     width: 350px; 
     height: 150px; 
     font-size: 24px; 
     color: #b2b2b7; 
}
/*Page Four*/
.insightTable {
    width: 99%;
}
.insightTable td, .insightTable th {
    padding: 2px;
    vertical-align: middle;
}
.insightTable table, .insightTable table td, .insightTable table th {
    border: none;
}
.insightTable table tr td {
    border-top: 1px solid #dee2e6;
}
.insightTable table tr:first-child td:first-child {
    border-top: none;
}

/*Common Styles*/
.f-s-12 {
    font-size: 12px;
}
.f-s-14 {
    font-size: 14px;
}

.f-w-600 {
    font-weight: 600;
}

.p-5 {
    padding: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.ver-align-t {
    vertical-align: top;
}

.border-top-1 {
    border-top: 1px solid #ccc;
}

.border-bottom-1 {
    border-bottom: 1px solid #ccc;
}

.border-light {
    border-color: #B3E5FC;
}

/*Page break*/
.page-break {
    page-break-before: always;
}
/*.page-break:first-child {
    page-break-before: always;
    page-break-after: always;
}
.page-break:last-child {
    page-break-inside:auto;
    page-break-after: always;
}*/

@page {
    size: A4;
    margin: 15px 0 0 0;
}

@media print {
  

    .page-size {
        height: 35.8cm;
    }
    /*First Page*/
    .first-page {
        background-image: url(../img/Landingpage.jpg);
    }
    /*Page Four*/
    .insightTable .table-sm {
        border: none !important;
    }
    .insightTable .table-sm tr:first-child > td:first-child {
        border-top: none !important;
    }
    .insightTable .table-sm tr td {
        border-top: 1px solid #dee2e6 !important;
        border-right: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }
    /*.subpage:nth-child(3n) {
        page-break-before:always;
    }*/
}
