html 
{
    height: 100%;
}

body
{
    margin: 0;
    font: 17px Helvetica, Arial, sans-serif;
    background: #EEE url("bg.png") !important;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    padding: 0;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    height: 100%;
}

.body_container
{
    min-height: 100%;
    position: relative;
}

.body_wrapper
{
    padding-bottom:73px;
}

.body_wrapper.hide
{
    padding-bottom:0;
}

.iOs6fix
{
    overflow: hidden;
}

h1
{
    font: bold 18px Helvetica;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 9px 0px 0px 0px;
}

img {   border-style: none;   }


input[type="text"], input[type="password"], input[type="number"], input[type="email"],textarea
{
    background-color: white;
    text-shadow:0 0 0;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
    -webkit-box-shadow: inset 0 0 1px #9a9a9a;
    -moz-box-shadow: inset 0 0 1px #9a9a9a;
    box-shadow: inset 0 0 1px #9a9a9a;
    padding: 0.4em;
    /*margin-left: 3px;*/
    width: 100%;
    outline: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font: 17px Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:#9a9a9a;
}

input[type=text].hint
{
    color: #7F7F7F;
}

.heading
{
    width: 100%;
    background: transparent;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#808184), to(#3c3c3c));
    background: -webkit-linear-gradient(#808184, #3c3c3c);
    background:    -moz-linear-gradient(#808184, #3c3c3c);
    background:     -ms-linear-gradient(#808184, #3c3c3c);
    background:      -o-linear-gradient(#808184, #3c3c3c);
    background:         linear-gradient(#808184, #3c3c3c);*/
    background-image: url("bg-bar.png");
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808184', endColorstr='#3c3c3c',GradientType=0 );
    height: 37px;
    padding-top: 1px;
    z-index: 11;
    position:relative;
    text-align: center;
    color: #ffffff !important;
    background-size: cover;
}
.headerimage
{
    background-image: url("bg-bar.png");
    color: #ffffff !important;
    background-size: cover;
    padding-top: 1px;
}
.pop {
    height: 86px;
}

.intro, .sub-intro
{
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
    background: -webkit-linear-gradient(#eeeeee, #eeeeee);
    background:    -moz-linear-gradient(#eeeeee, #eeeeee);
    background:     -ms-linear-gradient(#eeeeee, #eeeeee);
    background:      -o-linear-gradient(#eeeeee, #eeeeee);
    background:         linear-gradient(#eeeeee, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    color: #235EB7;
    font: 17px Helvetica;
    overflow: hidden;
    padding: 10px 0;
}

.intro .right
{
    padding-right: 15px;
}

.intro .left
{
    padding-left: 15px;
}

.error
{
    background: #990000;
    color: #ffffff;
    font: normal 13px Helvetica;
    padding: 11px 5px 12px 39px;
}

.inlineMessage
{
    background-color: lightblue;
    font: bold 15px Helvetica;
    padding: 20px 10px 20px 10px;
    text-align: center;
    color:#000000;
}
.info
{
    background: #808080;
    color: #ffffff;
    font: normal 13px Helvetica;
    padding: 11px 5px 12px 39px;
}

.warning
{
    background: #990000;
}

.success
{
    display: table;
    width: 100%;
    background: #808080;
}

.success span
{
    left: 60px;
    position: relative;
    top: 20px;
}

.success div
{
    width: 85%;
}


.notify
{
    color: white;
    font: normal 13px Helvetica;
}


input.on_focus
{
    -moz-box-shadow:0 0 12px #387bbe;
    -webkit-box-shadow:0 0 12px #387bbe;
    box-shadow:0 0 12px #387bbe;
}

.successful_message
{
    background-color: #DDD;
    border-bottom: 1px solid #B4B4B4;
    font-weight: normal;
    padding: 20px 0;
    width: 100%;
}

.successful_message div
{
    vertical-align: middle;
}

.successful_message_tablecell_left
{
    width: 55px;
    padding-left: 10px;
    padding-right: 20px;
}

.successful_message_tablecell_right
{
    padding-right: 15px;
}

.page_footer
{
    font-size: 13px;
    padding: 25px 0 33px 0;
    text-align:center;
    background: url("bg.png") !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.left, .left_extend
{
    text-align: left;
}

.left_extend
{
    width: 98%;
}

.left_wider
{
	width: 185px;
}

.item_logo {
    float:right;
    text-align: right;
}

.item_logo {
    float:right;
    text-align: right;
}

.mid
{
    margin: 0 0 10px;
    text-align: right;
    white-space: nowrap;
}

.right
{
    text-align: right;
}

.center {
    margin: 0 auto !important;
    width:300px !important;
    text-align: center;
}

.date_format
{
    color: #808080;
    margin-left: 110px;
}

.buttoncancel,
.buttonnav
{
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fa9b7), to(#8c94a2));
    background: -webkit-linear-gradient(#9fa9b7, #8c94a2);
    background:    -moz-linear-gradient(#9fa9b7, #8c94a2);
    background:     -ms-linear-gradient(#9fa9b7, #8c94a2);
    background:      -o-linear-gradient(#9fa9b7, #8c94a2);
    background:         linear-gradient(#9fa9b7, #8c94a2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fa9b7', endColorstr='#8c94a2',GradientType=0 );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    height: 45px;
    width: 130px;
    margin: 0 2px 0 0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    -webkit-box-shadow: 0px 2px 1px #8f8f91;
    -moz-box-shadow: 0px 2px 1px #8f8f91;
    box-shadow: 0px 2px 1px #8f8f91;
    text-shadow: 0px 0px 0.75px rgba(0, 0, 0, 0.7);
    text-align: center;
}

.button_alert_popup
{
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fa9b7), to(#8c94a2));
    background: -webkit-linear-gradient(#9fa9b7, #8c94a2);
    background:    -moz-linear-gradient(#9fa9b7, #8c94a2);
    background:     -ms-linear-gradient(#9fa9b7, #8c94a2);
    background:      -o-linear-gradient(#9fa9b7, #8c94a2);
    background:         linear-gradient(#9fa9b7, #8c94a2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fa9b7', endColorstr='#8c94a2',GradientType=0 );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    width: 130px;
    margin: 0 2px 0 0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    -webkit-box-shadow: 0px 2px 1px #8f8f91;
    -moz-box-shadow: 0px 2px 1px #8f8f91;
    box-shadow: 0px 2px 1px #8f8f91;
    text-shadow: 0px 0px 0.75px rgba(0, 0, 0, 0.7);
    text-align: center;
}

.button_darkblue
{
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background: #fdfdfd;
    background: -moz-linear-gradient(rgba(73,73,73,1), rgba(37,37,37,1)); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(73,73,73,1)), to(rgba(37,37,37,1)));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#252525',GradientType=0 );
    border: None;
    text-shadow: 0 0px 0.75px rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 7px 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.button_darkblue_disabled
{
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background: #fdfdfd;
    background: -moz-linear-gradient(rgba(73,73,73,1), rgba(37,37,37,1)); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(73,73,73,1)), to(rgba(37,37,37,1)));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#252525',GradientType=0 );
    border: None;
    text-shadow: 0 0px 0.75px rgba(0, 0, 0, 0.7);
    color: Gray;
    padding: 7px 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.button_disabled
{
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background: #666666;
    background: -moz-linear-gradient(top, #D8D8D8 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D8D8), color-stop(100%,#333333));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8D8D8', endColorstr='#333333',GradientType=0 );
    border: None;
    text-shadow: 0 -1px 1px #333333;
    color: #fff;
    padding: 7px 5px;
    cursor:default;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.alphabet_buttons span.button_darkblue
{
    background: #FDFDFD;
    background: -moz-linear-gradient(top, #BFBFBF 0%, #BFBFBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFBFBF), color-stop(100%,#BFBFBF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFDFD', endColorstr='#BABABA',GradientType=0 );
    border: 1px solid #BFBFBF;
    box-shadow: none;
    text-shadow: 0 1px 1px #B0B0B0;
    cursor: default;
}

.button_large
{
    height: 60px;
    width: 135px;
    white-space: normal;
}

.button_inner
{
    display: block;
    padding: 5px 0;
}

.button_heading, #login .back_button_heading
{
    border: 1px solid #000;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#235EB7), to(#0E4393));
    background: -webkit-linear-gradient(#235EB7, #0E4393);
    background:    -moz-linear-gradient(#235EB7, #0E4393);
    background:     -ms-linear-gradient(#235EB7, #0E4393);
    background:      -o-linear-gradient(#235EB7, #0E4393);
    background:         linear-gradient(#235EB7, #0E4393); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235EB7', endColorstr='#0E4393',GradientType=0 );
    /*text-shadow: 0 1px 0px #fff;*/
    position:relative;
    top: 3px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
    text-decoration: none;
    width: 60px;
}

.button_heading span
{
    display: block;
    font-size: 14px;
}

.button_bottom
{
    border: 1px solid #ccc;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0px 1px 0 #8f8f91;
    -moz-box-shadow: 0px 1px 0 #8f8f91;
    box-shadow: 0px 1px 0 #8f8f91;
    text-shadow: 0px 1px 0 white;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background: -webkit-linear-gradient(#ffffff, #cccccc);
    background:    -moz-linear-gradient(#ffffff, #cccccc);
    background:     -ms-linear-gradient(#ffffff, #cccccc);
    background:      -o-linear-gradient(#ffffff, #cccccc);
    background:         linear-gradient(#ffffff, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    position: relative;
    top: 3px;
    left: 3px;
    width: 100px;
    text-align: center;
    color: #58595b;
    padding: 9px;
    text-decoration: none;
    font: 12px Helvetica,Arial,sans-serif;
}

a.buttonnav, a.buttoncancel
{
    display: inline-block;
    padding: 11px 10px;
    height: auto;
}

.buttoncancel
{
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fa9b7), to(#8c94a2));
    background: -webkit-linear-gradient(#9fa9b7, #8c94a2);
    background:    -moz-linear-gradient(#9fa9b7, #8c94a2);
    background:     -ms-linear-gradient(#9fa9b7, #8c94a2);
    background:      -o-linear-gradient(#9fa9b7, #8c94a2);
    background:         linear-gradient(#9fa9b7, #8c94a2);
    color: #ffffff;
}

.buttonprimary
{
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#154b95), to(#0d3470));
    background: -webkit-linear-gradient(#154b95, #0d3470);
    background:    -moz-linear-gradient(#154b95, #0d3470);
    background:     -ms-linear-gradient(#154b95, #0d3470);
    background:      -o-linear-gradient(#154b95, #0d3470);
    background:         linear-gradient(#154b95, #0d3470);
    color: #ffffff;
}


.bottom_links
{
    border-top: dashed 1px #969696;
    margin: 0 15px 0 15px;
    padding: 5px 0;
    text-align: center;
}

.bottom_links a
{
    display: block;
    height: 30px;
    padding: 15px 0 8px;
    margin: 0 5px;
    width: auto;
}

.bottom_links li
{
    list-style: none;
    margin: 0 10px;
    color: #434343;
}

.bottom_links li span
{
    color: #000000;
}

.bottom_panel
{
    margin: 0 10px 0 10px;
    padding: 10px 5px;
}


.button_set
{
    margin: 10px 0 30px;
    height: 30px;
}

.logoff_button
{
    margin: 20px 0 0px;
    padding-bottom: 17px;    
}

.button_set .left
{
    float: left;
}

.button_set .right
{
    float: right;
}

label
{
    font-weight: normal;
    font-size: 17px;
    color: #434343;
}

label.ui-input-text  {
    display: inline-block;
    width: 35%;
    margin: 0 2% 8px 0;
}

.field-container
{
    padding: 10px 0;
    margin: 0;
    overflow: visible;
    border-bottom-width: 1px;
}

label.ui-input-text { display: inline-block; }
input.ui-input-text { display: inline-block; width: 55%; margin: 3px 0 0 0; }
input.ui-input-text { -webkit-appearance: none; }

/* orientation adjustments */
@media all and (min-width: 450px){
    label.ui-input-text  {
        display: inline-block;
        width: 35%;
        margin: 0 2% 8px 0;
    }

    input.ui-input-text  {
        display: inline-block;
        width: 55%;
    }
}

.nav_buttons
{
    padding: 20px 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ajax_loader
{
    background-color: Black;
    background-image:-moz-linear-gradient(top,#666,#222);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#666),color-stop(1,#222));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#222222)')";
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    -webkit-border-radius: 0.6em 0.6em 0.6em 0.6em;
    -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
    color: white;
    font-weight: bold;
    left: 50%;
    margin-top: -160px;
    margin-left: -135px;
    opacity: 0.8;
    filter:alpha(opacity=80);
    padding: 15px 35px 0;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 1001;
    border: 1px solid #2A2A2A;
}

.clearfix
{
    clear: both;
}

.no_right_round_corner
{
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

.no_left_round_corner
{
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
}

.no_round_corner
{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.withshadow
{
    /*-moz-box-shadow: -2px 2px 2px #d8d8d8;
    -webkit-box-shadow: -2px 2px 2px #d8d8d8;
    box-shadow: -2px 2px 2px #d8d8d8;
    z-index: 10;
    position: relative;
    background-color: white;*/
}

.rounded_content
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: White;
    margin: 5px;
    padding: 20px 10px;
    font-size: 15px;
}

.content
{
    background-color: White;
    padding: 20px 15px 25px;
}

.content span {
    color: #434343;
    font-weight: bold;
    margin-left: 5px;
}

.sub-intro
{
    background-color: #e6e6e6;
    padding-left: 10px;
}

.terms_scroll
{
    position: absolute;
    -webkit-appearance: none;
    background: white none;
    border:1px solid #B3B3B3;
    text-shadow:0 1px 0 #fff;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
    -moz-box-shadow: inset 0 4px 7px black;
    -webkit-box-shadow: inset 0 4px 7px black;
    box-shadow: inset 0 4px 7px black;
    top: 85px;
    margin: 5px;
    padding: 0 10px;
    font-size: 15px;
    overflow-y: scroll;
    z-index: 1;
    bottom: 100px;
}

.terms_error
{
    top: 150px !important;
}

/*---------------MFA Question--------------*/
.mfa_panel
{
    background-color: White;
    padding: 20px 5px;
    -moz-box-shadow: 0px 2px 1px #d8d8d8;
    -webkit-box-shadow: 0px 2px 1px #d8d8d8;
    box-shadow: 0px 2px 1px #d8d8d8;
}
.mfa_panel span
{
    color: #e6e6e6;
    font-weight: bold;
}

/*-----------------Security Image----------------*/
.security_image_container
{
    text-align: center;
    width: 100%;
    background-color:white;
}
.security_image
{
    vertical-align:middle;
}
.security_image_text
{
    text-align:center;
    vertical-align:middle;
}

/*-----------------Disclosures----------------*/

.disclosure-panel
{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: -30px;
}

.disclosure-panel dl
{
    margin: 15px 10px 10px;
}

.disclosure-panel dl dt
{
    color: #e6e6e6;
    font-size: 15px;
    font-weight: bold;
}

.disclosure-panel dl dd
{
    font-size: 14px;
    margin-left: 0;
    padding-bottom: 10px;
}

/*-----------------List----------------*/
.fix-table
{
    table-layout: fixed;
}

.table
{
    display:table;
    width:100%;
}

.table.accountlist
{
    table-layout: fixed;
}

.tablerow
{
    display:table-row;
    border: 0 none;
}

.tablecell
{
    display:table-cell;
    border: 0 none;
}

.accountlist .tablecell
{
    width: 50%;
}

.accountlist .tablecell.witharrow
{
    width: 25px;
    padding: 5px;
}

.Accountbalancelabel
{
    text-align: right;
    padding-right: 55px;
    
}

.Amountduelabel
{
    text-align: right;
    padding-right: 55px;
}

.Accountlabel
{
    text-align: left;
    padding-left: 15px;
    
}

.tablerow .text
{
    padding: 5px;
}

.sendmethod
{
    padding-right: 5px;
}

.list
{
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    text-decoration:none;
}

.list.navigate:hover
{
    background-color: #329ad7;
    font-color: #ffffff;
}

.list a:active
{
    background-color: transparent;
}

.list:first-child > div
{
    border-top:0px;
}

.list.title:first-child > div
{
    border-top: 1px solid rgb(180,180,180);
}

.listitem
{
    border-top: 1px solid #58595b;
    padding: 0.7em 15px;
}

.listitemnoborder
{
    padding: 0.7em 15px;
}

.listitem-child
{
    border-top: 1px solid rgb(180,180,180);
    padding: 0.5em 15px;
    border-top: 0px;
}

.listitem.first-child
{
    border-top: 0px;
}

.listitem.right
{
    vertical-align:bottom;
}

.listitem.nowrap
{
    white-space:nowrap;
}

.listitem div.arrow a
{
    display:block;
    width: 47px;
    height: 49px;
}

.listitem .item_title
{
    color: #0f4996;
    font-weight: 500;
}

.listitemnoborder .item_title
{
    color: #0f4996;
    font-weight: 500;
}

.listitem .item
{
    font-weight: 500;
    color: #333;
    word-wrap: break-word;
}

.listitem .small
{
    font-size: 12px;
    padding: 0 6px 0 2px;
    vertical-align: top;
}

.listitem .item_default
{
    font-weight: 500;
    color: #CCCCCC;
}

.listitem .item_text, a
{
    color: #333;
}

.listitem .item_red
{
    font-weight: 500;
    color: #000000;
}

.listitem .item_white
{
    font-weight: 500;
    color: white;
}

.listitem .red
{
    color: #c1272d;
}

.listitem.footer
{
    background-color: #dfdfdf;
    color: #002C41;
}


.listitem .label, .listitem .short-label
{
    float: left;
    padding-right: 10px;
    margin-top: 5px;
}

.listitem .label
{
    width: 90px;
}

.listitem .short-label
{
    width: 50px;
}

.amount
{
    padding-right: 0px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.item.nowrap
{
    white-space: nowrap;
}

.text-addendum
{
    padding-top: 6px;
    text-align: right;
    font-size: 11px;
    width: 95%;
    margin-left: 18px;
}

.list_fields
{
    padding: 25px 15px 25px 0.9em;
    background: #FFFFFF;
    border-top: 1px solid #58595B;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.49, rgb(215,214,217)),
    color-stop(0.75, rgb(240,240,240))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(215,214,217) 49%,
        rgb(240,240,240) 75%
    );
    */
}


.list_fields .data_row
{
    padding: 10px 0;
    overflow: hidden;
}

.witharrow
{
    margin: 0;
    padding: 0;
    cursor: pointer;
    width:35px;
}
.withoutarrow
{
    margin: 0;
    padding: 0;
    cursor: pointer;
    width:35px;
}
.withdelete
{
    margin: 0;
    padding: 0;
    width:35px;
}

.cursor_pointer 
{
    cursor: pointer;
    float: right;
    height: 35px;
    outline: none;
}
.witharrow a
{
    color: #333333;
    display: block;
    overflow: hidden;
    padding: 0.9em 40px 0.9em 15px;
    text-decoration: none;
}

.witharrow .amount
{
    padding-right: 5px;
    white-space: nowrap;
}

.item_currency_symbol
{
    position:absolute;
    padding: 8px 0 0 10px;
}


/*--------------------Account Details--------------------*/
#account_details
{
}

#account_details .table
{
    margin: 0px;
    padding: 0px;
    background-color: #C8E0EC;
}

#account_details .listitem
{
    border-top: 1px dashed #828282;
    padding: 5px 15px;
    color: #58595B;
    background-color: #fff;
}

#account_details .list:first-child > div
{
    border-top: 0;
    border-bottom: 0;
    color: white;
    font-weight: bold;
    background-color: #458eb1;
    padding: 10px 15px;
}

#account_details .list:first-child > div
{
    border-bottom: 0;
}

/*--------View & Search Transactions-------*/

div#divSearchBox
{
    background: white;
}

#divSearchBox .tablecell
{
    vertical-align: middle;
    padding: 0 5px 0;
}

div#divSearchTerm
{
    width: 100%;
}

#divSearchTerm input
{
    text-align: right;
    padding-right: 10px;
    border: none;
    margin: none;
    box-shadow: none;
}

a.buttonwide
{
    width: 100%;
    padding: 11px 0;
}

.buttonlongtext
{
    width: auto;
}

/*----------------Location Search---------*/

#location_details .inner_list ul
{
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
    background-color: Gray;
    padding: 8px;
    margin: 10px 0 30px;

    -moz-box-shadow: 0px 2px 4px #001e30;
    -webkit-box-shadow: 0px 2px 4px #001e30;
    -webkit-box-shadow: 0px 2px 4px #001e30;
}

#location_details .inner_list li
{
    border: None;
    display: block;
    background: rgb(242,245,246);
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
}

#map_icon
{
    height: 30px;
    left: 7%;
    margin-top: -5px;
    position: absolute;
    width: 30px;
}

.map_button
{
    display: inline-block;
    width: 93%;
}

#map_table, map_canvas {width: 100%; height: 500px;}
#map_canvas p {margin:0;padding:0;}

#location_buttons .buttonnav
{
    min-width: 0;
    padding:0;
}

/*------------Menu---------------*/
#menu
{
    width:100%;
    overflow:hidden;
    height: 55px;
    padding: 5px 0 0 0;
    background-color: #0f4996;
}
#menu ol, #moreMenu ol
{
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
}

#menu ol li, #moreMenu ol li
{

    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
    float: left;
    margin: 0 4px 0 0;
}

#moreMenu
{
    background-color: Black;
    height: 65px;
    left: 100px;
    position: absolute;
    width: 150px;
    z-index: 100;
}

/*----------Top Nav Bar----------------*/
#topNavBar
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0f4996), to(#0f4996));
    background-image: -webkit-linear-gradient(#0f4996, #0f4996);
    background-image:    -moz-linear-gradient(#0f4996, #0f4996);
    background-image:     -ms-linear-gradient(#0f4996, #0f4996);
    background-image:      -o-linear-gradient(#0f4996, #0f4996);
    background-image:         linear-gradient(#0f4996, #0f4996);
    text-align: center;
    border-bottom: 1px solid #b8b8b8;
    padding: 5px;
}


/*----------Login Page--------------*/
#login
{
    background-color: #e6e6e6;
}

div#logo {
    padding: 0;
    margin: 10px auto;
    text-align:center;
}

#logo img
{
    /*
    height: 36px;
    width: 277px;
    */
}

#login .button_heading
{
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#235EB7), to(#0E4393));
    background: -webkit-linear-gradient(#235EB7, #0E4393);
    background:    -moz-linear-gradient(#235EB7, #0E4393);
    background:     -ms-linear-gradient(#235EB7, #0E4393);
    background:      -o-linear-gradient(#235EB7, #0E4393);
    background:         linear-gradient(#235EB7, #0E4393);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235EB7', endColorstr='#0E4393',GradientType=0 );
    color: #FFFFFF;
    border: 1px;
    -webkit-box-shadow: 0px 2px 1px #8f8f91;
    -moz-box-shadow: 0px 2px 1px #8f8f91;
    box-shadow: 0px 2px 1px #8f8f91;
    text-shadow: 0px 0px 0.75px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    border-radius: 1.2em;
    font: 12px Helvetica,Arial,sans-serif;
    width: 60px;
    left: 0;
}

#login table {
    border-collapse: collapse;
    border-style: hidden;
    table-layout:fixed;
    width: 100%;
    height: 50px;
}

/*#login input[type=text], input[type=password]
{
    width: 90%;
}*/

div#login_box
{
    margin: 0 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-top: 1px;*/
}
div#username_password
{
    margin: 0 0 0 0;
    padding: 0 0 15px;
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #b3b3b3;
}

div#login_button
{
    margin: 30px 5px 70px;
    text-align: right;
}


/*--------------Alphabet box--------------------*/
.alphabet_buttons
{
    padding: 10px 0;
    text-align: center;
    background-color: #ececec;
}

/*---------------Select box--------------------*/
.select_box
{
    font-size: 13px !important;
    width: 300px !important;
    -moz-box-shadow: 0px 0px 1px #c9c9c9;
    -webkit-box-shadow: 0px 0px 1px #c9c9c9;
    box-shadow: 0px 0px 1px #c9c9c9;
    border: hidden 0;
    background: #545454 none;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.popup_alert_box
{
    font-size: 13px !important;
    width: 300px !important;
    -moz-box-shadow: 0px 0px 1px #c9c9c9;
    -webkit-box-shadow: 0px 0px 1px #c9c9c9;
    box-shadow: 0px 0px 1px #c9c9c9;
    border: hidden 0;
    background: #545454 none;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.ui-widget
{
    font-family: Helvetica, Arial, sans-serif
}
.ui-widget-overlay
{
    background: black repeat-x;
    opacity: .40;
    filter: Alpha(Opacity=40);
}

.select_box .ui-dialog-titlebar
{
    font-size: 14px;
}

.select_box .listitem
{
    padding: 17px 10px 17px;
}

.select_box button
{
    width: 100%;
}

.select_box .ui-widget-header
{
    color: #FFFFFF;
    padding: 13px 10px;
    border: hidden 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none repeat scroll 0 0 #0e4393;
    font: 15px Helvetica;
}

.select_box .ui-dialog-content
{
    padding: 0px 0px 0px 0px;
    border:0px;
    background:#FFFFFF;
}

.select_box .ui-dialog-content .table
{
    margin-bottom: 5px;
}

.popup_alert_box .ui-dialog-titlebar
{
    font-size: 14px;
}

.popup_alert_box .listitem
{
    padding: 17px 10px 17px;
}

.popup_alert_box .ui-widget-header
{
    color: #FFFFFF;
    padding: 13px 10px;
    border: hidden 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none repeat scroll 0 0 #0e4393;
    font: 15px Helvetica;
}

.popup_alert_box .ui-dialog-content
{
    padding: 0px 0px 0px 0px;
    border:0px;
    background:#FFFFFF;
}

.popup_alert_box .ui-dialog-content .table
{
    margin-bottom: 5px;
}


.accountDialog
{
    font-weight: normal;
}


/*----------------jquery ui override-----------------*/
.error_popup .ui-dialog-titlebar {display:none}
.error_popup
{
    background: white;
}
.error_popup .ui-widget-content
{
    background: none;
    border: 0;
    padding: 0 0 0 15px !important
}
.error_popup .ui-dialog-buttonpane
{
    padding: 0 !important;
    margin: 0 !important;
}

.error_popup button:first-child,
.error_popup button:nth-child(2)
{
    background: -moz-linear-gradient(top, rgba(40,154,213,1) 1%, rgba(31,134,187,1) 49%, rgba(19,107,151,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(40,154,213,1)), color-stop(49%,rgba(31,134,187,1)), color-stop(99%,rgba(19,107,151,1)));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#289ad5', endColorstr='#136b97',GradientType=0 );
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    height: 45px;
    margin: 0 1px 0 0;
    text-decoration: none;
    white-space: nowrap;
    width: 132px;
    font-size: 20px;
    padding: 0 0 5px;
    -moz-box-shadow: 0px 2px 1px #001e30;
    -webkit-box-shadow: 0px 2px 1px #001e30;
    box-shadow: 0px 2px 1px #001e30;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7);
}

.li-btn
{
    position: relative;
}

.li-has-icon a
{
    display: block;
}

.li-right
{
    margin-top: -8px;
    position: absolute;
    right: 38px;
    top: 50%;
}

li a img.icon
{
    max-height: 40px;
    max-width: 40px;
    position: relative;
    float: left;
    margin-right: 3px;
}

.error_popup button:first-child
{
    background: -moz-linear-gradient(top, rgba(188,48,32,1) 1%, rgba(148,29,20,1) 49%, rgba(108,10,9,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(188,48,32,1)), color-stop(49%,rgba(148,29,20,1)), color-stop(99%,rgba(108,10,9,1)));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3020', endColorstr='#6c0a09',GradientType=0 );
}

a.disabled-link
{
    background-color: #C0C0C0;
    pointer-events: none;
    cursor: none;
}

a.disabled-link span
{
    color: #808080;
}

.pop-activity-bottom-message
{
    color: #58595B;
    font: 15px Helvetica;
    text-align: justify;
    margin: 20px 15px;
}

.alert-notification 
{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;  
    background-color:lightblue;  
    width: 50px;  
    height: 50px; 
}

.transfer_selected_button {
    color: white;
    background-color: green;
}

.transfer_unselected_button {
    color: black;
    background-color: gray;
}

.indent {
    text-indent:15px;
    padding-top: 15px;
}
.atm_button
{
    width:50px;
    height:50px;
    border:none;
}

.tc_button
{
    width:50px;
    height:50px;
    border:none;
}

.call_button
{
    width:50px;
    height:50px;
    border:none;
}

.interest_rate_button
{
    width:50px;
    height:50px;
    border:none;
}

.exchange_rate_button
{
    width:50px;
    height:50px;
    border:none;
}

.idr_button
{
    width:50px;
    height:50px;
    border:none;
}

.eng_button
{
    width:50px;
    height:50px;
    border:none;
}
.loginmenu_button
{
    width:50px;
    height:50px;
    border:none;
}

.w33p {
    width: 33%;
}

.inputPanelColour 
{
    background-color: #9a9a9a;
}

div.ajaxDialog {
    position: fixed;
    top: -450%;
    left: -450%;
    width: 1000%;
    height: 1000%;
    display: none;
    background: none;
    background-color: transparent;
    background-color: rgba(0,0,0,0.2);
    background-image: url("../images/1/ajax-loader.gif");
    background-repeat:no-repeat;
    background-position: center center;
    z-index: 9999;
}

@media screen and (max-width: 350px)
{
    .loginmenu_button 
    {
        width: 40px;
        height: 40px;
    }
}

.ui-no-wrap
{
    overflow: hidden !important;
    white-space: nowrap !important;
}

.transfer-disclosure
{
    border-top: dashed 1px #969696;
    margin: 0 15px 0 15px;
    padding: 5px 0;
    text-align: left;
}
