﻿.alfaNumberInputBox {
    background-color: #636363;
    color: white;
    font-family: Consolas;
    font-size: 20px;
    height: 36px;
    padding: 0px 8px;
    text-align: right;
    text-transform: uppercase;
    width: 100px;
}

.alfaNumberInputBox_Error {
    background-color: indianred;
    color: white;
    font-family: Consolas;
    font-size: 20px;
    height: 36px;
    padding: 0px 8px;
    text-align: right;
    text-transform: uppercase;
    width: 100px;
}

.operatorSelectBox {
    background-color: #8C8C8C;
    border-radius: 25px;
    color: white;
    font-family: Consolas;
    font-size: 22px;
    height: 26px;
    padding: 0px 4px;
    width: 50px;
}

.operatorSelectBox_Error {
    background-color: indianred;
    border-radius: 25px;
    color: white;
    font-family: Consolas;
    font-size: 22px;
    height: 26px;
    padding: 0px 4px;
    width: 50px;
}

.tableCell {
    padding: 10px;
    text-align: center;
}

.tableCellEqualSign {
    color: white;
    font-size: 30px;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.tableCellSolution_Letters {
    background-color: #D9E1F2;
    border: 1px solid black;
    color: black;
    font-family: Consolas;
    font-size: 14px;
    font-weight: bolder;
    padding: 4px;
    text-align: right;
}

.tableCellSolution_Numbers {
    background-color: #C6E0B4;
    border: 1px solid black;
    color: black;
    font-family: Consolas;
    font-size: 14px;
    font-weight: bolder;
    padding: 4px;
    text-align: right;
}

.tableCellSolution_Operator {
    color: white;
    font-weight: bolder;
    font-size: 19px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.tableMatrix {
    background-color: #606060;
    border: 1px solid black;
    padding: 7px;
    text-align: center;
}

.tableCellLetters {
    color: yellow;
    font-size: 11px;
    font-weight: bolder;
    text-align: center;
}

.hrTag {
    background-color: lightgray;
    border: none;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.solutionFactors {
    color: white;
    font-family: Consolas;
    font-size: 20px;
    height: 36px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
