﻿:root {
    --main-font: 'Averta', Arial, Helvetica, sans-serif;
}

/* 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: #fff;
    font-size:13px;
}

    .validation-summary-errors > ul {
        width: 100%!important;
        padding-left: 0px!important;
    }

        .validation-summary-errors > ul > li {
            list-style: none !important;
        }

.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: 752px;
    text-align: left;
    margin-top: 30px;
    border: 1px solid #6c6c6c;
}

input:disabled {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    border-radius: 4px;
    border-color: #C5C5C5;
    border-style: solid;
    border-width: 1px;
    height: 22px;
    color: #777777;
}

input[type=text] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    border-radius: 4px;
    border-color: #C5C5C5;
    border-style: solid;
    border-width: 1px;
    height: 22px;
    /*color: #777777;*/
    color: #333;
}

    input[type=text]:focus {
        /*border: 1px solid #307300;*/
        color: #333;
        padding: 2px;
    }

.inputPass {
    /*border: 1px solid #e0e0e0;
    color: #777777;
    padding: 2px;
    border-radius: 4px;*/
    box-shadow: none;
    border: 1px solid #bdbdbd;
    padding: 5px 5px;
    color: #333;
    letter-spacing: 0em;
    width: 80%;
    margin-bottom: 10px;
    height: 8px !important;
    padding: 10px 10px !important;
    border-radius: 5px;
    display: inline-block;
}

    .inputPass:focus {
        /*border: 1px solid #307300;
        color: #777777;
        padding: 2px;*/
        /*border-color: rgba(21, 126, 251, 0.5) !important;*/
        outline: 0 !important;
    }

select {
    padding-left: 15px;
    border-radius: 4px;
    color: #252525;
    border: 1px solid #ccc!important;
    padding: 2px;
    height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 2px 2px 2px 2px;*/
    border: none;
    background: transparent url(../Content/images/dropdown.png) no-repeat scroll right;
    background-color: #fff;
}

    select:focus {
        /*outline: thin solid #3d831a;*/
        /*outline: 5px auto -webkit-focus-ring-color;*/
        outline-offset: -2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

#draggable {
    width: 320px;
    height: 60px;
    z-index: 100;
    position: fixed;
    display: inline-flex;
    left: 50%;
    top: 20%;
    border-radius: 5px;
}

.disableddraggable {
    pointer-events: none;
    opacity: 0.4;
}

.ui-widget-header {
    background: none;
}
#draggable_buy:hover {
background-color:#1493c7;
}
#draggable_sell:hover {
background-color:#ff4a6845;
}
.container {
    display: grid;
    grid-template-columns: 190px 70px 70px 100%;
 
}
@media only screen and (max-width: 850px) {
    .container {
        display: grid;
        grid-template-columns: 145px 70px 70px 100%;
 
    }
    .logoc {
        width:150px;
    }
}