html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

input, select, textarea {
    -webkit-border-radius: 0px;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #00a2e3;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: inherit!important;
    border-spacing: 0;
}

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 {
    border-radius: 0px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #626262;
    font-size: 12px;
    font-family: "open Sans";
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #626262;
    font-size: 12px;
    font-family: "open Sans";
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #626262;
    font-size: 12px;
    font-family: "open Sans";
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #626262;
    font-size: 12px;
    font-family: "open Sans";
}

/*Radio buttons customization*/

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    line-height: 500px;
    overflow: hidden;
    border: 1px solid #00a2e3;
    background-color: #fff;
    float: left;
}

input[type="radio"]+label span {
    display: block;
    height: 9px;
    width: 9px;
    margin: 2px;
    background: #FFF;
}

input[type="radio"]:checked+label span {
    background-color: #00a2e3
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    line-height: 500px;
    overflow: hidden;
    border: 1px solid #00a2e3;
    background-color: #fff;
}

input[type="checkbox"]+label span {
    display: block;
    height: 9px;
    width: 9px;
    margin: 2px;
    background: #FFF;
}

input[type="checkbox"]:checked+label span {
    background-color: #00a2e3
}

/*********************STYLES************************/

body {
    font-family: 'open Sans', sans-serif;
    font-size: 12px;
    color: #3d3d3d;
    background: url(../img/body_bkgr.gif) repeat-y;
    background-position: -216px 0px;
}

a {
    color: #3d3d3d;
}

a:hover {
    color: #3d3d3d;
    text-decoration: none;
}

.outer_wrapper {
    padding-bottom: 110px;
    height: 100%;
    min-height: 1180px;
}

/*HEADER*/

.header {
    height: 84px;
    background-color: #fff;
}

.header h1 {
    height: 84px;
    width: 80px;
    margin-left: 15px;
    float: left;
}

.header h1 a {
    height: 84px;
    width: 80px;
    display: block;
    background: url(../img/live_main_logo.jpg) no-repeat 0 -2px;
    line-height: 500px;
    overflow: hidden;
}

.top_links {
    float: right;
    margin-top: 15px;
}

.color_selector {
    float: left;
    margin-top: 17px;
}

.help {
    float: left;
    margin-top: 9px;
    margin-left: 20px;
}

.help a {
    display: block;
    line-height: 500px;
    overflow: hidden;
    background: url(../img/top_links_icons.png) no-repeat 0 1px;
    width: 25px;
    height: 25px;
}

.help a:hover {
    opacity: 0.8
}

.notifications {
    float: left;
    margin-top: 13px;
    margin-left: 15px;
    padding-right: 30px;
    margin-right: 15px;
    border-right: 1px solid #c1c1c1
}

.notifications a {
    display: block;
    line-height: 500px;
    overflow: hidden;
    background: url(../img/top_links_icons.png) no-repeat -33px -3px;
    width: 30px;
    height: 25px;
}

.notifications a:hover {
    opacity: 0.8
}

.notifications .badge {
    float: right;
    background-color: #C00;
    text-shadow: none;
    font-weight: normal;
    font-size: 9px;
    width: 13px;
    height: 13px;
    padding: 0;
    line-height: 13px;
    text-align: center;
}

.notifications ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.notifications ul li {
    width: 240px;
    padding: 10px 20px;
    border-left: 3px solid #fff
}

.notifications ul li:hover {
    background-color: #3d3d3d;
    color: #FFF;
    border-left: 5px solid #3d3d3d;
    cursor: pointer
}

.notifications ul li.divider {
    margin: 0;
    padding: 0;
    width: inherit;
    border: 0;
}

.notifications ul li.cyan_notification {
    border-left: 5px solid #00a2e3
}

.notifications ul li.orange_notification {
    border-left: 5px solid #ff9c00
}

.notifications ul li.green_notification {
    border-left: 5px solid #8cbf3c
}

.notifications ul li:hover.cyan_notification {
    border-left: 5px solid #00a2e3
}

.notifications ul li:hover.orange_notification {
    border-left: 5px solid #ff9c00
}

.notifications ul li:hover.green_notification {
    border-left: 5px solid #8cbf3c
}

.color_selector span {
    width: 16px;
    height: 18px;
    background-image: url(../img/color_selector_active_background.png);
    background-position: -12px 15px;
    background-repeat: no-repeat;
    display: block;
    line-height: 500px;
    overflow: hidden;
    margin-left: 5px;
    cursor: pointer;
    float: left
}

.color_selector span.active {
    background-position: -1px 15px
}

.color_selector span.cyan {
    background-color: #00a2e3
}

.color_selector span.orange {
    background-color: #ff9c00
}

.color_selector span.green {
    background-color: #8cbf3c
}

.top_links .user_panel {
    float: right;
    padding: 8px 62px 8px 52px;
    background: url(../img/user_icon.png) no-repeat 10px center;
}

.top_links .user_panel:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.top_links .user_wrapp {
    height: 48px;
    float: left
}

.top_links .user_wrapp .user_panel {
    font-size: 15px;
    line-height: 17px;
    position: relative;
    text-decoration: none;
    color: #3d3d3d;
}

.top_links .user_wrapp .user_panel span {
    display: block;
    font-size: 12px;
}

.top_links .user_wrapp .user_panel .user_btn {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 500px;
    overflow: hidden;
    background: url(../img/user_btn_drilldown.gif) no-repeat top left
}

/*MAIN NAV*/

.open_menu {
    background-position: 0 0;
    background: url(../img/body_bkgr.gif) repeat-y;
}

.open_menu .menu {
    width: 269px;
}

.open_menu .menu_btn {
    width: 30px;
    height: 28px;
    float: right;
    margin: 5px;
    line-height: 500px;
    overflow: hidden;
    background-position: -2px -474px;
}

.open_menu .menu_btn:hover {
    background-color: #000;
}

.menu {
    background-color: #3d3d3d;
    width: 53px;
    float: left;
    position: absolute;
    padding-bottom: 20px;
}

.menu_btn {
    width: 53px;
    height: 38px;
    background: url(../img/menu_icons.png) no-repeat 9px -468px;
    line-height: 500px;
    overflow: hidden;
    display: block;
    opacity: 0.8
}

.menu_btn:hover {
    cursor: pointer;
    opacity: 1
}

.menu ul {
    height: 100%;
    background-color: #3d3d3d;
}

.menu ul li {
    width: 100%;
    list-style: none;
    float: left;
    height: 38px;
    overflow: hidden;
    color: #e5e5e5;
    font-size: 13px;
    line-height: 38px;
    padding: 1px 0;
}

.menu ul li.active {
    background: url(../img/selected_menu_item_bkg.png) no-repeat right center #00a2e3!important;
    color: #fff;
}

.menu ul li span {
    background: url(../img/menu_icons.png) no-repeat left top;
    line-height: 500px;
    overflow: hidden;
    height: 38px;
    display: block;
    width: 53px;
    opacity: 0.8;
}

.menu ul li span a {
    height: 38px;
    display: block;
    line-height: 500px;
    overflow: hidden;
}

.menu ul li span:hover {
    opacity: 1;
    line-height: 500px;
    overflow: hidden;
    height: 38px;
    display: block;
    cursor: pointer;
}

.menu ul li.sub_menu_options {
    display: none;
}

.open_menu .menu ul li {
    border-bottom: 1px solid #454545;
    border-top: 1px solid #353535;
    height: 38px;
    padding: 0;
}

.open_menu .menu ul li a {
    color: #b7b7b7;
    display: block;
}

.open_menu .menu ul li.active a {
    color: #FFF;
}

.open_menu .menu ul li:hover a {
    color: #FFF;
}

.open_menu .menu ul li.selected {
    border-bottom: 0;
    background: url(../img/open_menu_bkg.png) no-repeat 247px -9px #353535 !important;
}

.open_menu .menu ul li.sub_menu_options {
    height: auto;
    border-top: 0;
}

.open_menu .menu ul li.sub_menu_options ul {
    height: auto;
    padding-left: 25px;
    padding-bottom: 25px;
    background-color: #353535;
    overflow: hidden;
}

.open_menu .menu ul li.sub_menu_options ul li {
    height: 25px;
    border: 0;
    color: #b7b7b7;
    line-height: 25px;
    font-size: 12px;
}

.open_menu .menu ul li.sub_menu_options ul li a {
    color: #b7b7b7;
}

.open_menu .menu ul li.sub_menu_options ul li a:hover {
    color: #FFF;
    background: transparent;
}

.open_menu .menu ul li.sub_menu {
    background: url(../img/open_menu_bkg.png) no-repeat 247px 15px;
}

.open_menu .menu ul li:hover {
    background-color: #353535;
    cursor: pointer;
    color: #FFF;
}

.open_menu .menu ul li.active:hover {
    background: url(../img/selected_menu_item_bkg.png) no-repeat right center #00a2e3;
}

.open_menu .menu ul li span {
    float: left;
    width: 48px;
    height: 38px;
}

.open_menu .menu ul li span a {
    height: 38px;
}

.menu ul li span.home {
    background-position: 7px 2px
}

.menu ul li span.dashboard {
    background-position: 7px -421px
}

.menu ul li span.phone_top_up {
    background-position: 7px -38px
}

.menu ul li span.customer_service {
    background-position: 7px -76px
}

.menu ul li span.fixed_deposit_account {
    background-position: 7px -114px
}

.menu ul li span.general_information {
    background-position: 7px -152px
}

.menu ul li span.loans {
    background-position: 7px -190px
}

.menu ul li span.payments {
    background-position: 7px -228px
}

.menu ul li span.personalised_teller {
    background-position: 7px -266px
}

.menu ul li span.saving_account {
    background-position: 7px -304px
}

.menu ul li span.transfers {
    background-position: 7px -342px
}

.menu ul li span.forum {
    background-position: 7px -380px;
    display: none;
}

.open_menu .menu ul li span {
    opacity: 0.8
}

.open_menu .menu ul li:hover span {
    opacity: 1
}

.open_menu .main_container {
    margin-left: 269px;
    min-width: 320px
}

.main_container {
    margin-left: 53px;
}

.open_menu .main_block {
    padding-right: 0px;
}

.main_block {
    padding-right: 295px;
}

.top_bar {
    background-color: #00a2e3;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

/*MAIN CONTENT*/

.main_content {
    margin-left: 20px;
}

.main_content h2 {
    color: #565656;
    float: left;
    font-size: 30px;
    font-weight: 300;
    height: 50px;
    line-height: 21px;
    padding-top: 26px;
    font-weight: 400;
}

.main_content h2 span {
    color: #767575;
    font-weight: 200;
}

.main_content .print {
    float: right;
}

.print_btn {
    padding-left: 25px;
    background: url(../img/print_icon.gif) no-repeat 0px 0px;
    color: #3d3d3d;
    text-decoration: none;
    margin-top: 27px;
    float: right;
    margin-right: 20px;
}

.print_btn:hover {
    color: #000;
    text-decoration: none;
}

.main_content .breadcrumbs {
    clear: both;
    height: 35px;
    padding-left: 2px;
    background-color: #efefef
}

.main_content .breadcrumbs a {
    height: 35px;
    line-height: 35px;
    color: #3d3d3d;
    display: block;
    float: left;
    padding-right: 4px;
}

.main_content .breadcrumbs a:before {
    content: " > "
}

.main_content .breadcrumbs a.home {
    background: url(../img/breadcrumbs_home_icon.gif) no-repeat 9px 7px;
    padding-left: 38px;
}

.main_content .breadcrumbs a.home:before {
    content: "";
}

.main_content .breadcrumbs a:hover {
    color: #000;
    text-decoration: none;
}

.table_name {
    height: 42px;
    line-height: 37px;
    background-color: #3d3d3d;
    color: #FFF;
    font-weight: 300;
    font-size: 17px;
    padding-left: 14px;
}

.table_header a {
    color: #00a2e3;
}

.table_header .number a {
    color: #00a2e3;
    padding-left: 10px;
    /* background:url(../img/ascending_btn.gif) no-repeat left center;*/
}

.table_header .date a {
    color: #00a2e3;
    padding-left: 10px;
    background: url(../img/ascending_btn.gif) no-repeat left center;
}

/*Saving account table*/

.saving_accounts {
    border: 1px solid #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
    line-height: 15px;
}

.saving_accounts tr td {
    border-bottom: 1px solid #c5c5c5;
}

.saving_accounts tr:hover {
    background-color: #f1f1f1
}

.saving_accounts tr:first-child td, .saving_accounts tr:last-child td {
    border-bottom: none;
}

.saving_accounts td {
    height: 42px;
    padding-right: 5px
}

.saving_accounts tr td:first-child {
    padding-left: 14px;
    padding-right: 0
}

.saving_accounts tr:first-child td:first-child {
    padding-left: 0px;
}

.saving_accounts .table_header {
    color: #00a2e3;
}

.saving_accounts .name {
    width: 14%
}

.saving_accounts .type {
    width: 10%
}

.saving_accounts .number {
    width: 14%
}

.saving_accounts .currency {
    width: 14%
}

.saving_accounts .balance {
    width: 16%
}

.saving_accounts .available_balance {
    width: 16%
}

.saving_accounts .account_options {
    width: 16%
}

/*Loan account table*/

.loan_accounts {
    border: 1px solid #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
    line-height: 15px;
}

.loan_accounts tr td {
    border-top: 1px solid #c5c5c5;
}

.loan_accounts tr:hover {
    background-color: #f1f1f1
}

.loan_accounts tr:first-child td {
    border: none;
}

.loan_accounts td {
    padding-right: 10px;
    height: 42px;
}

.loan_accounts tr td:first-child {
    padding-left: 14px;
    padding-right: 0;
    font-weight: 600;
}

.loan_accounts tr:first-child td:first-child {
    padding-left: 0px;
}

.loan_accounts .table_header {
    color: #00a2e3;
}

.loan_accounts .table_header td {
    border: 0
}

.loan_accounts td span.collapse_account {
    width: 21px;
    height: 21px;
    display: block;
    background: url(../img/loan_account_open.gif) no-repeat 0px 0px #00a2e3;
    line-height: 500px;
    overflow: hidden;
    cursor: pointer
}

.loan_accounts tr.selected td span.collapse_account {
    background-position: 0px -22px;
    background-color: #3e3e3e!important
}

.loan_accounts tr.account_tr:first-child {
    border-bottom: 1px solid #3d3d3d;
}

.loan_accounts .selected {
    background-color: #f1f1f1
}

.loan_accounts .account_info {
    background-color: #f1f1f1
}

.loan_accounts .loan_account_open {
    border-top: none;
}

.loan_accounts tr.account_info td {
    border: none;
}

.loan_accounts .account_info ul {
    margin: 20px 0;
    width: 33.5%;
    min-width: 250px;
}

.loan_accounts .account_info ul li {
    width: 100%;
    color: #666;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
}

.loan_accounts .account_info ul li span {
    float: right;
}

.loan_accounts .name {
    width: 16%
}

.loan_accounts .type {
    width: 13%
}

.loan_accounts .number {
    width: 18%
}

.loan_accounts .currency {
    width: 17%
}

.loan_accounts .loan_balance {
    width: 17%
}

.loan_accounts .account_options {
    width: 15%
}

.loan_accounts .collapse_td {
    width: 4%
}

/*Fixed Deposit account table*/

.deposit_accounts {
    border: 1px solid #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
    line-height: 15px;
}

.deposit_accounts tr td {
    border-bottom: 1px solid #c5c5c5;
}

.deposit_accounts tr:hover {
    background-color: #f1f1f1
}

.deposit_accounts tr:first-child td, .deposit_accounts tr:last-child td {
    border-bottom: none;
}

.deposit_accounts td {
    height: 42px;
}

.deposit_accounts td.type {
    width: 100px;
    height: 42px;
}

.deposit_accounts tr td:first-child {
    padding-left: 14px;
    padding-right: 0
}

.deposit_accounts tr:first-child td:first-child {
    padding-left: 0px;
}

.deposit_accounts .table_header {
    color: #00a2e3;
}

.deposit_accounts td span.collapse_account {
    width: 21px;
    height: 21px;
    display: block;
    background: url(../img/loan_account_open_menu.gif) no-repeat left bottom;
    line-height: 500px;
    overflow: hidden;
    cursor: pointer
}

.deposit_accounts tr.selected td span.collapse_account {
    background-position: left top
}

.deposit_accounts .name {
    width: 14%
}

.deposit_accounts .type {
    width: 10%
}

.deposit_accounts .number {
    width: 15%
}

.deposit_accounts .currency {
    width: 15%
}

.deposit_accounts .balance {
    width: 19%
}

.deposit_accounts .maurity {
    width: 19%
}

.deposit_accounts .empty {
    width: 8%
}

.action_options a {
    float: left;
    background: url(../img/table_icons.png) no-repeat;
    width: 34px;
    height: 25px;
    line-height: 500px;
    overflow: hidden;
}

.action_options .history {
    background-position: 0px -8px;
    display: block;
}

.action_options .profits {
    background-position: -34px -7px;
    display: block;
}

.action_options .payments {
    background-position: -67px -7px;
    display: block;
}

/*RIGHT COLUMN*/

.right_col .quick_links_wrapper {
    padding: 15px 20px;
    background-color: #00a2e3;
    margin-bottom: 20px;
    overflow: hidden
}

.right_col .quick_links_wrapper ul li {
    font-size: 16px;
}

.right_col .quick_links_wrapper ul li:last-child a {
    border-bottom: none;
}

.right_col .quick_links_wrapper ul li a {
    background: url(../img/menu_icons.png) no-repeat;
    padding-left: 25px;
    color: #FFF;
    display: block;
    text-decoration: none;
    height: 40px;
    line-height: 48px;
    opacity: 0.7
}

.right_col .quick_links_wrapper ul li a:hover {
    opacity: 1
}

.right_col .quick_links_wrapper ul li a.payments_ql {
    background-position: -8px -222px;
}

.right_col .quick_links_wrapper ul li a.transfers_ql {
    background-position: -8px -336px;
}

.right_col .quick_links_wrapper ul li a.phone_top_up_ql {
    background-position: -8px -33px;
}

.right_col .rates_wrapper {
    padding: 15px 20px;
    background-color: #e8e8e8;
    margin-bottom: 20px;
    overflow: hidden
}

.right_col .rates_wrapper h3 {
    color: #6c6c6c;
}

.right_col .rates_wrapper .fx_rates {
    margin-top: 20px;
}

.right_col .rates_wrapper .fx_rates tr td {
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    font-size: 14px;
}

.right_col .rates_wrapper .fx_rates tr.rate_table_header td {
    height: 24px;
}

.right_col .rates_wrapper .fx_rates tr td:first-child {
    text-align: left;
    font-weight: 600;
}

.right_col .rates_wrapper .fx_rates tr:last-child td {
    border-bottom: none;
}

.right_col .rates_wrapper .fx_rates td {
    width: 33.3%;
    height: 44px;
}

.right_col .phone_top_up_wrapper {
    padding: 15px 20px;
    background-color: #e8e8e8;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.right_col .phone_top_up_wrapper h3 {
    color: #6c6c6c;
}

.right_col .phone_top_up_wrapper select {
    -webkit-appearance: none;
    float: left;
    height: 38px;
    padding: 6px 8px;
    font-family: "open sans";
    font-size: 12px;
    background: url(../img/select_bkgr.gif) no-repeat 200px center #fff;
    background-size: 8px 4px;
    height: 32px;
}

.right_col .phone_top_up_wrapper select option {
    height: 22px;
    line-height: 22px;
    outline: none
}

.right_col .phone_top_up_wrapper #my_chart {
    margin-left: 20px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.right_col .phone_top_up_wrapper span.label_color {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #fff;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 6px
}

.right_col .phone_top_up_wrapper .labels_wrapp ul li {
    height: 25x;
    line-height: 25px;
}

.right_col .ptu_total_wrapp {
    position: absolute;
    z-index: 1000;
    top: 176px;
    font-size: 21px;
    text-align: center;
    line-height: 25px;
    font-weight: 200;
    left: 110px;
    display: none;
}

.right_col .ptu_total_wrapp span {
    display: block;
    font-weight: 400
}

.right_col .survey_wrapper {
    padding: 15px 20px;
    background-color: #00a2e3;
    margin_bottom: 20px;
    color: #FFF;
    overflow: hidden
}

.right_col .survey_wrapper form {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
    overflow: hidden;
}

.right_col .survey_wrapper form p {
    text-transform: none;
    padding-bottom: 15px;
    font-size: 14px;
}

.right_col .survey_wrapper form input.button {
    border: 0;
    background-color: transparent;
    color: #FFF;
    font-size: 16px;
    margin-top: 15px;
}

.right_col .survey_wrapper form label {
    float: left;
    margin-top: 2px;
}

.right_col .survey_wrapper form .survey_options {
    float: left;
    width: 200px;
    margin-bottom: 5px;
}

.right_col .survey_wrapper input {
    float: left;
    margin-right: 10px;
}

.right_col {
    float: right;
    position: absolute;
    top: 125px;
    right: 20px;
    width: 275px;
}

.right_col h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: normal;
}

.open_menu .right_col {
    display: none;
}

/*FOOTER*/

.footer {
    border-top: 3px solid #eaeaea;
    padding-top: 22px;
    padding-bottom: 50px;
    overflow: hidden;
    margin-left: 73px;
    margin-right: 20px;
}

.open_menu .footer {
    margin-left: 289px;
    margin-right: 20px;
}

.footer .telephones {
    font-size: 16px;
    overflow: hidden;
    padding-bottom: 30px;
    min-width: 300px;
}

.footer .telephones li {
    float: left;
}

.footer .telephones li .usa_and_canada, .footer .telephones li .jamaica {
    float: left;
}

.footer .telephones li .usa_and_canada {
    border-left: 1px solid #878787;
    padding-left: 20px;
}

.footer .telephones li .jamaica {
    padding-right: 20px;
}

.footer .telephones li:first-child {
    padding: 0;
    padding-right: 20px;
    padding-bottom: 15px;
}

.footer .telephones li span {
    color: #00a2e3;
    display: block;
    font-weight: 600;
}

.footer .footer_links {
    overflow: hidden;
    min-width: 120px;
    margin-left: 0;
}

.footer .footer_links li {
    float: left;
    width: 100%
}

.footer .footer_links li a {
    text-decoration: none;
    font-size: 12px;
    color: #3d3d3d;
}

.footer .footer_links li a span {
    color: #00a2e3;
    padding-right: 4px;
    font-weight: bold;
}

.footer .footer_links li a:hover {
    color: #000
}

.footer .clear {
    clear: both;
    padding-top: 60px
}

.footer .clear .footer_text {
    float: left;
    font-size: 11px;
    color: #8b8b8b;
    margin-top: 8px;
    line-height: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.footer .clear .footer_text span {
    display: block;
    color: #3d3d3d;
    line-height: 15px
}

.footer .clear .footer_logos {
    overflow: hidden;
    text-align: right;
    margin-left: 0;
}

.footer .clear .footer_logos a.verisign {
    float: left;
    display: block;
    overflow: hidden;
    line-height: 500px;
    background: url(../img/verisign.jpg) no-repeat top left;
    width: 79px;
    height: 39px;
    margin-right: 16px
}

.footer .clear .footer_logos a.jn_footer {
    float: left;
    display: block;
    overflow: hidden;
    line-height: 500px;
    background: url(../img/JN_Logo.jpg) no-repeat top left;
    width: 35px;
    height: 29px;
    margin-right: 16px;
    margin-top: 7px;
}

/*SAVING ACCOUNT SECTION/////////////////////////////////////////////////////*/

form.saving_transaction_history {
    padding-bottom: 20px;
}

form.alerts_setup {
    padding-bottom: 20px;
    width: 50%;
    margin: 0 auto;
}

form.alerts_setup .saving_accounts .selection {
    width: 10%
}

form.alerts_setup .saving_accounts .name {
    width: 14%
}

form.alerts_setup .saving_accounts .type {
    width: 11%
}

form.alerts_setup .saving_accounts .number {
    width: 15%
}

form.alerts_setup .saving_accounts .currency {
    width: 15%
}

form.alerts_setup .saving_accounts .balance {
    width: 15%
}

form.alerts_setup .saving_accounts .available_balance {
    width: 16%
}

form.saving_transaction_history .saving_accounts .selection {
    width: 10%
}

form.saving_transaction_history .saving_accounts .name {
    width: 14%
}

form.saving_transaction_history .saving_accounts .type {
    width: 11%
}

form.saving_transaction_history .saving_accounts .number {
    width: 15%
}

form.saving_transaction_history .saving_accounts .currency {
    width: 15%
}

form.saving_transaction_history .saving_accounts .balance {
    width: 15%
}

form.saving_transaction_history .saving_accounts .available_balance {
    width: 16%
}

form.saving_transaction_history .alert {
    background-color: #e8e8e8;
    border: 1px solid #c9c9c9;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
    color: #3d3d3d
}

form.saving_transaction_history .account_range {
    margin-top: 15px;
}

form.saving_transaction_history .account_range .row_label {
    color: #00A2E3;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 18px;
    margin-top: 8px;
}

form.saving_transaction_history .account_range .dp_label {
    width: 40px;
    display: block;
    float: left;
    line-height: 35px;
    font-size: 12px
}

form.saving_transaction_history .account_range .date_select {
    width: 290px;
    float: left;
    margin: 0;
    /*padding-left:20px;*/
}

form.saving_transaction_history .account_range .datepicker {
    float: left;
    width: 220px;
    margin-right: 15px;
    height: 15px;
    padding: 10px 15px;
    font-family: "open sans";
    font-size: 14px;
    background: url(../img/date_picker_bkg.png) no-repeat 220px center;
    background-size: 18px 18px;
}

form.saving_transaction_history .account_range .amount_input {
    float: left;
    width: 250px;
    margin-right: 15px;
    height: 15px;
    padding: 10px 15px;
    font-family: "open sans";
    font-size: 14px;
}

form.saving_transaction_history .account_range .datepicker[readonly] {
    background-color: #fff;
    cursor: default;
}

form.saving_transaction_history .account_range .sa_th_select {
    -webkit-appearance: none;
    float: left;
    width: 250px;
    margin-right: 15px;
    height: 38px;
    padding: 8px 15px;
    font-family: "open sans";
    font-size: 14px;
    /*margin-left:20px;*/
    background: url(../img/select_bkgr.gif) no-repeat 220px center #fff;
    background-size: 8px 4px;
}

form.saving_transaction_history .account_range .submit_form_btn {
    /* margin-left: 40px; */
    /* width: 112px; */
    margin-right: 10px;
    height: 35px;
    padding: 0px 10px 0px 40px;
    /* padding-right: 0; */
    text-align: left;
    border: 0;
    background: url(../img/btn_icons.png) no-repeat 13px 9px;
    background-size: 18px 442px;
    font-family: "open sans";
    font-size: 18px;
    float: right;
    /*margin-right: 24px;*/
    background-color: #00a2e3;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.delete_form_btn {
    background-position: 13px -131px !important;
    margin-left: 10px;
}

form.saving_transaction_history .account_range .submit_form_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

form.alerts_setup .account_range .submit_form_btn {
    /* margin-left: 40px; */
    /* width: 112px; */
    /*margin-right: 15px;*/
    margin-top: 20px;
    height: 35px;
    padding: 0px 10px 0px 40px;
    /* padding-right: 0; */
    text-align: left;
    border: 0;
    background: url(../img/btn_icons.png) no-repeat 13px 0px;
    background-size: 18px 72px;
    font-family: "open sans";
    font-size: 18px;
    float: right;
    /*margin-right: 24px;*/
    background-color: #00a2e3;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

form.alerts_setup .account_range .submit_form_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.sa_transaction_history {
    border: 1px solid #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
    line-height: 15px;
}

.sa_transaction_historytr td {
    border-bottom: 1px solid #c5c5c5;
}

.sa_transaction_history tr:hover {
    background-color: #f1f1f1
}

.sa_transaction_history tr:first-child td, .sa_transaction_history tr:last-child td {
    border-bottom: none;
}

.sa_transaction_history td {
    height: 42px;
    border-bottom: 1px solid #C5C5C5;
}

.sa_transaction_history td.type {
    width: 100px;
    height: 42px;
}

.sa_transaction_history tr td:first-child {
    padding-left: 14px;
    padding-right: 0
}

.sa_transaction_history tr:first-child td:first-child {
    padding-left: 0px;
}

.sa_transaction_history .table_header {
    color: #00a2e3;
}

.sa_transaction_history td span.collapse_account {
    width: 21px;
    height: 21px;
    display: block;
    background: url(../img/loan_account_open_menu.gif) no-repeat left bottom;
    line-height: 500px;
    overflow: hidden;
    cursor: pointer
}

.sa_transaction_history .date {
    width: 15%
}

.sa_transaction_history .position_date {
    width: 15%
}

.sa_transaction_history .debit_credit {
    width: 15%
}

.sa_transaction_history .description {
    width: 30%
}

.sa_transaction_history .amount {
    width: 15%
}

/*LOAN ACCOUNT SECTION/////////////////////////////////////////////////////*/

form.loan_transaction_history {
    padding-bottom: 20px;
}

form.loan_transaction_history .saving_accounts .selection {
    width: 10%
}

form.loan_transaction_history .saving_accounts .name {
    width: 14%
}

form.loan_transaction_history .saving_accounts .type {
    width: 11%
}

form.loan_transaction_history .saving_accounts .number {
    width: 15%
}

form.loan_transaction_history .saving_accounts .currency {
    width: 15%
}

form.loan_transaction_history .saving_accounts .balance {
    width: 15%
}

form.loan_transaction_history .saving_accounts .available_balance {
    width: 16%
}

form.loan_transaction_history .alert {
    background-color: #e8e8e8;
    border: 1px solid #c9c9c9;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
    color: #3d3d3d
}

form.loan_transaction_history .account_range {
    margin-top: 15px;
}

form.loan_transaction_history .account_range .row_label {
    color: #00A2E3;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 18px;
    margin-top: 8px;
}

form.loan_transaction_history .account_range .dp_label {
    width: 40px;
    display: block;
    float: left;
    line-height: 35px;
    font-size: 12px
}

form.loan_transaction_history .account_range .date_select {
    width: 400px;
    float: left;
    margin: 0;
}

form.loan_transaction_history_2 .account_range {
    margin-top: 15px;
}

form.loan_transaction_history_2 .account_range .row_label {
    color: #00A2E3;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 18px;
    margin-top: 8px;
}

form.loan_transaction_history_2 .account_range .dp_label {
    width: 40px;
    display: block;
    float: left;
    line-height: 35px;
    font-size: 12px
}

form.loan_transaction_history_2 .account_range .date_select_history {
    width: 390px;
    float: left;
    margin: 0;
}

form.loan_transaction_history .account_range .datepicker {
    float: left;
    width: 197px;
    margin-right: 15px;
    height: 15px;
    padding: 10px 15px;
    font-family: "open sans";
    font-size: 14px;
    background: url(../img/date_picker_bkg.png) no-repeat 198px center;
    background-size: 18px 18px;
}

form.loan_transaction_history .account_range .amount_input {
    float: left;
    width: 197px;
    margin-right: 15px;
    height: 15px;
    padding: 10px 15px;
    font-family: "open sans";
    font-size: 14px;
}

form.loan_transaction_history .account_range .datepicker[readonly] {
    background-color: #fff;
    cursor: default;
}

form.loan_transaction_history .account_range .la_th_select {
    -webkit-appearance: none;
    float: left;
    width: 228px;
    margin-right: 15px;
    height: 38px;
    padding: 8px 15px;
    font-family: "open sans";
    font-size: 14px;
    margin-left: 40px;
    background: url(../img/select_bkgr.gif) no-repeat 200px center #fff;
    background-size: 8px 4px;
}

form.loan_transaction_history .account_range .submit_form_btn {
    margin-left: 40px;
    width: 112px;
    margin-right: 15px;
    height: 35px;
    padding: 0px 0px 0px 40px;
    padding-right: 0;
    text-align: left;
    border: 0;
    background: url(../img/btn_icons.png) no-repeat 13px 0px;
    background-size: 18px 72px;
    font-family: "open sans";
    font-size: 18px;
    float: right;
    margin-right: 24px;
    background-color: #00a2e3;
    color: #fff;
    font-weight: 300;
}

form.loan_transaction_history .account_range .submit_form_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.la_transaction_history {
    border: 1px solid #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
    line-height: 15px;
}

.la_transaction_historytr td {
    border-bottom: 1px solid #c5c5c5;
}

.la_transaction_history tr:hover {
    background-color: #f1f1f1
}

.la_transaction_history tr:first-child td, .la_transaction_history tr:last-child td {
    border-bottom: none;
}

.la_transaction_history td {
    height: 42px;
    border-bottom: 1px solid #C5C5C5;
}

.la_transaction_history td.type {
    width: 100px;
    height: 42px;
}

.la_transaction_history tr td:first-child {
    padding-left: 14px;
    padding-right: 0
}

.la_transaction_history tr:first-child td:first-child {
    padding-left: 0px;
}

.la_transaction_history .table_header {
    color: #00a2e3;
}

.la_transaction_history td span.collapse_account {
    width: 21px;
    height: 21px;
    display: block;
    background: url(../img/loan_account_open_menu.gif) no-repeat left bottom;
    line-height: 500px;
    overflow: hidden;
    cursor: pointer
}

.la_transaction_history .date {
    width: 15%
}

.la_transaction_history .position_date {
    width: 15%
}

.la_transaction_history .debit_credit {
    width: 15%
}

.la_transaction_history .description {
    width: 30%
}

.la_transaction_history .amount {
    width: 15%
}

/*PHONE TOP UP/////////////////////////////////////////////////////*/

form.phone_top_up {
    padding-bottom: 20px;
}

form.phone_top_up .saving_accounts .selection {
    width: 10%
}

form.phone_top_up .saving_accounts .name {
    width: 14%
}

form.phone_top_up .saving_accounts .type {
    width: 11%
}

form.phone_top_up .saving_accounts .number {
    width: 15%
}

form.phone_top_up .saving_accounts .currency {
    width: 15%
}

form.phone_top_up .saving_accounts .balance {
    width: 15%
}

form.phone_top_up .saving_accounts .available_balance {
    width: 16%
}

form.phone_top_up .phone_top_up_fields.first {
    margin-top: 15px
}

form.phone_top_up .phone_top_up_fields {
    /*background-color:#f1f1f1; border:1px solid #e0e0e0; margin-top:5px;*/
}

form.phone_top_up .phone_top_up_fields:nth-child(odd) {
    background-color: #f8f6f6;
    border: 1px solid #E7E7E7;
    /*margin-top:15px;*/
}

form.phone_top_up .phone_top_up_fields .row_label {
    line-height: 35px;
    font-weight: 600;
    color: #00a2e3;
    font-size: 14px;
    padding-left: 15px;
    margin-top: 15px;
    line-height: 16px;
    margin-bottom: 10px;
    min-height: 20px;
}

form.phone_top_up .phone_top_up_fields .phone_prefix, form.phone_top_up .phone_top_up_fields .phone_number {
    float: left;
    width: 145px;
    margin-right: 7px;
    height: 15px;
    padding: 10px 15px;
    font-family: "open sans";
    font-size: 14px;
    margin-bottom: 0;
    float: left;
    margin: 5px;
}

form.phone_top_up .phone_top_up_fields .phone_prefix {
    width: 30px;
    margin-left: 15px;
    margin-right: 0;
}

form.phone_top_up .phone_top_up_fields .amount_input {
    /* float:left;width:120px;*/
    margin-right: 5px;
    height: 15px;
    padding: 10px 15px;
    font-family: "open sans";
    font-size: 15px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

form.phone_top_up .phone_top_up_fields .amount_tax {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    width: 34px;
    margin-right: 15px;
}

form.phone_top_up .phone_top_up_fields .ptu_th_select {
    -webkit-appearance: none;
    /*float:left;*/
    width: 243px;
    height: 38px;
    padding: 8px 15px;
    font-family: "open sans";
    font-size: 14px;
    background: url(../img/select_bkgr.gif) no-repeat 215px center #fff;
    background-size: 8px 4px;
    margin: 5px;
    margin-left: 15px;
}

form.phone_top_up .submit_form_btn {
    margin-left: 10px;
    height: 35px;
    padding: 0px 0px 0px 40px;
    padding-right: 19px;
    text-align: left;
    border: 0;
    background: url(../img/btn_icons.png) no-repeat 13px 9px;
    background-size: 18px 442px;
    font-family: "open sans";
    font-size: 18px;
    float: right;
    margin-right: 0px;
    background-color: #00a2e3;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}

form.phone_top_up .submit_form_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

form.phone_top_up .edit_form_btn {
    margin-left: 10px;
    height: 35px;
    padding: 0px 0px 0px 40px;
    padding-right: 19px;
    text-align: left;
    border: 0;
    background: url(../img/btn_icons.png) no-repeat 13px -36px;
    background-size: 18px 72px;
    font-family: "open sans";
    font-size: 18px;
    float: right;
    margin-right: 0px;
    background-color: #00a2e3;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}

form.phone_top_up .edit_form_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

form.phone_top_up .phone_top_up_fields .ptu_confirm_values {
    float: left;
    margin-right: 7px;
    height: 35px;
    padding: 0px 15px;
    font-size: 14px;
    margin-bottom: 0;
    float: left;
    margin: 5px;
    line-height: 35px;
}

form.phone_top_up .table_name {
    height: 42px;
    line-height: 37px;
    background-color: #3d3d3d;
    color: #FFF;
    font-weight: 300;
    font-size: 17px;
    padding-left: 14px;
    /* margin-top:20px;*/
}

form.phone_top_up .saving_accounts .table_name {
    height: 42px;
    line-height: 37px;
    background-color: #3d3d3d;
    color: #FFF;
    font-weight: 300;
    font-size: 17px;
    padding-left: 14px;
    margin-top: 0px
}

form.phone_top_up p.recipt_complete {
    font-size: 18px;
    color: #00a2e3;
    text-transform: uppercase;
    padding: 17px 15px;
}

form.phone_top_up p.recipt_complete span {
    display: block;
    text-transform: none;
    color: #3d3d3d;
    font-size: 14px;
    margin-top: 2px;
}

/*DATE PICKER/////////////////////////////////////////////////////*/

.ui-widget-content {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #222222;
}

.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 222px;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url(../img/calendar_arrows.gif) no-repeat 0 0;
}

.ui-datepicker .ui-datepicker-next span {
    background: url(../img/calendar_arrows.gif) no-repeat -20px 0px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    line-height: 500px;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-prev span:hover, .ui-datepicker .ui-datepicker-next span:hover {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-state-default {
    background: none;
    border: 0;
    color: #555555;
    font-weight: normal;
    width: 20px;
    text-align: center;
    height: 20px;
    font-family: "open Sans";
    display: block;
    margin-bottom: 8px;
}

.ui-state-default:hover {
    text-decoration: none;
    color: #555555;
}

.ui-datepicker th {
    font-family: "open sans";
    font-weight: 600;
    padding: 0.2em;
    width: 20px;
    height: 20px;
}

.ui-datepicker td {
    height: 20px;
    width: 20px;
    padding: 0;
    text-align: center;
}

.ui-datepicker td a:hover {
    background-color: #e8e8e8;
}

.ui-widget-content {
    border: 0;
    border: 1px solid #999;
    border-radius: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-top: 0
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #3d3d3d;
    border: 0;
    color: #FFF;
}

.ui-state-active:hover {
    background: #3d3d3d!important;
    border: 0;
    color: #FFF;
    text-decoration: none;
}

.ui-widget-header {
    background: none;
    border: 0;
    color: #222222;
    font-family: "open sans";
    font-weight: 600;
}

/*DASHBOARD/////////////////////////////////////////////////////*/

.dashboard {
    background-image: none;
}

.dashboard .dashboard_main_title {
    float: left;
    font-size: 28px;
    font-weight: 300;
    margin-left: 19px;
    margin-top: 17px;
}

.dashboard .dashboard_main_title span {
    font-size: 18px;
    color: #767575;
    font-weight: 200;
}

.dashboard .top_links .color_selector {
    display: none;
}

.dashboard .dashboard_home_link {
    float: right;
    clear: both;
    margin-top: 5px;
}

.dashboard .dashboard_home_link a:hover {
    opacity: 0.8
}

.dashboard .dashboard_home_link a img {
    width: 47px;
    height: 46px;
    margin-left: 5px;
}

.dashboard_wrapper {
    overflow: hidden;
    padding-bottom: 110px;
    height: 100%;
    margin: 0 20px;
    margin-right: 304px;
    margin-top: 46px;
}

.dashboard_wrapper .block {
    margin-left: 10px;
    margin-bottom: 10px;
    height: 128px;
}

.dashboard_wrapper .block:hover {
    opacity: 0.8
}

.dashboard_wrapper .block a {
    height: 128px;
    display: block;
    color: #FFF;
    font-size: 26px;
    text-align: right;
    font-weight: 200;
    line-height: 28px;
    position: relative;
}

.dashboard_wrapper .phone_top_up a {
    /*height:266px; text-align:left;*/
}

.dashboard_wrapper .phone_top_up a span.block_text {
    position: absolute;
    left: 18px;
    bottom: 15px!important;
    font-size: 26px!important;
}

.dashboard_wrapper .phone_top_up a span.block_text b {
    font-size: 12px!important;
    line-height: 14px;
    margin-top: 67px
}

.dashboard_wrapper .block a span.block_text {
    position: absolute;
    right: 18px;
    bottom: 15px;
    font-weight: 200
}

.dashboard_wrapper .block a span.block_text b {
    display: block;
    font-weight: 400
}

.dashboard_wrapper .block a span.block_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../img/dashboard_block_icons.png) no-repeat 0 0;
    top: 0;
    left: 0;
    line-height: 500px;
    display: block;
    overflow: hidden;
}

.dashboard_wrapper .block6 .block a span.block_text {
    font-size: 15px;
    bottom: 10px;
}

.dashboard_wrapper .block4 .block4 .block a span.block_text {
    font-size: 15px;
    bottom: 14px;
    line-height: 17px
}

.dashboard_wrapper .loan_accounts_block a span.block_icon {
    background-position: 0 -60px;
}

.dashboard_wrapper .fixed_deposits_block a span.block_icon {
    background-position: 0 -120px;
}

.dashboard_wrapper .transfer a span.block_icon {
    background-position: 0 -300px;
}

.dashboard_wrapper .general_info a span.block_icon {
    background-position: 0 -240px;
}

.dashboard_wrapper .transfer_history a span.block_icon {
    background-position: 0 -300px;
}

.dashboard_wrapper .contact_us a span.block_icon {
    background-position: 0 -360px;
}

.dashboard_wrapper .phone_top_up a span.block_icon {
    background-position: 0 -420px;
}

.dashboard_wrapper .card a span.block_icon {
    background-position: 0 -480px;
}

.dashboard_wrapper .forum a span.block_icon {
    background-position: 0 -540px;
}

.dashboard_wrapper .own a span.block_icon {
    background-position: 0 -660px;
}

.dashboard_wrapper .to_third_party a span.block_icon {
    background-position: 0 -720px;
}

.dashboard_wrapper .cheque a span.block_icon {
    background-position: 0 -480px;
}

.dashboard_wrapper .saved_billers a span.block_icon {
    background-position: 0 -660px;
}

.dashboard_wrapper .single_multiple a span.block_icon {
    background-position: 0 -60px;
}

.dashboard_wrapper .loan_payment a span.block_icon {
    background-position: 0 -180px;
}

.dashboard_wrapper .credit_card a span.block_icon {
    background-position: 0 -180px;
}

.dashboard_wrapper .wire a span.block_icon {
    background-position: 0 -780px;
}

.dashboard_wrapper .ach a span.block_icon {
    background-position: 0 -840px;
}

.dashboard_wrapper .block4 {
    width: 33.3%;
    float: left;
}

.dashboard_wrapper .block8 {
    width: 66.6%;
    float: left;
}

.dashboard_wrapper .block6 {
    width: 50%;
    float: left;
}

.dashboard_wrapper .block12 {
    width: 100%;
    float: left;
}

.saving_accounts_block {
    background-color: #ff9c00;
    margin-left: 0!important;
}

.current_accounts_block {
    background-color: #ff9c00;
}

.loan_accounts_block {
    background-color: #00a2e3;
}

.fixed_deposits_block {
    background-color: #f7464a;
}

.dashboard_wrapper .right_col {
    top: 171px;
}

.dashboard_wrapper .right_col .phone_top_up_wrapper {
    height: 370px;
    margin-bottom: 10px;
}

.dashboard_wrapper .transfer, .dashboard_wrapper .third_party {
    margin-left: 0!important;
}

.dashboard_wrapper .transfer_type, .dashboard_wrapper .transfer {
    background-color: #8cbf3c;
}

dashboard_wrapper .cheque_type, .dashboard_wrapper .saved_billers {
    background-color: #f42b61;
}

dashboard_wrapper .cheque_type, .dashboard_wrapper .cheque {
    background-color: #f42b61;
}

dashboard_wrapper .cheque_type, .dashboard_wrapper .single_multiple {
    background-color: #f42b61;
}

.dashboard_wrapper .general_info {
    background-color: #46bfbd;
}

.dashboard_wrapper .contact_us {
    background-color: #f42b61;
}

.dashboard_wrapper .transfer_history {
    background-color: #ff9c00;
}

.dashboard_wrapper .loan-payments {
    background-color: #46bfbd;
}

.dashboard_wrapper .credit-cards {
    background-color: #46bfbd;
}

.dashboard_wrapper .payment_history {
    background-color: #f42b61;
}

.dashboard_wrapper .card {
    background-color: #a278b4;
}

.dashboard_wrapper .phone_top_up {
    background-color: #a278b4;
    height: 128px;
}

.dashboard_wrapper .forum {
    background-color: #46bfbd;
    margin-top: 10px;
}

.dashboard_wrapper .bar_chart_wrapp {
    height: 339px;
    background-color: #464646;
    position: relative;
    overflow: hidden;
}

.dashboard_wrapper .bar_chart_wrapp span.block_text {
    display: block;
    color: #FFF;
    font-size: 26px;
    text-align: right;
    font-weight: 200;
    line-height: 28px;
    position: absolute;
    left: 60px;
    top: 15px!important;
    font-size: 26px!important;
}

.dashboard_wrapper .bar_chart_wrapp span.block_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../img/dashboard_block_icons.png) no-repeat 0 -600px;
    top: 0;
    left: 0;
    line-height: 500px;
    display: block;
    overflow: hidden;
}

.dashboard_wrapper .bar_chart_wrapp #my_barchart {
    position: absolute;
    top: 60px;
    left: -54px;
}

.dashboard_wrapper .bar_chart_wrapp .labels_wrapp {
    position: absolute;
    top: 290px;
    left: 20px;
    color: #FFF
}

.dashboard_wrapper .bar_chart_wrapp .labels_wrapp ul li {
    float: left;
    margin-right: 20px;
    height: 25x;
    line-height: 25px;
}

.dashboard_wrapper .bar_chart_wrapp .labels_wrapp ul li span {
    float: left;
    margin-right: 20px;
}

.dashboard_wrapper .bar_chart_wrapp .labels_wrapp span.label_color {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 6px
}

/*HOMEPAGE/////////////////////////////////////////////////////*/

.homepage {
    background-image: none;
}

.homepage .outer_wrapper {
    min-height: inherit;
    padding: 0;
}

.homepage .hompage_header h1 {
    margin-left: 30px;
}

.homepage .hompage_header {
    position: relative!important;
}

.homepage .header .register {
    float: left;
    font-size: 16px;
    margin-top: 13px;
    margin-right: 10px;
    font-weight: 200;
}

.homepage .header .register a {
    color: #00a2e3
}

.homepage .header .register a span {
    color: #3d3d3d;
}

.homepage .header .register a span img {
    margin-right: 10px;
    float: left;
    width: 22px;
    height: 21px
}

.homepage .carousel .container {
    position: relative;
    margin: 0 auto;
}

.homepage .carousel .container .login {
    position: absolute;
    z-index: 1000;
    top: 135px;
    padding: 25px;
    background-image: url(../img/login_bkgr.png);
    width: 320px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-left: 25px;
}

.homepage .carousel .container .login h2 {
    font-family: "open Sans";
    font-size: 26px;
    font-weight: 200;
    color: #666666;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.homepage .carousel .container .login_form {
    margin-top: 18px
}

.homepage .carousel .container .login_form input:focus {
    outline: none!important
}

.homepage .carousel .container .login_form input[type="text"] {
    width: 83%;
    margin: 0;
    height: 30px;
    background: url(../img/login_input_bkgr.png) no-repeat #fff;
    padding-left: 42px;
}

.homepage .carousel .container .login_form input[type="password"] {
    width: 83%;
    margin: 0;
    height: 30px;
    background: url(../img/login_input_bkgr.png) no-repeat #fff;
    padding-left: 42px;
    border-top: 0
}

.homepage .carousel .container .login_form input.password {
    background-position: 10px -24px;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
}

.homepage .carousel .container .login_form input.user {
    background-position: 10px 12px
}

.homepage .carousel .container .login_form .remember_check {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.homepage .carousel .container .login_form .remember_check span {
    color: #00a2e3;
    font-size: 11px;
}

.homepage .carousel .container .login_form input.login_btn {
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
    width: 98%;
    margin: 0;
    height: 38px;
    background-color: #00a2e3;
    color: #FFF;
    font-family: "open Sans";
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    border: 0;
    margin-top: 32px;
}

.homepage .carousel .container .login_form .forgot {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 11px;
    display: block;
}

.homepage .carousel .container .login_form .forgot:hover {
    color: #000;
}

.homepage .carousel .container .login_form input.login_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.homepage .container .welcome {
    position: absolute;
    z-index: 1000;
    right: 0;
    font-size: 50px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 200;
    text-align: right;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-top: 38px;
    right: 0px;
}

.homepage .container .welcome span {
    display: block;
    text-transform: lowercase;
    font-size: 25px;
}

.homepage .container .welcome span img {
    margin-left: 5px;
    width: 27px;
    height: 23px;
    border: 0;
}

.slide .item {
    height: 480px
}

.slide .slide1 {
    background: url(../img/home_slide/slide1.jpg) no-repeat center top;
}

.slide .slide2 {
    background: url(../img/home_slide/slide2.jpg) no-repeat center top;
}

.slide .slide3 {
    background: url(../img/home_slide/slide3.jpg) no-repeat center top;
}

.grey_border {
    background: url(../img/home_slide/grey_wrapp_bkg.gif) repeat-x bottom #f3f3f3;
    height: 205px;
}

.home_boxes {
    width: inherit;
    margin: 0!important;
}

.home_box {
    height: 200px;
    border-bottom: 5px solid;
    margin: 0!important;
    width: 33.3%;
    float: left;
}

.home_box .home_box_content h3 {
    background: url(../img/home_boxes_icons.png) no-repeat 0 1px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 52px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-bottom: 12px;
}

.home_box .home_box_content {
    padding: 25px;
    font-size: 12px;
}

.home_box .home_box_content span {
    color: #000;
}

.home_box .home_box_content a {
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.home_box:hover {
    background-color: #eaeaea;
}

.cyan_box {
    border-bottom: 5px solid #00a2e3
}

.cyan_box .home_box_content h3 {
    color: #00a2e3;
}

.cyan_box .home_box_content a {
    color: #00a2e3;
    text-transform: uppercase;
    display: block;
}

.cyan_box .home_box_content .video1 {
    float: left;
    width: 47%;
}

.cyan_box .home_box_content .video1 a, .cyan_box .home_box_content .video2 a {
    display: block;
    border: 1px solid #d0d0d0;
    background: url(../img/video_play_icon.gif) no-repeat center center #FFF;
    height: 80px;
    margin-top: 0;
    margin-bottom: 3px;
}

.cyan_box .home_box_content .video1 span, .cyan_box .home_box_content .video2 span {
    color: #00a2e3;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}

.cyan_box .home_box_content .video1 a:hover, .cyan_box .home_box_content .video2 a:hover {
    border: 1px solid #00a2e3;
}

.cyan_box .home_box_content .video2 {
    float: left;
    width: 47%;
    margin-left: 6%;
}

.orange_box {
    border-bottom: 5px solid #ff9c00
}

.orange_box .home_box_content h3 {
    color: #ff9c00;
    background-position: 0 -38px
}

.orange_box .home_box_content a {
    color: #ff9c00;
    text-transform: uppercase;
    display: block;
}

.green_box {
    border-bottom: 5px solid #8cbf3c
}

.green_box .home_box_content h3 {
    color: #8cbf3c;
    background-position: 0 -79px
}

.green_box .home_box_content h3 span {
    color: #8cbf3c;
}

.green_box .home_box_content a {
    color: #8cbf3c;
    text-transform: uppercase;
    display: block;
}

.homepage .footer {
    margin: 0;
    border: 0;
    margin-top: 20px;
}

/*Carrousel*/

.carousel {
    margin-bottom: 1px;
}

.carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    top: 445px;
    left: 0px;
    z-index: 5;
    margin-left: 25px;
}

.carousel-indicators li {
    border-radius: 14px;
    display: block;
    float: left;
    margin-right: 8px;
    text-indent: -999px;
    width: 14px;
    height: 14px;
    border: 2px solid #abacad;
    background-color: #abacad;
    -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
    box-shadow: inset 0px 0px 0px 3px #ffffff;
}

.carousel-indicators li:hover {
    cursor: pointer;
}

.carousel-indicators li.active {
    border: 2px solid #00a2e3;
    background-color: #00a2e3;
}

.carousel-control {
    background: url(../img/home_slide/arrows.png) no-repeat transparent;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 100;
    height: 50px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 50px;
    outline: none!important;
}

.carousel-control:hover {
    cursor: pointer;
    opacity: 0.8!important;
    outline: none;
}

.carousel-control.left {
    background-position: left center;
    left: 10px;
}

.carousel-control.right {
    background-position: right center;
    right: 10px;
}

.container-form {
    float: left;
}

.container-form-1 {
    float: left;
    width: 50%;
}

.hide_demo {
    display: block;
}

.topbarHome {
    height: 42px;
    line-height: 42px;
    background-color: #3d3d3d;
    color: #FFF;
    font-weight: 300;
    font-size: 17px;
    padding-left: 40px;
    cursor: pointer;
    background-image: url(../img/menu_icons.png);
    background-position: 5px 2px;
    background-repeat: no-repeat;
}