/** Optimize Bootstrap **/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
	margin-left:5px;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #b5251d, #691b18);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5251d), to(#691b18));
  background-image: -webkit-linear-gradient(top, #b5251d, #691b18);
  background-image: -o-linear-gradient(top, #b5251d, #691b18);
  background-image: linear-gradient(to bottom, #b5251d, #691b18);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5251d', endColorstr='#ff691b18', GradientType=0);
  border-color: #420c0a #420c0a #420c0a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #691b18;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #691b18;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
/** End Optimize Bootstrap **/

@font-face {
	font-family: 'Museo';
/*	src: url('../fonts/museo.otf');*/
}
@font-face{
    font-family: 'Segoe UI';
/*	src: url('../fonts/segoeuil.ttf');*/
}
/*body{background: #F6F6F6 url(../img/gradient_texture.jpg) repeat-x; font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;}*/
body{background: #f0efef; font-family:Arial, Helvetica, sans-serif;}
/*
input, select{border:1px solid #CCC; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
*/
.none{display:none;}
.relative {position: relative;}

#wrapper {
    min-height: 91.5%;
    min-width: 320px;
    position: relative;
    width: 100%;
}
#container{position:relative; min-height:100%;margin-bottom: -66px;}
div.submitOverlay {
position: fixed;
	top:50%;
	left:50%;
	width:400px;
	margin-left:-200px;
	height:100px;	
	margin-top:-50px;
    background-color: grey;
    color:white;
    text-align:center;
    z-index: 9999;
}
.loginContainer {
    /* position: absolute; */
    width: 100%;
    background-image: url(../img/logBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.09);
    -moz-box-shadow:    0px 5px 0px 0px rgba(0,0,0,0.09);
    box-shadow:         0px 5px 0px 0px rgba(0,0,0,0.09);
}
#headerLine{
    position: relative;
    height: 28px;
    width: 100%;
    background-image: url(../img/headerLine.jpg);
    background-position: center center;
    background-size: cover;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.09);
    -moz-box-shadow:    0px 5px 0px 0px rgba(0,0,0,0.09);
    box-shadow:         0px 5px 0px 0px rgba(0,0,0,0.09);
}
/* #header {
    position: relative;
    height: 90px;
    z-index: 2;
} */

#header-top {
    height: 90px;
    position: relative;
    background-image: url(../img/headerBg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-box-shadow: 3px 8px 0px -2px rgba(0,0,0,0.08);
    -moz-box-shadow:    3px 8px 0px -2px rgba(0,0,0,0.08);
    box-shadow:         3px 8px 0px -2px rgba(0,0,0,0.08);
}

#header-top.login {
    height: 103px;
    position: relative;
    background: url(../img/logorabo.png) no-repeat center;
}

#header-bottom {
    height: 30px;
    margin-top: 5px;
    position: relative;
}
#header-title {
    height: auto;
    padding: 5px;
    position: relative;
}
#header-title h1{
    font-family: 'Segoe UI';
    font-size: 24px;
    text-align: center;
    color: #bebdbd;
    line-height: 30px;
    letter-spacing: -1px;
}
.logo {
	background: url("../img/logo_jatim.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 51px;
    width: 368px;
    left: 32%;
    position: absolute;
}

.info {
    color: #fff;
    height: 29px;
    position: absolute;
    right: 12px;
	bottom: 3px;
    width: auto;
    z-index: 1000;
}

.info p {
	font-size: 12px;
    margin-left: 58px;
    margin-top: 5px;
    font-family: 'Segoe UI';
}
.info a{
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
}
.info a:hover{
    color: #fff;
    text-decoration: underline;
}
.logoHome {
    height: 90px;
    padding-top: 2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 235px;
    height: 88px;
    background-color: #fff;
}
.logoHome img{
    position: absolute;
    top: 5px;
    left: 11px;
}
/* .language {
	color: #fff;
    height: 29px;
    padding-top: 2px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 280px;
} */
.language {
  color: #fff;
  height: 29px;
  padding-top: 5px;
  position: relative;
  right: -920px;
}

.language p {
	margin: 0;
	display: inline;
    font-family: 'Segoe UI';
}

/* .language select{
    min-width: 90px;
    width: 90px;
    line-height:10px;
    color: #fff;
    font-family: "arial";
    font-size: 13px;
    border: 1px solid #a00838;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 4px;
    background-color: transparent;
    background-image: url(../img/bhs_list.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
} */
.language select {
  min-width: 90px;
  width: 90px;
  line-height: 10px;
  color: yellow;
  font-family: "arial";
  font-size: 13px;
  border: 1px solid #a00838;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 4px;
  background-color: transparent;
/*  background-image: url(../img/bhs_list.png);*/
  background-repeat: no-repeat;
  background-position: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.language option {
    color: #000000;
}
/*.btn.logout {
	position: absolute;
    right: 5px;
    top: 5px;
}*/

.logout {
    display: block;
    height: 35px;
    position: absolute;
    right: 46px;
    top: 18px;
    width: 76px;
    cursor: pointer;
}

#content {
    padding-bottom:0px;
}

.custom_breadcrumb {
    height: 15px;
    list-style-type: none;
    margin: 0;
    font-family: "Segoe UI";
    font-size: 10px;
}

.custom_breadcrumb li {
    background: url("../img/bread_sep.png") no-repeat scroll right center transparent;
    float: left;
    height: 24px;
    padding-right: 3px;
}

.custom_breadcrumb li.active {
    color: #000;
    line-height: 44px;
}

.custom_breadcrumb li a{
    color: #999;
    display: block;
    /* padding: 15px 0; */
    text-decoration: none;
}

.custom_breadcrumb li a:hover{
    color: #fc0556;
}

.history_home{background:url(../img/transparent.png); width:12px; height:12px; display:block;}

/*#head{
	height: 111px;
    margin-bottom: 10px;
    position: relative;
}
#head{height:111px; margin-bottom:10px; position:relative;}
#header-texture{background:url(../img/header-texture.png); width:467px; height:60px; position:absolute; top:26px; left:350px;}
#languageForm {float:left}
.logo{background:url(../img/head_logo.png); width:118px; height:24px; display:block; position:absolute; top:43px; left:10px;}
.app_name{position:absolute; top:49px; left:130px; text-transform:uppercase; color:#333333;}
.red-left{background:url(../img/header-red-left.png); width:15px; height:20px; position:absolute; bottom:4px; left:0;}
.red-rpt{background:url(../img/header-red-rpt.png); height:20px; position:absolute; bottom:4px; left:15px; right:15px;}
.red-right{background:url(../img/header-red-right.png); width:15px; height:20px; position:absolute; bottom:4px; right:0;}
.head_componen{position:absolute; top:5px; right:10px;}
.head_componen select{border:none; background:none; color:#eaeaea; font-weight:bold; font-size:11px; float:left; margin-left:5px; }
.head_componen option {color:#000000;}
.head_componen p{color:#ffffff; float:left; font-size:11px; font-weight:bold; margin-left:5px; white-space:nowrap;}
.phone_ico{background:url(../img/small-phone-icon.png); width:16px; height:16px; display:block;}
#breadcrumb .history_home{background:url(../img/transparent.png); width:12px; height:12px; display:block;}
#breadcrumb {position:absolute; top:92px; left:10px; list-style-type: none;}
#breadcrumb li{margin:0; padding:0; float:left; margin-right:10px;}
#breadcrumb li p{margin-top:-4px;}
#breadcrumb li.his_sep{background:url(../img/transparent.png) 0 -12px; width:6px; height:13px;}
#breadcrumb li a{color:#f6f6f6; text-decoration:none; font-size:11px;}
#breadcrumb li a:hover{color:#F60;}
.user_log{position:absolute; bottom:4px; right:10px; margin:0; padding:0; font-size:11px; color:#FFF;}
.user_log a{color:#da251d; text-decoration:none;}
.user_log a:hover{text-decoration:underline;}*/


/*#languageForm {float:left}
.logo{background:url(../img/head_logo.png) no-repeat; width:118px; height:19px; display:block; position:absolute; top:9px; left:13px;}
.head_componen{position:absolute; top:10px; right:10px;}
.head_componen select{border:none; background:none; color:#fff; font-size:11px; float:left; margin-left:5px; }
.head_componen p{color:#FFF; float:left; font-size:11px; font-weight:bold; margin-left:5px; white-space:nowrap;}
.phone_ico{background:url(../img/contact.png); width:16px; height:16px; display:block;}
#availableLanguages option {background: #00dbff;}*/

/*#neck{margin-top:10px;}
#neck h1{margin:0; padding:0; margin-left:5px; float:left;}
#neck p{margin:0; margin-right:5px;}
#neck hr{margin-bottom:12px;}*/
/*
#neck .date_time{float:right; margin-bottom:7px; font-size:11px; color:#666;}
*/
/*#neck .date_time{font-size:11px; color:#666;}
#neck .history_home{background:url(../img/transparent.png); width:12px; height:12px; display:block;}
#neck ul{margin-left:5px; margin-bottom:10px; list-style-type:none; float:left;}
#neck li{margin:0; padding:0; float:left; margin-right:10px;}
#neck li p{margin-top:-4px;}
#neck li.his_sep{background:url(../img/transparent.png) 0 -12px; width:6px; height:13px;}
#neck li a{color:#333; text-decoration:none; font-size:11px;}
#neck li a:hover{color:#b70000;}
#neck .user_log{float:right; font-size:11px; color:#333;}
#neck .user_log a{color:#b70000; text-decoration:none;}
#neck .user_log a:hover{text-decoration:underline;}*/


/* #main_menu{position:relative;margin-top:30px;margin-bottom:30px;margin-bottom:90px;z-index:1} */
#main_menu {
  position: relative;
  margin-bottom: 90px;
  z-index: 1;
  width: 200px;
  background: #9e0b0f url(../img/bss/bg-left-menu.png) no-repeat 0 0;
  background-size: 100%;
  border-radius: 10px;
}
#mm_title{
    background: #da2128;
    padding: 10px 0 0 10px;
    font-size: 14px;
    color: #FFF;
    height: 28px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.16);
}

#mmTab{
    display: block; float: left; height: 33px; left: 10px; margin-right: 1px; position: absolute; top: -1px; width: 45px; border: 1px solid #C0D0BE;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 1;
    border-bottom: none;
    background: url(../img/green_carbon.jpg);
    /* background: url(../img/menu_tab.png); */
}
.mmTabActive{background: none repeat scroll 0 0 #FFFFFF !important;}

.menu_icon {
	display: block;
    height: 20px;
    width: 20px;
    margin: 7px 12px;
}

#mmTab .menu_icon {background: url("../img/main_menu_icon_off.png") no-repeat;}
.mmTabActive .menu_icon {
    background: url("../img/main_menu_icon_on.png") no-repeat !important;
}

/*#mmTab:hover > .mmTabicon { background: url("../img/main_menu_icon_off.png") no-repeat; } */

#fmTab{
    width:45px; height:33px; display:block; position:absolute; top:-1px; left:66px; border: 1px solid #233a1f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: url(../img/green_carbon.jpg);
    border-bottom: none !important;
    z-index: 1;
}
.fmTabActive{background: #ffffff !important; border: 1px solid #C0D0BE !important;}

#fmTab .menu_icon {background: url("../img/fav_menu_icon_off.png") no-repeat;}
.fmTabActive .menu_icon {
    background: url("../img/fav_menu_icon_on.png") no-repeat !important;
}

#mm_list_wraper {
  padding: 0 10px;
  position: relative
 -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.06);
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
}
#mm_list_wraper .emb_left{background:url(../img/vertical.png);width:2px;position:absolute;top:0;bottom:0;left:-1px}
#mm_list_wraper .emb_right{background:url(../img/vertical.png) -2px 0;width:2px;position:absolute;top:0;bottom:0;right:-1px}
#mm_list_wraper .emb_botleft{background:url(../img/transparent.png) -12px -7px;width:7px;height:7px;position:absolute;bottom:-4px;left:-1px}
#mm_list_wraper .emb_botright{background:url(../img/transparent.png) -19px -7px;width:7px;height:7px;position:absolute;bottom:-4px;right:-1px}
#mm_list_wraper .emb_footrpt{background:url(../img/horizontal.png) 0 -61px;height:3px;position:absolute;bottom:-4px;left:6px;right:6px}
#mm_list{margin:0;padding:0}
/* #mm_list h3{margin:0;padding:7px 0;position:relative;color:#333;font-size:12px;font-weight:bold;cursor:pointer} */
#mm_list h3 {
  margin: 0;
  padding: 5px 0px 0px 15px;
  position: relative;
  color: white;
  font-size: 10px;
  cursor: pointer;
}
/* #mm_list h3 span.arrowclose{background:url(../img/general.jpg) -128px 0;width:11px;height:11px;position:absolute;top:11px;right:0} */
#mm_list h3 span.arrowclose {
  background: url(../img/bss/arrow.png);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
/* #mm_list h3 span.arrowopen{background:url(../img/general.jpg) -128px -11px;width:11px;height:11px;position:absolute;top:11px;right:0} */
#mm_list h3 span.arrowopen {
  background: url(../img/bss/arrow.png);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
#mm_list h3:hover{color:#ffa516}
#mm_list hr{margin:0;padding:0;border:none;border-bottom:0px dotted #d6d6d6}
#mm_list .panel{display:none}
#mm_list .panel ul{list-style-type:none;margin:0 padding:0}
#mm_list .panel ul li{margin:0;padding:0;padding-left:20px;margin-bottom:7px;/* border-left:3px solid #FFF */}
#mm_list .panel ul li.last{margin:0}
#mm_list .panel ul li.active{/* border-left:3px solid #666 */}
#mm_list .panel ul li.active a{color:yellow;}
#mm_list .panel ul li a{color:white;text-decoration:none; font-size: 10px; display: block;}
#mm_list .panel ul li a:hover{color:#ffa516}

#fm_list a{text-decoration:none; padding:7px 10px; display:block; position:relative; color:#333; font-size:12px; font-style: italic; cursor:pointer;}
#fm_list .activeFavorite{color:#355830}
#fm_list a:hover{color:#355830;}
#fm_list hr{margin:0; padding:0; border-color:#d6d6d6;}

#eula{
    background-color:#FFF; border: 1px solid #c0d0be; margin-left:5px; margin-right:5px; position:relative; margin-bottom:30px; padding:10px 0; 
    border-radius: 6px;
}
#eula .emb_left{display:none; background:url(../img/vertical.png); width:2px; position:absolute; top:5px; bottom:0; left:-1px;}
#eula .emb_right{display:none; background:url(../img/vertical.png) -2px 0; width:2px; position:absolute; top:5px; bottom:0; right:-1px;}
#eula .emb_botleft{background:url(../img/nav_footer_left.png) no-repeat; width:7px; height:5px; position:absolute; bottom:-5px; left:-1px;}
#eula .emb_botright{background:url(../img/nav_footer_right.png) no-repeat; width:7px; height:5px; position:absolute; bottom:-5px; right:-1px;}
#eula .emb_footrpt{background:url(../img/nav_footer_center.png) repeat-x top left; height:5px; position:absolute; bottom:-5px; left:6px; right:6px;}
#eula h2{font-size:24px; margin:0; padding:0; margin-left:15px; margin-bottom:10px; font-weight:lighter; color:#333;}
#eula h3{font-size:16px; margin-left:15px; margin-bottom:10px;}
#eula p{margin:0 15px 15px; padding:0; text-indent:20px; color:#333;}
#eula ul{margin-left:10px;}
#eula ol {margin-left: 35px;}
#eula ol p {text-indent: 0; margin-left: 0px;}

#activation_code{width:200px; height:22px; float:left; margin-left:25px; margin-right:10px;}

.alert_div{width:100%; color: #B94A48; background-color:#F2DEDE; border: 1px solid #EED3D7; text-align:center; margin-top:10px; position:relative; margin-bottom:5px; float:left; padding:5px 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.welcome_div{color: #fff; background-color:#902929; margin-left:5px; position:relative; margin-bottom:5px; float:left; width:708px; padding:5px 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;top: 20px;}
.welcome_span{margin-left: 15px}

#main_content {
  border-radius: 10px;
  padding: 10px;
  float: right;
  background-color: #e1e1e1;
  width: 806px;
  overflow-x: hidden;
}
#main_content::-webkit-scrollbar { 
    display: none; 
}
/* #main_content h2{font-size:32px; font-family: 'Segoe UI'; margin:0;padding:0;margin-bottom:5px;font-weight:lighter;color:#ee314a} */
#main_content h2 {
  font-size: 15px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  color: black;
  /* line-height: 1; */
  font-weight: bold;
  text-transform: capitalize;
}
#main_content h3{font-size:16px;font-family: 'Museo'; margin-left:15px}
#main_content h3 span{color:#09C;font-size:12px;font-style:italic}
#main_content p{margin-left:15px}
#main_content legend{color:#333;font-size:18px;padding-left:5px}
.table_grid{font-size:12px;color:#333;}
table{
    background-color: #fff;
}
.table_grid p{margin:0;padding:0;color:#333;font-size:18px;margin-left:5px!important}
.table_grid th{background-color:#da2128;color:#FFF;font-weight:bold; font-family: 'Segoe UI';}
.table_grid th,.table_grid td{text-align:left;padding:9px}
.table_grid td{color: #666}
.table_grid tr.odd td{background:#f3f3f3!important}
table.red th{background:#902929;}
.inputStyle{padding:3px;}
.h_welcome{height:433px;}
.formfield{margin-top:10px; }
.formfield label, .formfield select, .formfield p{font-size:12px; color:#333; margin-left: 5px;max-width:370px}
.formfield input[type="text"]{margin-left: 5px};
.formfield input.radio{margin-left:10px; float:left;}
.formfield p{float:left; margin:0; padding:2px 0 0 10px;}
.formfield td{padding:5px 5px 5px 5px;}
.formfield tr.odd td {background:#F3F3F3 !important;}
.formfield td.first{width:250px;min-width:170px}
.formfield td.last{width:530px;}
.grey_btn{background:url(../img/horizontal.png) 0 -64px;font-size:11px;height:26px;color:#FFF;border:0;cursor:pointer;padding:0 20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
.btn_orange {
  display: inline-block;
  padding: 1px 18px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #F1F1F1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #ec4819;
  background-image: -moz-linear-gradient(top, #ec4819, #f06120);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec4819), to(#f06120));
  background-image: -webkit-linear-gradient(top, #ec4819, #f06120);
  background-image: -o-linear-gradient(top, #ec4819, #f06120);
  background-image: linear-gradient(to bottom, #ec4819, #f06120);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec4819', endColorstr='#fff06120', GradientType=0);
  border-color: #f06120 #f06120 #e5510e;
  border-color: rgba(240, 97, 32, 0.1) rgba(229, 81, 14, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #f06120;
  border-bottom-color: #e5510e;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.login_btn{background:url("../img/header.jpg") repeat-x left top; width:100px !important; font-size:11px; height:26px; color:#FFF; border:1px solid #740202 !important; cursor:pointer; padding:0 20px;  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.green_btn{background:url(../img/horizontal.png) 0 -151px; font-size:11px; height:26px; color:#FFF; border:none; cursor:pointer; padding:0 20px;  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.centerize_btn{text-align:center; margin-bottom:50px;}
a.grey_btn.mr10 {
	text-decoration: none;
	color: white;
	padding: 5px 20px;
	height: 26px;
}
#activation_wrap{width:100%; padding-top:6%; margin-bottom: 20px;}
#content_wrap {
    position: relative;
    height: 400px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 50px;
}
#login_wrap{
    width:320px;
    height: auto; 
    position:absolute; 
    top: 50%; 
    left: 50%; 
    /* margin-top: -230px; */
    margin-top: -270px; 
    margin-left: -170px; 
    display: block;
    text-align: center;
}
#logout_wrap{
	width:auto;
    height: auto; 
    /* position:absolute; */
    position:relative;
    top: 50%; 
    /* margin-top: -230px;
    margin-left: 82px; */
    margin-top: 25px;
    margin-left: 0; 
    display: block;
    text-align: center;
    margin-bottom: 90px;
}

.loginForm{
    text-align: center;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius:  5px;
    -moz-border-radius:     5px;
    border-radius:          5px;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 60%, #d9d6d9 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(60%, #ffffff), color-stop(100%, #d9d6d9));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 60%, #d9d6d9 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 60%, #d9d6d9 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 60%, #d9d6d9 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 60%, #d9d6d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d6d9', GradientType=1 );
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:    0px 0px 7px 3px rgba(0,0,0,0.2);
    box-shadow:         0px 0px 7px 3px rgba(0,0,0,0.2);
    border-bottom: 3px solid #999;
}
.loginForm h3{
    color: #dd1b4f;
    font-family: 'Segoe UI';
    letter-spacing: -1px;
    font-size:  20px;
    text-align: center;
    margin-bottom: 10px !important;
    font-weight: normal;
}
.loginForm p{
    color: #000;
    font-size: 11px;
    font-family: "Segoe UI";
}
input.formLogin{
    font-family: 'Segoe UI';
    font-size: 13px;
    border: 0;
    outline: 0;
    background-color: #f5f4f4;
    width: 77%;
    height: 15px;
    padding: 10px;
    padding-right: 50px;
    margin-bottom: 14px;
    -webkit-border-radius:  4px;
    -moz-border-radius:     4px;
    border-radius:          4px;
    -webkit-box-shadow:     0px 2px 0px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:        0px 2px 0px 0px rgba(50, 50, 50, 0.12);
    box-shadow:             0px 2px 0px 0px rgba(50, 50, 50, 0.12);
}
input.formLogin:hover{
    background-color: #e4e3e3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
input.formLogin:focus{
    background-color: #e4e3e3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.formLine{
    border: 1px solid #c2c2c2;
}
.garisPemisah{
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
}
input.loginBtn{
    cursor: pointer;
    font-size: 14px;
    border: 0;
    outline: 0;
    text-align: center;
    background-color: #da2128;
    color: #fff;
    width: 97%;
    padding: 8px;
    margin:0 0 25px 0;
    -webkit-border-radius:  4px;
    -moz-border-radius:     4px;
    border-radius:          4px;
    -webkit-box-shadow: 0px 2px 0px 0px #79090d;
    -moz-box-shadow:    0px 2px 0px 0px #79090d;
    box-shadow:         0px 2px 0px 0px #79090d;
}
input.loginBtn:hover{
    color: #fff;
    background-color: #f00627;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.textForm{
    text-align: left;
    color: #838383;
    margin-top: 10px!important;
    margin-bottom: 0;
    width: 210px;
    padding-left: 5px;
}
.corporate{
    background: url(../img/corporateID.jpg) no-repeat left;
}
.userId{
    background: url(../img/userID.png) no-repeat right;
}
.token{
    background: url(../img/token.jpg) no-repeat left;
}
.loginIcn{
    background: url(../img/login.jpg) no-repeat left;
}
.password{
    background: url(../img/password.png) no-repeat right;
}
.loginHelp{
    float: left;
    width: 290px;
    height: 370px;
    padding-left: 20px;
    text-align: center;
    background-color: #0054a6;
    background-image: url(../img/loginBg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius:          10px 0px 0px 10px;
    -moz-border-radius:     10px 0px 0px 10px;
    -webkit-border-radius:  10px 0px 0px 10px;
    border-right: 5px solid #004180;
}
.linkHelp a {
  color: #000;
}
.linkHelp a:hover{
    text-decoration: underline;
    color: #e01e51;
}
.loginHelp H3{
    position: relative;
/*    font-family: 'Elegant Lux';*/
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    font-style: italic;
    z-index: 3;
}

.loginShadow{
    margin-top:20px; 
}
.logoLogin{
    z-index: 2;
    text-align: center;
}
#login_wrap .loginLanguage{padding: 10px 5px; text-align: right; z-index:1}
#login_wrap .loginLanguage p{font-size: 10px; float:right; margin: 0; padding: 0;}
#login_wrap .loginLanguage select{font-size: 11px; padding: 0; margin-left: 10px; width: 100px; height: 18px; float:right}
#login_wrap .loginPanel{background:url(../img/login_panel.jpg); width: 550px; height: 211px; position: relative; z-index:2}
#login_wrap .loginPanel .tx-1{
    color: #FFFFFF;
    font-size: 14px;
    left: 348px;
    position: absolute;
    top: 10px;
}
#login_wrap .loginPanel .tx-2{position: absolute; top: 45px; left: 360px; color: #DDD; font-size: 11px;}
#login_wrap .loginPanel .tx-3{position: absolute; top: 95px; left: 360px; color: #DDD; font-size: 11px;}
.verisign{position: absolute; bottom: 9px; right: 15px;}
#login_wrap .loginPanel .help{position: absolute; top: 13px; right: 10px; color: white; font-size: 10px;}
.link-1{
    color: #bababa;
    font-size: 10px;
    left: 14px;
    bottom: 65px;
    position: absolute;
}
.link-2{
    color: #bababa;
    font-size: 10px;
    left: 91px;
    bottom: 65px;
    position: absolute;
}
.link-3{
    color: #bababa;
    font-size: 10px;
    right: 14px;
    bottom: 65px;
    position: absolute;
}
#login_wrap .loginPanel{position: absolute; right: 15px; bottom: 25px; padding: 4px 25px 5px;}
#login_wrap .loginPanel .name{position: absolute; top: 63px; right: 24px; width: 156px; height: 15px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#login_wrap .loginPanel .pass{position: absolute; top: 113px; right: 24px; width: 156px; height: 15px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#login_wrap .loginPanel div{display: none; background: white; position:absolute; top: -15%; right: 0; width: 300px; padding: 5px 10px; font-size: 12px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; box-shadow: 0 0 40px #666;}
#login_wrap .loginPanel div li{margin: 10px 0}
#login_wrap .loginPanel div div .closeHelp{position: absolute; top: -12px; right:-12px; background: black; color: white; display:block; padding:2px 6px; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; border: 3px solid #FFF; font-size: 11px; font-weight:bold;}
#login_wrap .appDown{padding: 5px; z-index:1}
#login_wrap .appDown p{float: right; padding-top:10px}
#login_wrap .appDown .downCon{float: right; position: relative;}
.dlIOS, .dlAndroid, .dlBB, .dlWin{margin-left: 10px; text-align:center; text-decoration: none; color: #666; font-size: 11px; padding-top: 45px}
.dlIOS:hover, .dlAndroid:hover, .dlBB:hover, .dlWin:hover{color:#900; text-decoration: underline;}
#login_wrap .appDown .dlIOS{background: url(../img/iOS.png) no-repeat; width: 41px; display:block;}
#login_wrap .appDown .dlAndroid{background: url(../img/android.png) no-repeat; width: 41px; display:block;float: right;}
#login_wrap .appDown .dlBB{background: url(../img/blackberry.png) no-repeat; width: 41px; display:block;float: right;}
#login_wrap .appDown .dlWin{background: url(../img/windows.png) no-repeat; width: 41px; display:block;float: right;}
#login_wrap .appDown .downCon div{position: absolute; display: none; padding:8px 10px; left: 5px; top: -5px ; background:#333; border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#login_wrap .appDown .downCon div hr{margin: 8px 0 5px;}
#login_wrap .appDown .downCon div a{color: white; font-size: 11px; white-space:nowrap; padding: 5px 0 5px 20px;}
#login_wrap .appDown .downCon div a:hover{color: #C00;}
#login_wrap .appDown .downCon div .smsBanking{background:url(../img/smsBankingIcon.png) left no-repeat;}
#login_wrap .appDown .downCon div .mobileToken{background:url(../img/mobileTokenIcon.png) left no-repeat;}

#login_title{background:#950f16;/* background:url(../img/horizontal4.png) repeat-x top left; */ height:33px; border: 1px solid #740202; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;}
#login_title p{color:#FFF; padding:7px 0 0 15px; font-weight:bold; text-shadow: 0 1px 0 black;}
#login_title td{color:#FFF; padding:7px 15px 0 15px; font-weight:bold;}
#login_title td a{color:#000; padding:7px 0px 0 15px; font-weight:bold;}
#registrasi_title td{color:#FFF; padding:7px 15px 0 15px; font-weight:bold;}
#registrasi_title td a{color:#000; padding:7px 0px 0 0px; font-weight:bold;}
#registrasi_title{background:url(../img/horizontal3.png) 0 0px; height:33px; }
#createUser_title{background:url(../img/horizontal.png) 0 -90px; height:33px; border-top-right-radius:10px; -moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; border-top-left-radius:10px; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px;color:#FFF; padding:7px 15px 0 15px; font-weight:bold;}
#login_panel{width:350px; margin:0 auto; position:relative;}
#login_content{width: 348px; background-color:#FFF; position:relative; border: 1px solid #b7bbc0;}
#login_content form{padding:10px 0 0 30px;}
#login_content label{font-size:12px;float:none;}
#login_content input{width:180px; border:none; margin-top:5px;float:none;/* margin-left:-5px; */}
#logout_panel{width:800px; margin:0 auto; position:relative; }
#logout_content{width:798px; background-color:#FFF; position:relative;margin-top: 0;padding: 1px; }
#logout_content td{padding:5px 0 5px 5px;}
#logout_content tr.odd td {background:#F3F3F3 !important;}
#logout_title{background:url(../img/horizontal.png) 0 -90px; height:33px; border-top-right-radius:10px; -moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; border-top-left-radius:10px; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px;color:#FFF; padding:7px 15px 0 15px; font-weight:bold;margin-bottom: 0}
#createUser_panel{width:400px; margin:0 auto; position:relative;}
#createUser_content{width:400px; background-color:#FFF; position:relative;}
#createUser_content form{padding:10px 0 0 30px;}
#createUser_content input{margin-left:15px; margin-top:5px; margin-bottom:5px; width:190px}
#createUser_content input.grey_btn{width:100px; margin-top:2px;}
#createUser_content td{vertical-align: middle;}
.loginForm p.btm_txt{text-align:right; width:199px; font-size:11px; color:#999; float:left;padding-top: 5px;}
#verisign{width: 80px; float: left;}
#login_content input.grey_btn{width:100px; margin-top:2px;}
#login_content #input{background:url(../img/horizontal.png) 0 -199px repeat-x; height:28px; width:185px; margin:0 0 6px 6px; position:relative;}
#input span.login_left{background:url(../img/general.jpg) -111px -22px; width:6px; height:28px; position:absolute; top:0; left:-6px;}
#input span.login_right{background:url(../img/general.jpg) -117px -22px; width:6px; height:28px; position:absolute; top:0; right:-6px;}
#login_content .emb_left{display: none; background:url(../img/vertical.png); width:2px; position:absolute; top:0; bottom:0; left:-1px;}
#login_content .emb_right{display: none; background:url(../img/vertical.png) -2px 0; width:2px; position:absolute; top:0; bottom:0; right:-1px;}
#login_content .emb_botleft{background:url(../img/nav_footer_left.png) no-repeat; width:7px; height:5px; position:absolute; bottom:-5px; left:-1px;}
#login_content .emb_botright{background:url(../img/nav_footer_right.png) no-repeat; width:7px; height:5px; position:absolute; bottom:-5px; right:-1px;}
#login_content .emb_footrpt{background:url(../img/nav_footer_center.png) repeat-x top left; height:5px; position:absolute; bottom:-5px; left:6px; right:6px;}
#login_image{background:url(../img/login_logo.png); width:104px; height:110px; float:left; margin:25px 20px 0 15px}
.left{float:left;margin-left:-275px}
.ml10{float:left; margin-left:10px;}
.ml25{margin-left:25px;}
.right{float:right;margin-right:10px;}
.right2{float:right;margin-right:10px;}
.mr10{float:right; margin-right:10px;}
.border_1{border-left:1px solid #ccc; position:absolute; left:230px; top:110px; bottom:-2px;}
.border_2{border-left:1px solid #ccc; position:absolute; left:470px; top:110px; bottom:-2px;}

/* #recipe_wrap{width:708px; margin-left:5px; margin-bottom:80px; float:left; position:relative;} */
#recipe_wrap {
  margin-bottom: 80px;
  position: relative;
}
/* #recipe{background:url(../img/paper_format.png); width:628px; padding:10px 40px; margin-bottom:10px;} */
#recipe {
  background: url(../img/paper_format.png);
  width: 800px;
  margin-bottom: 10px;
  float: right;
  padding-right: 30px;
  padding-left: 30px;
  padding-top:10px;
  padding-bottom:10px;
}
/* #logo_blue{background:url(../img/bank_receipt.png) no-repeat; width:623px ; height:30px; float:left; text-align: right; font-weight:bold} */
#logo_blue {
  background: url(../img/bank_receipt.png) no-repeat;
  width: 780px;
  height: 30px;
  float: left;
  text-align: right;
  font-weight: bold;
  padding-right: 40px;
}
#recipe hr{margin:10px 0;}
#recipe_list table{width:100%;}
#recipe_list td{padding:5px 0 5px 5px;}
#recipe_list tr.even td {background:#cccccc !important;}
#recipe_list td.first{width:150px;}
#recipe_list td.last{text-align:right; padding-right:5px;}

.ico_position{position:absolute; top:5px; right:10px;}
.ico_fav_off{background:url(../img/icon_fav.png); display:block; width:60px; height:60px; margin:0 auto; background-position: 0 0px;text-indent:-9999px;}
.ico_fav_off:hover{background:url(../img/icon_fav.png); display:block; width:60px; height:60px; margin:0 auto; background-position: 0 -60px;text-indent:-9999px;}
.ico_fav_on{background:url(../img/icon_fav.png);display:block; width:60px; height:60px; margin:0 auto; background-position: 0 -60px;text-indent:-9999px;}
.ico_fav_on:hover{background:url(../img/icon_fav.png);display:block; width:60px; height:60px; margin:0 auto; background-position: 0 0px;text-indent:-9999px;}

#footer-wrap{
    /* bottom: 0px; */
    position: relative;
    width: 100%;
    background-color: #333;
    height: 66px;
}
/*.logo_footer {
	width: 368px;
	height: 39px;
	display: block;
	left: 32%;
	position: absolute;
	bottom: -11px;
}*/


#footer{position: relative;height:60px;bottom:0;left:0;}
#footer hr{margin:10px 0}
#footer p{color:#999;font-size:9px;margin:0;padding-top:8px;}
#footer .footerShade{width:910px;height:20px;display:block;margin:-5px 0 0 5px;}
#footer p span.small_logo{background:url(../img/bvcSmall.png) no-repeat;width:14px;height:19px;float:left;margin-right:5px;margin-top:-2px}
#footer p.call_center{position:absolute;top:35px;right:0}
#footer p.copyright{position:absolute;top:35px;left:0;}
#foor_link{list-style-type:none;margin:0;padding:0;position:absolute;top:3px;right:0}
#foor_link li{float:left;margin:0;padding:0;margin-left:10px}
#foor_link li p{padding-top:4px}
#foor_link li a{text-decoration:none;color:#e01e51;font-size:9px}
#foor_link li a:hover{text-decoration:underline}
.error_field{border:1px solid #C00;}
.error_msg{float:right; margin-right:10px; padding:1px 10px 0 10px; color:#FFF; background-color:#C00; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position:relative; font-weight:lighter;}
.error_msg span{width:8px; height:11px; background:url(../img/transparent.png) -6px -14px; position:absolute; top:5px; left:-6px;}
.error_input{color:#C00; margin-left:10px;}
/* #notivy_yellow{width:580px; padding:10px 15px; color: #C09853; background-color:#FCF8E3; border:1px solid #FBEED5; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); position:relative; margin:0 auto; margin-top:20px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;} */
#notivy_yellow {
  /* width: 580px; */
  padding: 10px 15px;
  color: #C09853;
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#notivy_green{width:580px; padding:10px 15px; color: #468847; background-color:#DFF0D8; border:1px solid #D6E9C6; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); position:relative; margin:0 auto; margin-top:20px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
#notivy_red{width:580px; padding:10px 15px; color: #B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); position:relative; margin:0 auto; margin-top:20px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
#notivy_message ol{margin:0; padding:0 }
#notivy_message ol li{margin-left:20px;}
#notivy_message p{text-align:center; margin:0; padding:0;}
#notivy_message a{color:black;}

.datePicker{width:200px; !important;}
.datePicker td{padding:3px 0 !important;}
.datePicker .header{height:25px;}
.datePicker .grid{height:150px;}
.datePicker .footer{height:20px;}
.datePicker .previousButton, .datePicker .nextButton{margin:6px;}
.radioGroup{margin-left:25px;}
/*
input{float:none; margin-top:2px; margin-right:5px;}
*/

DIV.t-error {
    border: 1px solid #cc0000;
    margin: 4px 10px;
    padding: 0;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
DIV.t-error DIV {
    background-color: #CC0000;
    color: white;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 2px 10px;
	border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
}
DIV.t-error UL {
    background-color: white;
    color: #CC0000;
    margin: 2px 0;
	list-style-type:none;
	border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
DIV.t-error LI {
    margin-left: 10px !important;
}
DIV.t-error-single {
    background-color: #CC0000;
    color: white;
    display: block;
    margin: 0;
    padding: 2px;
}
.searchReference{background:url(../img/search.png); width:20px; height:20px; border:none; cursor:pointer; margin-left:5px;}
.flleft{float:left;}
.single_menu{text-decoration:none; color:#333;}
td.tx_right{text-align:right !important; padding-right:20px;}

#startDate, #endDate{width:80px;}
.date_picker_inline{
    float:left;
    margin-right:5px;
}
.grid100right{width:100px; text-align:right}
/* added by Yohan */
DIV.t-data-grid {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

DIV.t-data-grid-pager {
    margin: 8px 0px;
}

DIV.t-data-grid-pager A, DIV.t-data-grid-pager SPAN.current {
    text-decoration: none;
    color: black;
    padding: 2px 5px;
    border: 1px solid silver;
    margin-right: 5px;
}

DIV.t-data-grid-pager A:hover {
    border: 1px solid black;
}

DIV.t-data-grid-pager SPAN.current {
    color: white;
    background-color: #809FFF;
}

#note{color:red;font-style:italic;clear: both;}
#saveBox {
	float: none;
	margin-top: 2px;
}
#destinationNote {
	float: none;
}

table.t-data-grid {
	width: 100%;
	padding: 5px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	border-bottom: 1px solid gray;
}
table.t-data-grid tr th {	
	background-color: #da2128;
	color: white;
	font-weight: bold;
	border: none;
	
}
table.t-data-grid thead tr th {
	border: none;
	padding: 5px;
}

table.t-data-grid tbody tr td {
	border: none;
	padding: 5px;
	border-left: none;
}
div.t-data-grid {
	font: 13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}
DIV.t-data-grid-pager {
    margin: 8px 0px;
}

DIV.t-data-grid-pager A, DIV.t-data-grid-pager SPAN.current {
    text-decoration: none;
    color: black;
    padding: 2px 5px;
    font-size: medium;
    border: 1px solid silver;
    margin-right: 5px;
}

DIV.t-data-grid-pager A:hover {
    border: 1px solid black;
}

DIV.t-data-grid-pager SPAN.current {
    color: white;
    background-color: #809FFF;
}
.t-data-grid {
	padding: 10px;
	font-size: 12px;
	color: #333;
}

.w200{width:175px; float:none}
th.tx_right{text-align:right !important; padding-right:20px;}
TABLE.t-data-grid tr.odd td {background:#F3F3F3 !important}
.editor_ok_button{
	width:60px;
}
.editor_cancel_button{
	width:60px;
}
a.fav_1{background:url(../img/icon_sprite.png); display:block; width:60px; height:60px; margin:0 auto;}

div.alert_inbox {
	margin-bottom:5px; float:right; width:580px; padding-left:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	background-color: #FFE4B5;
	text-align:center; 
}
div#alerts {
	margin-left:5px; margin-bottom:5px; float: right; width:580px; 
}
div.t-alert-controls, div.t-dismiss {
	display: none;
}
div.t-alert-container {
	margin-left: 15px;
}
div.t-alert-container div.t-info {
	background-color: #e23a00;
	margin-right: 25px;
}

/** General **/
li {
	margin-left: 0;
}

a {
	color: #355830;
}

a:hover {
	color: #2f8a26;
}

label {
	display: inline-block;
}

.appBtn{
    font-family: 'Segoe UI';
    font-size: 13px;
    text-align: center;
    border: 0;
    outline: 0;
    width: 125px;
    height: 35px;
    margin-top: 20px;
    -webkit-border-radius:  6px;
    -moz-border-radius:     6px;
    border-radius:          6px;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
}
.blueBtn{
    color: #0157ab;
    border: 2px solid #0370d9;
}
.blueBtn:hover{
    color: #fff;
    background-color: #024286;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.redBtn{
    color: #cf224f;
    border: 2px solid #cf224f;
}
.redBtn:hover{
    color: #fff;
    background-color: #b4143d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.orangeBtn{
    color: #FF6600;
    border: 2px solid #FF6600;
}
.orangeBtn:hover{
    color: #fff;
    background-color: #e55c01;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
select {
    min-width: 200px;
    color: #888;
    font-family: "arial";
    font-size: 13px;
    border: 1px solid #cccccc;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 4px;
    background-image: url(../img/tmbol_list.jpg);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 30px;
}
.breadCrumb{
    display: block;
    width: auto;
    float: left;
    position: relative;
    top: 30px;
    margin-left: 30px;
    z-index: 1;
}

#top_wrap {
	padding: 10px;
}

/* 
 * tambahan untuk penyesuaian tampilan existing BSS 
 *
 */

 .outer2 {
  	display:table;
  	width:862px;
  	height:100%;
  	margin:0 auto;
  	padding:1em;
  	background-color:#FFF;
  	webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.065);
  	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.065);
  	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.065);
  	*zoom: 1;
  }
  .outer2 #header {
  	width:800px;
  	height:62px;
  	margin:0 auto;
  	background:transparent url(../img/bss/header-login.png) 0 0 no-repeat;
  }
  #outer2-login {
  	float: none;
  	width:800px;
  	margin:0 auto;
  	padding:0;
  }
  .container {
  	width:800px;
  	height:2em;
  	margin:0 auto;
  	display:block;
  }
  .outer2 #outer-login #right-login {
  	float:right;
  	width:520px;
  	color:#333;
  	margin:0;/*	background:url(../img/bss/bg-login-left-right.png) -5px 0px no-repeat;
  	border:3px solid #f9f9f9;
  	-moz-border-radius:8px;
  	-webkit-border-radius:8px;
  	-opera-border-radius:8px;
  	-khtml-border-radius:8px;
  	border-radius:8px;	*/}
  #outer2-login #left-login #mid {
  	width:100%;
  }
  .outer2 #outer-login #left-login {
  	float:left;
  	width:260px;
   *width:257px;
  	_width:257px;
  	min-height:500px;
  	padding:1em 2em;
  	background:#000000 url(../img/bss/bg-left-menu.png) no-repeat 0 0;

  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  }

 .outer {
	display:table;
	width:1086px;
	height:90%;
	margin:0 auto;
	padding:1em;
	background-color:#FFF;
	webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.065);
	*zoom: 1;
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #dbdbdb), color-stop(20%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb));
	overflow:hidden;
}
.outer #header {
	width:1024px;
	height:62px;
	margin:0 auto;
	background:transparent url(../img/bss/header-inside.png) 0 0 no-repeat;
}
#outer-login {
	float: none;
	width:1024px;
	margin:0 auto;
	padding:0;
}
.container {
	width:1024px;
	height:2em;
	margin:0 auto;
	display:block;
}
.outer #outer-login #right-login {
	float:right;
	width:520px;
	color:#333;
	margin:0;/*	background:url(../img/bss/bg-login-left-right.png) -5px 0px no-repeat;
	border:3px solid #f9f9f9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	*/}
#outer-login #left-login #mid {
	width:100%;
}
.outer #outer-login #left-login {
	float:left;
	width:260px;
 *width:257px;
	_width:257px;
	min-height:500px;
	padding:1em 2em;
	background:#000000 url(../img/bss/bg-left-menu.png) no-repeat 0 0;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.catatan {
  width: 100%;
  color: #FFFFFF;
  margin: 14em 0 1.5em 0;
}

.callCenter {
  margin: 2.5em;
  padding: 1em;
  text-align: center;
  font-size: 11px;
  background-color: #ffffff;
}

.pull-left {
  float: left;
}

.span4 {
  width: 228px;
}

#footer {
	clear:both;
	width:800px;
	height:auto;
	color: #8F8F8F;
	margin:0 auto;
	border:0;
	border-top:1px solid #333;
}
#footer div {
	width:100%;
	margin:1.5em auto;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #FFF;
	background-color: #f06120;
 *background-color: #f7ad1e;
}
.btn:active, .btn.active {
	background-color: #f7ad1e \9;
}
.btn:first-child {
 *margin-left: 0;
}
.btn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #f06120;
 *background-color: #f7ad1e;
	/* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #f26522;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #f06120;
	background-color: #f7ad1e \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
h1 {
  width: 100%;
  font-weight: bold;
  color: black;
  font-size: 1.35em;
  line-height: 2em;
  margin-bottom: 1em;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}
* {
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
user agent stylesheeth1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

div, ol, ul, li, table, tr, td, p {
  margin: 0;
  padding: 0;
}
* {
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div {
  display: block;
}
user agent stylesheetdiv {
  display: block;
}

.veriSign {
  margin: 2.5em;
  padding: 1em;
  text-align: center;
  font-size: 11px;
  background-color: #ffffff;
}
.pull-right {
  float: right;
}
.span3 {
  width: 166px;
}

p.center, .center {
  text-align: center;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
label.short {
  width: 150px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 11px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  color: black;
}
label {
  cursor: default;
}


/* halaman setelah login */
#link {
  float: right;
  width: 100%;
  text-align: right;
  margin-top:4px;
  font-size:9pt;
}
#footer-content {
  clear: both;
  width: 1086px;
  height: auto;
  color: #8F8F8F;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #333;
  /* background-color: white; */
  padding: 5px;
  /* box-shadow: 0 1px 30px rgba(0, 0, 0, 0.065); */
  /* background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #dbdbdb), color-stop(20%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #dbdbdb)); */
}

div.amount {
	width:80px;
	text-align:right;
	display:inline-block
}
div.amountNoDec {
	width:40px;
	text-align:right;
	display:inline-block
}
