﻿body
{
}
.font_style
{
    font-family: @Tahoma;
    font-size: 90%;
}
.font_style_ldl
{
    font-family: @Tahoma;
    font-size: 90%;
}
.div_interval
{
    float: left;
}
.div_lbl_df
{
    width: 50px;
    height: 30px;
    float: left;
}
.div_lbl_sm
{
    width: 145px;
    height: 30px;
    float: left;
}
.div_txt_sm
{
    width: 180px;
    height: 30px;
    float: left;
}
.txtBox_sm
{
    width: 150px;
    height: 30px;
}
.ddlBox_sm
{
    width: 180px;
    height: 30px;
}
.div_lbl_lg
{
    width: 200px;
    height: 30px;
    float: left;
}
.div_txt_lg
{
    width: 250px;
    height: 30px;
    float: left;
}
.txtBox_lg
{
    width: 200px;
    height: 30px;
}
.labelHeader
{
    font-weight: bold;
    font-size: medium;
}
.txt_numeric
{
    text-align: right;
}
.div_scroll_df
{
    width: 100%;
    height: 500px;
    overflow: scroll;
}

.modalOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}
