/*@page {*/

/*  size: A4;*/

/*}*/

/*SS GREEN #8CD041*/

/*SS GREY #494949*/

html,
body {
    font-size: 16px;
    /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: lighter;
    font-family: "Roboto Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
}

table {
    page-break-inside: auto
}

tr {
    page-break-inside: avoid;
    page-break-after: auto
}

h1 {
    font-weight: lighter;
}

a {
    color: #494949;
    cursor: pointer;
}


.card {
    /*border-top: 1px solid #EEE;*/
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: white;
    margin: 5px;
    border-radius: 2px;
    height: 100%;
    font-weight: lighter;
}

.card img[src="/public/images/ss_small.png"] {
    max-height: 75px;
}

.clickable:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.card hr {
    display: none;
}

h1 span {
    color: #AAA;
}

.card h1 {
    /*margin-top: 24px;*/
    font-size: 1.5rem;
}

.card h2 {
    margin-top: 0px;
    font-size: 1.0rem;
}

.card h3 {
    margin-top: 0px;
    font-size: 0.75rem;
}

.card i {
    padding-right: 10px;
}

.minh {
    min-height: 200px;
}

/****************************************/

/*SMALL CARD*/

.card_title2 {
    /*background-color: rgba(139,195,74,1);*/
    background-color: #172b4d;
    margin: -24px -24px;
    padding: 10px 0;
    padding-left: 24px;
    color: white;
    font-weight: lighter;
    margin-bottom: 24px;
    text-align: left;
}

.card_title2 i {
    font-size: 40px;
    line-height: 140%;
    vertical-align: middle;
}

.small-table {
    margin: 0 auto;
}

.small-table td {
    font-size: 22px;
    padding: 2px;
    color: #777;
}

.small-table tr td:first-child {
    font-weight: 500;
    color: #333;
    padding-right: 10px;
}

.serv i {
    color: gold;
}

.call i {
    color: blue;
}

.kpi {
    /*height: 120px;*/
    text-align: center;
    /*border: 1px solid #EEE;*/
}

.waitLimit-col {
    color: rgba(255, 152, 0, 1);
}

.tickets-col {
    color: #56C1E6;
}

.agents-col {
    color: #8BC34A;
}

.kpi h1 {
    font-size: 70px;
    margin: 0px;
}

.kpi h2 {
    font-size: 50px;
    margin: 0px;
}


.kpi h3 {
    font-size: 20px;
    /*color: #AAA;*/
    margin-top: 0px;
}

.nps {
    text-align: center;
}

.nps h1 {
    font-size: 85px;
    margin: 0px;
    color: #0288D1;
}

.nps b {
    font-size: larger;
}


/*----------------------------------------------*/

/*CHARTIST*/

/*label color*/

.ct-chart-bar .ct-label .ct-horizontal .ct-end,
.ct-label .ct-vertical .ct-start {
    color: #777;
    stroke: none;
}

.ct-over .ct-end {
    color: #0288D1;
}


/* Colour of your bars */

.ct-series-a .ct-bar {
    stroke: #4CAF50;
    /*stroke-width: 30px;*/
}

.ct-series-b .ct-bar {
    stroke: #9E9E9E;
}

.ct-series-c .ct-bar {
    stroke: #C53030;
}

.nps-chart .ct-series-a .ct-bar {
    stroke: #0288D1;
    /*stroke-width: 30px;*/
}

.ct-series-a .ct-line {
    stroke: #67A443;
}

.ct-series-a .ct-point {
    stroke: #67A443;
}

.ct-series-b .ct-line {
    stroke: #9E9E9E;
}

.ct-series-b .ct-point {
    stroke: #9E9E9E;
}

.ct-series-c .ct-line {
    stroke: #C53030;
}

.ct-series-c .ct-point {
    stroke: #C53030;
}

.foot .ct-series-a .ct-bar {
    stroke: #42A5F5;
    /* Colour of your bars */
    stroke-width: 30px;
    /* The width of your bars */
}

.YN .ct-series-b .ct-bar {
    stroke: #cc0000;
}

.RADIO .ct-series-a .ct-bar {
    stroke: #1B5E20;
}

.RADIO .ct-series-b .ct-bar {
    stroke: #2E7D32;
}

.RADIO .ct-series-c .ct-bar {
    stroke: #388E3C;
}


/*.ct-bar-label {*/

/*    fill: #777;*/

/*}*/

/*.ct-labels {*/

/*    color: #333 !important;*/

/*}*/

.ct-target-nps {
    stroke: #0288D1;
    stroke-width: 1px;
    stroke-dasharray: 4px;
    fill: none;
}

.ct-target-vol {
    stroke: #ffc107;
    stroke-width: 1px;
    stroke-dasharray: 4px;
}


/*OVERLAY LINE*/

.nps-chart .ct-series-a .ct-line {
    stroke: #0288D1;
    /*stroke-width: 30px;*/
}

.nps-chart .ct-series-a .ct-point {
    stroke: #0288D1;
    /*stroke-width: 30px;*/
}


/*-------------------------------------------*/

.pos {
    color: #67A443;
}

.posbg {
    background-color: #67A443;
}

.ave {
    color: #9E9E9E;
}

.avebg {
    background-color: #9E9E9E;
}

.neg {
    color: #C53030;
}

.negbg {
    background-color: #C53030;
}

.lite {
    color: #AAA;
}

.dep_tab {
    table-layout: fixed;
}

.dep_tab th:first-child {
    width: 200px;
}

.dep_tab th {
    font-weight: bolder;
}

.dep_tab td:first-child {
    font-weight: bolder;
}


/*.dep_tab tr:first-child td:first-child::after {*/

/*    content: '\f091';*/

/*    font-family: FontAwesome;*/

/*    color: gold;*/

/*    padding-left: 10px;*/

/*}*/

.fixed {
    table-layout: fixed;
}

.by-time th:nth-child(3) {
    width: 400px;
}

.by-time td:nth-child(4) {
    font-weight: 500;
}

.by-loc th:nth-child(2) {
    width: 400px;
}

.by-loc td:nth-child(3) {
    font-weight: 500;
}

.by-loc thead {
    font-weight: normal;
    font-size: small;
    color: #AAA;
}

.table-title {
    font-weight: 500;
    /* background-color: #555; */
    /* color: #FFF; */
    padding: 4px 8px;
    margin-bottom: -4px;
    border-top: 2px solid #333;
    /* border-bottom: 2px solid #333; */
}

.row-neg td:last-child {
    color: red;
}

.row-pos td:last-child {
    color: green;
}

.qid {
    text-align: right;
    color: #AAA;
}


/*--------------------BY QUESTION*/

.byQ h1 {
    font-size: 40px;
}

.byQ h3 {
    font-size: 16px;
}

.timeline .fa-smile-o {
    font-size: 30px;
    padding: 0;
    display: block;
    text-align: center;
}

.timeline .fa-meh-o {
    font-size: 30px;
    padding: 0;
    display: block;
    text-align: center;
}

.timeline .fa-frown-o {
    font-size: 30px;
    padding: 0;
    display: block;
    text-align: center;
}

#footer {
    height: 30px;
}

.hbar {
    border-bottom: 20px solid;
    height: 20px;
    display: inline-block;
    margin-right: -4px;
}

.card_title {
    font-weight: normal;
}

.ans-txt {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 500;
    width: 100%;
    height: 1.2em;
    overflow: hidden;
}

.ans-txt span {
    float: right;
    color: #AAA;
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
}

.ans-pcent {
    position: absolute;
    margin: 0px 0px;
    height: 30px;
    line-height: 30px;
    color: #777;
    padding-left: 10px;
    font-weight: 500;
    font-size: 18px;
}

.ans-bar {
    margin-bottom: 20px;
    height: 30px;
    /*background-color: #EEE;*/
    border-bottom: 30px solid #EEE;
}

.ans-bar span {
    border-bottom: 30px solid;
    height: 20px;
    display: inline-block;
    margin-right: -4px;
    min-width: 0px;
}

.q-vol {
    text-align: right;
    font-size: 20px;
    color: #333;
}

.RADIO .ans_0 {
    color: #1B5E20;
}

.RADIO .ans_1 {
    color: #2E7D32;
}

.RADIO .ans_2 {
    color: #388E3C;
}


/*COLORS*/

.green {
    color: #4CAF50;
}

.blue {
    color: #4A86E8;
}

.red {
    color: #c22429;
}

.fb_bar_color {
    color: #4CAF50;
}


/*---------------------------------SSQ----------------------------*/

.ssq-table tr td:first-child {
    font-weight: 500;
}


/*--------------------------------------------------------------*/

@media print {
    html body {
        background-color: #FFF;
    }
    .no-print {
        display: none;
    }
    .pagebrk {
        page-break-before: always;
    }
    .pagebrk_override+div {
        page-break-before: avoid;
    }
    .card {
        box-shadow: none;
        margin-bottom: 0px;
        padding: 24px;
        border-radius: none;
        page-break-inside: avoid !important;
        /*border-color: red;*/
        /*border: 1px solid #AAA;*/
    }
    .ct-grid {
        stroke: none;
    }
    .card hr {
        display: block;
        margin-bottom: 0;
        border-bottom: 2px solid #AAA;
    }


    .ct-over .ct-end {
        display: none;
    }

}
