﻿body {
}
.xDivMain {
    margin-left:15px;
    padding-left:15px;
}
.xLabelTitle {
font: normal 20px "Arial", Arial, sans-serif;
font-weight:bold;
color:black;
}
.xLabelVersion {
font: normal 12px "Arial", Arial, sans-serif;
font-style:italic;
color:Gray;
}
.xLabelSubTitle {
font: normal 16px "Arial", Arial, sans-serif;
font-style:italic;
color:gray;
}
.xLabelFooter {
font: normal 12px "Arial", Arial, sans-serif;
font-style:italic;
color:gray;
}
.xLabel {
font: normal 12px "Arial", Arial, sans-serif;
}.xLabel {
font: normal 12px "Arial", Arial, sans-serif;
}
.xLabelMedium {
font: normal 14px "Arial", Arial, sans-serif;
}
.xLabelMediumBold {
font: normal 14px "Arial", Arial, sans-serif;
font-weight:bold;
}
.xLabelMediumWhite{
font: normal 14px "Arial", Arial, sans-serif;
color:white;
}
.xLabelMediumWhiteBold{
font: normal 14px "Arial", Arial, sans-serif;
font-weight:bold;
color:white;
}
.xLabelMediumBlue {
font: normal 14px "Arial", Arial, sans-serif;
color:blue;
}
.xLabelMediumBlueBold {
font: normal 14px "Arial", Arial, sans-serif;
font-weight:bold;
color:blue;
}
.xHeaderTabel {
    background-color:white;
    width:100%;
}
.sub-label-right-gray {
    font: normal 14px "Arial", Arial, sans-serif;
    padding-left: 30px;
    color:#808080
}
.group-label-gray {
    font: normal 14px "Arial", Arial, sans-serif;
    font-weight:bold;
    color:#393535;
}
#inlineKeypad { 
    width: 10em; 
}
.box-content {
    background-color: transparent;
    border:ridge #d4ecf5;
    border-radius: 10px;
    padding:5px;
}
.content {
    text-align: left;
    margin-top:10px;
    margin-bottom:10px;
}
.content2 {
    text-align: left;
    margin-top:5px;
    margin-bottom:5px;
}
.RadTabStrip_MetroTouch {
    color: #fff;
    font: 100 16px "Segoe UI",Arial,Helvetica,sans-serif;
    line-height: 1.5;
}
.Modal-bg{
    background-color: blue;
    opacity:0.5;
}