﻿
.text-white {
    color: white
}

.text-red {
    color: red
}

.text-maroon {
    color: maroon
}

.text-maroon-bold {
    color: maroon;
    font-weight: bold;
    vertical-align: bottom;
}

.button-maroon {
    background-color: maroon;
    color: #fff;
}

.papar-data {
    font-weight: bold;
    font-size: 12px;
    color: maroon
}

.text-papar-blue {
    color: blue;
    font-style: italic;
    vertical-align: bottom;
}

.text-papar-red {
    color: red;
    font-style: italic;
    vertical-align: bottom;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.numberCircle {
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 1px solid #666;
}

.number2Circle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 4px;
    background: #fff;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    font: 12px Arial, sans-serif;
}