﻿:root {
	/* Layout */
	--body-bg: #F5F7FC;
	--panel-bg: #FFFFFF;
	--card-bg: #FFFFFF;
	/* Primary */
	--primary: #263276;
	--primary-hover: #1E275E;
	--primary-light: #E8ECFF;
	/* Table */
	--table-header: #5E7DA3;
	--table-row: #FFFFFF;
	--table-row-alt: #F8FAFD;
	/* Text */
	--heading: #1E40AF;
	--text: #2D3748;
	--text-light: #6B7280;
	/* Border */
	--border: #D6DEE8;
	/* Status */
	--success: #16A34A;
	--danger: #DC2626;
	--warning: #F59E0B;
	--info: #0EA5E9;
	/* Icons */
	--icon-orange: #F28C28;
}
body {
	/*font-family: Tahoma, Georgia, serif;     font-size: 9pt;*/
	/*overflow-y: scroll !important;*/
	background-color: var(--body-bg);
	
	/*#222D3A*/
	font-family: Verdana;
}

input, span, p, select, a, .txt, .txtOn, .ddl, .ddlOn, .opddon, .lbl, .lbt, .Hlbl, .bt, .Hyp, .txt, .txtOn, .gv, .disabled
{
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;

}

/*input
{
	width:100%;
	padding:5px;
}*/

a
{
	text-decoration: none;
	color: #808080;
}

img
{
	border: none;
}

.txt, .txtOn, .disabled
{
	background-color: White;
	border: solid 1px silver;
	padding: 7px;
}

.txtOn
{
	background-color: #E5E8E8;
}

.disabled
{
	background-color: #eee;
}

.ddl, .ddlOn, .opddon
{
	border: solid 1px silver;
	padding: 5px;
	
	/*background: transparent;
	font-size: 9pt;height: 28px;
	border-radius: 3px;
	color: #69686e;*/	
	/*background: url( 'Images/arrow.png' ) no-repeat right;
	z-index: 1000;
	-webkit-appearance: none;
	-moz-appearance: window; 
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';*/
}



/*	Gridview skins	*/
.gv{}


.gvHead
{
	background-color: #5D7B9D; /*#E4E7EA;*/
	color: White;
	border-bottom: solid 1px #E4E7EA;
	height:40px;
}

.gvHead th
{
	/*padding:3px 3px 3px 3px;*/
}
.gvHead th table tr td
{
	padding: 3px 3px 3px 3px;
}

.gvItem1 td, .gvItem2 td
{
	padding: 3px 5px 3px 3px;
}


.gvItem1
{
	/*font-size: bold;
	background-color: #F7F7F7;*/
	border-bottom: solid 1px #E4E7EA;
	height: 35px;
}
.gvItem2
{
	/*font-size: 0pt; background-color: #FCFCFC;*/
	background-color: #F7F7F7;
	border-bottom: solid 1px #E4E7EA;
	height: 35px;
}
.gvItem3
{
	/*font-size: 9pt;*/
	background-color: #F7F7F7;
	border-bottom: solid 1px #E4E7EA;
	height: 35px;
}
.gvHead1
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #E4E7EA;
	border-top: solid 1px #E4E7EA;
	height: 40px;
	background-color: #E4E7EA;
}
.gvItem4
{
	font-size: 8pt;
	background-color: #F7F7F7;
	border-bottom: solid 1px #E4E7EA;
	height: 35px;
}
.gvFoot
{
	font-size: bold;
	height: 35px;
	border-bottom: solid 1px #E4E7EA;
	background-color: #E4E7EA;
}
.gvPage a, .gvPage span
{
	margin-top:10px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}

.gvPage a:active
{
	font-weight:bold;
}


/*.gvPage
{
    font-size: 12pt;
    border: solid 1px white;
    font-weight: bold;
}*/
.gvitemalert
{
	font-size: 9pt;
	color: Red;
}




.gvHeadR
{
	background-color: #5D7B9D; /*#E4E7EA;*/
	color: White;
	border-bottom: solid 1px #E4E7EA;
	height:40px;
	text-align:center;
}

.gvHeadR th
{
	padding:3px 10px 3px 10px;
}
.gvHeadR th table tr td
{
	padding: 3px 3px 3px 3px;
}

.gvItemR1 td, .gvItemR2 td
{
	padding: 3px 10px 3px 10px;
}


.gvItemR1
{
	/*font-size: bold;
	background-color: #F7F7F7;*/
	border-bottom: solid 1px silver;
	height: 35px;
}
.gvItemR2
{
	/*font-size: 0pt; background-color: #FCFCFC;*/
	background-color: #F7F7F7;
	border-bottom: solid 1px silver;
	height: 35px;
}















.Hlbl, .htxt
{
	display: none;
}















/* Page Header */
#pgHeader
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
}
#pgHeader .pgHLeft
{
	width: 20%;
	background-color: #01C3E9;
}
#pgHeader .pgHMiddle
{
	width: 65%;
	background-color: #4A4A4A;
}
#pgHeader .pgHRight
{
	width: 15%;
	background-color: #8CAF00;
}
.pgHText
{
	color: White;
	font-size: 12pt;
}

#pgContent
{
	position: relative;
	left: 0px;
	top: 41px;
	width: 100%;
	height: 80%;
	min-height: 400px;
	border-top: 0px solid silver;
}


/*  Login Screen    */
#dvLogin
{
	width: 450px;
	height: 250px;
	background-color: #01C3E9;
	color: White;
}
#dvLogin .dvLHeader
{
	width: 100%;
	text-align: left;
	padding: 20px;
	font-size: 25pt;
}
#dvLogin .dvContent
{
	width: 100%;
	height: 130px;
	color: White;
}
#dvLogin .dvLText
{
	color: White;
	font-size: 12pt;
}
#dvLogin .dvLFooter
{
	height: 50px;
	background-color: #6BDCF2;
	vertical-align: bottom;
}
.pgHText1
{
	font-family: Tahoma, Georgia, serif;
	color: White;
	font-size: 18pt;
	font-weight: lighter;
}
.txtlog
{
	width: 96%;
	height: 35px;
	background-color: #6BDCF2;
	border: 0px;
	padding-left: 11px; /* margin-left:*/
}


/* All forms */
/*.lbl, .lbt, .Hlbl, .bt, .Hyp
{
	text-decoration: none;
	font-size: 9pt;
}*/

.lblst
{
	text-decoration: none;
	font-size: 9pt;
	color: Red;
}
.Hlbl, .htxt
{
	display: none;
}




/*.txtslno
{
	font-size: 9pt;
	height: 25px;
	border: solid 1px silver;
	border-radius: 3px;
	text-align: center;
	background-color: silver;
}*/



.opddonc
{
	background: White;
	height: 25px;
	font-size: 9pt;
	border-radius: 3px;
	border: solid 1px silver;
	-webkit-appearance: none;
	color: #69686e;
	background: url( 'Images/arrow.png' ) no-repeat right; /*   box-shadow: 1px 1px 1px #330033;*/
	z-index: 1000;
}
.opddoncdd
{
	background: White;
	height: 25px;
	font-size: 9pt;
	border-radius: 3px;
	border: solid 1px #69686e;
	-webkit-appearance: none;
	background: url( 'Images/arrow.png' ) no-repeat right; /*   box-shadow: 1px 1px 1px #330033;*/
	z-index: 1000;
}

.bt {
	width: 80px;
	display: block;
	color: white;
	text-transform: uppercase;
	background: var(--primary);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border: 1px solid var(--primary);
	border-radius: 5px;
	height: 30px;
}
/* Login Button
.btn.btn-login {
	width: 120px;
	display:block;
	margin: 20px auto 20px;
	color: white;
	text-transform:uppercase ;	 
	background: #fe781f; 
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border:1px solid #fe781f;
	border-radius:5px;
	
} */
	.bt:hover {
		background-color: var(--primary-hover);
		opacity: 0.8;
		height: 30px;
		border: 1px solid var(--primary-hover);
	}

/*	Loading skins	*/

/*.process
{
    z-index: 110;
    position: absolute;
    top: -100%;    
    left: 45%;
    border:Solid 1px Green;
}*/

.process
{
	position: absolute;
	z-index: 110; /*background-color: Transparent;*/
	font-weight: bold; /*filter:alpha(opacity=50);*/
	left: 50%;
	top: 0%;
}

.loading
{
	position: absolute;
	z-index: 110;
	top: 45%;
	left: 45%;
	font-weight: bold;
	font-size: x-small;
}





/*	Tab control skins	*/
.red .ajax__tab_header
{
	background: url(    'Images/Tab/red_bg.gif' ) repeat-x;
}
.red .ajax__tab_hover .ajax__tab_outer, .red .ajax__tab_active .ajax__tab_outer
{
	background: url(    'Images/Tab/red_left.gif' ) no-repeat left top;
}
.red .ajax__tab_hover .ajax__tab_inner, .red .ajax__tab_active .ajax__tab_inner
{
	background: url(    'Images/Tab/red_right.gif' ) no-repeat right top;
}

.blue .ajax__tab_header
{
	background: url(    'Images/Tab/blue_bg.gif' ) repeat-x;
}
.blue .ajax__tab_hover .ajax__tab_outer, .blue .ajax__tab_active .ajax__tab_outer
{
	background: url(    'Images/Tab/blue_left.gif' ) no-repeat left top;
}
.blue .ajax__tab_hover .ajax__tab_inner, .blue .ajax__tab_active .ajax__tab_inner
{
	background: url(    'Images/Tab/blue_right.gif' ) no-repeat right top;
}

.green .ajax__tab_header
{
	background: url(    'Images/Tab/green_bg.gif' ) repeat-x;
}
.green .ajax__tab_hover .ajax__tab_outer, .green .ajax__tab_active .ajax__tab_outer
{
	background: url(    'Images/Tab/green_left.gif' ) no-repeat left top;
}
.green .ajax__tab_hover .ajax__tab_inner, .green .ajax__tab_active .ajax__tab_inner
{
	background: url(    'Images/Tab/green_right.gif' ) no-repeat right top;
}

.orange .ajax__tab_header
{
	background: url(    'Images/Tab/orange_bg.gif' ) repeat-x;
}
.orange .ajax__tab_hover .ajax__tab_outer, .orange .ajax__tab_active .ajax__tab_outer
{
	background: url(    'Images/Tab/orange_left.gif' ) no-repeat left top;
}
.orange .ajax__tab_hover .ajax__tab_inner, .orange .ajax__tab_active .ajax__tab_inner
{
	background: url(    'Images/Tab/orange_right.gif' ) no-repeat right top;
}

.purple .ajax__tab_header
{
	background: url(    'Images/Tab/purple_bg.gif' ) repeat-x;
}
.purple .ajax__tab_hover .ajax__tab_outer, .purple .ajax__tab_active .ajax__tab_outer
{
	background: url(    'Images/Tab/purple_left.gif' ) no-repeat left top;
}
.purple .ajax__tab_hover .ajax__tab_inner, .purple .ajax__tab_active .ajax__tab_inner
{
	background: url(    'Images/Tab/purple_right.gif' ) no-repeat right top;
}

.darkgreen .ajax__tab_header
{
	background: url(        'Images/Tab/darkgreen_bg.gif' ) repeat-x;
}
.darkgreen .ajax__tab_hover .ajax__tab_outer, .darkgreen .ajax__tab_active .ajax__tab_outer
{
	background: url(        'Images/Tab/darkgreen_left.gif' ) no-repeat left top;
}
.darkgreen .ajax__tab_hover .ajax__tab_inner, .darkgreen .ajax__tab_active .ajax__tab_inner
{
	background: url(        'Images/Tab/darkgreen_right.gif' ) no-repeat right top;
}
.ajax__tab_default .ajax__tab_header
{
	font-size: 9pt;
	color: #000;
	font-family: Tahoma;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_outer, .ajax__tab_default .ajax__tab_header .ajax__tab_outer, .ajax__tab_default .ajax__tab_hover .ajax__tab_outer
{
	height: 40px;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_inner, .ajax__tab_default .ajax__tab_header .ajax__tab_inner, .ajax__tab_default .ajax__tab_hover .ajax__tab_inner
{
	height: 40px;
	margin-left: 16px;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_tab, .ajax__tab_default .ajax__tab_hover .ajax__tab_tab, .ajax__tab_default .ajax__tab_header .ajax__tab_tab
{
	margin: 16px 16px 0px 0px;
}
.ajax__tab_default .ajax__tab_hover .ajax__tab_tab, .ajax__tab_default .ajax__tab_active .ajax__tab_tab
{
	color: #fff;
}
.ajax__tab_default .ajax__tab_body
{
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid Silver;
	border-top: 0;
	padding: 8px;
}

.header
{
	background-color: Silver;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}


/* Filter Screen */
.plFilter
{
	display: none;
	z-index: 500;
	position: absolute;
	left: 35%;
	top: 35%;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#e1eae5' ); /*background-color:#ECD0E3;*/
	border: 0px solid #red;
	margin: auto;
	padding: 0px;
}

.content_faded
{
	z-index: 100;
	filter: alpha(opacity=60);
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 102%;
	height: 90%;
	border: 0px solid #red;
}

.plFilter1
{
	z-index: 1000;
	position: fixed;
	left: 35%;
	top: 35%;
	border: 2px solid Gray;
	margin: auto;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
	background-image: url( 'Images/one.jpg' );
	background-color: white;
	background-repeat: repeat-x;
	border-radius: 5px;
}
.content_faded1
{
	background-color: Black;
	z-index: 400;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.lblValue
{
	padding-bottom: 10px;
	border-bottom: solid 1px silver;
}

.SubTitle
{
	padding: 10px;
	font-weight: bold;
}

.gvNew
{
	padding: 25px;
	border: soild 1px red;
}

.gvHeadNew
{
	background-color: #168ED3;
	min-height: 35px;
	color: White;
	font-size: 9pt;
	padding: 10px;
}

.gvItemNew
{
	background-color: White;
	border-bottom: solid 1px silver;
	min-height: 35px;
}

.gvLast
{
	padding-right: 20px;
}

.gvHeadNew2
{
	background-color: #4A4A4A;
	min-height: 35px;
	color: White;
	font-size: 9pt;
	padding: 10px;
}

.gvHeadNew3
{
	background-color: #8CAF00;
	min-height: 35px;
	color: White;
	font-size: 9pt;
	padding: 10px;
}

.gvHead, .gvFoot
{
	border: solid 1px silver;
}
.gvItem1, .gvItem2
{
	height: 40px;
	border: solid 1px silver;
}
