﻿
.fontStyle {
    font-family: 'LotussSmartHLRegular' !important;
}

.tescoColorGB {
    background-color:#00bcb4 !important;
}

.totalBG {
    background-color:#f1f1f1 !important;
}


.fontSize {
    font-size: 16px !important;
}

.fontSizeBoldHeader {
    font-size: 24px !important;
    font-weight: bold !important;
}

.fontSizeBold {
    font-size: 18px !important;
    font-weight: bold !important;
}

.fontwhite  {
   color:#fff !important;
}

.fontred {
    color: red !important;
}

.fontgreen {
    color: #006451 !important;
}

.fontLink {
    color:#003ca5 !important;
}

.alignCenter {
    text-align:center !important;
}

.alignLeft {
    text-align:left !important;
}

.alignRight {
    text-align:right !important;
}

.cursorPointer {
    cursor:pointer;
}

.table-responsive {
    height: 300px;
    overflow: scroll;
}

.table-responsive-500 {
    height: 500px;
    overflow: scroll;
}

thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}
