@font-face {
        font-family: 'Museo';
        src: url('../fonts/museo.otf');
}
@font-face{
    font-family: 'Segoe UI';
        src: url('../fonts/segoeuil.ttf');
}
body{background: #f3f2f2; font-family:Arial, Helvetica, sans-serif;}

.none{display:none;}
.relative {position: relative;}

#wrapper {
    min-height: 91.5%;
    min-width: 320px;
    position: relative;
    width: 100%;
}
#loginLine{
    position: relative;
    height: 50px;
    width: 100%;
    background-image: url(../images/loginLine.jpg);
    background-position: center center;
    background-size: cover;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow:         0px 5px 14px 0px rgba(0,0,0,0.1);
    border-bottom: 5px solid #fff;
}
#headerLine{
    position: relative;
    height: 28px;
    width: 100%;
    background-image: url(../img/mas/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/mas/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/mas/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/mas/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: 22px;
    left: 17px;
}
.language {
        color: #fff;
    height: 29px;
    padding-top: 2px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 280px;
}

.language p {
        margin: 0;
        display: inline;
    font-family: 'Segoe UI';
}

.language select{
    min-width: 90px;
    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/mas/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;
}







#main_menu{position:relative;margin-top:30px;margin-bottom:30px;z-index:1}
#mm_title{
    background: #e60303;
    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);
}
.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{
    background-color:#FFF;
    width:210px;
    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);
    border-radius:          0px 0px 5px 5px;
    -moz-border-radius:     0px 0px 5px 5px;
    -webkit-border-radius:  0px 0px 5px 5px;
}
#mm_list_wraper .emb_left{background:url(../images/vertical.png);width:2px;position:absolute;top:0;bottom:0;left:-1px}
#mm_list_wraper .emb_right{background:url(../images/vertical.png) -2px 0;width:2px;position:absolute;top:0;bottom:0;right:-1px}
#mm_list_wraper .emb_botleft{background:url(../images/transparent.png) -12px -7px;width:7px;height:7px;position:absolute;bottom:-4px;left:-1px}
#mm_list_wraper .emb_botright{background:url(../images/transparent.png) -19px -7px;width:7px;height:7px;position:absolute;bottom:-4px;right:-1px}
#mm_list_wraper .emb_footrpt{background:url(../images/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 span.arrowclose{background:url(../images/general.jpg) -128px 0;width:11px;height:11px;position:absolute;top:11px;right:0}
#mm_list h3 span.arrowopen{background:url(../images/general.jpg) -128px -11px;width:11px;height:11px;position:absolute;top:11px;right:0}
#mm_list h3:hover{color:#f40d49}
#mm_list hr{margin:0;padding:0;border:none;border-bottom:1px 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:10px;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:#00F}
#mm_list .panel ul li a{color:#00768c;text-decoration:none; font-size: 12px; display: block;}
#mm_list .panel ul li a:hover{color:#f40d49}

#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(../images/vertical.png); width:2px; position:absolute; top:5px; bottom:0; left:-1px;}
#eula .emb_right{display:none; background:url(../images/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;}
.welcome_span{margin-left: 15px}

#main_content{
    position:relative;
    padding-top: 10px;
    margin-bottom:30px;
    float:right;
    width:690px;
    overflow-x: hidden;
    border-bottom: 1px solid #e4e3e3;
}
#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 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:#af0505;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;}
.formfield input.radio{margin-left:10px; float:left;}
.formfield p{float:left; margin:0; padding:2px 0 0 10px;}
.formfield td{padding:5px 0 5px 5px;}
.formfield tr.odd td {background:#F3F3F3 !important;}
.formfield td.first{width:160px;}
.formfield td.last{width:530px;}
.grey_btn{background:url(../images/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; margin-top: 20px;}
.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(../images/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;}
/*#login_wrap{width:100%; padding-top:8%; margin-bottom: 20px;}*/
#content_wrap {
    position: relative;
    height: 400px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 50px;
}
#login_wrap{
    width: 400px;
    max-width: 95%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.loginForm{
    text-align: center;
    height: 100%;
}
.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{
    margin-top: 55px;
    color: #888;
    font-size: 12px;
    font-family: "Segoe UI";
}
#formLogin{
    font-family: 'Segoe UI';
    font-size: 13px;
    border: 0;
    outline: 0;
    width: 82%;
    height: 15px;
    padding: 20px;
    padding-left: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: transparent;
    font-weight: bold;
    color: #000;
}
.formLogin{
    font-family: 'Segoe UI';
    font-size: 13px;
    border: 0;
    outline: 0;
    width: 82%;
    height: 15px;
    padding: 20px;
    padding-left: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: transparent;
    font-weight: bold;
    color: #000;
}
#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;
}
#formLogin:focus{
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.inputauto {
    background-color: #e6e7e8;
    background-image: none;
    color: rgb(0, 0, 0);
}

.formLine{
    border: 1px solid #c2c2c2;
}
.garisPemisah{
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
}
.loginBtn{
    font-size: 15px;
    color: white;
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    padding: 8px !important;
    padding-left: 50px;
    margin-top: 35px;
    background-color: #af0505;
}
#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;
}
.warningText{
    text-align: center;
    color: #c00 !important;
    font-size: 13px;
    font-weight: 800;
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 14px 0 18px 0;
    line-height: 1.6;
    padding: 14px;
    background: #fff8f8;
    border: 2px solid #c00;
    border-radius: 6px;
    font-weight: 700;
}
.timerWrap{
    text-align: center;
    margin: 8px 0 14px 0;
}
.timerLabel{
    color: #666;
    font-size: 13px;
    font-family: "Segoe UI", Arial, sans-serif;
    margin-bottom: 6px;
}
.timerValue{
    color: #c00;
    font-weight: 700;
    font-size: 15px;
}
.resendLink{
    color: #0078d7;
    font-size: 13px;
    text-decoration: underline;
    font-family: "Segoe UI", Arial, sans-serif;
    display: inline-block;
    margin-top: 4px;
}
.resendLink:hover{
    color: #005a9e;
}
.corporate{
    background: url(../img/corporateID.jpg) no-repeat left;
}
.userId{
    background: url(../images/userID.png) no-repeat left;
}
.loginIcn{
    background: url(../img/login.jpg) no-repeat left;
}
.password{
    background: url(../images/password.png) no-repeat left;
}
.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: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{
    position: absolute;
    width: 288px;
    top: 105px;
    left: 95%;
    margin-left: -332px;
    z-index: 1;
}
.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: -5px; right: 0;}
.verisign img{width:100%}
#login_wrap .loginPanel .help{position: absolute; top: 13px; right: 10px; color: white; font-size: 10px;}
.link-1{
    color: #bababa;
    font-size: 11px;
    left: 0;
    bottom: 116px;
    position: absolute;
}
.link-2{
    color: #bababa;
    font-size: 11px;
    left: 125px;
    bottom: 116px;
    position: absolute;
}
.link-3{
    color: #bababa;
    font-size: 11px;
    right: 0;
    bottom: 116px;
    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:url(../img/header.jpg) 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(../images/horizontal3.png) 0 0px; height:33px; }
#createUser_title{background:url(../images/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;}
#logout_panel{width:800px; margin:0 auto; position:relative; }
#logout_content{width:800px; background-color:#FFF; position:relative;margin-top: 0; }
#logout_content td{padding:5px 0 5px 5px;}
#logout_content tr.odd td {background:#F3F3F3 !important;}
#logout_content td.first{width:100px;}
#logout_content td.last{text-align:right; padding-right:5px;}
#logout_content td.buttonPanel{width:350px; text-align:center;}
#logout_content .redButton{background:url(../images/horizontal2.png) 0 -86px; width:140px; height:33px; color:#FFF; border:none; cursor:pointer; margin:0 10px;}
#logout_title{background:url(../images/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;}
#token{width:60px;}
#login_content #input{background:url(../images/horizontal.png) 0 -199px repeat-x; height:28px; width:185px; margin:0 0 6px 6px; position:relative;}
#input span.login_left{background:url(../images/general.jpg) -111px -22px; width:6px; height:28px; position:absolute; top:0; left:-6px;}
#input span.login_right{background:url(../images/general.jpg) -117px -22px; width:6px; height:28px; position:absolute; top:0; right:-6px;}
#login_content .emb_left{display: none; background:url(../images/vertical.png); width:2px; position:absolute; top:0; bottom:0; left:-1px;}
#login_content .emb_right{display: none; background:url(../images/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;}
.ml10{float:left; margin-left:10px;}
.ml25{margin-left:25px;}
.right{float:right;}
.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:30px; float:left; position:relative;}
#recipe{background:url(../images/paper_format.png); width:628px; padding:10px 40px; margin-bottom:10px;}
/*#logo_blue{background:url(../images/general.jpg) -80px -48px; width:109px; height:19px;}*/
#logo_blue{background:url(../img/logo_receipt.png) no-repeat; width:623px ; height:30px; float:left; text-align: right; font-weight:bold}
#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:400px;}
#recipe_list td.last{text-align:right; padding-right:5px;}

.ico_position{position:absolute; top:5px; right:10px;}
.ico_fav_off{background:url(../images/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(../images/icon_fav.png); display:block; width:60px; height:60px; margin:0 auto; background-position: 0 -60px;text-indent:-9999px;}
.ico_fav_on{background:url(../images/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(../images/icon_fav.png);display:block; width:60px; height:60px; margin:0 auto; background-position: 0 0px;text-indent:-9999px;}

#footer-wrap{
    bottom: -10px;
    position: absolute;
    width: 100%;
}
/*.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:#666;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(../images/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(../images/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_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(../images/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 */
#note{margin-left:13px;text-align:center}
#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: #2c9029;
        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;
}
.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(../images/icon_sprite.png); display:block; width:60px; height:60px; margin:0 auto;}

div#alerts {
        margin-left:5px; position:relative; margin-bottom:5px; float:left; width:708px; 
}
div.t-alert-controls, div.t-dismiss {
        display: none;
}
div.t-alert-container {
        margin-left: 15px;
        margin-right: 45px;
}
div.t-alert-container div.t-info {
        background-color: #e23a00;
        margin-right: 25px;
}

/** 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;
}

.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;
}

/** 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(../images/tmbol_list.jpg);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.breadCrumb{
    display: block;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 768px) {
    html, body {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }

    #wrapper {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 12px !important;
        box-sizing: border-box;
        min-height: 0 !important;
        height: auto !important;
    }

    #wrapper > img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }

    #login_wrap {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 10px auto 5px !important;
        display: block !important;
        float: none !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

    .loginForm {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .loginForm > img {
        max-width: 160px;
        width: auto;
        height: auto;
    }

    .loginForm h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    .loginForm form,
    .loginForm fieldset {
        width: 100% !important;
        border: none;
        padding: 0;
        margin: 0;
    }

    .formLine {
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #c2c2c2;
        margin: 0;
        box-sizing: border-box;
    }

    .formLogin, #formLogin {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 14px 14px 42px;
        height: auto;
        min-height: 44px;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .loginBtn {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px;
        min-height: 44px;
        font-size: 16px;
        margin-top: 12px;
        border-radius: 0;
        -webkit-appearance: none;
    }

    .loginForm p {
        margin-top: 0 !important;
        color: #888;
        font-size: 12px;
        font-family: "Segoe UI";
    }

    .textForm {
        text-align: center;
        font-size: 11px;
        line-height: 1.4;
        margin-top: 6px !important;
        padding: 0;
        word-wrap: break-word;
    }

    .verisign {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
        margin-top: 4px;
        width: 100%;
    }

    #footer {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        position: relative !important;
        text-align: center;
        padding: 15px 0 10px 0;
        box-sizing: border-box;
        margin-top: 10px !important;
    }

    #footer .footerShade {
        width: 100% !important;
        margin: 0;
        display: block;
        text-align: center;
    }

    #footer p.copyright,
    #footer p.call_center {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        text-align: center;
        padding: 4px 0;
        font-size: 11px;
        margin: 0;
    }

    #foor_link {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        text-align: center;
        display: block;
        width: 100%;
        margin: 4px 0;
        padding: 0;
    }

    #foor_link li {
        display: inline-block;
        float: none;
        margin: 0 3px;
    }

    #foor_link li p {
        display: inline;
        padding: 0;
    }

    #foor_link li a {
        font-size: 11px;
        line-height: 1.4;
    }

    .container_24 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    #footer img.container_24 {
        width: 50% !important;
        max-width: 150px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        display: block !important;
        margin: 15px auto 8px !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 480px) {
    html, body {
        height: auto !important;
    }

    #wrapper {
        padding: 0 10px !important;
        min-height: 0 !important;
        height: auto !important;
    }

    #wrapper > img {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #login_wrap {
        width: 100% !important;
        margin-top: 10px !important;
        padding: 0 !important;
    }

    .loginForm > img {
        max-width: 120px;
    }

    .loginForm h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    .loginForm p {
        margin-top: 0 !important;
    }

    .formLogin, #formLogin {
        padding: 12px 12px 12px 38px;
        font-size: 15px;
        min-height: 42px;
    }

    .loginBtn {
        height: 44px;
        font-size: 15px;
        margin-top: 16px;
    }

    .textForm {
        font-size: 11px;
        margin-top: 6px !important;
    }

    .verisign {
        margin-top: 6px;
    }

    .textForm {
        margin-top: 12px !important;
        margin-bottom: 4px !important;
    }

    #footer {
        margin-top: 20px !important;
        padding: 18px 0 12px 0;
    }

    #footer p.copyright,
    #footer p.call_center {
        font-size: 10px;
        padding: 3px 0;
    }

    #foor_link li a {
        font-size: 10px;
    }

    #footer img.container_24 {
        width: 50% !important;
        max-width: 150px !important;
        margin: 15px auto 8px !important;
    }
}