﻿.GvPaginClass td
{
    padding-left: 10px;
    padding-right: 10px;
}

/*img
{
    border-style: none;
}*/
h1
{
    /*padding:4px 4px 4px 10px;*/
    margin: 0px;
    /*background-color: #263238;*/
    font-size:medium;
    font-weight:normal;
    /*border-top: 1px solid black;*/
    color:white;
}
td.header
{
    background: url('/images/darkgrd41.gif') repeat-x;
    color: White;
}
table.header
{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
table.header td
{
    width: 25%;
}
table.header td span
{
    color: #FFE1C0;
}
td.headline
{
    width: 346px;
    background: url('/images/heading_supply_sys.gif') no-repeat;
    height: 30px;
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

td.user
{
    background: url('/images/hdrtopbar.jpg') repeat-x;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
}

table.entryform
{
    width: 100%;
    table-layout: fixed;
}
table.entryform input[type="text"]
{
    width: 100%;
}
table.entryform textarea
{
    width: 100%;
}
.grdHdr
{
    /* background:url('/images/gridgrdnt.jpg') repeat-x;     background:url('/images/GVheader.png') repeat-x;*/
    background: url('/images/GVheaderlightopacity.png') repeat-x;
    color: Black; /*opacity: 0.9;*/
}
.grd
{
    border-collapse: collapse;
}
.grd th
{
    border: 1px solid #c5c5c5;
}
.grd td
{
    border: 1px solid #c5c5c5;
}
.popupbox
{
    background-color: #ffffff;
    left: 100%;
    padding: 20px;
    position: absolute;
    z-index: 101;
    border: 5px solid #888888;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.overlay
{
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.5;
}

.boxsec
{
    border: 2px solid gray;
    padding: 5px;
    margin-top: 5px;
}

a.boxclose
{
    background: url("/images/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

.gvHeaderSize
{
    font-size: large;
    text-align: center;
    font-weight: bold;
}


.DimText
{
    filter: alpha(opacity=80);
}
.highlight
{
    font-weight: bold;
}


#lblNotificationMsg
{
    color: Yellow;
}


div.subhead
{
    border-bottom: 2px solid gray;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

div.subheadm
{
    border-bottom: 2px solid gray;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
    margin: 8px 0px;
}

div.doubleLine
{
    border-bottom: 2px solid gray;
    border-top: 2px solid gray;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

div.menuhead
{
    padding: 4px;
    font-weight: bold;
    font-size: 16px;
    background-color: gray;
    color: white;
}
div.warning
{
    padding: 8px;
    margin: 8px 0px;
    background-color: #FFFFE0;
    border: 1px solid orange;
    font-size: medium;
}
div.error
{
    padding: 8px;
    margin: 8px 0px;
    background-color: #FFEEEE;
    border: 1px solid red;
    font-size: medium;
}
div.success
{
    padding: 8px;
    margin: 8px 0px;
    background-color: #99FF99;
    border: 1px solid #336633;
    font-size: medium;
}
div.popupCont
{
    border: 4px solid #494949;
    background-color: white;
    overflow: hidden;
    opacity:1;
}

div.popupMain {
    border:2px solid orange;
    background:white;
    opacity:1;
}
.popupHeader {
    background-color:#ffd327;
    color:black;
}
.popupHeaderSpan {
    font-weight:bold;
    font-size:large;
    padding-left:10px;
}

img.ILU_Img
{
    float: left;
    width: 64px;
    height: 90px;
    margin: 10px 5px;
    -webkit-box-shadow: 0 1px 2px #333;
    box-shadow: 0 1px 2px #333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: .7em;
    line-height: 1em;
}
h3.ILU_H3
{
    font-size: medium;
    line-height: 1.2em;
}
h3.ILU_H3 span
{
    font-weight:normal;
    display: block;
    font-size: small;
}

.colorfulHeading {
    font-size:medium;text-align:center;padding:2px;
}
/*#99B0D2;*/
.lightblue {
        background-color: #0084C9;
     color:white;
}
.yellow {
    background-color: #ffd800;
}
.brown {
    background-color: rgba(241, 155, 96, 1);
}
.green {
    background-color: rgba(173, 205, 129, 1);
}
.gray {
    background-color:#607D8B;
    color:white;
}
.rowButtons img {
    margin: 0px 2px;
    cursor: pointer;
}

th {
    font-weight:normal;
}

.content-overlay {
    background-color: white;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.content-overlay-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}