html, body, form {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;    */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    background: none transparent;
    color: #414141;
}

td {
    /*font-size:11px;  */
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}


legend.LegendMinimized {
    border: 1px solid #222;
    /*border-radius: 5px;*/
}

legend.LegendMinimized .PanelClass_Header { margin: 0; border-bottom: 0; }

body.stage {
    padding: 10px;
    padding-top: 5px;
    background-color: #FFFFFF; /*background-color: #efefeb;*/
}

body.STAGESUB {
    background-color: #FFFFFF;
}

BODY.POPSTAGE {
    padding: 7px;
    padding-top: 5px;
    background-color: #F7F7F7;
}

td.stage {
    padding: 20px;
    padding-top: 10px;
    background-color: #efefeb;
}

span.DISPLAY {
    font-weight: bold;
    font-size: 13px;
    /*font-size: 11px;*/ /*color: #666666;*/
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/ /*color:#373d3d;*/
    color: #414141 !important;
}

span.SpecialDisplay {
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFF0;
    padding: 2px 2px 2px 2px;
}

span.DisplayNote {
    font-size: 11px;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LblDisplayB {
    font-weight: bold;
    font-size: 11px; /*color: #666666;*/
    font-family: Verdana, Arial, Helvetica, sans-serif; /*color:#373d3d;*/
    color: #454a4f;
}

.LblDisplay {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*height: 15px;*/ /*COLOR: #333333;	*/
    color: #0560a6;
}

.LblDisplayRed {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 15px;
    color: Red;
}

.LblDisplayBig {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold; /*height: 15px;*/
    color: #333333;
}

.LblDisplayMed {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 15px;
    color: #333333;
}

.LblDisplayMedIta {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    color: #333333;
    font-style: italic;
}

.TxtDisplay {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 15px;
    color: #113388;
}

td.SpecialDisplay {
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFF0;
    padding: 2px 2px 2px 2px;
}

table.STANDARDFRM {
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

table.LogIn {
    background-color: #EFF4F8;
    border: none 0px;
    width: 650px;
    height: 207px;
}

.VALUEDISPLAY {
    background-color: #EFF4F8;
}

/*
	Name:TEXTDESC
	Description: Sets the style of the text box containing a description.
*/
.TEXTDESC {
    border-color: #8CB2E7;
    border-width: 1px;
    border-style: solid;
    width: 200px;
}

td.LEFTNAV {
    font-size: 11px;
}

/*input
{
	background:none transparent;
}*/

/*input[disabled], select[disabled]{
    background-color: #ebebe4;
}*/

/*input.text
{
	background: #f1f3f6 transparent;
	padding-left: 5px;
	font-size: 11px;
}*/

/*textarea
{
	background-color: #FFFFF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-top: outset 1px #cdebe3;
	border-left: outset 1px #cdebe3;
	border-bottom: inset 1px #59adb8;
	border-right: inset 1px #59adb8;
	padding-left: 4px;	
	font-size: 13px;
}*/

div.textarea {
    background-color: #FFFFF0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-top: outset 1px #cdebe3;
    border-left: outset 1px #cdebe3;
    border-bottom: inset 1px #59adb8;
    border-right: inset 1px #59adb8;
    padding: 4px 4px;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: scroll;
}

input.Display,
input[type='text'], input[type='email'],
input[type='number'], input[type='password'], select, textarea {
    /* 	border-right: #8cb2e7 1px solid; 	border-top: #8cb2e7 1px solid; 	border-left: #8cb2e7 1px solid; 	*/ /*width: 100%;*/ /* 	border-bottom: #8cb2e7 1px solid; 	font-family:Verdana, Arial, Helvetica, sans-serif; 	font-weight:bolder; 	font-size:11px; 	color:#3D3E3E; 	*/ /*border-color:#333333;	*/
    /*font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-top: outset 1px #cdebe3;
	border-left: outset 1px #cdebe3;
	border-bottom: inset 1px #59adb8;
	border-right: inset 1px #59adb8;
	padding-left: 2px;
	font-size: 11px;	*/
    display: block;
    width: 100% !important;
    /*height: 34px;*/
    height:27px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

address { font-size: 13px; }

textarea {
    height: auto !important;
    font-family: sans-serif;    
    resize: none;
    /*overflow: auto;*/
}

textarea[readonly], textarea[disabled] {
    background: transparent;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;        
    /*padding: 0px 8px;    */
    min-height: 27px !important;
    /*pointer-events: none;*/
}
    
    input:not([type='submit']):not([type='button'])[readonly], 
    input:not([type='submit']):not([type='button']):not([type='checkbox'])[disabled],    
    select[disabled] {
        background: transparent;
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;        
        height: 27px !important;
        line-height: 7px;
        padding: 4px 8px;
        pointer-events: none;             
    }
    
    select[disabled] {
        opacity: 1; /*0.7 default*/                   
        line-height: 18px;     
        -webkit-appearance: none;
        appearance: none;
    }
    select[disabled]::-ms-expand {
        display: none;
    }
    /*css style for IE*/
    select[disabled]::-ms-value {
        color: #333;
    }
    

input[type='submit'][disabled], input[type='button'][disabled] { background-color: #ebebe4; border:1px solid #fff !important; }
input[type='submit'][disabled]:hover, input[type='button'][disabled]:hover { background-color: #ebebe4; border:1px solid #fff !important; color:#fff !important; }

.DQDateFields input { width:50px !important;}
.DQDateFields { border-collapse: collapse; }
.DQDateFields tr td { padding: 0 !important; padding-right: 2px !important; }

.UserProfileMenu {
    position:absolute; 
    width:200px; 
    text-align:left; 
    margin-left: -75px; 
    margin-top: 6px; 
    padding:5px; 
    color: #333;
    background-color:#fff;
    border: 1px outset #f2f2f2;
    z-index:999999;
}

.UserProfileMenu table tr td { padding: 4px; border-bottom: 1px solid #c2c2c2; }
.UserProfileMenu table tr:last-child td { border-width: 0; }
.UserProfileMenu table.MenuRoles tr td { padding: 4px; border-bottom: 1px solid #f2f2f2; }
.UserProfileMenu table.MenuRoles tr:last-child td { border-width: 0; }

/*input.Display
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-top: outset 1px #cdebe3;
	border-left: outset 1px #cdebe3;
	border-bottom: inset 1px #59adb8;
	border-right: inset 1px #59adb8;
	padding-left: 2px;
	font-size: 11px;	
}*/

input.selectBox {
    width: 100%;
    height: 19px;
    border: 1px solid #7b9ebd;
    border-right: 0px;
    padding-left: 5px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: default;
}

/*select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: solid 1px #cdebe3;
	border-left: solid 1px #cdebe3;
	border-bottom: solid 1px #59adb8;
	border-right: solid 1px #59adb8;
	font-size: 11px; 
}*/

/*textaraea, textarea.Display
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-top: outset 1px #cdebe3;
	border-left: outset 1px #cdebe3;
	border-bottom: inset 1px #59adb8;
	border-right: inset 1px #59adb8;
	padding-left: 4px;
	font-size: 11px;
}*/

span.SELECTBOX {
    height: 21px;
    behavior: url('../../Includes/DQScreenTpl/Behavior/select.htc');
}

input.STANDARDBTN {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#ffcc33);
    background-color: #f0f0f5;
    font-family: Arial;
    cursor: pointer;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #7b9ebd;
}

input.VSTANDARDBTN {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
    cursor: pointer;
    font-size: 11px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #7b9ebd;
    width: 80%;
}

input.DSTANDARDBTN {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
    cursor: pointer;
    font-size: 11px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #7b9ebd;
}

input.FINALIZEBTN {
    border-right: #7b9ebd 1px solid;
    padding-right: 0px;
    border-top: #7b9ebd 1px solid;
    padding-left: 0px;
    font-weight: bolder;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
    text-transform: uppercase;
    border-left: #7b9ebd 1px solid;
    width: 100px;
    cursor: pointer;
    color: #006600;
    border-bottom: #7b9ebd 1px solid;
}

input.REJECTBTN {
    border-right: #7b9ebd 1px solid;
    padding-right: 0px;
    border-top: #7b9ebd 1px solid;
    padding-left: 0px;
    font-weight: bolder;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
    text-transform: uppercase;
    border-left: #7b9ebd 1px solid;
    width: 100px;
    cursor: pointer;
    color: #990033;
    border-bottom: #7b9ebd 1px solid;
}

input.SKIPBTN {
    border-right: #7b9ebd 1px solid;
    padding-right: 0px;
    border-top: #7b9ebd 1px solid;
    padding-left: 0px;
    font-weight: bolder;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
    text-transform: uppercase;
    border-left: #7b9ebd 1px solid;
    width: 100px;
    cursor: pointer;
    color: #336699;
    border-bottom: #7b9ebd 1px solid;
}
/*--------------------- BUTTONS -----------------------------*/
table.SPLITTER {
    background-color: #8cb2e7;
    width: 100%;
    border: 1px;
}

a {
    font-weight: bold;
    font-size: 11px;
    /*text-decoration: none;*/
    color: #007ab3; /*color:#4e7dc2;*/
}

    a:Hover {
        text-decoration: underline;
    }

/*
	Name:PAGINGLINKS.
	Description: Sets the style of the paginglinks.
*/

.PAGINGLNKS {
    font-size: 11px;
    color: Navy; /*font-family: Helvetica, Arial;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    behavior: url('../../Includes/DQScreenTpl/Behavior/paging.htc'); /*background-color: #326698;*/ /*	text-decoration:underline;*/
}

.PRINTCELL {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt; /*border-bottom:gray 1px solid;*/
    border: gray 1px solid;
}

.PRINTHEADER {
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr.PRINTHEADER {
    background-color: #E9E7D7;
    border-color: #ff0033;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../../Images/DQScreenTpl/Forms/bar_bk.gif');
}

tr.PRINTROW {
    background-color: #E9E7D7;
    border-bottom: solid 1px gray;
    font-size: 8pt;
    height: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif; /*background-repeat:repeat-x;*/ /*background-image:url(/CHEDIDRE/CHEDIDRE_IL/Images/ClientSpace/DQScreenTpl/Grid/bar_bk1.gif);*/
}

td.PRINTROW {
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.PRINTHEADER {
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PRINTSTYLE {
    border-width: 1PX;
    border-color: White;
    background-color: White;
}

.TITLEDISPLAY {
    font-weight: bold;
    font-size: 14px;
    color: #7288ac;
    font-family: Helvetica, Arial;
}

.MESSDISPLAY {
    font-weight: bold;
    font-size: 16px;
    color: Red;
    font-family: Helvetica, Arial;
}

.DDLDISPLAY {
    width: 100%;
}

.WHITEBACKGROUND {
    background-color: White;
}

TABLE.error {
    background-color: #ffffcc;
    border: 1px solid #919276;
    width: 100%;
    table-layout: auto;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

TABLE.MGMENTLTR {
    z-index: 10;
    position: absolute;
    right: 3%;
    top: 1%;
}

TABLE.MGMENTRTL {
    z-index: 1;
    position: absolute;
    left: 3%;
    top: 1%;
}

td.CHKDISPLAY {
    vertical-align: baseline;
}

table.PAGEBAND {
    height: 23px;
    padding: 0;
    width: 100%;
    border: 0;
    border: #abc0e7 1px solid;
    border-right: #00377a 1px solid;
    border-bottom: #00377a 1px solid;
}

span.PAGEBAND {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFF00;
}

td.PAGEBAND {
    background-color: #7288ac;
}

/*
CSS for Fieldset
*/


/*
Our Custom td Style
*/

td.STANDARDTD {
    border-bottom-width: 1px;
    border-bottom-color: #66ccff;
    border-bottom-style: solid;
}

.LEGENDDISPLAY {
    /*background-color: #6A9D40;*/ /*background-image:url(../../../Images/ClientSpace/DQScreenTpl/Forms/LegendBg.gif);*/
    background-image: url('../../../Images/ClientSpace/DQScreenTpl/Grid/LegendToolGrad.gif');
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: #2C5DB3;
    vertical-align: middle;
    height: 20px;
}

.UCLEGENDDISPLAY {
    /*background-color: #6A9D40;*/
    background-image: url('../../../Images/ClientSpace/DQScreenTpl/Forms/LegendBg.gif'); /*background-image:url(../../../Images/ClientSpace/DQScreenTpl/Grid/LegendToolGrad.gif);*/
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    color: #2C5DB3;
    vertical-align: middle;
    height: 20px;
}

input.BTNDISPLAY {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#FFDF5E);
    cursor: pointer;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px inset #7b9ebd;
    width: 75;
}

.LINKDISPLAY {
    color: Navy;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    .LINKDISPLAY:Hover {
        color: Navy;
        text-decoration: underline;
        font-size: 11px;
        font-family: Arial;
        font-weight: bold;
    }

.TreeLevel1Off {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
}

.TreeLevel1On {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    text-decoration: underline;
}

.TreeLevel1Hilite {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: White;
    background-color: Navy;
}

.TreeLevel2Off {
    font-size: 8pt;
    font-family: Arial;
}

.TreeLevel2On {
    font-size: 8pt;
    font-family: Arial;
    text-decoration: underline;
}

.TreeLevel2Hilite {
    font-size: 8pt;
    font-family: Arial;
    color: White;
    background-color: Navy;
}

.DivRichTextBox {
    padding: 2px 15px 2px 2px;
    width: 90%;
    height: 90%;
}

.DivRichTextBox1 {
    border-top: inset 1px;
    border-bottom: inset 2px;
    border-left: inset 2px;
    border-right: inset 2px;
    padding: 2px 15px 2px 2px;
    width: 90%;
    height: 90%;
}

.tblContextMenu {
    border: Outset 1px;
    font-size: 8pt;
    font-family: "MS Sans Serif";
    font-weight: bold;
    visibility: hidden;
    width: 100px;
    position: absolute;
    background-color: White;
}

.tdContextMenuSpacer {
    background: url('../../../Images/ClientSpace/DQMiscWebControls/Menu/ig_menuCRMspacer1.GIF');
    width: 22px;
}

.trContextMenu {
    font-size: 8pt;
    font-family: "MS Sans Serif";
    font-weight: bold;
}

.trContextMenuHover {
    font-size: 8pt;
    font-family: "MS Sans Serif";
    font-weight: bold;
    background-color: #FFDF5E;
    cursor: pointer;
}

.LabelHeaderInfo {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #113388;
}

.Fld {
    border-top-width: 1pt;
    border-left-width: 1pt;
    font-size: 11px;
    border-left-color: #333333;
    border-bottom-width: 1pt;
    border-bottom-color: #333333;
    vertical-align: baseline;
    text-transform: none;
    color: #333333;
    direction: ltr;
    border-top-color: #333333;
    text-indent: 2pt;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    border-right-width: 1pt;
    border-right-color: #333333;
}

.Fld_Selected {
    /*border-color: #336699;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3E3E;*/
}

.Fld_Error {
    /*border-color: #FF9933;
	border-style: solid;
	border-width: 1px;*/
    /*padding-left: 2px;*/
    border: 1px solid #FF9933 !important;
    /*font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3E3E;*/
}

.Fld_Not_Selected {
}

.ckeditor-validation.Fld_Error { border: 0 !important; }
.ckeditor-validation.Fld_Error .jqte { border: 1px solid #FF9933 !important; }

.MnuMainIsland {
    font-family: ms sans serif;
    font-size: 8pt;
    font-weight: normal;
    background: #D2E8FD;
    color: Black;
    border-width: 0px;
    border-left-color: Gray;
    border-top-color: Gray;
    border-right-color: Gray;
    border-bottom-color: Gray;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: Solid;
    border-right-style: Solid;
    border-top-style: Solid;
    border-left-style: Solid;
    cursor: Default;
}

.IEFixTable {
    position: Relative;
    top: expression(offsetParent.scrollTop - 3);
}

.FireFoxFixTable {
    position: fixed;
    top: -1px;
}

.ClaimLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0560a6;
}

.Lnk_Yellow {
    color: #ffffff;
}

    .Lnk_Yellow:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.Lnk_Header img { /*background: #fff; border-radius: 50%; width:26px; height:26px;*/ width:30px; margin: 0 15px;}

.LblHeaderStyle
{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.LblHeaderTopBar {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

input[type='button'] {    
    width: auto !important;
    background-color: #006192;
    padding: 8px 25px;
    line-height: 25px;
    text-transform: uppercase;
    background: #006192;
    color: #fff;
    font-size: 14px;    
    border: 2px solid #006192;
    border-radius: 5px;
    cursor:pointer;
    /*font-weight: bold;
	font-size: 11px;
	color: White;	
	background-color: #caad01;
	border-width:0px;
	border-bottom:solid 2px #bb9900;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	height: 22px;*/
}

    input[type='button']:hover {
        color: #007ab3;
        border-color: #007ab3;
        background: #fff;
        /*font-weight: bold;
	font-size: 11px;
	color: White;	
	background-color: #caad01;
	border-width:0px;
	border-bottom:solid 2px #bb9900;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	height: 22px;*/
    }

.ACTIONBTN {
    width: auto !important;
    background-color: #006192;
    padding: 8px 25px;
    line-height: 25px;
    text-transform: uppercase;
    background: #006192;
    color: #fff !important;
    font-size: 14px;    
    border: 2px solid #006192 !important;
    border-radius: 5px;        
    /*font-weight: bold;
	font-size: 11px;
	color: White;*/
    /*background-image: url('../../Includes/Images/Button/Btn_Blue_BG.jpg');*/
    /*border-width:0px;
	border-bottom:solid 2px #bb9900;
	border-radius: 3px;	
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;*/
}

    .ACTIONBTN:hover {
        color: #006192 !important;
        border-color: #006192 !important;
        background: #fff;
        box-shadow: 0px 2px 5px grey;
        /*background-image: url('../../Includes/Images/Button/Btn_Blue_BG_Hover.jpg');*/
        /*font-weight: bold;
	font-size: 11px;
	color: White;	
	background-color: #caad01;
	border-width:0px;
	border-bottom:solid 2px #bb9900;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	height: 22px;*/
    }

.CANCELBTN {
    width: auto !important;
    background-color: #8a679c !important;
    padding: 8px 25px;
    line-height: 25px;
    text-transform: uppercase;
    background: #8a679c !important;
    color: #fff !important;
    font-size: 14px;
    border: 2px solid #8a679c !important;
    border-radius: 5px;
    cursor: pointer;
    /*font-weight: bold;
	font-size: 11px;
	color: White;*/
    /*background-image: url('../../Includes/Images/Button/Btn_Blue_BG.jpg');*/
    /*border-width:0px;
	border-bottom:solid 2px #bb9900;
	border-radius: 3px;	
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;*/
}

    .CANCELBTN:hover {
        color: #8a679c !important;
        border-color: #8a679c !important;
        background: #fff !important;
        box-shadow: 0px 2px 5px grey;
        /*background-image: url('../../Includes/Images/Button/Btn_Blue_BG_Hover.jpg');*/
        /*font-weight: bold;
	font-size: 11px;
	color: White;	
	background-color: #caad01;
	border-width:0px;
	border-bottom:solid 2px #bb9900;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	height: 22px;*/
    }



input[type='submit'] {
    cursor: pointer;
    /*font-weight: bold;*/
}
input[type='submit']:focus {
    outline: 0;
}

.PanelClass_Header {
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    height: 35px;
    margin-bottom: 5px;
    /*padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	border: solid 1px #9e8bb8;
	background-color: transparent;
	background-color: #310451;
	color: #ffffff;
	height: 24px; */
}

.PanelClass_NavBullet {
    padding-left: 8px;
    display:none;
}

.PanelClass_GroupingText {
    padding-left: 10px;
    font-size: 18px;
}

.PanelAreaCustom {
    border-spacing: 1px;
    border-collapse: separate;
}

    .PanelAreaCustom tr td {
        padding: 4px;
    }

    .PanelAreaCustom > tbody > tr > td:first-child:not(:empty), .PanelAreaCustom > tbody > tr > td:nth-child(4):not(:empty) {
        background: #cfe9ee;
        color: #414141 !important;
    }
    .PanelAreaCustom > tbody > tr > td.nocolor{
        background: #fff !important;
    }
    .PanelAreaCustom > tbody > tr > td.bluecolor{
        background: #cfe9ee !important;
    }
    .PanelAreaCustom > tbody > tr > td:first-child span, .PanelAreaCustom > tbody > tr > td:nth-child(4) span {
        color: #414141 !important;
    }

    .PanelAreaCustom > tbody > tr > td:nth-child(2):not(:empty), .PanelAreaCustom > tbody > tr > td:nth-child(5):not(:empty) {
        background: #fff;
    }

    .PanelAreaCustom > tbody > tr > td:first-child:empty, .PanelAreaCustom > tbody > tr > td:nth-child(2):empty, 
    .PanelAreaCustom > tbody > tr > td:nth-child(4):empty, .PanelAreaCustom > tbody > tr > td:nth-child(5):empty {
        display:none;        
    }

.PanelArea {
    background: #f2f2f2;
    border-spacing: 1px;
    border-collapse: separate;
    /*padding: 2px;
    border-spacing: 1px;*/
    /*padding-right: 7px;
	padding-left: 7px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
	background-color: #f5f2f7; */
}

.PanelArea td { padding: 1px; }

.PanelArea-jq-ui {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    background-color: #f8f8f6; /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c5e1ed', EndColorStr='#ffffff');	*/
}

Fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    /*border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;*/
}

Legend {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    /*margin: expression(navigator.appName == 'Microsoft Internet Explorer' ? "0px -9px -1px -9px" : "0px 0px 0px 0px");
	width: expression(navigator.appName == 'Microsoft Internet Explorer' ? "auto" : "100%");*/
}

.cdBCTCTitleCell {
    padding-left: 8px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: Transparent;
    color: #0560a6;
    height: 23px;
    background-color: gold;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=  'Gold' , EndColorStr= '#ffffff' );*/
}

.cdBCTCTitleCellDarkBlue {
    padding-left: 8px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: Transparent;
    color: #0560a6;
    height: 30px;
    background-color: #043a5c;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=  '#043a5c' , EndColorStr= '#ffffff' );*/
}

.NavClass tr td {
    padding-top: 20px;
}

.NavClass a img { transition: 0.5s; }
.NavClass a:hover img { opacity: 0.5;}

/*.NavClass_Header
{
	padding-right: 11px;
	padding-left: 11px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	background-color: #e1e1e1;
	color: #252f38;
	padding-top: 0px;
	height: 23px; 
}*/

/*.NavClass_Link a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #3593c3;
}
.NavClass_Link a:Hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: Gold; 
}*/

.Master_ContentPlaceHolder {
    /*height: expression(document.body.clientHeight - 87);
	overflow: auto;*/
}


.ClaimHeader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: red;
}

.LoginClass_Link {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #e2b900;
}

    .LoginClass_Link:Hover {
        font-weight: bold;
        font-size: 12px;
        text-decoration: underline;
        color: #fbbc01;
    }

.TxtDateDisplay {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-width: 0px;
    border-top: outset 1px #cdebe3;
    border-left: outset 1px #cdebe3;
    border-bottom: inset 1px #59adb8;
    border-right: inset 1px #59adb8;
    padding-left: 4px;
    font-size: 11px;
    width: 73px;
}

.TxtCodeDisplay {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-width: 0px;
    border-top: outset 1px #cdebe3;
    border-left: outset 1px #cdebe3;
    border-bottom: inset 1px #59adb8;
    border-right: inset 1px #59adb8;
    padding-left: 4px;
    font-size: 11px;
    width: 46px;
}

.PRINTBTN {
    background-image: url('../../Includes/Images/Icon-PrinPolicy.png');
    background-color: transparent;
    background-size: cover;
    border-width: 0px;
    height: 48px;
    width: 48px;
    cursor: pointer;
}

.HELPBTN {
    background-image: url('../../Includes/Images/Button/Help.png') !important;
    background-color: transparent !important;
    background-size: contain !important;
    border: none !important;
    height: 23px;
    width: 23px;
    cursor: pointer;
    vertical-align: baseline;
    padding: 0 !important;
}

.OKBTN {
    background-image: url('../../Includes/Images/Button/Ok.png');
    background-color: transparent;
    background-size: cover;
    border-width: 0px;
    height: 48px;
    width: 48px;
    cursor: pointer;
}

.CLOSEBTN {
    background-image: url('../../Includes/Images/Button/Close.png');
    background-color: transparent;
    background-size: cover;
    border-width: 0px;
    height: 48px;
    width: 48px;
    cursor: pointer;
}

.EXITBTN {
    background-image: url('../../Includes/Images/Button/Exit.png');
    background-color: transparent;
    background-size: cover;
    border-width: 0px;
    height: 26px;
    width: 26px;
    cursor: pointer;
}

.SEARCHBTN {
    background-image: url('../../Includes/Images/Button/Search.png');
    background-color: transparent;
    background-size: cover;
    border-width: 0px;
    height: 26px;
    width: 26px;
    cursor: pointer;
}


.PREVICONGRID {
    background-image: url('../../Includes/Images/Button/Prev.png');
    background-color: transparent;
    background-size: cover;
    border-width: 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.NEXTICONGRID {
    background-image: url('../../Includes/Images/Button/Next.png');
    background-color: transparent;
    border-width: 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}


.DISPREVICONGRID
{
	/*background-image: url('../../Includes/Images/Button/Prev_Disabled.png');*/
	background-color: transparent;
	border-width: 0px;
	height: 32px;
	width: 32px;
	/*behavior: expression(document.getElementById('Hdn_HTCPath').value);*/
	cursor: pointer;
}

.DISNEXTICONGRID
{
	/*background-image: url('../../Includes/Images/Button/Next_Disabled.png');*/
	background-color: transparent;
	border-width: 0px;
	height: 32px;
	width: 32px;
	/*behavior: expression(document.getElementById('Hdn_HTCPath').value);*/
	cursor: pointer;
}

.LblDisplayBigItalic {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 15px;
    color: #333333;
    font-style: italic;
}

.EmptyMasterBody {
    font-family: Arial, sans-serif;    
    background-color: transparent;    
    /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#f8f8f6' , EndColorStr= '#ffffff' );*/
    /*overflow:hidden;*/
}

font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* jquery ui dialog overlay */
/****************************/
.ui-widget-overlay {
    background: #333333
}



.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0 !important;    
}
/*to add the X in the close button*/
.ui-dialog-titlebar-close:after {
    content: 'x' ;
    position: absolute;
    top: -2px;
    right: 3px;
}
/*to add the X in the close button*/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    .ui-widget input:lang(ar), .ui-widget select:lang(ar), .ui-widget select:lang(ar) > option,
    .ui-widget textarea:lang(ar), .ui-widget button:lang(ar), div:lang(ar), span:lang(ar) {
        font-family: 'Tahoma', serif; /*'Droid Arabic Naskh'*/
        font-size: 13px;
    }

div:lang(ar), span:lang(ar) {
    /*direction: rtl;*/
}

/* jquery ui dialog overlay */
.ui-widget-overlay {
    background: #333333
}
/****************************/
/* jquery ui remove close X button */
/*.ui-dialog-titlebar-close { visibility: hidden; }*/
/****************************/
/* ko */
/****************************/`
.validationMessage {
    color: Red;
}
/****************************/

.validationStar {
    color: Red !important;
}

/* select2 */
/****************************/
.select2-container .select2-selection--single {
    height: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px !important;
}

.select2-container--default .select2-selection--single {
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
    border-top: outset 1px #cdebe3 !important;
    border-left: outset 1px #cdebe3 !important;
    border-bottom: inset 1px #59adb8 !important;
    border-right: inset 1px #59adb8 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    padding-left: 2px !important;
}
/****************************/

.text-center { text-align:center; }
.text-right { text-align:right; }
.text-nowrap { text-wrap:none; }
.d-inline-block { display: inline-block !important; }

.BG_DarkBlue {
    background-color: #3a6fa7;
}

.BG_Blue {
    background-color: #5b93c2;
}

.BG_Red {
    background-color: #c60000;
}

.BG_Gold {
    background-color: #ffe8b0;
}

.BG_Green {
    background-color: #216f2c;
}

.FG_Red {
    color: #c60000;
}

.FG_White {
    color: White;
}

.FG_Gold {
    color: #496ebd;
}

.FG_Green {
    color: #216f2c;
}

.FS_Italic {
    font-style: italic;
}

/* SOP Printing Styles */

.BG_00539b {
    background-color: #00539b;
}

.BG_b2cbe1 {
    background-color: #b2cbe1;
}

.BG_d9e5f0 {
    background-color: #d9e5f0;
}

.BG_f2f6fa {
    background-color: #f2f6fa;
}
/* -------------------- */

.FG_00539b {
    color: #00539b;
}

.FG_ffffff {
    color: #ffffff;
}
/* -------------------- */
.FW_Bold {
    font-weight: bold;
}
/* -------------------- */
.FSZ_9 {
    font-family: Arial;
    font-size: 9px;
}

.FSZ_10 {
    font-family: Arial;
    font-size: 10px;
}

.FSZ_11 {
    font-family: Arial;
    font-size: 11px;
}

.FSZ_12 {
    font-family: Arial;
    font-size: 12px;
}

.FSZ_13 {
    font-family: Arial;
    font-size: 13px;
}

.FSZ_14 {
    font-family: Arial;
    font-size: 14px;
}

.FSZ_15 {
    font-family: Arial;
    font-size: 15px;
}

.FSZ_45 {
    font-family: Arial;
    font-size: 45px;
}
/* -------------------- */
@media print {
    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }
    
    .noprint { 
        display: none; 
    } 
}


/* FLEX Container
/* /////////////////////////////////////////// */
.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* /////////////////////////////////////////// */

/*////////////////////////////////////////////*/
.main-header {
    width: 100%;
    height: 70px;
    font-size: 18px;
    background: #fff;
    border-collapse: collapse;
    color:#006192;
}

.header-lower {
    background: #49648c;
    color: #fff;
    height: 40px;
    padding: 0 10px;
}

.role-avatar {
    border: 2px solid #000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 25px;
    padding: 20px;
    display: inline-table;
    cursor: pointer;
    transition: 0.5s;
}

    .role-avatar:hover {
        background: #a4daed;
    }

    .role-avatar div {
        display: table-cell;
        vertical-align: middle;
    }

.hidden {
    display: none;
}
/*////////////////////////////////////////////*/
