

/*@import '~vuetify/src/styles/styles.sass';*/

:root {
    --main-border-color: #d8d8d8;
    --percentChange-normal-color: #9e9e9e;
    --percentChange-warning-color: #FFBA79;
    --percentChange-bad-color: #FF5757;
    --primary-color-base: #34d3fe;
    --event-orange: #FFBA79;
    --main-dark: #333;
    --excluded-grey: #999999
    
}

html, body {
    font-family: 'Roboto',Helvetica Neue,Helvetica,Arial,sans-serif
}

td {
    border-bottom: 1px solid var(--main-border-color);
}

/*td, th {*/
/*    border: 1px solid #dddddd;*/
/*    padding: 5px;*/
/*}*/

th:not(:last-child) {
    border-right: 1px solid var(--main-border-color);

}

th {
    border-bottom: 1px solid var(--main-border-color)
}

.chip-small {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.chip-orange {
    color: var(--percentChange-warning-color);
    background-color: #FFEACC;
}

.chip-grey {
    color: var(--percentChange-normal-color);
    background-color: #ECECEC;
}

.chip-red {
    color: var(--percentChange-bad-color);
    background-color: #FFDDDD;
}

.dot-small {
    height: 8px;
    width: 8px;
    /*border-radius: 20px;*/
    border-width: 2px
}

.dot-normal {
    height: 12px;
    width: 12px;
    /*border-radius: 20px;*/
    border-width: 3px
}

.assessment {
    
    border-style: solid; 
    border-color: var(--main-dark)
}

.screening {
    border-style: solid;
    border-color: var(--main-dark);
    border-radius: 50px
}

.baseline-assessment-excluded {
    background-color: var(--excluded-grey);
    border-style: solid;
    border-color: var(--excluded-grey)
}

.baseline-assessment {
    background-color: var(--main-dark);
    border-style: solid;
    border-color: var(--main-dark)
}

.baseline-screening {
    border-style: solid;
    border-color: var(--main-dark);
    background-color: var(--main-dark);
    border-radius: 50px
}

.baseline-screening-excluded {
    background-color: var(--excluded-grey);
    border-style: solid;
    border-color: var(--excluded-grey);
    border-radius: 50px
}

.chart-indicator-container {
    position: absolute;
    /*font-size: 13px;*/
    /*height: 25px;*/
    width: 40px;

    top: -10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.chart-indicator-top-half {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #1E242C;
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 5px;
}

.chart-indicator-bottom-arrow {
    /*position: absolute;*/
    height: 11px;
    width: 40px;
    transform: translateY(-1px);
    background-color: #1E242C;
    /*bottom: -5px;*/
    clip-path: polygon(100% 0, 100% 10%, 50% 100%, 0 10%, 0 0);

}

/*-10px for viewing in portal and printing from mobile, -7px for printing for portal*/
@media print {
    .chart-indicator-container {
        /*top: -7px */
    }
}

.highcharts-custom-container {
    position: relative
}

.on-field-assessment-section-container {
    display: flex;
}

.on-field-assessment-column {
    display: flex; 
    flex-direction: column; 
    margin-right: 30px
}

.on-field-assessment-answer {
    border-bottom: 1px solid #333; 
    padding: 0 5px; 
    width: 100%
}

.percent-change-normal {
    color: var(--percentChange-normal-color)
}

.percent-change-warning {
    color: var(--percentChange-warning-color)
}

.percent-change-bad {
    color: var(--percentChange-bad-color)
}

.pdf-table {
    width: 100%!important; 
    margin-bottom: 10px;
    border-top: 1px solid var(--main-border-color);
    border-right: 1px solid var(--main-border-color);
    border-left: 1px solid var(--main-border-color);
    border-collapse: collapse;
}

.profile-test-history-table-header {
    /*border-bottom: 1px solid var(--main-border-color);*/
    text-align: center;
    background-color: #fff
}
.profile-test-history-table-baselines {
    text-align: center; 
    /*border-bottom: 1px solid var(--main-border-color); */
    background-color: #fafafa; 
    font-weight: bold
}

.pdf-table-cell {
    text-align: center;
    border: 1px solid var(--main-border-color)
}

.profile-test-history-table-date-cell {
    display: flex; 
    align-items: center;
    justify-content: center;
}

.profile-test-history-checkmark {
    color: green!important
}

.symptoms-value {
    color: #DFB806;
    margin-left: 8px;
    margin-right: 8px
}



.profile-test-history-table-header-row-1 {
    font-weight: 900;
}

td:not(:last-child) {
    border-right: 1px solid var(--main-border-color);
    
    /*border: none!important;*/
    padding: 5px
}

