﻿/* Define basic style */
.d
{
    cursor: not-allowed!important;
}
/* Tabs - Begin by m */
.m_m
{ /*Main menu*/
}

.m_s
{ /*Sub menu*/
}
/* Textbox - Begin by t*/
.t_n
{ /*Text input normal*/
    -moz-box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
    -webkit-box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
    box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
    -webkit-border-radius: .2em /*{global-radii-blocks}*/;
    border-radius: .2em /*{global-radii-blocks}*/;
}

.t_b
{ /*Text input bold*/
}

.t_d
{ /*Text input disabled, readonly*/
}

.l_b
{ /*Bold*/
    font-weight: bold;
}

.l_n1
{ /*Normal*/
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 3px;
    font-weight: bold;
}

.l_b1
{ /*Bold*/
    padding-left: 5px;
    padding-top: 3px;
    font-weight: bold;
}

/* Inner Text - begin by i */
.i_n
{
}

.i_b
{
}
/* Button - Begin by b */
.b_n
{ /*Normal*/
    cursor: pointer;
    border: 1px solid #111 /*{a-bup-border}*/;
    background: #333 /*{a-bup-background-color}*/;
    font-weight: bold;
    color: #fff /*{a-bup-color}*/;
    text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-bup-background-start}*/ ), to( #2d2d2d /*{a-bup-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ );
    -webkit-border-radius: .3em /*{global-radii-blocks}*/;
    border-radius: .3em /*{global-radii-blocks}*/;
}

    .b_n:hover
    {
        text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
        background-image: -webkit-gradient(linear, left top, left bottom, from( #555 /*{a-bhover-background-start}*/ ), to( #383838 /*{a-bhover-background-end}*/ )); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/ ); /* FF3.6 */
        background-image: -ms-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/ ); /* IE10 */
        background-image: -o-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/ ); /* Opera 11.10+ */
        background-image: linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/ );
    }

    .b_n:disabled
    {
        cursor: not-allowed!important;
        background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-bup-background-start}*/ ), to( #2d2d2d /*{a-bup-background-end}*/ )); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* FF3.6 */
        background-image: -ms-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* IE10 */
        background-image: -o-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ ); /* Opera 11.10+ */
        background-image: linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/ );
    }

.b_l
{ /*Larger*/
}
/* Window, widget, Dialog - Begin by d*/
.w_t
{ /*Title*/
}

.w_h
{ /*Header*/
}

.w_b
{ /*Body*/
}
/* Table: Header, body, alternative - Begin by g*/
.t_h
{ /*Table header*/
}

.t_b
{ /*Body */
}

.t_a
{ /*Alternative*/
}

input[readonly="readonly"]
{
    background-color: #c9c9c9;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #f00;
    display: block;
    margin-top: 8px;
    text-align: center;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid
{
    display: none;
}

.smart_edit
{
    width: 550px;
}

.account_balance
{
    padding: 5px 5px 5px 5px;
    background: #e4e4e4;
    background-image: url(../../images/bg_acc_balance.png);
    background-repeat: repeat-x;
    float: left;
    text-align: left;
}

.acc_balance_sub .title2 .bg_left
{
    background: url(../Content/images/bg_title_acc_balance_left1.gif) no-repeat top left;
    width: 6px;
}

.blue_gray_bold_11
{
    color: #364b50;
    font-weight: bold;
}

.acc_balance_sub .title2 .bg_right
{
    width: 6px;
    background: url(../Content/images/bg_title_acc_balance_right1.gif) no-repeat top right;
}

.link_acc_co a
{
    color: #346571;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

.black_normal_10
{
    font-style: normal;
    font-size: 10px;
    color: #000;
}

.gray_bold_11
{
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.fromptd
{
    width: 380px;
}

.confirmation
{
    border: 1px solid #949494;
    background: #ebebeb;
    padding: 4px 6px 4px 6px;
}

.confirmation
{
    border: 1px solid #949494;
    background: #ebebeb;
    padding: 4px 6px 4px 6px;
}

.market_popup
{
    margin-top: 2px;
    height: 23px;
    line-height: 23px;
}

    .market_popup .bg_popup_left span
    {
        padding-left: 10px;
    }

    .market_popup .bg_popup_left
    {
        background: url(../Content/images/bg_popup_left.png) no-repeat left;
        color: #fff;
        font-weight: bold;
        font-size: 11px;
    }

    .market_popup .bg_popup_right
    {
        background: url(../Content/images/bg_popup_right.png) no-repeat right;
        text-align: right;
    }

        .market_popup .bg_popup_right span
        {
            padding-right: 10px;
        }

.line_height25
{
    line-height: 25px;
}

.table_bco .right_text3
{
    background: #fff;
    text-align: right;
    font-size: 11px;
}

.table_bco .left_text3
{
    background: #f3f3f3;
    color: #555;
    font: normal 11px arial;
    text-align: left;
    padding-left: 15px;
}

.table_bco .left_text3
{
    background: #f3f3f3;
    color: #555;
    font: normal 11px tahoma;
    text-align: left;
    padding-left: 15px;
}

.green_dark_bold_11
{
    color: #20a900;
    font: bold 11px tahoma;
}

.sample_table
{
    width: 500px;
}

.table_sample1
{
    background: #fff;
    line-height: 18px;
}

    .table_sample1 td.border_left_sub
    {
        border-right: 1px solid #b8b8b8;
        border-bottom: 1px solid #b8b8b8;
        border-left: 1px solid #b8b8b8;
        padding-left: 15px;
        padding-right: 5px;
        font-size: 11px;
    }

.green_dark_normal_11
{
    color: #20a900;
    font: normal 11px tahoma;
}

div.div_msg_alert
{
    padding-left: 5px;
    padding-right: 5px;
}

div.text_content_msg
{
    color: #555;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
}

div.content_msg_alert
{
    height: 200px;
    _width: 526px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: 1px solid #676767;
    border-left: 1px solid #676767;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    margin-bottom: 5px;
    text-align: justify;
    background: #fff;
}

.title2
{
    background: transparent url(../Content/images/bg_title_acc_balance_center1.gif) repeat-x scroll 0 0;
    height: 25px;
    text-align: left;
}

.black_normal_10
{
    font-style: normal;
    font-size: 10px;
    color: #000;
}

.acc_balance_sub .detail td
{
    padding: 3px 5px 2px 5px;
}

.bottom
{
    border-bottom: 1px solid #cfcfcf;
    font-size: 11px;
}

.table_smart_edit
{
    padding-bottom: 5px;
    font-size: 11px;
}

DIV.input_div1
{
    /*height: 21px;
    padding-right: 5px;*/
    z-index: 500;
    /*margin-top: 5px;*/
}

.scroll_events
{
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: auto;
}

.table_container
{
    height: 97px;
    overflow-y: auto;
    _height: 97px;
    _overflow-x: hidden;
    height: 92px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 11px;
}

.table_list_scroll
{
    border: 0;
    width: 100%;
    font-size: 11px;
}

.div_bottom_gray
{
    border-bottom: 1px solid #c9c9c9;
    margin: 5px 0 5px 0;
    line-height: 20px;
}

.border_button
{
    border-top: 1px solid #c9c9c9;
    margin-top: 7px;
}

.scroll_events
{
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: auto;
}

.title_row
{
    background: #C4C4C4;
    line-height: 24px;
    text-align: left;
    font-size: 11px;
}

.currentstockcolour1
{
    color: #CC0000;
    font-weight: bold;
}

.totalstockcolour1
{
    color: #CC0000!important;
    font-weight: bold;
    border-width: 5px;
    text-align: right;
}

.currentstockcolour2
{
    color: #037520;
    font-weight: bold;
}

.totalstockcolour2
{
    color: #037520!important;
    font-weight: bold;
    border-width: 5px;
    text-align: right;
}

.curentsymbol
{
    color: #14148C;
    font-weight: bold;
}

.content_error
{
    background: url(../Content/Images/bg_error.gif) repeat-x;
    width: 710px;
    text-align: left;
    margin-top: 30px;
    border: 1px solid #6c6c6c;
}
.onoffswitch {
    position: relative; width: 56px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: black; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 6px;
    background-color: #5fa842; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 6px;
    background-color: #6c6c6c; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 12px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 30px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}