﻿@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    src: url('../Content/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 600;
    font-style: normal;
    src: url('../Content/fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: lighter;
    font-style: normal;
    src: url('../Content/fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    src: url('../Content/fonts/Roboto-Bold.ttf') format('truetype');
}

html, body {
    font-family: Roboto;
}

.mdl-layout__drawer {
    display: none;
}

.help-tooltip {
    display:none !important;
}

#aboutyou-info {
    display:none !important;
}

.mdl-layout__header {
    display:none !important;
}

@page { margin: 1cm, 0; }
body  { margin: 0.75cm; }

#dxbutton-userdetails {
    display: none !important;
}

.control-label {
    font-size: small;
}

.footer {
    margin-top: 10px;
    font-size: x-small;
}

.mdl-card__subtitle-text {
    text-transform: uppercase;
    color: #536dfe;
    font-weight: 600;
}

.section-icon {
    margin-top: -1px;
    margin-right: 5px;
    float: left;
}

#userdetails-pnl {
    display: block !important;
}

#pensiondetails-pnl {
    display: block !important;
}

/*#annualallowance-pnl {
    display: block !important;
}

#lifetimeallowance-pnl {
    display: block !important;
}*/

#pensioncont-info {
    display: none !important;
}

#dxslider-pensioncontribution {
    display: none !important;
}

.pension-stats {
    padding-bottom: 10px;
    border-radius: 2px;
}

.stat-value2 {
    font-family: Roboto;
    color: black;
    font-size: smaller;
    padding-bottom: 5px;
    /*margin-bottom: 11px;*/
    font-weight: 300;
}

.stat-value {
    font-family: Roboto;
    color: black;
    font-weight: 200;
    padding-top: 5px;
}


.sat-header {
    font-family: Roboto;
    color: black;
    font-size: smaller;
    padding-bottom: 5px;
    /*margin-bottom: 11px;*/
    font-weight: 300;
}

.stat-value3 {
 display: none !important;
}

td, th {
    font-size: 11px;
}

.table-textbox {
    font-size: 11px;
}

th {
    text-align: left;
}

#dxbutton-pensiondetails {
    display: none !important;
}

.allowance-info-text {
    font-size: 10px;
}

#pension-cont-al {
    display: none !important;
}

#dxnumberbox-pensioncontribution-al {
        display: none !important;
}

.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
    padding-left: 24px;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    text-align: left;
}

.mdl-data-table th {
    position: relative;
    vertical-align: bottom;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    height: 48px;
    font-size: 12px;
    color: rgba(0,0,0,.54);
    padding-bottom: 8px;
    box-sizing: border-box;
}

.mdl-data-table th {
    padding: 0 18px 12px 18px;
    text-align: right;
}

.mdl-data-table {
    position: relative;
    border: 1px solid rgba(0,0,0,.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
    margin-top: 10px;
}

.table {
    width: 100%;
}

.primary {
  color: #e91e63;
}

.secondary {
  color: #448aff;
}

.third {
   color: #8bc34a;
}

#dxbutton-print {
    display: none !important;
}

.info-text {
    font-size: 12px !important;
}

.table-legend {
    font-size: 19px;
    margin-top: 4px;
}

.table-legend.green {
    color: #3cba54;
}

.table-legend.orange {
    color: #FF5722;
}

.table-legend.yellow {
    color: #f4c20d;
}

.table-legend.blue {
    color: #4885ed;
}