﻿/* COMMON HTML TAGS =============================================== */
HTML, BODY, FORM
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    
}

  table.FrameBody td { 
	  padding-bottom: 6px;
      padding-left:5px; 
	}

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    BACKGROUND: white url('../images/Portal/grey_bg.jpg');
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border:0px;
	}
	
/* CONTROL STYLE ===============================================*/

.RadioButtonList,
.CheckBoxList
{
	font-size: 10px;
	font-family: Verdana;
	text-indent:-3px;
}

.RadioButtonListUpper,
.CheckBoxListUpper
{
	font-size: 10px;
	font-family: Verdana;
	text-indent:-3px;
    text-transform:uppercase;
    margin-top:5px;
}

.DropDownList_Error,
.DropDownList
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	width: 160px;
	vertical-align:middle; 
	border-right: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	border-bottom: #7F9DB9 1px solid;
	height:20px;
}

.DropDownListSmall
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	border-right: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	border-bottom: #7F9DB9 1px solid;
	height:20px;
	vertical-align:middle ;
}

.DropDownListUpper
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	width: 160px;
	vertical-align:middle; 
	border-right: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	border-bottom: #7F9DB9 1px solid;
	height:20px;
    text-transform:uppercase;
}

.Calendar
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	width: 160px;
	vertical-align:middle; 
	border-right: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	border-bottom: #7F9DB9 1px solid;
	height:20px;
}

.TextBox
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	border-RIGHT: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	BORDeR-bottom: #7F9DB9 1px solid;
	height: 20px;
	width: 160px;
	vertical-align:middle ;
	/*text-transform:uppercase;*/
}


.TextBoxUpper
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	border-RIGHT: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	BORDeR-bottom: #7F9DB9 1px solid;
	height: 20px;
	width: 160px;
	vertical-align:middle ;
	text-transform:uppercase;
}

.TextBoxSmall
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	border-RIGHT: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	BORDeR-bottom: #7F9DB9 1px solid;
	height: 20px;
	width: 160px;
	vertical-align:middle ;
	/*text-transform:uppercase;*/
}

.TextBoxReadOnly
{
	font-size: 10px;
	font-family: Verdana;
	color:Gray;
	background-color: #ebebeb;
	BORDER-RIGHT: #C0C0C0 1px solid; 
	BORDER-TOP: #C0C0C0 1px solid; 
	BORDER-LEFT: #C0C0C0 1px solid; 
	BORDER-BOTTOM: #C0C0C0 1px solid;
	height: 15px;
	width: 160px;
	vertical-align:middle
}

.TextBoxPortal
{
	font-size: 12px;
	font-family: Verdana;
	color: White;
	font-weight:bold;
	border-RIGHT: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	BORDeR-bottom: #7F9DB9 1px solid;
	height: 15px;
	width: 160px;
	vertical-align:middle ;
	border-color:transparent;
}

 .TextBoxAlignRight
{ 
    font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
	border-RIGHT: #7F9DB9 1px solid; 
	border-top: #7F9DB9 1px solid; 
	border-left: #7F9DB9 1px solid; 
	BORDeR-bottom: #7F9DB9 1px solid;
	height: 15px;
	width: 160px;	
	padding-right:1px;
    text-align:right;
}

.TextBoxReadOnlyRight
{
	font-size: 10px;
	font-family: Verdana;
	color:Gray;
	background-color: #ebebeb;
	BORDER-RIGHT: #C0C0C0 1px solid; 
	BORDER-TOP: #C0C0C0 1px solid; 
	BORDER-LEFT: #C0C0C0 1px solid; 
	BORDER-BOTTOM: #C0C0C0 1px solid;
	height: 15px;
	width: 160px;
	padding-right:1px;
	text-align:right;
	
}



.RadioButtonList_Error,
.CheckBoxList_Error,
.DropDownList_Error,
.DropDownListSmall_Error,
.TextBox_Error,
.TextBoxSmall_Error,
.NPTextBox_Error,
.NPTextBoxE_Error,
.NPTextBoxI_Error,
.NBTextBox_Error,
.TextArea_Error
{
	background-color: #ffcccc; /*error color*/
}

.Label
{
	font-size:8pt;
	font-family:Verdana;
	vertical-align:middle;
	font-weight:bold;
	/*text-transform:capitalize;*/
}

.ListBox
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #F6F6FE;
}

.ListBoxSmall
{
	font-size: 9px;
	font-family: Verdana;
	background-color: #F6F6FE;
}

.Button {
	border-left: 1px solid #afc3d6;
    border-top: 1px solid #afc3d6;
    border-bottom: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	/*background-image:url(../Images/Portal/img_buttonBg.gif);*/
	background-position:50% top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align:middle;
	cursor:hand;
	}


.LinkButton
{
    text-align: center;
    display: inline-block;        
    border:1px solid #afc3d6;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-color:white;
	width:80px;
	cursor:hand;
	line-height: 18px;
}
.LinkButton:hover, 
.LinkButton:link
{	
	text-decoration: none;
	color:#666666;
	padding-right: 5px;
}

.Picture
{
	BORDER: 1px solid #7F9DB9;
}

.FrameHeader
{
	background-color: transparent; /*#abc4e2;*/
	/*FONT-SIZE: 8pt; 
	FONT-FAMILY: verdana;
	padding-top: 2px;
	PADDING-LEFT: 2px; 
	PADDING-right: 2px; 
	padding-bottom: 2px;*/
	font-weight: bold ;
	height: 26px;
	/*BORDER-TOP: #cccccc 1px solid; */ 
	BORDER-BOTTOM: #cccccc 1px solid;
	border-collapse:collapse;
	width: 100%;
	font-size:14px;
    text-indent:1%;
}

.FrameBody{	
	/*background-color: #fff;*/
	FONT-SIZE: 10pt; COLOR: #003366; FONT-FAMILY: verdana;
	border-collapse : collapse;
	width: 98%;
	margin: 10px 0px 1px 0px;
    /*text-indent: 1%*/
}

.FrameCounter{	
	/*background-color: #fff;*/
	FONT-SIZE: 7pt; COLOR: #003366; FONT-FAMILY: verdana;
	width: 100%;
	margin: 10px 0px 1px 0px;
}

.FrameWarningErrorMsg
{   
    margin-top:5px;
	font-weight:bold;
	/*BACKGROUND: url('../Images/Portal/ico_warning_big.gif');*/
	background-repeat:no-repeat; 
	FONT-SIZE: 8pt; COLOR: #003366; FONT-FAMILY: verdana;
	padding-top: 5px;
	vertical-align: middle;
	height: 25px;
	color:Red;
}

.SearchFormTbl
{
	margin-left:80px;
}
.SearchFormFs
{
	background-color: #dfe7ee; 
	height: 130px;
	vertical-align:middle;
	position:relative; 
	padding-left:60px; 
	padding:10px;
}
.SearchFormHeight
{
	line-height:18px;
}
/*Plug from Telerik RadListView Telerik Skin - global*/
.ListView
{
	border:1px solid #828282;
	background:#fff;
	color:#000;
	font:12px/16px "segoe ui",arial,sans-serif;
}
.ListView .rlvA
{
	background:#f2f2f2;
}
.ListView .rlvISel
{
	background:#a2ea8b;/*#63AC38*/
}
/*Plug from Telerik RadListView Telerik Skin - grid*/
.ListView tr.rlvHeader th
{
	border:0;
	border-bottom:1px solid #828282;
	background:#f3f3f3 0 -2300px repeat-x url('Grid/sprite.gif');
	color:#333;
}
.ListView tr.rlvI td,
.ListView tr.rlvA td,
.ListView tr.rlvISel td,
.ListView tr.rlvIEmpty td
{
	border:0;
	border-bottom:1px solid;
}
.ListView tr.rlvI td,
.ListView tr.rlvIEmpty td
{
	border-color:#fff;
}
.ListView tr.rlvA td
{
	border-color:#f2f2f2;
}
.ListView tr.rlvISel td
{
	border-color:#155800;
}
.ListView tr.rlvIEdit td
{
	border-color:#333;
}

/*DivList - replace table*/
.DivHeader
{
    background-color: #DADFEB; /*#abc4e2;*/
    font-size: 8pt;
    font-family: verdana;
    font-weight: bold;
    height: 26px;
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    border-collapse: collapse;
    width: 100%;
    line-height: 25px;
}
.DivBody
{
    background-color: #fff;
    font-size: 8pt;
    color: #003366;
    font-family: verdana;
    width: 100%;            
    display: block;
}
.DivList
{
    margin: 0px 2px 0px 2px;
    padding: 0px 2px 0px 2px;
}
.DivList div.dlR
{
    width: 100%;            
    display: block;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.DivList div.dlR:after
{
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
}
.DivList div.dlR div.dlC
{
    float: left;            
}        
.DivList div span
{
    vertical-align: top;
}

.EmptyText {
	margin-left:0px;
	text-align:center;
	color:red;
	font-weight:bold;
}

.AlignText 
{
	text-align:left;
	color:red;
	font-weight:bold;
}

.Required {
	color:red;
	font-weight:bold;
}

.UpperAll
{
    text-transform: uppercase;
}

/* PORTAL STYLE ===============================================*/

* {
    margin: 0; padding: 0; 
}

a:link {	
	text-decoration:	none;
	color:	#3333cc;
}	
		
a:visited {	
	text-decoration:	none;
	color:	#333399;
}	
			
a:active {	
	text-decoration:	none;
	color:	#333399;
}	
			
a:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
}

.Frame {
	width:100%;
	min-height:650px;
	background-color:white;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
    z-index:100;
}

.wrapper
{
    width: 1024px;
    margin: 0 auto;
    border:0px solid;
    background-color:white;
    }
 .wrapper_login
{
    width: 1200px;
    margin: 0 auto;
    border:0px solid;
    }   

.banner {
    background: url('../images/banner.jpg') no-repeat;
    width:100%;
    height:150px;
    background-size:cover;

}

.banner2 {
    height: 140px;
    background: url('../images/SB/SPRV3.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    padding-top: 10px;
}

.menu 	
{
    width: 1024px;
    height: 58px;
}
.blue_btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding: 10px 20px;
    background-image: -ms-linear-gradient(
		top,
		#4c95e3 0%,
		#1d2e73);
	background: -moz-linear-gradient(
		top,
		#4c95e3 0%,
		#1d2e73);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#4c95e3),
		to(#1d2e73));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.green_btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding: 10px 20px;
    background-image: -ms-linear-gradient(
		top,
		#55da5b 0%,
		#44731d);
	background: -moz-linear-gradient(
		top,
		#55da5b 0%,
		#44731d);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#55da5b),
		to(#44731d));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.red_btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding: 10px 20px;
    background-image: -ms-linear-gradient(
		top,
		#d95454 0%,
		#7a0023);
	background: -moz-linear-gradient(
		top,
		#d95454 0%,
		#7a0023);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d95454),
		to(#7a0023));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
    }
div.menu A:link, div.menu A:visited, div.menu A:active, div.menu A:hover
{
    color:White;
    text-decoration:none;
    }
.after_login
{
    min-height:50px;
    background: url('../images/portal/after_login.jpg') repeat-x;
    }
.login_main
{
    width:100%;
    background: url('../images/portal/grey.png') repeat;
    min-height: 586px;
    position: relative;
    top:-90px;
    }
.login_main .wrapper
{
    text-align: left;
    color: White;
    position: relative;
    margin-top:90px;
    }
.login_left {
     width: 464px;
     height: 586px;
     background: url('../images/portal/login_left.jpg') no-repeat;
     z-index: 0;
     position:absolute;
}
.login_right {
    width:540px;
    height:586px;
    position:absolute;
    left:470px;
    background-color: #f9f9f9;
}
.btn_register {
    position:absolute;
    left: 90px;
    top:10px;
}
.btn_register_pantas {
    position:absolute;
    left: 25px;
    top:120px;
}
.btn_pengambilan {
    position:absolute;
    left: 75px;
    top:230px;
}
.btn_report {
    position:absolute;
    left: 25px;
    top:340px;
}
.btn_maklumbalas {
    position:absolute;
    left: 80px;
    top:455px;
}
.wrapper .login_right blockquote
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 420px;
    text-align: justify;
    color:black;
    }
.wrapper h1
{
    color: White;
    text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
    }
.image_logo
{
    background: url('../images/portal/main_image.png') no-repeat;
    width:492px;
    height: 365px;
    position: absolute;
    right: 60px;
    top: 0px;
    }
.login_box
{
    height:140px;
    }
.Link_pantas {
    margin-left: 150px;
}
.Link_pantas table tr td{
    text-align:center;
}
.sitePath {
    left:430px;
    position:absolute;
	top:270px;
	font-weight: bold;
}

.btn_blue 
{
    background: transparent url('../images/portal/menu1.jpg') no-repeat;
    line-height: 35px;
    text-align:center;
    width: 380px;
    color: White;
}
.btn_blue a
{
    display:inline;
    color: White;
}
.btn_red 
{
    background: transparent url('../images/portal/menu2.jpg') no-repeat;
    line-height: 35px;
    text-align:center;
    width: 123px;
    color: White;
}
.btn_red a
{
    display:inline;
    color: White;
}
.blue_line {
    height: 1px; 
    width: 100%;
    border-top: 1px solid #6481d8;
}
.content {
	width:100%;
	background-color:white;
	float: left;
	position:relative;
	min-height:570px; 
	padding:0;

}
.login_content {
	width:100%;
	float: left;
	min-height:610px;
	padding:0;
    margin-top:0px;
    background-color:#FAFAFA;
}
.main {
    border-left: 2px solid #a2a2a2;
    box-shadow: 2px 2px 10px 1px #7d7d7d;
    min-height:650px;
}
.footer {
	width:100%;
	height:70px;
	background-color:#21618C;
    text-align:center;
    Color: white;
    max-width:100%;
}
.content_left {
	width:230px;
	height:95%;
	position:relative;
	background-color:White;
	top: 0px;
	left:0px;
	padding:0px;
}

.ver_menu {
	position:absolute;
    background-color: #f6f6f6;
	left:0px;
	width:210px;
	min-height:590px;
	float:right;
	padding: 30px 5px;
}
    .ver_menu .rsmList .rsmItem .rsmLink .rsmSelItem b {
        color: black;
        text-decoration: none;
    }
    .ver_menu a img {
        padding: 10px 0 0 20px;
    }
.tbl_ver_menu {
	width:98%;
	color:White; 
	height:100%; 
	margin-left:5px;
}

.dotted_line {
	border-bottom:1px dotted black;
	height:40px;
}

.bantuan {
	position:absolute;
	top:240px;
	left:10px;
	width:210px;
    background-color: #f6f6f6;
}

.iframe {
	position:relative;
	left:230px;
	width:765px;
	height:100%;
	min-height:620px;
	background-color:white;
}
.disclaimer {
	margin-left:0px;
	color:White;
	font-weight:bold;
	font-size:10px;
	text-align:center;

}

.f_right {
    float:right;
}
.landing_button {
    width:212px;
    height: 596px;
    background: url('../images/portal/button.png') no-repeat;
    position:absolute;
    left: 324px;
    z-index:1;
}
/*enhanced Telerik RadSiteMap - selected item style*/
.rsmSelItem
{
	color: #0026FF;
}

/* OTHER STYLE ===============================================*/
.BoxSearch {
    text-align: center; 
    padding-top: 40px;
}

.NumAlign
{
    text-align: right;
}

.Loading
{
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.NextPrevAndNumeric .rgAdvPart
{
    display: none;
}

.img-responsive {
    max-width:100%;
}
/* Disabled style */
.aspNetDisabled 
{
    background: #EBEBE4;
	margin-bottom: 0px;
}

@media screen {.PrintOnly {display:none}}

@media print {.ScreenOnly {display:none}}

.PageBreak {page-break-after:always}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { 
	display: block; 
	clear: both;
	height: 0px;
}

.BtnBack
 {
            background-color:#1A5276;
            color:white;
  }

/* telerik error*/
.riError
    {
        background-color: #ffcccc !important; /*error color*/
    }
