﻿    body {
}

   .x {
       text-decoration-color:none;
       text-decoration:none;
       text-decoration-style:none;
   }
.notice-panel {
    background: #FFFEE6;
    color: #8F5700;
    padding: 12px;
}


/* Field with black border on focus*/
.F {
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;
    font-size:10pt;    
    padding-left: 6px;
    /*border: 3px solid gray;*/
    border: 1px solid gray;
    border-radius:7px;
}

.F:focus{
    outline:none;
    border-color:black;
    box-shadow:0 0 10px gray;
}

/* Underlined fields*/
.U
{
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;

    font-size:10pt;    

    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;        
}

/* label prompt for normal field */
.L      
{
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;
    font-size:12pt;        
    /*
        font-weight:bold;
    */
}

/* Status bar label */
.SL {
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;
    font-size:11pt;    
    padding-left: 6px;
}

.M
{
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    background-color: #69de2b;
}

/* tagged */
.T
{
    border: 1px solid red;
}

/* caPtion */
.P
{
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;
    font-size:20pt;        
    color:Maroon;
}

/* protected field - disabled*/

select:focus {
    border: thin solid black;
}

.D
{
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;

    font-size: 10pt;
    background-color:lightgrey;
    /* background-color:yellow; */
    border: 1px solid gray;
    border-radius:7px;
}

/*
input:focus {
    / border:  thin solid black; /
    background-color : beige;
}
*/

input[type=checkbox]:focus {
    outline: thin solid black;
}

input[type=radio]:focus {
    outline: thin solid black;
}


/* ITeSGrid */
.ITeSGrid {
	border-collapse : collapse;
	/* background-color : whitesmoke;  */
    border: 1px solid black;
	
    /* font:"Courier New"; */
    font-family: "Courier New", Courier, monospace;
    font-size:10pt;        
}

.ITeSGridHeader {
	/* border-collapse : collapse; */
	background-color : black;
    color: ghostwhite;
    /*
    border: 1px solid black;
    color: black;
        */
    font-family: "Courier New", Courier, monospace;
    font-size:10pt;        
	/* position: absolute;*/
}

.ITeSGridFooter {
	background-color : black;
    color: ghostwhite;

	/*border: 1px solid black; */
    font:"Courier New";
    font-size:10pt;   
	/* padding: 5px */
}

/* Grid field */
.GF {
    font-family: "Courier New", Courier, monospace;
    font-size:10pt;    
}

.RowSelected {
	background-color: #ffff99;
}		
		
.CellSelected {
	background-color: #ffff99;
}		
.Row {
}

/* HEARBEAT 
.heartbeat {
    position: absolute;
    display: none;
    margin: 5px;
    color: red;
    left : 0;
    top: 0;
}
    */

.heartbeat {
    display: none;
    margin: 5px;
    color: red;  
}

.bgLogo {
	/* The image used */
    /*
    background-image: url("/Content/images/demo/LTL_WNS_2.jpg"); */
    /* Dscn9707.jpg"); */

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color:rgba(255,0,0,0.5); */
	opacity:.3;
}

/* Image quality */
canvas {
    image-rendering: optimizeSpeed;             // Older versions of FF
    image-rendering: -moz-crisp-edges;          // FF 6.0+
    image-rendering: -webkit-optimize-contrast; // Webkit (non standard naming)
    image-rendering: -o-crisp-edges;            // OS X & Windows Opera (12.02+)
    image-rendering: crisp-edges;               // Possible future browsers.
    -ms-interpolation-mode: nearest-neighbor;   // IE (non standard naming)
}