﻿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", sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #626262;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #626262;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #626262;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

select /* Mozilla Firefox hack for dropdownlists down-arrow */ {
    padding-right: 30px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

html[data-useragent*="MSIE"] select::-ms-expand /* IE hack for dropdownlists down-arrow */ {
    display: none;
}

/*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;
    }

        input[type="radio"] + label span {
            display: block;
            height: 9px;
            width: 9px;
            margin: 2px;
            background: #FFF;
        }

    input[type="radio"]:checked + label span {
        background-color: #00a2e3;
    }

/*Checkbox customization */
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;
    min-width: 320px;
}

a {
    color: #3d3d3d;
}

    a:hover {
        color: #3d3d3d;
        text-decoration: none;
    }

.outer_wrapper {
    height: 100%;
    min-height: 480px;
    padding-bottom: 0px;
    padding-right: 0px;
}

/*HEADER*/
.header {
    height: 84px;
    background-color: #fff;
    min-width: inherit !important;
}

    .header h1 {
        height: 84px;
        width: 80px;
        margin-left: 15px;
        float: left;
    }

        .header h1 a {
            height: 84px;
            width: 80px;
            display: block;
            background: url(../images/live_main_logo.png) no-repeat 0 -1px;
            line-height: 500px;
            overflow: hidden;
        }

.top_links .register {
    float: left;
    font-size: 16px;
    margin-top: 13px;
    margin-right: 10px;
    font-weight: 200;
}

    .top_links .register a {
        color: #00a2e3;
    }

        .top_links .register a span {
            color: #3d3d3d;
        }

            .top_links .register a span img {
                margin-right: 10px;
                float: left;
                width: 22px;
                height: 21px;
            }

.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(../images/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 #drop4 {
        display: block;
        line-height: 500px;
        overflow: hidden;
        background: url(../images/top_links_icons.png) no-repeat -33px -3px;
        width: 30px;
        height: 25px;
    }

        .notifications #drop4:hover {
            opacity: 0.8;
        }

.notifications-viewall {
    padding: 10px 20px;
}

.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(../images/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(../images/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 {
        line-height: 17px;
        position: relative;
        text-decoration: none;
        color: #3d3d3d;
    }

        .top_links .user_wrapp .user_panel .firstname {
            font-size: 15px;
        }

        .top_links .user_wrapp .user_panel .lastname {
            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(../images/user_btn_drilldown.gif) no-repeat top left;
        }

.header .last_logged_in {
    display: block;
    clear: right;
    font-size: 11px;
    text-align: right;
    padding-right: 15px;
    float: right;
}

/*MAIN NAV*/
.open_menu {
    background-position: 0 0;
    background: url(../images/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(../images/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(../images/selected_menu_item_bkg.png) no-repeat right center #00a2e3 !important;
            color: #fff;
        }

        .menu ul li span {
            background: url(../images/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(../images/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: 48px;
            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(../images/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(../images/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;
}


.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: 0px;
}

.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(../images/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(../images/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(../images/ascending_btn.gif) no-repeat left center;
}

.table_header .date a {
    color: #00a2e3;
    padding-left: 10px;
    background: url(../images/ascending_btn.gif) no-repeat left center;
}

.action_options a {
    float: left;
    background: url(../images/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(../images/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 {
        width: 100%;
        margin-top: 20px;
        border: 0;
        padding: 0; /* cellpadding="0" */
        border-collapse: collapse;
        border-spacing: 0; /* cellspacing="0" */
    }

        .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", sans-serif;
        font-size: 12px;
        background: url(../images/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: 25px;
        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 div {
        text-transform: uppercase;
        font-size: 12px;
        padding-bottom: 10px;
        overflow: hidden;
    }

        .right_col .survey_wrapper div p {
            text-transform: none;
            padding-bottom: 15px;
            font-size: 14px;
        }

        .right_col .survey_wrapper div input.button {
            border: 0;
            background-color: transparent;
            color: #FFF;
            font-size: 16px;
            margin-top: 15px;
        }

        .right_col .survey_wrapper div label {
            float: left;
            margin-top: 2px;
        }

        .right_col .survey_wrapper div .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: 84px;
    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: 0px 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, .footer .telephones li .uk {
            float: left;
        }

        .footer .telephones li .usa_and_canada {
            border-left: 1px solid #878787;
            padding-left: 10px;
            padding-right: 10px;
        }

        .footer .telephones li .jamaica {
            padding-right: 10px;
        }

        .footer .telephones li .uk {
            border-left: 1px solid #878787;
            padding-left: 10px;
        }

        .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: 30px;
}

    .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: right;
            display: block;
            overflow: hidden;
            line-height: 500px;
            background: url(../images/norton_logo_132x68.gif) no-repeat top left;
            width: 132px;
            height: 68px;
            margin-right: 16px;
        }

        .footer .clear .footer_logos a.jn_footer {
            float: right;
            display: block;
            overflow: hidden;
            line-height: 500px;
            background: url(../images/JN_Logo.jpg) no-repeat top left;
            width: 35px;
            height: 29px;
            margin-left: 16px;
            margin-top: 16px;
            margin-right: 100px;
        }


/*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(../images/calendar_arrows.gif) no-repeat 0 0;
    }

    .ui-datepicker .ui-datepicker-next span {
        background: url(../images/calendar_arrows.gif) no-repeat -20px 0px;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        top: 4px;
        width: 1.8em;
        width: 20px;
        height: 20px;
        display: block;
        overflow: hidden;
        padding-top: 5px;
    }

        .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", sans-serif;
    display: block;
    margin-bottom: 8px;
}

    .ui-state-default:hover {
        text-decoration: none;
        color: #555555;
    }

.ui-datepicker th {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 0.2em;
    width: 20px;
    height: 20px;
    font-size: 0.8em;
}

.ui-datepicker td {
    height: 20px;
    width: 20px;
    padding: 0;
    text-align: center;
}

    .ui-datepicker td a:hover {
        background-color: #e8e8e8;
    }

.ui-datepicker-month, .ui-datepicker-year {
    width: 75px;
    height: 28px;
    margin: 0 3px;
    background: url(../images/select_bkgr_2.gif) no-repeat scroll right center / 23px 4px #FFFFFF;
    padding-right: 10px !important;
}

.ui-widget-content {
    border: 0;
    border: 1px solid #999;
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: auto !important;
}

    .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", sans-serif;
    font-weight: 600;
}

.ui-datepicker .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-datepicker .ui-state-highlight {
    border: 1px solid #00a2e3;
    color: #363636;
}

.ui-datepicker-trigger {
    margin-left: 4px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
}

.hide_demo {
    display: none;
}

.wrapper-noauth {
    width: 100%;
    height: 100%;
    background: none repeat scroll 0% 0% rgb(241, 241, 241);
    border-bottom: 2px solid rgba(153, 153, 153, 0.11);
    padding-bottom: 30px;
}

.title-noauth {
    margin-left: 19px;
    font-family: Open Sans,Verdana,Geneva,sans-serif;
    color: rgb(106, 106, 106);
    font-size: 30px;
    font-weight: 400;
    padding-top: 26px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.container-noauth {
    padding-top: 20px;
    padding-left: 20px;
}

.numbered-title {
    width: 17px;
    height: 17px;
    float: left;
    background: none repeat scroll 0% 0% rgb(0, 162, 227);
    margin-top: 32px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding: 3px;
    text-align: center;
    margin-right: 5px;
}

.numbered-title-security {
    width: 17px;
    height: 17px;
    float: left;
    background: none repeat scroll 0% 0% rgb(0, 162, 227);
    /*  margin-top: 12px;*/
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding: 3px;
    text-align: center;
    margin-right: 10px;
    font-weight: normal;
}

.numbered-title-text {
    font-family: Open Sans,Verdana,Geneva,sans-serif;
    color: rgb(0, 162, 227);
    margin-top: 30px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: lighter;
}

.numbered-title-subtitle {
    width: 70%;
    font-family: Open Sans,Verdana,Geneva,sans-serif;
    color: rgb(0, 162, 227);
    font-size: 12px;
    padding-top: 4px;
    padding-left: 25px;
}

.title {
    font-family: Open Sans,Verdana,Geneva,sans-serif;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    /*text-decoration: underline;
    float:left;*/
}

.prefix {
    font-family: Open Sans,Verdana,Geneva,sans-serif;
    font-size: 13px;
    text-align: center;
}

.detail-text {
    width: 94%;
    font-family: Open Sans,Verdana,Geneva,sans-serif;
    padding-top: 10px;
    line-height: 1.3em;
    padding-bottom: 7px;
    /* border-bottom: 1px solid rgba(231, 231, 231, 0.55);*/
    /*  padding-left: 28px;*/
    margin-left: 30px;
}

/*.detail-text li { margin-left:30px; }*/
.detail-text-2 {
    padding-left: 35px;
}

.form_btn {
    background-color: #00A2E3;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    margin-right: 18px;
}

.submit_form_btn, .continue_form_btn {
    background: url('../images/btn_icons.png') no-repeat scroll 13px 9px;
    background-color: #00A2E3;
    background-size: 18px 474px;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 35px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 20px;
    padding: 0 15px 0 40px;
    text-align: left;
    width: 126px;
}

    .submit_form_btn:hover, .continue_form_btn:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

/* MULTIFACTOR */
#mfAuthentication, #mfAuthenticationImages {
    width: 100%;
    background: none repeat scroll 0% 0% rgb(241, 241, 241);
    overflow: hidden;
    padding-bottom: 30px;
}

    #mfAuthentication .title-noauth, #mfAuthenticationImages .title-noauth {
        padding-top: 10px;
    }

    #mfAuthentication .container-noauth, #mfAuthenticationImages .container-noauth {
        padding-top: 0px;
    }

    #mfAuthentication .title, #mfAuthenticationImages .title {
        color: #00A2E3;
        font-weight: 600;
    }

.mf_images {
    margin-right: 20px;
}

    .mf_images td {
        padding-right: 20px !important;
    }

    .mf_images img {
        border: 1px solid transparent;
        width: 90px;
        height: 90px;
    }

        .mf_images img:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            border: 1px solid #00A2E3;
        }

.images_options {
    display: none;
}

.warning-sign {
    background: url(../images/warning_blue.png) no-repeat left center transparent;
    background-size: 19px;
    padding-left: 20px;
}

/*AUTHENTICATION*/
.message_error_label {
    color: red;
    float: left;
}

.message_errorTwoFactor {
    text-align: center;
}

.message_error_labelTwoFactor {
    color: red;
    font-size: 19px;
}

.message_error_labelTwoFactor1 {
    font-size: 15px;
}
/*ResetPassword*/
.principal {
    width: 455px;
    /*min-height: 360px;*/
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-color: #3D3D3D;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

    .principal .titleRP {
        width: 445px;
        height: 25px;
        font-weight: 300;
        background-color: #3d3d3d;
        font-family: Open Sans,Verdana,Geneva,sans-serif;
        color: #fff;
        font-size: 17px;
        padding-left: 10px;
        padding-top: 5px;
    }

    .principal .textBody {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: center;
    }

    .principal .tableBody {
        width: 420px;
        padding: 10px 25px 0px 20px;
    }

        .principal .tableBody table {
            border-collapse: collapse;
            width: 100%;
        }

        .principal .tableBody .labels {
            color: #00a2e3;
            font-size: small;
            font-weight: 600;
        }

        .principal .tableBody .sectionTitle {
            text-align: center;
            /*color: #00a2e3;*/
            font-size: medium;
            font-weight: 600;
            padding-bottom: 10px;
            padding-top: 10px;
        }

    .principal .txtVerificationCode {
        width: 280px;
        height: 18px;
    }

    .principal .lblConfirmPass {
        margin-right: 10px;
    }

    .principal .txtUsername {
        height: 20px;
        padding-left: 5px;
        margin-left: 10px;
        width: 90%;
    }

.txtUsernameWidth {
    max-width: 80% !important;
}

.labelMother {
    margin-right: 2px !important;
}

.principal .lkbContinue {
    float: right;
    /*right: 35px;*/
    color: #fff;
    position: absolute;
    /*bottom: 26px;*/
    width: 65px;
    height: 25px;
    background-color: #00a2e3;
    padding: 4px 10px 0px 33px;
    background-image: url('../Images/icon_continue.png');
    background-repeat: no-repeat;
    background-position: 8px 4px;
    font-weight: 100;
    font-size: 13px;
}

.principal .textBody2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 300px;
    font-size: 13px;
}

    .principal .textBody2 .pass3 {
        color: red;
        font-weight: bold;
        font-size: 18px;
    }

.principal .pass4 {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 25px;
    margin-left: 25px;
}

/*Credential Recovery*/
.recovery {
    max-width: 455px;
    min-height: 360px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-color: #3D3D3D;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

    .recovery .title-cr {
        max-width: 445px;
        height: 25px;
        font-weight: 300;
        background-color: #3d3d3d;
        font-family: Open Sans,Verdana,Geneva,sans-serif;
        color: #fff;
        font-size: 17px;
        padding-left: 10px;
        padding-top: 5px;
    }

    .recovery .text-body {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        text-align: justify;
    }

    .recovery .lkb-back-right {
        right: 0px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        height: 25px;
        background-color: #00a2e3;
        padding: 4px 10px 0px 33px;
        background-image: url('../Images/icon_back.png');
        background-repeat: no-repeat;
        background-position: 8px 4px;
        font-weight: 100;
        font-size: 13px;
        margin: 20px;
    }

    .recovery .lkb-back-left {
        left: 0px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        height: 25px;
        background-color: #00a2e3;
        padding: 4px 10px 0px 33px;
        background-image: url('../Images/icon_back.png');
        background-repeat: no-repeat;
        background-position: 8px 4px;
        font-weight: 100;
        font-size: 13px;
        margin: 20px;
    }

    .recovery .lkb-continue {
        right: 0px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        height: 25px;
        background-color: #00a2e3;
        padding: 4px 10px 0px 33px;
        background-image: url('../Images/icon_continue.png');
        background-repeat: no-repeat;
        background-position: 8px 4px;
        font-weight: 100;
        font-size: 13px;
        margin: 20px;
    }

    .recovery .lkb-continue-right {
        right: 0px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        height: 25px;
        background-color: #00a2e3;
        padding: 4px 10px 0px 33px;
        background-image: url('../Images/icon_continue.png');
        background-repeat: no-repeat;
        background-position: 8px 4px;
        font-weight: 100;
        font-size: 13px;
        margin: 20px;
    }

    .recovery .tableBody {
        max-width: 470px;
        margin-left: auto;
        margin-top: 50px;
        padding: 10px 25px 60px 20px;
    }

        .recovery .tableBody table {
            border-collapse: collapse;
            width: 100%;
        }

        .recovery .tableBody .labels {
            color: #00a2e3;
            font-size: small;
            font-weight: 600;
            margin-right: 5px;
        }

        .recovery .tableBody .text {
            max-width: 180px;
            margin: 5px 0;
            display: inline-block;
        }

        .recovery .tableBody .label-container {
            text-align: right;
            margin-left: 3px;
        }

    .recovery .radio-buttons {
        margin-top: 50px;
    }

    .recovery .option {
        margin-left: 120px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 20px;
    }

        .recovery .option span {
            cursor: pointer;
        }

    .recovery .textBody {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: center;
    }

    .recovery .tableBody .sectionTitle {
        text-align: center;
        /*color: #00a2e3;*/
        font-size: medium;
        font-weight: 600;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .recovery .txtUsername {
        height: 20px;
        padding-left: 5px;
        width: 90%;
    }

    .recovery .pass4 {
        margin-top: 35px;
        margin-bottom: 20px;
        text-align: center;
        margin-right: 25px;
        margin-left: 25px;
    }

    .recovery .textBody2 {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 300px;
        font-size: 13px;
    }

        .recovery .textBody2 .pass3 {
            color: red;
            font-weight: bold;
            font-size: 18px;
        }

/* ALERTS / ERROR / SUCCESS */
.main_content .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;
}

.main_content .error {
    background-color: #F1CBCB;
    border: 1px solid #EB1616;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
    margin: 10px 10px 10px 10px;
    text-shadow: none;
    color: #F10E0E;
    font-weight: bold;
    font-size: 13px;
}

    .main_content .error li {
        color: #3D3D3D;
        font-weight: 400;
        font-size: 12px;
    }

    .main_content .error .error_label {
        color: #3D3D3D;
        font-weight: 400;
        font-size: 12px;
    }

.main_content .success {
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
    color: #4F8A10;
    font-weight: bold;
    font-size: 13px;
}

    .main_content .success li {
        color: #3D3D3D;
        font-weight: 400;
        font-size: 12px;
    }

    .main_content .success .success_label {
        color: #3D3D3D;
        font-weight: 400;
        font-size: 12px;
    }

.recovery .error {
    background-color: #F1CBCB;
    border: 1px solid #EB1616;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
    margin: 10px 10px 10px 10px;
    text-shadow: none;
    color: #F10E0E;
    font-weight: bold;
    font-size: 13px;
}

    .recovery .error li {
        color: #3D3D3D;
        font-weight: 400;
        font-size: 12px;
    }

    .recovery .error .error_label {
        color: #3D3D3D;
        font-weight: 400;
        font-size: 12px;
    }

.closeW {
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-right: -17px;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .2;
}

    .closeW:hover, .closeW:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        filter: alpha(opacity=40);
    }

/* ERRORS STYLES */
.main_block .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;
}

.main_block .errorPanel {
    background-color: #F1CBCB;
    border: 1px solid #EB1616;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
    color: #F10E0E;
    font-weight: bold;
    font-size: 13px;
}

    .main_block .errorPanel li {
        color: #3d3d3d;
        font-weight: 400;
        font-size: 12px;
    }

    .main_block .errorPanel .error_label {
        color: #3d3d3d;
        font-weight: 400;
        font-size: 12px;
    }

.main_block .successPanel {
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
    color: #4F8A10;
    font-weight: bold;
    font-size: 13px;
}

    .main_block .successPanel li {
        color: #3d3d3d;
        font-weight: 400;
        font-size: 12px;
    }

.main_block .success .success_label {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 12px;
}

.closeW {
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-right: -17px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

    .closeW:hover, .closeW:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        filter: alpha(opacity=40);
    }

/* REGISTRATION PAGE */
.register_account_number {
    width: 79% !important;
}

.outer_wrapper.register_page {
    background: url(../images/outer_wrapper_register_page.gif) repeat-x top;
}

.register_page .grey_border {
    background: url(../images/home_slide/grey_wrapp_bkg.gif) repeat-x bottom;
    height: inherit;
}

.register_boxes {
    width: inherit;
    overflow: hidden;
    margin-top: 160px;
}

.register_box {
    border-bottom: 5px solid;
    margin: 0 !important;
    width: 33.3%;
    float: left;
}

.register_page .cyan_box {
    border-bottom: 5px solid #00a2e3;
}

.register_page .green_box {
    border-bottom: 5px solid #8cbf3c;
}

.register_page .orange_box {
    border-bottom: 5px solid #ff9c00;
}

.register_page .wizard-header {
    overflow: hidden;
    height: 70px;
}

    .register_page .wizard-header h2 {
        color: #565656;
        float: left;
        font-size: 30px;
        font-weight: 400;
        height: 50px;
        line-height: 21px;
        padding-top: 18px;
    }

        .register_page .wizard-header h2 span {
            color: #00a2e3;
            display: block;
            font-size: 14px;
            font-weight: 100;
            padding-top: 8px;
        }

    .register_page .wizard-header .required {
        float: right;
        margin-top: 44px;
    }

        .register_page .wizard-header .required b {
            color: #00a2e3;
        }

.register_page .container-noauth {
    overflow: scroll;
    height: 300px;
    border: 1px solid #ddd;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 20px !important;
}

    .register_page .container-noauth.requirements {
        overflow: hidden;
        height: 100%;
        border: none;
        padding-top: 5px;
        max-height: 225px;
        min-height: 130px;
        background-color: #EEE;
    }

        .register_page .container-noauth.requirements ol {
            list-style-type: disc;
            padding-left: 16px;
            padding-top: 5px;
        }

.register_page .agree_selection {
    padding: 20px 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #EEE;
}

    .register_page .agree_selection label {
        margin-right: 10px !important;
    }

.wizard {
    background: url(../images/register_steps_guide_background.png) repeat-x 0 39px;
    overflow: hidden;
    padding-top: 22px;
    height: 100px;
}

.wizard_step {
    text-align: center;
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 100;
}

    .wizard_step .step_number_wrapp {
        width: 34px;
        height: 41px;
        background: url(../images/register_steps_background.png) no-repeat left top;
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        padding: 4px;
    }

    .wizard_step.on .step_number_wrapp .step_number {
        color: #000;
        background-color: #FFF;
        cursor: pointer;
    }

    .wizard_step.active .step_number_wrapp .step_number {
        background-color: #00a2e3;
        color: #FFF;
    }

    .wizard_step.on .step_name {
        color: #000;
    }

    .wizard_step.active .step_name {
        color: #00a2e3;
    }

    .wizard_step .step_number {
        width: 100%;
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #c6c6c6;
        font-size: 21px;
    }

    .wizard_step .step_name {
        margin-top: 10px;
        display: block;
        margin-bottom: 40px;
    }

.steps_content {
    overflow: hidden;
}

    .steps_content p {
        margin-bottom: 20px;
        padding: 0 18px;
        font-size: 12px;
    }

    .steps_content .step_title h3 {
        height: 36px;
        line-height: 36px;
        color: #FFF;
        font-size: 18px;
        font-weight: 100;
        padding-left: 18px;
        background-color: #00a2e3;
    }

    .steps_content h5 {
        margin-bottom: 20px;
        padding: 0 18px;
        font-size: 12px;
        margin-top: 16px;
    }

    .steps_content .edit_form_btn {
        margin-left: 10px;
        height: 35px;
        padding: 0px 0px 0px 40px;
        padding-right: 19px;
        text-align: left;
        border: 0;
        background: url(../images/btn_icons.png) no-repeat 13px -27px;
        background-size: 18px 474px;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        float: right;
        margin-right: 0px;
        background-color: #00a2e3;
        color: #fff;
        font-weight: 300;
        margin-top: 20px;
    }

    .steps_content h4 {
        background-color: #3d3d3d;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 100;
        height: 32px;
        line-height: 32px;
        margin-bottom: 0px;
        padding-left: 18px;
        overflow: hidden;
    }

    .steps_content select, .steps_content input {
        -webkit-appearance: none;
    }

        .steps_content select options {
            font-family: "open sans", sans-serif;
        }

    .steps_content .text_input {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        height: 35px;
        margin-bottom: 0 !important;
        margin-top: 5px;
        padding: 6px 12px;
        width: 100%;
    }

    .steps_content .row_label {
        color: #000;
        float: left;
        font-size: 14px;
        font-weight: 100;
        line-height: 16px;
        margin-top: 10px;
        min-height: 20px;
        position: relative;
        overflow: hidden;
    }

        .steps_content .row_label select {
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            background: url(../images/select_bkgr_2.gif) no-repeat scroll right center / 23px 4px #FFFFFF;
            display: block;
            float: left;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            height: 35px;
            margin-bottom: 0 !important;
            margin-left: 0;
            margin-top: 5px;
            padding: 6px 12px;
            width: 100%;
        }

    .steps_content .register_blocks {
        margin-top: 12px;
        border: 1px solid #3d3d3d;
        overflow: hidden;
        width: auto !important;
    }

        .steps_content .register_blocks .row-fluid {
            padding: 10px 10px;
            padding-top: 0;
            width: auto !important;
        }

            .steps_content .register_blocks .row-fluid:nth-child(even) {
                background-color: #eaeaea !important;
            }

            .steps_content .register_blocks .row-fluid:nth-child(odd) {
                border-top: 1px solid #dadada;
                border-bottom: 1px solid #dadada;
            }

        .steps_content .register_blocks .row_label .row-fluid {
            padding: 0;
            background-color: transparent !important;
            border: none !important;
        }

        .steps_content .register_blocks .row-fluid b {
            color: #00a2e3;
        }

        .steps_content .register_blocks .datepicker[readonly] {
            background-color: transparent;
            cursor: default;
        }

        .steps_content .register_blocks .datepicker {
            background: url(../images/date_picker_bkg.png) no-repeat scroll 95% center / 18px 18px #FFFFFF;
            display: block;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            height: 35px;
            margin-bottom: 0 !important;
            margin-top: 5px;
            padding: 6px 12px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            width: 100%;
        }

/* Hack IE para que se visualice bien la cruz de borrar los datos de la caja. */
html[data-useragent*="MSIE"] .steps_content .register_blocks .datepicker {
    padding-right: 25px !important;
}

/*Personal Information*/
.steps_content .information .recomendation {
    font-size: 11px;
    margin-top: 4px;
    display: block;
}

.steps_content .my_accounts .recomendation {
    font-size: 11px;
    font-style: italic;
}

.steps_content .contact .add_telephone, .steps_content .contact .del_telephone {
    line-height: 20px;
    cursor: pointer;
    margin-top: 43px;
}

    .steps_content .contact .add_telephone span, .steps_content .contact .del_telephone span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #00a2e3;
        display: block;
        color: #FFF;
        float: left;
        margin-right: 10px;
        font-size: 18px;
    }

.steps_content .contact .del_telephone {
    display: none;
}

.register_page .add_address {
    line-height: 20px;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 18px;
    font-size: 14px;
}

    .register_page .add_address span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #00a2e3;
        display: block;
        color: #FFF;
        float: left;
        margin-right: 10px;
        font-size: 18px;
    }

.register_page .remove_address {
    line-height: 20px;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 18px;
    font-size: 14px;
}

    .register_page .remove_address span {
        width: 20px;
        height: 20px;
        line-height: 17px;
        text-align: center;
        background-color: #00a2e3;
        display: block;
        color: #FFF;
        float: left;
        margin-right: 10px;
        font-size: 21px;
    }

/*Summary*/
.steps_content.summary h4 {
    background-color: transparent;
    color: #000;
    margin-top: 16px;
    font-size: 20px;
}

.steps_content.summary .data {
    padding: 18px;
    background-color: #f2f0f0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 30px;
}

.steps_content.summary .summary_contact .data {
    min-height: 120px;
}

.steps_content.summary .summary_accounts .data {
    min-height: 100px;
}

.steps_content.summary .captcha_container {
    padding-left: 15px;
}

.steps_content.summary .block6 {
    width: 50%;
    float: left;
}

/* ReCaptcha */
.recaptchatable * {
    border: 0 !important;
    line-height: normal !important;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
    line-height: 0 !important;
}

.recaptcha_input_area {
    height: 30px !important;
}

.recaptchatable #recaptcha_response_field {
    height: 32px;
    margin-top: 6px !important;
    border-radius: 4px;
}

.recaptcha_only_if_privacy {
    display: none;
}

.disabledDropDown {
    background-color: #eee !important;
}

.TwoFactorTrustedDevice {
    text-align: center;
    margin-top: 32px;
    font-family: "Open Sans", sans-serif;
}

.TwoFactorText {
    line-height: 20px;
    font-size: 18px;
}

.TwoFactorTrustedTitle {
    color: #00a2e3;
}

.nonTrustedWarning {
    content: "";
    display: inline-block;
    width: 70px;
    height: 50px;
    background-image: url(../Images/warning_blue.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    left: 10px;
    top: 15px;
}

.pageBody {
    min-height: 300px;
}

.lockedAccountText {
    font-size: 19px;
}

@media only screen and (max-width: 475px) {
    .recovery .option {
        margin-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .recovery td {
        display: block;
    }

    .text {
        text-align: right;
    }

    .recovery .tableBody .label-container {
        text-align: left;
    }

    .recovery .tableBody .text {
        max-width: 250px;
    }
}

select.dropdown_inputFactorAuth {
    display: block;
    -webkit-appearance: menulist;
    height: 37px;
    padding: 8px 15px;
    margin: 5px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background-size: 8px 4px;
    width: 101%;
}

a.add_form_btn {
    height: 37px;
    line-height: 37px;
    padding-bottom: 0;
}

    a.add_form_btn:hover,
    a.add_form_btn:visited,
    a.add_form_btn:focus,
    a.add_form_btn:active,
    a.view_msn_btn:hover,
    a.view_msn_btn:visited,
    a.view_msn_btn:focus,
    a.view_msn_btn:active,
    a.setup_btn:hover,
    a.setup_btn:visited,
    a.setup_btn:focus,
    a.setup_btn:active {
        color: #FFF;
        text-decoration: none;
        outline: none !important;
    }

.noAuthTwoFactorManageSetup {
    Margin: 0px 10%;
}