﻿body 
{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2e;
}
h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #2d2d2e;
}
h3 {
    font-family: Roboto;
    font-size: 19px;
    font-weight: bold;
    color: #2d2d2e;
}
h2{
    font-family: Roboto;
    font-size: 32px;
    font-weight: lighter;
    color: #2d2d2e;
}
h1 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: bold;
    color: #2d2d2e;
}

.tableContainer
{
    max-width: 100%;
}

.tableContainer table
{
    width: 100%;
    /*max-width: 600px;*/
}

.appNavTable
{
    width: 100%;
}
.appNavTable td
{
    width: 16.6%; /*100 divided by whatever num. columns*/
}
.appTable
{
    border: 0px solid #c9d3d6;
    background-color: #f3ede4;
    color: #333132;
    padding: 0px;
    width: 100%;
    /*max-width: 600px;*/
}

.appTable td
{
    padding: 7px 14px 7px 7px;
    border-top: 1px solid #c9d3d6;
}
.appTable-left {
    width: 200px;
}
.appTableHead
{
    height: 18px;
    background-color: #4291a4;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.appTableDescription
{
    /*background-color: #dddddd;*/
}

.appSubmitBtn
{
    background-color: #4391a5;
    color: #ffffff;
    font-weight: bold;
    border: 0px none;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    height: 50px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.appResetBtn
{
    background-color: #4391a5;
    color: #ffffff;
    border: 0px none;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.appSubmitBtn:hover {
    cursor: pointer;
}
.appResetBtn:hover {
    cursor: pointer;
}
select {
    border: 1px solid #c9d3d6;
    font-size: 16px;
    height: 40px !important;
    font-family: Roboto;
    width: 100%;
}
input[type="text"]
{    
     /*width: 105px;*/
     width: 100%;
     /*max-width: 180px;*/
     border: 1px solid #c9d3d6;
     height: 40px;
     font-size: 16px;
     font-family: Roboto;
     display: inline-block;
}
.tableborderzero td
{
    border: 0px none;
}
.formula {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    display: inline-block;
    font-weight: bold;
}

hr {
    background-color: #888;
    height: 1px;
   border: none;
}

.conTableLeftSide
{
    float: left;
    width: 25%;
    text-align:left;
}

.conTableMiddle
{
    width: 50%;
}
.conTableRightSide
{
    float: right;
    width: 25%;
    text-align:center;
}

.conTable
{
    border: 0px solid #c9d3d6;
    background-color: #f3ede4;
    color: #333132;
    padding: 0px;
    width: 100%;
    max-width: 650px;
}

.conTable td
{
  padding: 7px;
}

.conTableDescription
{
  border-bottom: 1px solid #c9d3d6;
}

body a
{
    color: #4fb748;
}
.conMultiplyText {
    width: 43%;
    display: inline-block;
    margin: 0px;
}
.conMultiplyX {
    margin: 0px;
    width: 14%;
    display: inline-block;
    text-align: center;
}
body a:hover, body a:focus 
{ 
    color:#275c24; 

}
.overlay-textbox {
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 8px;
    right:12px;
    height: 42px;
    width: 42px;
    z-index: 100000;
    background-color: #efefef;
    color: black;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 42px;
    vertical-align: middle;
    border-left: 1px solid #c9d3d6;
}
.overlay-textbox-multiline {
        line-height: 21px !important;
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
}
@media screen and (max-width: 724px)
{
    .appSubmitBtn
    {
        background-color: #4391a5;
        color: #ffffff;
        font-weight: bold;
        border: 0px none;
        font-size: 14px;
        width: 100% !important;
        height: 50px;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .appResetBtn
    {
        background-color: #4391a5;
        color: #ffffff;
        border: 0px none;
        font-size: 14px;
        font-weight: bold;
        height: 50px;
        width: 100% !important;
        margin-bottom: 2px;
        text-transform: uppercase;
    }
}