﻿body {
    padding: 0px;
    font: 875rem Arial, Verdana, Helvetica, sans-serif;
}
.field-icon {
  z-index: 2;
  font-size:12px;
  cursor: pointer;
}
.plus
{
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    width:18px;
    
    text-align: center;
    margin-top:0px;

    background-color:#019e53;
    overflow: hidden;
    text-indent: 0;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;        
}

.plus:hover
{
    background-color:#019e53;
     border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.minus
{
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    width:18px;
    
    text-align: center;
    margin-top:0px;
    background-color:#E31937;
    overflow: hidden;
    text-indent: 0;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;        
}

.minus:hover
{
    background-color:#E31937;
     border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.order_value{
    font-size:13px;
    font-weight:bold;
}

.grey_temp_new {
    clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #f2f2f3;
    border: 1px solid #e7e8e9;
    padding: 10px 10px 10px 30px;
    border-radius: 4px;
    font-size:14px;
}

.pagenum-input {
    height: 15px;
    width:30px;
    font-size:8px !important;
}

.pagenum-label {
    font-size:12px !important;
    font-weight:normal;
    padding-left:5px;
    padding-right:5px;
}

.editing-buttons {
    position: absolute;
    right: 5px;
    top: 2px;    
}

.input-menu {
    padding:1px;
}

.button-menu {
    color:#808080;
    width:20px;
}

.dropdown-menu>li {   
    padding-top:2px;
    padding-left:17px;
    padding-right:25px;    
}

.dropdown-menu>li>a {    
    padding-left:0px;
    padding-right:0px;
}

.current_date {
    text-align:right;
    padding: 10px;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.navbar {
    margin-bottom: -1px;
    border-radius: 0;
    color: #008346 !important;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.status_call_margin
{
    color: #000000 !important;
    background: #feae19 !important;
    font-weight:bold;
    text-align:right;
}

.status_force_sell
{
    color: #000000 !important;
    background: #ff5050 !important;
    font-weight:bold;
    text-align:right;
}

.account_status{
    background: #898b8e !important;
    font-weight:bold;
}

.help {
    color: #b7babc !important;
    font-weight: bold;
}

.order_info_top_item
{
	float: left;
	height: 19px; 
	*
	height: 20px;
	background: #898b8e;
	margin-right: 10px;
	padding: 0px;
	display: block;
}

.container {
    width: 1150px;    
}

.navbar-default {
    background-color: #e2e2e2 !important;
    background-image: none !important;
}

.submenu {
    background-color: #808080;
    color: #ffffff;
}


.navbar-nav > li {
    padding: 2px;
}

    .navbar-nav > li > a {
        color: #ffffff;
        outline: none;
    }

        .navbar-nav > li > a:hover,
        .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: #ed1c24;
            outline: none;
        }

        .navbar-nav > li > a .active {
            color: #ffffff;
            background-color: #ed1c24 !important;
            outline: none;
        }

        .subactive {
            color: #ffffff;
            background-color: #ed1c24 !important;
            outline: none;
        }

    .navbar-nav > li > a, .navbar-brand {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
        height: 30px;
    }

.navbar {
    min-height: 30px !important;
}

.collapsing {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown > a {
    color: #545454 !important;
    outline: none;
}

.dropdown:hover {
    text-decoration: underline;
}


.activemenu {
    background-color: #808080;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    margin-top: 0px;    
}

    .activemenu > a {
        color: #ffffff !important;
        outline: none;
    }


#loader {
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    opacity : 1;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 1000;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-dialog {
    width: 750px !important;
}

.modal-title {
    color: #b00006;
    font: bold 15px Arial;
}


.ui-widget-header {
    background: none !important;
}

 .ui-widget-header .ui-state-active {
    background-color: #aca8a8 !important;
}

.ui-state-default {
	background: none !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea{
    /*max-width: 280px;*/
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

input[type="radio"], input[type="checkbox"] {
    /*max-width: 280px;*/
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0px 0px 0px 2px;    
    font: 13.3333px Arial;
}

select:disabled {
    background-color: rgb(235, 235, 228);
}

    
.popUpGrid {
    width: 100%;
    font: 12px Arial;
}

    .popUpGrid thead th {
        background: #fff url(../Images/defaultGridBg.png) repeat-x bottom left;
        padding: 4px 5px;
        text-align: center;
        border: 1px solid #b2b2b2;
    }

    .popUpGrid tbody td {
        padding: 2px 5px;
        border: 1px solid #b2b2b2;
        height: 25px;
    }

        .popUpGrid tbody td a.chooseAccNormal {
            background: url(../Images/chooseAcc.png) no-repeat top left;
            width: 16px;
            display: block;
        }

        .popUpGrid tbody td a.chooseAccSticked {
            background: url(../Images/chooseAcc.png) no-repeat bottom left;
            width: 16px;
            height: 20px;
            display: block;
        }

    .popUpGrid tbody tr.odd td {
        background: #fff;
    }

    .popUpGrid tbody tr.even td {
        /* background: #d9d9d9; */
        background: #f1f1f1;
    }

    .popUpGrid tbody td.tdSplit {
        background: #4c4c4c;
        padding: 0;
        height: 2px;
    }

.gridView {
    font-family: Arial;
    font-size: 12px;
}

    .gridView th {
        padding: 10px;
        text-align: left;
        border-right: 1px solid #D7D7D7;
        border-bottom: 1px solid #D7D7D7;
        background-color: #D2D2D2;
        background-image: linear-gradient(center top, #EFEFEF, #F8F8F8);
        background-image: -moz-linear-gradient(center top, #EFEFEF, #F8F8F8);
        background-image: -o-linear-gradient(center top, #EFEFEF, #F8F8F8);
        background-image: -webkit-linear-gradient(top, #EFEFEF, #F8F8F8);
        background-image: -ms-linear-gradient(center top, #EFEFEF, #F8F8F8);
        text-align: center;
    }

    .gridView tr {
        border-bottom: 1px solid #EDF7F1;
        cursor: pointer;
    }

    .gridView td {
        padding: 10px;
        height: 20px;
        border-right: 1px solid #D7D7D7;
    }

    .gridView .noSpacing {
        padding: 0px;
    }

        .gridView .noSpacing input[type="text"] {
            width: 100%;
            height: 25px;
            border: 0;
        }

            .gridView .noSpacing input[type="text"]:hover {
                background-color: #CEECE6;
                cursor: pointer;
            }

            .gridView .noSpacing input[type="text"]:focus {
                background-color: #CEECE6;
            }

        .gridView .noSpacing select {
            width: 100%;
            height: 27px;
            border: 0;
            background-image: none;
        }

            .gridView .noSpacing select:hover {
                background-color: #CEECE6;
                cursor: pointer;
            }

    .gridView .rowActive {
    }

        .gridView .rowActive:hover {
            background-color: #CEECE6;
        }

    .gridView .rowInActive {
        background-color: #F8F8F8;
    }

        .gridView .rowInActive:hover {
            background-color: #CEECE6;
        }

    .gridView .red {
        background-color: #CC0000;
    }

    .gridView tr:hover {
        background-color: #CEECE6;
    }


    .gridView tfoot {
        background-color: #ffffff !important;
    }

.order_info_table {
    background: #fff;
    border: 1px solid #cccdce;
}


.order_table {
    font-family: Arial !important;
    border: 0px;
    width: 100%;
    color: #000000;
    /*background-color:#F2F2F3 !important;*/
}

    .order_table TR {
    }

    .order_table TD {
        text-align: left;
        height: 25px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .order_table TD label {
            margin: 1px 0 0 0;
            font-size: 12px !important;
        }

        .order_table TD div {
            margin: 1px 0 0 0;
        }

        .order_table TD.sidelabel label {
            font-size: 16px;
            font-weight: bold;
        }


.filter_table {
    font-family: Arial !important;
    border: 0px;
    width: 100%;
    color: #000000;
    /*background-color:#F2F2F3 !important;*/
}

    .filter_table TR {
    }

    .filter_table TD {
        text-align: left;
        height: 25px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .filter_table TD label {
            margin: 1px 0 0 0;
            font-size: 12px !important;
        }

        .filter_table TD div {
            margin: 1px 0 0 0;
        }

        .filter_table TD.sidelabel label {
            font-size: 16px;
            font-weight: bold;
        }

.list_stock {
    /*border-top: #505050 1px solid; 
	border-right: #505050 1px solid; 
	border-bottom: #505050 1px solid;
	border-left: #505050 1px solid;*/
    font-family: arial;
}

    .list_stock TR {
        /*background-color:Black;*/
    }

    .list_stock TD {
        padding-right: 0pt;
        padding-left: 0pt;
        height: 24px;
        font-weight: bold;
        font-size: 12px;
        /*background-color:Black;*/
    }

    .list_stock TR.header1 {
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        color: black;
        /*background-color:Black;*/
    }

        .list_stock TR.header1 TD {
            BORDER-RIGHT: #dee7e7 1px solid;
            border-bottom: #dee7e7 1px solid;
            font-weight: bold;
            /*background-color:#333333;*/
        }

    .list_stock TR.grid {
        color: #ffffff;
        text-align: right;
        background-color: #000000;
    }


    .list_stock TR.grid TD {
        padding:1px;
    }


    .list_stock TR.round_row {
        color: #ffffff;
        text-align: right;
        background-color: #000000;
    }

        .list_stock TR.round_row:hover {
            background-color: blue !important;
        }

        .list_stock TR.round_row TD {
            border-right: #505050 1px solid;
            border-bottom: #505050 1px solid;
            color: #ffffff;
            text-align: right;
            /*background-color:Black;*/
        }

    .list_stock TR.even_row {
        background-color: #F3F6FA;
    }

        .list_stock TR.even_row TD {
            border-right: #D1DCED 1px solid;
            border-bottom: #D1DCED 1px solid;
        }

        .list_stock TR.even_row:hover {
            background-color: #CEECE6;
        }

    .list_stock TR.odd_row {
        background-color: white;
    }

        .list_stock TR.odd_row TD {
            border-right: #D1DCED 1px solid;
            border-bottom: #D1DCED 1px solid;
        }

        .list_stock TR.odd_row:hover {
            background-color: #CEECE6;
        }

    .list_stock TR.round_row TD.c {
        color: #FF00FF;
    }

    .list_stock TR.round_row TD.f {
        color: #66FFFF;
    }

    .list_stock TR.round_row TD.e {
        color: #FFFF00;
    }

    .list_stock TR.round_row TD.i {
        color: #32DF32;
    }

    .list_stock TR.round_row TD.d {
        color: #FF0000;
    }

    .list_stock TR.round_row TD.q {
        color: #FFFFFF;
    }


    .list_stock TR.round_row TD.violet {
        color: #FF00FF;
    }

    .list_stock TR.round_row TD.cyan {
        color: #66FFFF;
    }

    .list_stock TR.round_row TD.yellow {
        color: #FFFF00;
    }

    .list_stock TR.round_row TD.green {
        color: #32DF32;
    }

    .list_stock TR.round_row TD.red {
        color: #FF0000;
    }

    .list_stock TR.footer TD {
        font-weight: normal;
        color: #ffffff;
        background-color: #333333;
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
    }

.livebghighlight {
    background-color: #3e3e3e;
}

.liveswitch {
    cursor: pointer;
}

.label {
    color: #ffffff;
}

.matched {
    font-size: 20px !important;
}

.main_price {
    font-size: 16px !important;
}

.price_c {
    color: #FF00FF;
}

.price_f {
    color: #66FFFF;
}

.price_e {
    color: #FFFF00;
}

.price_i {
    color: #32DF32;
}

.price_d {
    color: #FF0000;
}

.price_q {
    color: #FFFFFF;
}

.align_l {
    text-align: left !important;
}

.align_r {
    text-align: right !important;
}

.align_c {
    text-align: center !important;
}

.cell_hl {
    background-color: #000099 !important;
}

.index_hl {
    background-color: #E6FFE6 !important;
}



.buy_color {
    background-color: #008346 !important;
    color: white !important;
}

.sell_color {
    background-color: #ed1c24 !important;
    color: white !important;
}

.buy_background {
    background-color: #E6FFE6 !important;
}

.sell_background {
    background-color: #ffe2e2 !important;
}

.none_background {
    background-color: #ffffff !important;
}

.buy_text {
    color: #008346 !important;
}

.sell_text {
    color: #ed1c24 !important;
}

.ui-menu {
    position: absolute;
    width: 100px;
}

.w100 {
    width: 100% !important;
}

.w80p {
    width: 80% ;
}

.w50p {
    width: 50%;
}

.w40p {
    width: 40%;
}

.w60p {
    width: 60%;
}



.right-to-left {
    margin-top: 0px;
}

    .right-to-left li {
        float: right;
        width: 100px;
        text-align: center;
        cursor: pointer;
    }

        .right-to-left li a {
            border: 1px solid #dddddd;
            /*background-color:green;color:white*/
        }

    .right-to-left > li.active > a,
    .right-to-left > li.active > a:hover,
    .right-to-left > li.active > a:focus {
        color: white;
        cursor: default;
        background-color: red;
        border-radius: 4px 4px 0px 0px;
        /*border: 1px solid #dddddd;border-bottom-color: transparent;*/
    }


.group-input {
    background: #898b8e !important;
        color: #fff;
}


.tab-panel {
    background: #ebebeb;
}

.tab-content {
    border: 2px solid red;
}

.temp1_h {
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
}


.datepicker {
    background-image: url("../../Images/calendar.png");
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    width: 100px !important;
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;

}

.autoselectbox {
    background-image: url("../../Images/arrow2.png");
    background-repeat: no-repeat;
    background-position: right;    
    border-style:solid; 
    border-color:#a9a9a9; 
    border-width: 1px;
    background-size:6px;        

}

.formatnum {
    text-align:right;
}


/* STOCK QUOTES
----------------------------------------------------- */


.right {
    float: right;
}

.left {
    float: left;
}

.data_grid10_head {
    background: #dee7e7 url( '../../Images/defaultGridBg.png' ) repeat-x top left;
    font-weight: bold !important;
}

.ui-autocomplete {
    max-height: 200px;
    max-width: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index: 10000;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 200px;
}


.number_bold {
    font-weight: bold;
}

.bold_marketinfo {
    font-weight: bold;
}

.tablist {
    float: left;
    width: 100%;
}
/*
.StockQuote_order_green {
    font-weight: bold;
    text-align: center;
}

    .StockQuote_order_green a {
        text-decoration: underline;
        color: #fff;
        padding: 2px;
        background: #009600;
    }

        .StockQuote_order_green a:hover {
            color: #009600;
            background: #c6e0c6;
        }

.StockQuote_order_red {
    font-weight: bold;
    text-align: center;
}

    .StockQuote_order_red a {
        text-decoration: underline;
        color: #fff;
        padding: 2px;
        background: #AA0000;
    }

        .StockQuote_order_green a.disable_pri, .StockQuote_order_green a:hover.disable_pri, .StockQuote_order_red a.disable_pri, .StockQuote_order_red a:hover.disable_pri {
            color: #5F5F5F;
            background: #3E3E3E !important;
            cursor: default !important;
        }

        .StockQuote_order_red a:hover {
            color: #AA0000;
            background: #ddbdbd;
        }

.StockQuote_order_yellow {
    font-weight: bold;
    text-align: center;
}

    .StockQuote_order_yellow a {
        text-decoration: underline;
        color: #feae19;
    }

        .StockQuote_order_yellow a:hover {
            color: #ffc355;
        }
*/
/* ACCOUNT INFORMATION
	------------------------------------------------------ */


.temp1_h {
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
}


.disable_tab {
    color: #ccc !important;
    border-color: #ccc !important;
}

a:hover.disable_tab {
    cursor: text !important;
    background-color: #f2f2f3 !important;
}

ul.subtab2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 0 !important;
    position: relative;
    /*z-index: 1000;*/
}

    ul.subtab2 li {
        display: inline;
    }

        ul.subtab2 li a.subtab2_t1 {
            font: bold 1.2em/1.4em Arial;
            color: #232323;
            padding: 4px 12px;
            border-style: solid;
            border-width: 1px 1px 1px;
            border-color: #019e53;
        }

        ul.subtab2 li a:hover {
            /*background: #fff;*/
            background: #019e53 url(images/main_menu_hover.png) repeat-x top left;
            color: #fff;
            text-decoration: none;
            padding-bottom: 5px;
        }

        ul.subtab2 li a.tabactive {
            color: #fff;
            font-weight: bold;
            background: #019e53;
            position: relative;
            top: 1px;
            padding-top: 5px;
            border-color: #39A075 !important;
        }

            ul.subtab2 li a.tabactive:hover {
                /*background: #fff;*/
                background: #019e53;
                color: #fff;
            }

.subtab2_content {
    display: block;
    /*background: #fff;*/
    border: 4px solid #019e53;
    margin-top: 3px;
    padding: 15px 4px 20px;
}

    .subtab2_content .subtab2_content_title {
        background: url('images/dot.png' ) repeat-x bottom left;
        color: #008346;
        height: 20px;
    }

h3.subtab2_content_title_t1 {
    float: left;
    font: bold 1.4em/1.4em Arial;
    margin-bottom: 0 !important;
}

a.subtab2_content_title_t2 {
    float: right;
    font: bold 1.2em/1.4em Arial;
    color: #008ed4;
}

.subtab2_content_notice {
    clear: both;
    display: block;
    font-size: 1.2em;
    color: #595959;
    margin-top: 3px;
}

div.temp_acc {
    display: block;
    clear: both;
    margin: 0px 0 0 60px;
    color: #232323;
    font-size: 1.3em;
}

table.temp_acc {
    display: block;
    clear: both;
    margin: 15px 0 0 60px;
}

table.temp_acc td {
    /*padding-top:5px;*/
}


table.table_detail td {
    padding-top:5px;
    padding-bottom:5px;
}

table.table_detail {
    display: block;
    clear: both;
    margin: 15px 0 0 60px;
}

.acc_title {
    color: #282828;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.acc_title_bold {
    color: #282828;
    font-size: 1.2em;
    padding-right: 15px;
    font-weight: bold; /*font-style:italic;*/
}

.acc_content_money_transfer {
    width: 680px;
}

.acc_content_stock_transfer {
    width: 680px;
}

.acc_paddright {
    padding-right: 30px;
}

table.temp_acc .ptop {
    padding-top: 20px;
}

table.reg_info {
    clear: both;
    margin-bottom: 10px;
}

.acc_title_change {
    color: #4c4c3d;
    font: bold 1.2em/1.2em Arial;
    font-style: italic;
    background: #ffffcc;
    border: 1px solid #e5e5e5;
    padding: 2px 20px 2px 0px;
    width: 140px;
    display: block;
}

.acc_ptd {
    padding: 1px !important;
}

ul.infoform1 {
    display: block;
    margin-top: 15px;
    padding-left: 60px;
}

    ul.infoform1 li {
        list-style-image: url('images/square.png' );
        margin-top: 15px;
    }

span.infoform1_t1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #5b5b5b;
}

span.infoform1_t2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #019e53;
    padding: 0 8px;
}

a.infoform1_t3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #008fd5;
    padding-left: 8px;
    border-left: 1px solid #008fd5;
}

.infoform1_t4 {
    font-size: 1.2em;
    color: #5b5b5b;
    font-style: italic;
}

.t-explanation {
    font-size: 1.2em;
    color: #595959;
    font-style: italic;
    max-width: 800px;
}

.confirmblock {
    margin: 2px 0px 20px;
    padding: 5px 15px;
    border: 1px solid #e7e7e7;
    width: 600px;
}

.order_confirm {
    clear: both;
    display: block;
    margin-top: 20px;
}

    .confirmblock h4, .order_confirm h4 {
        color: #019e53;
        font-weight: bold;
        font-size: 1.2em;
    }

    .confirmblock table.confirm_content, .order_confirm table.confirm_content {
        margin-left: 15px;
    }

.confirm_content_t1 {
    font-style: italic;
    color: #575757;
    font-weight: bold;
    font-size: 1.2em;
}

.identify_title {
    font: bold 1.2em/1.4em Arial;
    font-style: italic;
    color: #595959;
}

.mleft {
    margin-left: 40px;
    position: relative;
    z-index: 101;
}

ul.order_type_select {
    display: block;
    margin: 10px 0 5px;
}

    ul.order_type_select li {
        display: inline;
        padding-right: 70px;
        font-size: 1.2em;
        color: #323232;
        font-weight: bold;
    }

        ul.order_type_select li input {
            margin-right: 5px;
        }

ul.cash_advance_select {
    display: block;
    margin: 6px 0 0;
}

    ul.cash_advance_select li {
        display: inline;
        padding-right: 30px;
        font-size: 1.1em;
        color: #323232;
        font-weight: bold;
    }

        ul.cash_advance_select li input {
            margin-right: 5px;
        }

.order_type_notice {
    clear: both;
    color: #595959;
    font-size: 1.2em;
    padding-top: 5px;
    _padding-top: 0px;
}

button {
    cursor: pointer;
}

.btnaccount_round {
    height: 30px;
    margin-right: 4px;
    /* background: url( 'images/btn_submit.png' ) no-repeat top left; */
}

.btnaccount {
    border: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    padding: 3px 0 3px;
    /*line-height: 1.8em !important;*/
    background: #019E53;
    overflow: hidden;
    text-indent: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
    /*
.btn_round:hover
{
    background: url( 'images/btn_submit.png') repeat-x left bottom;
} 
*/
    .btnaccount:hover {
        /*background: url( 'Images/btn_submit_hover.png' ) no-repeat bottom right;*/
        background: #019E53;
        height: 30px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.alphabetList {
    margin: 5px;
}

.alphabetList a {
    padding: 5px;
    margin-right: 5px;
    font: bold 12px Arial;
    color: #232323;
}

    .alphabetList a:hover {
        color: #2E936A;
    }

    .alphabetList a.all {
        color: #2E936A;
    }

.stocklist {
    text-transform: uppercase;
}



/**Menu**/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #008346;
  max-width:1120px;    
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #008346;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #ff0000;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
/*
#cssmenu {
    display:none;
}
@media (max-width: 1024px) {
	#topmenu {
        display:none;
	}
    #submenu {
        display:none;
	}
    #cssmenu {
        display:block;
    }
}

*/



.black {
    color: black;
}

li.nostyle {
    list-style-type: none;
}
body { 
    margin: 0;
}

body, .privacy_t2, .blackText {
    font-size: .875rem !important;
}
.blackText {
    font-weight: normal;
}
body.dark, body.dark .grey_temp_new {
    background-color: #1b1d33;
    color: white !important;
    border: 0;
}
body.dark .privacy_t2, body.dark .blackText{
    color: white !important;
}

body.dark ol.black li::marker{
    color: white !important;
}
body.dark .temp1_title,body.dark .redText{
    color: #f86c6b !important;
}

