/*
* Name           : Modern
* Author         : Luqman Shariffudin
* Version        : 2.0
*/

/*--GENERAL--*/
body{
	font-family: "Lucida Grande",Tahoma,sans-serif !important;
	font-size: 8pt;
	
	/* font-family: font-family: Arial,sans-serif !important;
	font-size: 12px; */
	background-color: #f5f5f5;
}
table{
	border-collapse: collapse;
}
a{ color: blue; }
select{ border: 1px solid #B9B9B9; }
input{ font-family: inherit; }
img {border:0px;}

/*--HEADER--*/
#header{
	background-color: #37485D;
	height: 50px !important; /*overwrite layout properties*/
	border-bottom: 4px solid #5f7ea3;
}
#hide-sidebar,
#hide-topbar{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 16px;
	line-height: 54px;
	height: 50px;
	background: #48668b url('images/hide_sidebar_icon.png') no-repeat center center;
	cursor: pointer;
	border-bottom: 4px solid #7393ba;
}
#hide-sidebar:hover,
.topMenuDiv:hover{
	background-color: #6BA5CE;
	border-bottom: 4px solid #5395B4;
}
#logo{
	background: url('images/logo.png') no-repeat;
	width: 500px;
	height: 36px;
	position: absolute;
	top: 8px;
	left: 43px;
}
.topMenuDiv{
	text-align: center;
	position: absolute;
	background-color: #48668b;
	height: 38px;
	padding: 6px 10px;
	top: 0;
	border-bottom: 4px solid #7393ba;
}
.topIcon{
	background-image: url('images/top_icons.png');
	background-repeat: no-repeat;
	width: 37px;
	height:38px;
}
#topLogoutLinkIcon{ background-position: -74px 0px; }
#topHomeLinkIcon  { background-position: 0px 0px; }
#topDateIcon      { background-position: -37px 0px; float:right;}
#topLogoutLink{
	right: 0;
	background-position: center right;
}
#topHomeLink{
	right: 57px;
	border-right: 1px solid #7393ba;
}
#topTime{
	right: 115px;
	border-right: 1px solid #7393ba;
}

/*--SIDEBAR--*/
#sidebar{
	background-color: #E4E9F0;
	max-width: 250px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;	
  padding-bottom:30px;
  border: 1px solid #A8B3C0;
}

/*Profile Block*/
#profileBlock{
	padding: 8px;
	background-color: #2B394A;
	float: left;
	width: 234px;
	color: #FCFCFC;
}
#sidebar .profileImageBlock{
	float: left;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #C2C2C2;
	margin-right: 5px;
}

/*search*/
#sidebar .searchMenuBlock{
	clear: both; /*IE fix*/
	padding: 9px;
	background-color: #C1CAD5;
	text-align: center;
	border-bottom: 1px solid #A8B3C0;
}
#sidebar .searchMenuBlock input{
	border: none;
	padding: 5px;
	width: 219px;
	font-family: inherit;
	background: #ffffff url('images/search-icon.png') no-repeat right center;
	font-size:11px;
	border-right: 3px solid #ffffff; 
	border-radius: 7px;
	
}
#menu_suggestions{
	max-width: 400px !important;
	margin-left: 0 !important;
	border: 3px solid #B6BABE;
	box-shadow: #888 0px 3px 4px !important;
	-webkit-box-shadow: #888 0px 3px 4px !important;
	-moz-box-shadow: #888 0px 3px 4px !important;
	z-index: 99;
}
#menu_suggestions table{
	width: 100%;
	text-align: left !important;
}
#menu_suggestions table th,
#menu_suggestions table td{
	padding: 5px;
}
#menu_suggestions table th.listingHead{
	background-color: #E7E7E7;
}
#menu_suggestions a{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	display: block;
	border-bottom: 1px dotted #DADADA;
}
#menu_suggestions a:hover{
	color: #FFF;
	background-color: #428BCE;
}

/*side menu list*/
ul.sideMenuList{
	padding: 0;
	list-style-type: none;
	margin: 0;
}
ul.sideMenuList li a{
	display: block;
	padding: 8px;
	color: #2b2b2b;
	text-decoration: none;
}
ul.sideMenuList li a.noChild.menuActive{
	font-weight: bold;
	color: #6F6F6F;
	text-decoration: underline;
}
ul.sideMenuList li a.hasChild{
	font-weight: bold;
}
ul.sideMenuList.menuLevel1 > li > a.hasChild{
	/* background-color: #DADADA; */
	/* border-top: 1px solid #A8B3C0; */
    margin: 3px 9px 0px;
	background-color:rgba(255, 255, 255, 0.5);
}
ul.sideMenuList.menuLevel1{
	max-width: 250px;
}
ul.sideMenuList.menuLevel1 a:hover{
	text-decoration: none;
}
ul.sideMenuList li a.noChild:hover{
	text-decoration: underline;
}

.sideMenuList.menuLevel2 {
    background-color: #FFFFFF;
    margin: 0 9px;
}

/* side menu icons*/
ul.sideMenuList.menuLevel1 li > a{ padding-left: 30px; background-position: 8px 7px; }
ul.sideMenuList.menuLevel2 li > a{ padding-left: 51px; background-position: 30px 7px; }
ul.sideMenuList.menuLevel3 li > a{ padding-left: 71px; background-position: 50px 7px; }
ul.sideMenuList.menuLevel4 li > a{ padding-left: 91px; background-position: 70px 7px; }
ul.sideMenuList.menuLevel5 li > a{ padding-left: 111px; background-position: 90px 7px; }
ul.sideMenuList.menuLevel6 li > a{ padding-left: 131px; background-position: 110px 7px; }
ul.sideMenuList.menuLevel7 li > a{ padding-left: 151px; background-position: 130px 7px; }
ul.sideMenuList.menuLevel8 li > a{ padding-left: 171px; background-position: 150px 7px; }
ul.sideMenuList.menuLevel9 li > a{ padding-left: 191px; background-position: 170px 7px; }
ul.sideMenuList.menuLevel10 li > a{ padding-left: 211px; background-position: 190px 7px; }

/*--TOPMENU--*/
#topMenuBar{
	background-color: #DFDFDF;
	height: 35px;
}
/*search*/
#topMenuBar .searchMenuBlock{
	float: right;
	padding: 4px;
	position: relative;
}
#topMenuBar .searchMenuBlock input{
	padding: 5px;
	font-family: inherit;
	background: #ffffff url('images/search-icon.png') no-repeat right center;
	border: none;
	width: 200px;
	font-size:11px;
	border-right: 3px solid #ffffff; 
}
#topMenuBar .searchMenuBlock #menu_suggestions{
	height: 300px;
	width: 250px;
}
/*profile*/
#topMenuBar #profileName{
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 26px;
	float:right;
	background: #CACACA url('images/usericon.png') no-repeat 5px center;
	cursor: pointer;
}
#topMenuBar #profileBlock{
	position: absolute;
	z-index: 100;
	right: 0;
	top: 89px;
}
ul.topMenuList ul{display: none;}
ul.topMenuList li:hover > ul{display: block;}
ul.topMenuList ul{position: absolute; left:-1px; top:98%; background-color: #DFDFDF; z-index: 1000; border: 1px solid #b4b4b4; box-shadow:0px 0px 2px #b4b4b4;}
ul.topMenuList ul ul{position: absolute;left:98%;top:0;}

ul.topMenuList,
ul.topMenuList ul {
	margin: 0;
	list-style:none;
	padding: 0;
	float: left;
}
ul.topMenuList ul{
	min-width: 180px;
}
ul.topMenuList li{
	display:block;
	float: left;
}
ul.topMenuList.menuLevel1 > li > a{
	border-right: 1px solid #CACACA;
	line-height: 35px;
	padding: 11px 8px 11px 28px;
}
ul.topMenuList li a{
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	padding: 7px 8px 7px 28px;
}
ul.topMenuList ul li{
	float: none;
	/*border-bottom: 1px dotted #33618B;*/
}
ul.topMenuList li:hover{
	position:relative;
}
ul.topMenuList li a:hover{
	position:relative;
	background-color: #D3D3D3;
}
ul.topMenuList ul li a{
	display: block;
}

/* top menu icons*/
ul.topMenuList.menuLevel1 > li > a{
	background-position: 8px 9px;
}
ul.topMenuList ul a{
	background-position: 8px 6px;	
}



/*--CONTENT--*/
#content.withSideBarLeft{
	margin-left: 250px;
	padding: 15px;
}
#content.withSideBarRight{
	margin-right: 250px;
	padding: 15px;
}
#content.withTopMenu{
	padding: 15px;
}
#content.pageBorderEnabled{
	/* border: 4px solid #C4C4C4;
	background-color: #FDFDFD; */
}
#content.withSideBarLeft.pageBorderEnabled{
	/* margin: 10px 10px 10px 260px; */
}
#content.withSideBarRight.pageBorderEnabled{
	/* margin: 10px 260px 10px 10px; */
}
#content.withTopMenu.pageBorderEnabled{
	margin: 10px 10px 10px 10px;
	padding: 10px;
}
#breadcrumbs{
	background-color: #E4E9F0;
	padding: 7px;
	text-shadow: 1px 1px 1px #FFF;
	color: #6B6B6B;
}
#sideLeftContent{
	width:235px;
	margin: 10px auto 0 auto;
	overflow: auto;
}

#content > h1{
	font-family: Arial,sans-serif;
	font-weight: lighter;
	font-size: 25px;
}
.inputLabel{
	background-color:#E4E9F0;
}
.inputInput{
	font-family: inherit;
	font-size:12px;
}
.inputInput[readonly]{
	background-color: #F2F2F2 !important;
	border: 1px solid #C4C4C4;
}

#content .tableContent, #sideLeftContent .tableContent{
	width: 100%;
	border: 2px solid #37485D !important;
	background-color: #ffffff;
}
#content .tableContent th, #sideLeftContent .tableContent th{
	background-color: #37485D;
	padding: 8px;
	text-align: left;
	color: #EEE;
	font-size: 12px;
}
#content .tableContent th.listingHead, #sideLeftContent .tableContent th.listingHead{
	background-color: #C1CAD5;
	border: 1px solid #215B88;
	color: #303B49;
}
#content .tableContent td, #sideLeftContent .tableContent td{
	padding: 4px;
	border: 1px solid #C1CAD5;
}
#content .tableContent .listingFooter, #sideLeftContent .tableContent .listingFooter{
	background-color: #e4e9f0 !important;
	border: 1px solid #84A4C7;
}

#content .tab 
{
	/*border: 1px solid #215B88 !important;*/
	
}


#content .tab td
{
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #48668b;
	padding:8px;
	color:#fff;
}
#content .tab .componentArea
{
	
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding:10px ;
	
	
	color:#fff;
}
#content .tab .componentArea td
{
	padding:4px;
	color:#000;
	background-color: #ffffff;
	
}

#content .tab td.active
{
font-weight:bold;
}

#content .tab td a
{
color:#fff;
}
.contentButtonFooter{
	text-align: right;
}

.contentButtonFooter .footer{
	background-color: #f2f4f8;
}


/*--OTHERS--*/
.inputButton{
	border: none;
	background-color: #467CAF;
	padding: 5px 10px;
	color: #FFF;
	font-family: inherit;
	font-size: 11px;
}
.inputButton:hover{
	background-color: #99C4EC;
}
#content.lov{
	position: static !important;
}
/*-- notification --*/
.notificationError,
.notificationInfo{
	padding: 10px;
	margin: 10px;
	width: 400px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}

.notificationError{
	background-color: #FFD2D2;
	border: 5px solid #F16B6B;
}

.notificationInfo{
	background-color: #E0FFD2;
	border: 5px solid #A3D34F;	
}

#bottom{
	clear: both;
}
#footer{
	width: 100%;
	text-align: center;
	color:#8D8D8D;
	margin: 10px 0;
	font-size:10px;
	padding-bottom:20px;	
}
#pageProperties{
	background-color:#FAFAFA;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px;
	text-align: right;
	color: #888;
}
#hide-header{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
#languageSelector{
	display: inline-block;
	padding: 0 10px;
}
#languageName{
	font-size: 7pt;
	margin-right: 5px;
}
#languageName:hover{
	cursor: pointer;
	text-decoration: underline;
}
#languageSelector img{
	vertical-align: middle;
}
#zoomSelector{
	display: inline-block;
	padding: 0 10px;
}

.tabMemberActive {
    font-weight: bold;
    padding: 3px 10px;
	background-color: #C1CAD5;
}
.tabMember {
    padding: 3px 10px;
    border-left: 1px solid #00A5B6;
    border-right: 1px solid #00A5B6;
	background-color: #FFFFFF;
}

.inputArea {
    line-height:23px;
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../img/ajax-loader.gif) center no-repeat #fff;
	opacity: 0.5;
}

.loading2 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../img/ajax-loader.gif) center no-repeat #fff;
	opacity: 0.5;
}
