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;
}

.imgPlay {
    background: url(../images/video_play_icon.png) no-repeat center center;
    height: 100%;
    width: 100%;
    border: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #AAAAAA;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #AAAAAA;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #AAAAAA;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #AAAAAA !important;
    font-size: 12px !important;
    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: '';
}

    select::-ms-expand /* IE hack for dropdownlists down-arrow */ {
        display: none;
    }

/*Radio buttons customization */
input[type="radio"] {
    display: none !important;
}

    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 !important;
}

    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(../images/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: 1150px;
}

.noscriptmsg {
    padding-bottom: 110px;
    height: 100%;
    min-height: 230px;
    max-height: 230px;
}

    .noscriptmsg .message {
        margin-top: 40px;
    }

/*Menu Popup*/

#windowPopupMenu {
    margin-left: 53px;
    margin-top: 42px;
    position: absolute;
    width: 282px;
    height: 142px;
    background-color: rgb(248, 248, 248);
    box-shadow: 2px 2px 5px rgb(186,186,186);
}

#trustedDeviceWindowPopupMenu {
    margin-left: 53px;
    margin-top: 42px;
    position: absolute;
    width: 482px;
    height: 142px;
    background-color: rgb(248, 248, 248);
    box-shadow: 2px 2px 5px rgb(186,186,186);
}


#divUP {
    height: 45%;
    background-image: url(../Images/Menu/img-2.png);
    background-repeat: no-repeat;
    background-position: 7px 8px;
}

#divDown {
    background-image: url(../Images/Menu/img-1.png);
    background-repeat: no-repeat;
    background-position: 8px 0px;
}
#MainContent_lnkGoToTwoFactor {
    all: revert;
    color: revert;
}

.btnPopupOK {
    width: 47px;
    height: 35px;
    margin-left: 127px;
    margin-top: 9px;
    background-color: #00A2E3;
    border: 0;
    color: #FFF;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.chkPopup {
    float: left;
    margin-left: 93px !important;
    margin-top: 2px !important;
}

.lblNoPopup {
    cursor: default;
}

.lblPopupMessage {
    margin-left: 39px;
    position: absolute;
    margin-top: 7px;
    cursor: default;
}


/*END Menu Popup*/

/*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(../images/live_main_logo.png) no-repeat 0 -1px;
            line-height: 500px;
            overflow: hidden;
        }

.top_links {
    float: right;
    margin-top: 5px;
}

.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;
        cursor: help;
    }

        .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 !important;
}

.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;
    min-width: 235px;
}

    .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:hover a {
                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 .imgIconKYC {
    background: url(../images/user_icon.png) no-repeat 10px center;
    width: 40px;
    height: 27px;
    float: left;
    margin-right: 8px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: -13px;
}

.tooltip-inner {
    background-color: white;
    color: black;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

.tooltip-arrow {
    border-bottom-color: white !important;
}

.redKYC {
    background: url(../images/icons_kyc/red_user_icon.png) no-repeat 10px center !important;
    background-size: 29px 29px !important;
}

.greenKYC {
    background: url(../images/icons_kyc/green_user_icon.png) no-repeat 10px center !important;
    background-size: 29px 29px !important;
}

.yellowKYC {
    background: url(../images/icons_kyc/yellow_user_icon.png) no-repeat 10px center !important;
    background-size: 29px 29px !important;
}

.blackKYC {
    background: url(../images/icons_kyc/register_user_icon.png) no-repeat 10px center !important;
    background-size: 29px 29px !important;
}

.top_links .user_panel {
    float: right;
    padding: 8px 62px 8px 0px; /*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;
    min-width: 151px;
}

    .top_links .user_wrapp .user_panel {
        font-size: 15px;
        line-height: 17px;
        position: relative;
        text-decoration: none;
        color: #3d3d3d;
        margin-top: 0px;
        width: 110px;
        float: right;
        padding-right: 34px;
    }

        .top_links .user_wrapp .user_panel .firstname {
            font-size: 15px;
            float: left;
        }

        .top_links .user_wrapp .user_panel .lastname {
            display: block;
            font-size: 12px;
        }

        .top_links .user_wrapp .user_panel .user_btn {
            position: absolute;
            top: 8px;
            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;
}

.open_account {
    float: left;
    margin-right: 20px;
}

    .open_account input {
        margin-top: 5px;
        width: 100% !important;
    }

/*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;
    z-index: 99;
}

.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;
    }

    .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.active {
                        color: #00A2E3;
                    }

                    .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.sub_menu.active {
            color: #FFF;
        }

    .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.credit_card {
    background-position: 9px -500px;
}

.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.personalized_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;
}

.menu ul li span.current_account {
    background-position: 7px -538px;
}

.menu ul li span.eStatements {
    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: 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(../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_name_bold {
    height: 42px;
    line-height: 37px;
    background-color: #3d3d3d;
    color: #FFF;
    font-weight: 600;
    font-size: 17px;
    padding-left: 14px;
}

.table_header a {
    color: #00a2e3;
}

.sorting_Up {
    color: #00a2e3;
    padding-right: 10px;
    background: url(../images/ascending_btn.gif) no-repeat right center;
}

.sorting_Down {
    color: #00a2e3;
    padding-right: 10px;
    background: url(../images/descending_btn.gif) no-repeat right center;
}

.not_Sorted {
    color: #00a2e3;
    padding-right: 10px;
    background: url(../images/ascending_descending_btn.gif) no-repeat right center;
}

/*.table_header .date a{color:#00a2e3; padding-left:10px; background:url(../images/ascending_btn.gif) no-repeat left center;}*/

.action_options a {
    float: right;
    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;
    padding-right: 10px;
}

/*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 .top_up_labels_wrapp ul li {
        height: 25px;
        line-height: 25px;
    }

.right_col .ptu_total_wrapp {
    position: absolute;
    z-index: 1000;
    top: 180px;
    font-size: 21px;
    text-align: center;
    line-height: 25px;
    font-weight: 200;
    left: 88px;
    width: 90px;
    display: none;
}

    .right_col .ptu_total_wrapp span {
        display: block;
        font-weight: 400;
    }

.right_col .nonethismonth {
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    width: inherit !important;
}

.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;
        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: 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 .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;
        padding-right: 10px;

    }

    .footer .telephones li .cayman {
        border-left: 1px solid #878787;
        padding-left: 10px;
        padding-right: 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: 18px;
        line-height: 18px;
        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: 57px;
        }
/*.homepage .footer{ margin:0; border:0; margin-top:20px; }*/


/*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: 228px;
}

    .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-datepicker .ui-state-default {
        background: none !important;
        border: 0 !important;
        color: #555555;
        font-weight: normal;
        width: 24px;
        text-align: center;
        height: 20px;
        font-family: "Open Sans", sans-serif;
        display: block;
        margin-bottom: 8px;
    }

        .ui-datepicker .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-widget-content {
    border: 0;
    border: 1px solid #999;
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .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 !important;
    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-month, .ui-datepicker-year {
    background: url("../images/select_bkgr_2.gif") no-repeat scroll right center / 23px 4px #FFFFFF;
    height: 28px;
    margin: 0 3px;
    padding-right: 10px !important;
    width: 77px;
}

/*HOMEPAGE/////////////////////////////////////////////////////*/
.homepage {
    background-image: none;
}

    .homepage .top_links {
        margin-top: 18px;
    }

    .homepage .outer_wrapper {
        min-height: inherit;
        padding: 0;
    }

    .homepage .homepage_header h1 {
        margin-left: 30px;
    }

    .homepage .homepage_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 .forgotPassword,
        .homepage .carousel .container .login {
            position: absolute;
            z-index: 1000;
            top: 135px;
            padding: 25px;
            background-image: url(../images/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 .forgotPassword h2,
            .homepage .carousel .container .login h2 {
                font-family: "Open Sans", sans-serif;
                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(../images/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(../images/login_input_bkgr.png) no-repeat #fff;
                padding-left: 42px;
            }

            .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", sans-serif;
                font-size: 18px;
                font-weight: 200;
                text-align: center;
                border: 0;
                margin-top: 12px;
            }

            .homepage .carousel .container .login_form .forgot {
                float: right;
                margin-top: 10px;
                margin-right: 5px;
                font-size: 11px;
                display: block;
                cursor: pointer;
            }

                .homepage .carousel .container .login_form .forgot:hover {
                    color: #000;
                }

#lnkCloseFP {
    margin-top: 0px !important;
}

.homepage .carousel .container .login_form input.login_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.homepage .carousel .container .login_form .message_error {
    padding-top: 10px;
    height: 35px;
    width: 100%;
    display: block;
}

.homepage .carousel .container .login_form .message_error_label {
    color: red;
    float: left;
}

.homepage .carousel .container .forgotPassword {
    display: none;
    height: 243px;
}

.homepage .carousel .container .forgotMessage {
    display: block;
    height: 160px;
    padding-top: 28px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 23px;
    font-size: 13px;
}

.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: 120px;
    right: 0px;
}

    .homepage .container .welcome span {
        display: block;
        text-transform: none;
        font-size: 25px;
        padding-top: 10px;
    }

        .homepage .container .welcome span img {
            margin-left: 5px;
            width: 54px;
            height: 46px;
            border: 0;
        }

.text-carousel .carousel-inner {
    max-height: 100px;
}

    .text-carousel .carousel-inner .item {
        text-align: justify;
        padding-left: 0px;
        padding-right: 10px;
    }

        .text-carousel .carousel-inner .item .news-title {
            color: #000;
            font-weight: 600;
        }

        .text-carousel .carousel-inner .item .news-subtitle {
        }

/*begin video*/
.video_box {
    width: 0px !important;
}
/*end video*/

#myCarousel2 .item.active {
    cursor: pointer;
}

#modalNews .modal-body p {
    font-size: 14px;
}

.slide .item {
    height: 480px;
}

.slide .slide1 {
    background: url(../images/home_slide/slide1.jpg) no-repeat center top;
}

.slide .slide2 {
    background: url(../images/home_slide/slide2.jpg) no-repeat center top;
}

.slide .slide3 {
    background: url(../images/home_slide/slide3.jpg) no-repeat center top;
}

.grey_border {
    background: url(../images/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(../images/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%;
        cursor: pointer;
    }

        .cyan_box .home_box_content .video1 a, .cyan_box .home_box_content .video2 a {
            display: block;
            border: 1px solid #d0d0d0;
            height: 80px;
            margin-top: 0;
            margin-bottom: 3px;
        }

        .cyan_box .home_box_content .video1 a {
            background: url(../images/img-video-3.jpg) no-repeat center center #FFF;
        }

    .cyan_box .home_box_content .video2 a {
        background: url(../images/video_play_icon.gif) no-repeat center center #FFF;
    }

    .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%;
        cursor: pointer;
    }

.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;
    }

.video_wrapper {
    width: 523px;
    height: 294px;
    position: absolute;
    top: 219px;
    right: 90px;
    display: none;
    background-color: #DDD;
    z-index: 1000;
}

    .video_wrapper video {
        width: 523px;
        height: 294px;
    }

.showVideo {
    display: block !important;
}

.hideVideo {
    display: none !important;
}

.ui-dialog-titlebar {
    background-color: #00a2e3 !important;
}

/*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(../images/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;
    }

/*Unsupported Browser*/
.uns_browser_title {
    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;
}

.uns_browser_subtitle {
    text-align: center;
}

    .uns_browser_subtitle .subtitle {
        font-size: 17px;
    }

        .uns_browser_subtitle .subtitle .hyperlink {
            color: #00a2e3;
        }

.logos {
    padding: 0px 0px 200px 0px;
    overflow: visible;
}

    .logos a {
        background: url("../Images/browser_logos.png") no-repeat 0px 0px;
        border: currentColor;
        width: 128px;
        height: 200px;
        text-indent: -10000px;
        display: inline-block;
    }

        .logos a.firefox {
            background-position: 0px -10px;
            zoom: 0.7;
        }

        .logos a.chrome {
            background-position: -141px -10px;
            zoom: 0.7;
        }

        .logos a.iexplore {
            background-position: -290px -4px;
            zoom: 0.8;
        }

        .logos a.safari {
            background-position: -434px -10px;
            zoom: 0.7;
        }

        .logos a.opera {
            background-position: -578px -10px;
            zoom: 0.7;
        }

html[data-useragent*="MSIE 7.0"] .logos a {
    text-indent: 0px !important;
}

html[data-useragent*="MSIE 7.0"] .header h1 a {
    position: absolute;
    top: 0px;
}

html[data-useragent*="MSIE 7.0"] .outer_wrapper {
    position: static;
    height: 500px;
    min-height: 500px;
}

html[data-useragent*="MSIE 7.0"] div.container {
    position: static;
}

html[data-useragent*="MSIE 7.0"] .footer {
    display: block;
    margin-left: 0px;
}

/*Portrait mode warning*/
.landscape_only_warning {
    display: none;
}

.alert-message.block-message.info {
    border: solid #B8B8B8;
    background-color: #F5F5F5;
    border-width: 1px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 8px 14px 8px 14px;
    text-shadow: none;
    text-align: justify;
}

    .alert-message.block-message.info .warning_title {
        color: #00A2E3;
    }

.availablePurches {
    color: #00A2E3;
    float: left;
    font-size: medium;
}

.landscape_only {
}

/*NO AUTH*/
.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 {
    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: 15px;
    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;
}

.hide_demo {
    display: none;
}

.hideClass {
    display: none;
}

.showClass {
    display: block;
}

.sendpdf_form_btn {
    width: auto !important;
    padding-right: 90px !important;
}

.a-underline {
    text-decoration: underline !important;
    color: #0052cc !important;
}

.displayIt {
    visibility: visible !important;
    display: block !important;
}

.profile_checkbox_notifications {
    position: relative;
    vertical-align: middle;
    top: 14px;
}

.infoMessageManageProfile {
    font-size: 13px !important;
}

/********** BEGIN ERROR PAGE ************/


#divErrorPageBanner {
    color: white;
    background-color: #00a2e3;
    margin: 0 0 10px 0;
    height: 100px;
}

.banner-row {
    background-color: #00a2e3;
    color: white;
}

.error-image-container {
    background-image: url("../Images/error_icon.svg");
    background-repeat: no-repeat;
    background-position: bottom -15px right;
    background-size: 180px;
    height: 100px;
    width: inherit;
}

.error-image {
}

.system-error-panel {
    margin: 20px 0 20px 0;
}

.blue-left-border {
    border-left: 3px solid #00a2e3;
    padding-left: 10px;
    margin: 10px 0 10px 0;
}

.phones-panel {
    margin: 10px 0 10px 0;
}

    .phones-panel .li-phone {
        padding-top: 5px;
        padding-bottom: 0;
        border-bottom: 1px solid lightgray;
    }

    .phones-panel .li-last-phone {
        border: none;
    }

.no-left-margin {
    margin-left: 0;
    padding-left: 0;
}

.no-right-margin {
    margin-right: 0;
    padding-right: 0;
}

.email-panel {
    margin: 10px auto 10px auto;
}

.textarea_input_small {
    display: block;
    -webkit-appearance: none;
    min-height: 100px;
    width: 100%;
    background-color: #fff;
    color: #555555;
    border: 1px solid #ccc;
    border-radius: 0px;
    vertical-align: middle;
}

.email-panel .text_input {
    width: 100%;
}

.sendemail-btn {
    background-color: #00a2e3;
    background-image: url(../Images/send_icon.svg);
    background-repeat: no-repeat;
    background-position: left 5px top 7px;
    background-size: 25px 25px;
    border: 0;
    color: #FFF;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 35px;
    width: 130px !important;
    text-align: right;
}

.font-size-14 {
    font-size: 14px !important;
}

.blue-text {
    color: #00a2e3;
}

.height150 {
    height: 150px;
}

.title-h1-small {
    font-size: 36px;
}

.title-h3-small {
    font-size: 18px;
}

.create-margin-banner {
    display: block !important;
    height: 36px;
}

.LblTwoFactorPhoneClass {
    margin-left: 5px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.lblOnOff {
    font-size: initial;
}
.marginbottompassword{
    margin-bottom:10px;
}

/*********** END ERROR PAGE *************/

/*********** BEGIN ALERT PAGE *************/
.modal-dashboard {
    margin-left: -280px !important;
}

.modal-body-dashboard {
    height: 450px;
    resize: auto;
    overflow: auto;
}

.modal-alert {
    position:fixed;
    top:10%;
    left:50% !important;
    z-index:1050;
    width:560px;
    margin-left:-280px !important;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,0.3);
    *border:1px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    outline:0;
    -webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);
    box-shadow:0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding-box;
    background-clip:padding-box
}

/*********** END ALERT PAGE *************/
