﻿.fnt {
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
}

.fnt12 {
    font-size: 12px;
    font-weight: normal;
}

.graytext {
    color: #333333;
}

.cen {
    text-align: center;
}

.colwhite {
    color: white;
}

.colval {
    color: #ed7c6b;
}

.normal {
    font-weight: normal;
}

.labcol {
    color: #212529;
}

.col14 {
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
}
.col16 {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
}
.col18 {
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
}
.bld {
    font-weight: bold;
}

.brd {
    border: 1px solid;
}

.brdred {
    border-color: #03A9F4;
}

.redpink {
    color: #ed7c6b;
}

.redpink_bg {
    background-color: #ed7c6b;
}

.redpink_brd {
    border: 1px solid #ed7c6b;
}

.redpink_shadow {
    box-shadow: 0 0 2px #ed7c6b;
    -moz-box-shadow: 0 0 2px #ed7c6b;
    -webkit-box-shadow: 0 0 3px #ed7c6b;
    -o-box-shadow: 0 0 2px #ed7c6b;
}

.lightpink {
    color: #ffe7e4;
}

.lightpink_bg {
    background-color: #ffe7e4;
}

.lightpink_brd {
    border: 1px solid #ffe7e4;
}

.red {
    color: #F44336;
}

.pink {
    color: #E91E63;
}

.indigo {
    color: #3F51B5;
}

.blue {
    color: #2196F3;
}

.lightblue {
    color: #03A9F4;
}

.teal {
    color: #009688;
}

.green {
    color: #4CAF50;
}

.orange {
    color: #FF9800;
}

.deeporange {
    color: #FF5722;
}

.bluegray {
    color: #607D8B;
}

.black {
    color: #000000;
}

.gray {
    color: #9E9E9E;
}

.red_bg {
    background-color: #F44336;
}

.pink_bg {
    background-color: #E91E63;
}

.indigo_bg {
    background-color: #3F51B5;
}

.blue_bg {
    background-color: #2196F3;
}

.lightblue_bg {
    background-color: #03A9F4;
}

.teal_bg {
    background-color: #009688;
}

.green_bg {
    background-color: #4CAF50;
}

.orange_bg {
    background-color: #FF9800;
}

.deeporange_bg {
    background-color: #FF5722;
}

.bluegray_bg {
    background-color: #607D8B;
}

.black_bg {
    background-color: #000000;
}

.gray_bg {
    background-color: #9E9E9E;
}

.labcolor {
    color: #2e2322;
}
