
/* FILE: CSS\client.css */
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,
font,
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 {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 12px;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    vertical-align: baseline;
}

html,
body {
    height: 100%;
    /* overflow:auto; */
}

input:not([type="checkbox"]) {

    border-style: groove;

}

body {
    line-height: 1;
    height: 100% !important;
}

body {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -x-system-font: none;
    text-align: center;
    background: #E5E5E5 url(/Images/Clients/page-bg.jpg) repeat-x scroll left top;
    /*background-color:#FFFFFF;*/
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
}

body.loginform {
    /* background: #E5E5E5 url(/Images/Clients/05.jpg) no-repeat scroll center top; */
    background: #fff;
    /* background-size:cover; */
}

img#ieFallBackBackground {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

tr {
    border-bottom: solid 1px #CCCCCC;
}

thead {
    width: 100%;
    color: #000000;
    background-color: #DAEEF3;
    padding: 5 5 5 5px;
    height: 25px;
}

tfoot {
    width: 100%;
    color: #000000;
    background-color: #DAEEF3;
    padding: 5 5 5 5px;
    height: 25px;
}

td {
    font-size: 12px;
}

p {
    line-height: 120%;
    padding: 0 0 20px;
}


a {
    color: #0071BC;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
}

a:hover {
    color: #124C77;
    text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1 {
    color: #333333;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
}

h2 {
    color: #005093;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

h2 a {
    color: #005093;
}

h2 a:hover {
    color: #000000;
}

h3 {
    color: #000000;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

h3 a {
    color: #000000;
}

h3 a:hover {
    color: #333333;
}

h4 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

h5 {
    font-size: 10px;
}

#pageLoaderDiv {
    font-size: 8pt;
    background-color: none;
    background-repeat: no-repeat;
    background-position: top left;
    height: 100%;
    /*width: 100%; */
    /*text-align:center;*/
    position: fixed;
    left: 0;
    top: 0;
    border: none;
    /*z-index:20001;*/
}

/** Bold Text **/
.boldText {
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

/** Normal Text **/
.text {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

/** Red Text **/
.red {
    color: #FF0000;
}

/** Orange Text **/
.orange {
    color: #FFBD5F;
}

/** Green Text **/
.green {
    color: #008800;
}

/** Blue Text **/
.blue {
    color: #0000FF;
}

/** White Text **/
.white {
    color: #FFFFFF;
}

/** Big Title */
.bigTitle {
    font-size: 14px;
}

/** Error Divider **/
.errorDiv {
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #FF0000;
    background-color: #FFDFDF;
    color: #FF0000;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}

/** Success Divider **/
.successDiv {
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #00FF00;
    background-color: #DFFFDF;
    color: #008000;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}

#footer {
    background-color: #FFFFFF;
    border-top: 2px solid #124C77;
    height: 30px;
    margin: 0 auto;
    width: 1000px;
    padding-top: 5px;
    text-align: center;
}

#copyright {
    color: #124C77;
    font-size: 11px;
    padding: 10px 10px 0;
}

/**********Login Form***********/
body.loginform h1,
body.loginform a.logo {
    display: block;
}

body.loginform h2{
	color: #53c3bc;
}



body.loginform div.container {
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px auto 40px;
    text-align: left;
    width: 36em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-size: 1.2em;
    min-height: 728px;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    background: #fff;
}

body.loginform div.container2 {
    width: 50em;
}

body.loginform div.container a {
    font-size: 1.2em;
    color: #000;
}

body.loginform div.container .errorDiv a {
    color: #0071BC;
}

body.loginform div.container a:hover {
    color: #53c3bc;
	text-decoration: none;
}

body.loginform {
    padding-top: 0;
    text-align: center;
	background: #cccccc;
}

body.loginform input[type=text],
body.loginform input[type=password],
body.loginform input[type=submit],
body.loginform input[type=button],
body.loginform textarea,
body.loginform select {
    border-style: none;
    padding: 12px 17px 12px 17px;
    width: 100% !important;
    font-size: 1.2em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body.loginform input[type=text],
body.loginform input[type=password],
body.loginform textarea,
body.loginform select {
    border: 1px solid #868686;
}

body.loginform input[type=submit] {
    background-color: #53c3bc;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

body.loginform div.platform-links a{
	background-color: #53c3bc;
    display: inline-block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

body.loginform div.platform-links a:hover{
	background-color: #404041;
}

fieldset.login,
fieldset.tblFooters {
    /* -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding; */
    /* background:#E5E5E5 none repeat scroll 0 0; */
    /* border:1px solid #000000; */
    border: 0;
    margin-top: 1em;
    padding: 0.5em;
    color: #444444;
    font-weight: bold;
    margin-bottom: 0px;
    width: 60%;
    text-align: center;
}

form.login label {
    font-size: 11px;
    font-weight: bold;
}

fieldset.tblFooters {
    clear: both;
    float: none;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-align: right;
    /* background:#D3DCE3 none repeat scroll 0 0; */
    color: #ffffff;
    font-weight: normal;
    /* border:1px solid #000000; */
    border: none;
    border-top: 0 none;
    /* padding-top:2px;
	padding-bottom:2px;
	padding-right:3px; */
}

fieldset.rememberMe {
    clear: both;
    float: none;
    margin-bottom: 0.5em;
    margin-top: 0;
    background: #D3DCE3 none repeat scroll 0 0;
    color: #444444;
    font-weight: bold;
    border: 1px solid #000000;
    padding: 0.5em;
}

div.loginFooter {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 91%;
}

div.loginFooter fieldset {
    border: none;
    margin-bottom: 5px;
}

div.loginFooter fieldset table tr td {
    text-align: center;
}

a.loginLink {
    line-height: 27px;
}

.version {
    /* padding-top:12px; */
    padding-bottom: 6px;
    text-align: center;
    /* color:#124C77; */
    color: #BABABA;
    /* 	font-style:italic; */
}

.compatability {
    text-align: center;

}

#userName {
    width: 110px;
}

#passwordShow {
    width: 110px;
}

#forgotPass {
    font-size: 1.2em;
}

#registerLink {
    font-size: 1.2em;
}

#loginMarketWatchlistBtn {
    background-color: red;
    color: white;
    padding: 12px 17px 12px 17px;
    /*width: 100% !important;*/
    font-size: 1.2em;
    display: block;
    text-align: center;
}

#loginMarketWatchlistBtn:hover {
    cursor: pointer;
    text-decoration: none;
}

/*********Login Form*************/

/*********Change Password********/
form.changePass label {
    float: left;
    font-size: 11px;
    font-weight: bold;
    width: 13em;
}

#passwordLen {
    color: #FF0000;
    font-size: 11px;
    padding-bottom: 5px;
}

/*********Change Password********/

/*******User Agreement*******/
.agreement {
    width: 1000px;
    background-color: #FFFFFF;
    text-align: center;
}

.agreementText {
    border: solid 1px #0079c1;
    background-color: #F2EFFF;
    width: 80%;
    height: 400px;
    overflow: auto;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

/*******User Agreement*******/

/* Main divider in the body */
#main {
    background-color: #FFFFFF;
    width: 1000px;
    margin: 0 auto;
}

/* Header divider */
#header {
    background-color: #FFFFFF;
    border-bottom: 3px solid #0079C1;
    height: 85px;
    margin: 0 auto;
    width: 1000px;
}

#logo {
    float: left;
    padding-top: 6px;
    margin: 0px 10px 0 15px;
    height: 70px;
}

#headerCenter {
    float: left;
    width: 20%;
    margin: 0 auto;
}

#links {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
    color: #000000;
    font-weight: bold;
    margin: 0 auto;
}

.ie7 #links {
    width: 330px;
}

.ie7 #shortcut table tbody tr {
    border-bottom: 1px solid #CCCCCC;
}

#logOff {
    border-top: solid 2px #1647A5;
    border-right: solid 2px #1647A5;
    border-bottom: solid 1px #1647A5;
    border-left: solid 1px #1647A5;
}

#help {
    border-top: solid 2px #1647A5;
    border-right: solid 2px #1647A5;
    border-bottom: solid 1px #1647A5;
    border-left: solid 1px #1647A5;
    cursor: pointer;
    padding: 0 8px;
}

#helpMenu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #FFF;
    list-style: none;
    width: 65%;
}

#helpMenu li {
    border: #1647A5 1px solid;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
}

#helpMenu li:hover {
    background-color: #66CCFF;
}

#aboutDlg iframe {
    width: 100%;
    height: 83%;
    overflow: hidden;
}

#shortcut {
    padding-top: 3px;
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.headerText {
    font-weight: bold;
    font-size: 11px;
}

.goBtn {
    background-color: #4F81BD;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #0078bf;
}

.headerAccountMenu {
    height: 18px;
    font-size: 10px;
    width: 100px;
}

.headerLanguageMenu {
    height: 18px;
    font-size: 10px;
    width: 60px;
}

.headerTextBox {
    height: 14px;
    font-size: 9px;
}

/* Main Menu */
#nav {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #000000 url(/Images/Clients/nav-bg.png) repeat-x scroll left top;
    border-bottom: 1px solid #D3D3D3;
    height: 28px;
    margin: 0 auto;
    width: 1000px;
}

#nav ul,
#nav ul ul {
    float: left;
    font-size: 11px;
    line-height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#nav ul a {
    color: #DDDDDD;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#nav ul li {
    float: left;
    font-weight: bold;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

#nav ul li.tDiv {
    border-bottom: 3px solid #0079C1;
}

#nav ul li a {
    border-right: 1px solid #5F5F5F;
    padding: 0 20px;
}

#nav ul ul {
    border-bottom: 3px solid #0079C1;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    height: auto;
    left: -999em;
    line-height: 1;
    margin: 0;
    position: absolute;
    width: 210px;
}

#nav ul li li {
    border-color: #CCCCCC;
    border-style: none solid solid;
    border-width: 1px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    width: 208px;
}

#nav ul li li a {
    border: medium none;
    color: #666666;
    font-size: 11px;
    padding: 5px 10px;
}

#nav ul li li a.hdr,
#nav ul li li a.hdr:hover {
    background-color: #FFFFFF;
    color: #CC9900 !important;
    cursor: pointer;
    padding-top: 12px;
}

#nav ul li:hover {
    height: 1%;
}

#nav ul li ul ul {
    margin: -22px 0 0 179px;
}

#nav ul li li:hover {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-color: #0079C1;
    color: #FFFFFF;
}

#nav ul li ul li:hover a,
#nav ul li ul li li:hover a,
#nav ul li ul li li li:hover a,
#nav ul li ul li li li:hover a {
    color: #FFFFFF;
}

#nav ul li:hover a {
    color: #FFFFFF;
}

#nav ul li.sfhover a:hover {
    color: #FFFFFF;
}

#nav ul li:hover li a,
#nav ul li li:hover li a,
#nav ul li li li:hover li a,
#nav ul li li li li:hover li a {
    color: #666666;
}

#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul,
#nav ul li:hover ul ul ul ul,
#nav ul li.sfhover ul ul,
#nav ul li.sfhover ul ul ul,
#nav ul li.sfhover ul ul ul ul {
    left: -999em;
}

#nav ul li:hover ul,
#nav ul li li:hover ul,
#nav ul li li li:hover ul,
#nav ul li li li li:hover ul,
#nav ul li.sfhover ul,
#nav ul li li.sfhover ul,
#nav ul li li li.sfhover ul,
#nav ul li li li li.sfhover ul {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
    left: auto;
}

#nav ul li:hover {
    cursor: default;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #0079C1 url(/Images/Clients/nav-over-bg.png) repeat-x scroll left top;
}

.activeNav {
    background: #0079C1 url(/Images/Clients/nav-over-bg.png) repeat-x scroll left top !important;
}

#nav #serverTime {
    float: right;
    color: #ffffff;
    font-size: 10px;
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

/****** Main Menu *******/

/**** Breadcrumb ****/
#breadcrumb {
    clear: both;
    color: #999999;
    font-size: 11px;
    width: 1000px;
    margin: 0 auto;
    padding-top: 3px;
    background-color: #FFFFFF;
}

#breadcrumb .bcnav {
    float: left;
}

#breadcrumb .bcnav span {
    padding: 0 4px;
}

#breadcrumb span {
    padding: 0;
}

/**** Breadcrumb ****/

/*** Welcome Message ***/
#message {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    color: #4479C1;
    font-weight: bold;
    width: 985px;
    border-bottom: solid 1px #0079C1;
}

#welcomeMsg {
    color: #AAAAAA;
    font-weight: normal;
    font-size: 11px;
}

#headerDate {
    color: #AAAAAA;
    font-weight: normal;
    font-size: 11px;
}

/*** Welcome Message ***/

/**** Home Page ****/
.mainBodyTbl {
    margin: 0;
    width: 100%;
}

td.homePage {
    /* width:320px;
	*width:340px; */
    width: 33%;
    vertical-align: top;
}

td.homePage #glSelectedMarketId_msdd {
    width: 100% !important;
}

/**** BOX DIV ****/
.box {
    background-color: #FFFFFF;
    text-align: left;
    border-top-color: #4F81BD;
    border-bottom-color: #4F81BD;
    border-left-color: #D1D7DF;
    border-right-color: #D1D7DF;
    border-style: solid;
    border-width: 1px 1px 2px;
    margin: 5px;
}

.box h4 {
    background-color: #4F81BD;
    color: #FFFFFF;
    margin: 0;
    padding: 5px 5px 5px 5px;
}

.box h5 {
    color: #000000;
    margin: 6px 0 4px;
}

.box .text {
    text-align: center;
    color: #333333;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.box table {
    margin-top: 1px;
}


.box a {
    font-weight: bold;
}

.redBox {
    text-align: left;
    border-top-color: #EF5959;
    border-bottom-color: #EF5959;
    border-left-color: #DFC3C3;
    border-right-color: #DFC3C3;
    border-style: none solid solid;
    border-width: 1px 1px 2px;
    margin: 5px;
    width: 340px;
    *width: 330px;
}

.redBox .alert {
    background: #EF5959;
    color: #FFFFFF;
    margin: 0;
    padding: 3px 8px;
}

.alertDiv {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    background-color: #F4F4F4;
    border: solid 1px #cccccc;
}

.altAlertDiv {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
}

td.normal {
    text-align: left;
    padding-right: 3px;
}

td.money {
    text-align: right;
    padding-right: 3px;
}

td.currency {
    width: 30px;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
}

#buyingPower td.currency {
    width: 75px;
}

tr.altRow {
    background-color: #F4F4F4;
    background: #F4F4F4;
}

td.altCell {
    background-color: #F4F4F4;
}

td.direction {
    text-align: center;
    /** width:3px; */
    /** padding-right:3px; */
    /** padding-left:3px; */
}

td.date {
    width: 135px;
    padding-left: 3px;
}

td.dateTime {
    width: 150px;
    padding-left: 3px;
}

td.symbol {
    width: 100px;
    padding-left: 3px;
}

td.lastPrice {
    /*width:100px;*/
    padding-right: 3px;
}

td.change {
    /*width:100px;*/
    padding-right: 3px;
}

td.longName {
    width: 250px;
    padding-left: 3px;
}

tr.summary {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #000000;
    background-color: #DAEEF3;
    color: #000000;
    font-weight: bold;
    height: 25px;
}

#changePreferredCurrencyDiv {
    width: 300px;
    text-align: center;
}

.section-title {
    -moz-user-select: none;
    border-bottom-color: #99BBE8;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #3764A0;
    cursor: default;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    white-space: nowrap;
}

.filterBox {
    margin: 0px;
    text-align: left;
    height: 170px;
}

.filterBox h5 {
    color: #000000;
    margin: 6px 0 4px;
}

.symbolInfoBigName {
    font-size: 18px;
    font-weight: bold;

    /*padding-left:5px;*/
}

.symbolBigPrices {
    font-size: 20px;
    font-weight: bold;

    /*padding-left:5px;*/
}

.symbolSubTitle {
    width: 200px;
}

.buyBtn {
    background-color: #23BF47;
    color: #FFFFFF;
    cursor: pointer;
    width: 45px;
    height: 35px;
}

.sellBtn {
    background-color: #EF5959;
    color: #FFFFFF;
    cursor: pointer;
    width: 45px;
    height: 35px;
}

.symbolInfoTable {
    width: 400px;
}

.symbolInfoTable tr {
    border-bottom: 0px;
}

.symbolInfoLinksTable {
    /*width:600px;*/
    float: right;
}

.symbolInfoLinksTable tr {
    border-bottom: 0px;
}

td.symbolInfoChartTd {
    vertical-align: top;
    width: 50%;
}

.chartImgDiv {
    background: url("/Images/loading.gif") no-repeat scroll center 100px #FFFFFF
}

a.selectedLink {
    color: #000000;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    cursor: default;
}

a.selectedLink:hover {
    cursor: default;
    color: #000000;
    text-decoration: none;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.refreshImg {
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

/* Classic Windows Theme (default) */
/* =============================== */
.context-menu-theme-default {
    border: 2px outset white;
    background-color: #D4D0C8;
}

.context-menu-theme-default .context-menu-item {
    text-align: left;
    cursor: pointer;
    padding: 4px 28px 4px 16px;
    color: black;
    font-family: Tahoma, Arial;
    font-size: 11px;
}

.context-menu-theme-default .context-menu-separator {
    margin: 4px 2px;
    font-size: 0px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid white;
}

.context-menu-theme-default .context-menu-item-disabled {
    color: #808080;
}

.context-menu-theme-default .context-menu-item .context-menu-item-inner {
    background: none no-repeat fixed 999px 999px;
    /* Make sure icons don't appear */
}

.context-menu-theme-default .context-menu-item-hover {
    background-color: #0A246A;
    color: white;
}

.context-menu-theme-default .context-menu-item-disabled-hover {
    background-color: #0A246A;
}

/* Windows XP Theme */
/* ================ */
.context-menu-theme-xp {
    border: 1px solid #666;
    padding: 1px;
    background: #F9F8F7 url(/Images/cmenu-xp-bg.gif) repeat-y top left;
}

.context-menu-theme-xp .context-menu-separator {
    margin: 4px 2px;
    font-size: 0px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid white;
}

.context-menu-theme-xp .context-menu-item {
    text-align: left;
    color: black;
    font-family: arial;
    font-size: 11px;
    cursor: pointer;
}

.context-menu-theme-xp .context-menu-item .context-menu-item-inner {
    background: none no-repeat 2px center;
    padding: 4px 10px 4px 30px;
}

.context-menu-theme-xp .context-menu-item-hover .context-menu-item-inner {
    background: #B6BDD2 none no-repeat 2px center;
    padding: 3px 9px 3px 29px;
    border: 1px solid #0A246A;
}

/* Windows Vista Theme */
/* =================== */
.context-menu-theme-vista {
    background: #FAFAFA url(/Images/cmenu-vista-bg.gif) repeat-y left top;
    border: 1px solid #868686;
}

.context-menu-theme-vista .context-menu-item {
    text-align: left;
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial;
    font-size: 11px;
}

.context-menu-theme-vista .context-menu-separator {
    margin: 0px 0px 0px 32px;
    font-size: 0px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #F5F5F5;
}

.context-menu-theme-vista .context-menu-item-hover {
    background: transparent url(/Images/cmenu-vista-menu-item-hover.gif) repeat-x left center;
    border: 1px solid #D7D0B3;
}

.context-menu-theme-vista .context-menu-item .context-menu-item-inner {
    padding: 4px 16px 4px 35px;
    margin-left: 1px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-image: none;
}

.context-menu-theme-vista .context-menu-item-hover .context-menu-item-inner {
    padding: 3px 15px 3px 35px;
    margin-left: 0px;
}

.context-menu-theme-vista .context-menu-item-disabled {
    color: #A7A7A7;
}

/* OSX Theme */
/* ========= */
.context-menu-theme-osx {
    background-color: white;
    opacity: .93;
    filter: alpha(opacity=93);
    zoom: 1.0;
    border: 1px solid #b2b2b2;
}

.context-menu-theme-osx .context-menu-item {
    text-align: left;
    cursor: pointer;
    color: black;
    font-family: Lucida Grande, Arial;
    font-weight: 700;
    font-size: 12px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index: 1;
}

.context-menu-theme-osx .context-menu-separator {
    margin: 5px 1px 4px 1px;
    font-size: 0px;
    border-top: 1px solid #e4e4e4;
}

.context-menu-theme-osx .context-menu-item-hover {
    background-color: #1C44F2;
    color: white;
}

.context-menu-theme-osx .context-menu-item .context-menu-item-inner {
    padding: 2px 10px 2px 22px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: 4px center;
    background-image: none;
}

.context-menu-theme-osx .context-menu-item-disabled {
    color: #939393;
}

/* Linux Human Theme */
/* ================= */
.context-menu-theme-human {
    background: #F9F5F2;
    border: 1px solid #963;
}

.context-menu-theme-human .context-menu-item {
    text-align: left;
    cursor: pointer;
    color: black;
    font-family: Helvetica, DejaVu Sans, Arial;
    font-size: 12px;
    line-height: 20px;
    height: 28px;
    border: 1px solid #F9F5F2;
    border-left: 0;
    border-right: 0;
}

.context-menu-theme-human .context-menu-separator {
    margin: 0px 0px 0px 32px;
    font-size: 0px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #F5F5F5;
}

.context-menu-theme-human .context-menu-item-hover {
    background: transparent url(/Images/cmenu-human-menu-item-hover.gif) repeat-x left center;
    border-color: #963;
}

.context-menu-theme-human .context-menu-item .context-menu-item-inner {
    padding: 4px 16px 4px 35px;
    margin-left: 0px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-image: none;
}

.context-menu-theme-human .context-menu-item-hover .context-menu-item-inner {}

.context-menu-theme-human .context-menu-item-disabled {
    color: #A7A7A7;
}

/* Gloss Theme */
/* =========== */
.context-menu-theme-gloss {
    background: #f4f4f4 url(/Images/cmenu-gloss-bg.gif) repeat-y left center;
    border: 1px solid #f4f4f4;
    padding: 1px;
    padding-right: 0;
}

.context-menu-theme-gloss .context-menu-item {
    text-align: left;
    cursor: pointer;
    color: black;
    font-family: Helvetica, DejaVu Sans, Arial;
    font-size: 12px;
    line-height: 20px;
    height: 27px;
    border: 1px solid transparent;
}

.context-menu-theme-gloss .context-menu-separator {
    margin: 0px 0px 0px 32px;
    font-size: 0px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #F5F5F5;
}

.context-menu-theme-gloss .context-menu-item-hover {
    background: transparent url(/Images/cmenu-gloss-menu-item-hover.gif) repeat-x left center;
    color: #fff;
    border-color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.context-menu-theme-gloss .context-menu-item .context-menu-item-inner {
    padding: 4px 16px 4px 35px;
    margin-left: 0px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-image: none;
}

.context-menu-theme-gloss .context-menu-item-hover .context-menu-item-inner {}

.context-menu-theme-gloss .context-menu-item-disabled {
    color: #A7A7A7;
}

.context-menu-theme-gloss-cyan .context-menu-item-hover {
    background-image: url(/Images/cmenu-gloss-cyan-menu-item-hover.gif);
    border-color: #00c;
}

.context-menu-theme-gloss-semitransparent .context-menu-item-hover {
    background-image: url(/Images/cmenu-item-gloss-semitransparent-menu-item-hover.png);
    border-color: #00c;
    background-color: #30f;
}

.tableCaptionRow {
    border-bottom: none;
}

.tableFilterTd {
    text-align: right;
}

.tablePrintTd {
    width: 50px;
    text-align: right;
    cursor: pointer;
}

.rowOver {
    background-color: #E2EFFE !important;
}

.right {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.profileTbl {
    width: 100%;
}

.profileHeadTd {
    width: 20%;
    padding: 5px;
    font-weight: bold;
}

.profileInfoTd {}

.profileActionTd {
    width: 10%;
    text-align: center;
}

tr.profileTitle {
    background-color: #DAEEF3;
    color: #000000;
    font-weight: bold;
    height: 25px;
    border: solid 1px #000000;
}

.profileTradingTbl {
    width: 80%;
}

.profileTradingInfoTbl {
    width: 96%
}

.blockedTable {
    border: solid 1px #000000;
    margin-left: 10px;
}

.alternateBlockedTable {
    border: solid 1px #000000;
    background-color: #F4F4F4;
    margin-left: 10px;
}

.profileTradingMarketName {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.profileDiv {
    height: auto;
    min-height: 450px;
    overflow: auto;
}

.nonBorderedTable tr {
    border: 0px;
}

.profileGroupsHeadTd {
    width: 50%;
    white-space: nowrap;
}

.profileGroupsInfoTd {
    width: 30%;
}

tr.profileSubTitle {
    background-color: #DAF3DE;
    color: #000000;
    font-weight: bold;
    height: 25px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

#slidingDiv {
    display: none;
    height: auto;
    /*padding-left:50px;*/
}

.profileLink {
    font-weight: normal;
    color: #6DC8FF;
}

.profileName {
    color: #FE2345;
    font-style: italic;
}

.profileBox {
    background-color: #FFFFFF;
    text-align: left;
    width: 95%;
    border-top-color: #4F81BD;
    border-bottom-color: #4F81BD;
    border-left-color: #4F81BD;
    border-right-color: #4F81BD;
    border-style: solid;
    border-width: 1px 1px 2px;
}

.profileBox h4 {
    background-color: #DAEEF3;
    color: #000000;
    margin: 0;
    padding: 5px 5px 5px 5px;
}

.profileBox a {
    color: #4F81BD;
}

.ui-widget-header {
    background-color: #4F81BD;
    color: #FFFFFF;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

.dialogDiv {
    text-align: left;
}

.profileMarketTd {
    width: 50%;
    padding: 5px;
}

.profileTraderTd {
    width: 30%;
}

.profileCustodianTd {
    width: 20%;
}

.profileSubId {
    width: 20%;
    padding: 5px;
}

.profileSubName {
    width: 39%;
}

.profileAccId {
    padding: 5px;
    width: 15px;
}

.profileAccName {
    width: 25px;
}

.profileGroupLink {
    width: 15%;
}

td.header {
    text-align: left;
    padding-right: 3px;
    font-weight: bold;
}

.colonTd {
    width: 3px;
    text-align: center;
}

.tradeBalanceDiv {
    height: 200px;
    overflow: auto;
    margin: 0px;
}

.tradeTd {
    width: 30%;
}

.tradeChartTd {
    width: 25%;
}

#tmeNoticeDiv {
    z-index: 10;
    background: #ffc;
    padding: 5px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    width: 986px;
}

.tmeNoticeDiv {
    z-index: 10;
    background: #ffc;
    padding: 5px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    width: 986px;
}

.center {
    text-align: center;
}

.greenChange {
    background-color: #BFFFCE !important;
    background-image: url(/Images/greenDot.jpg);
    background-position: bottom right;
    background-repeat: repeat-x;
    /* border-bottom: 0.1em solid #00FF00 !important; */
}

.redChange {
    background-color: #FFCFCF !important;
    background-image: url(/Images/redDot.jpg);
    background-position: bottom right;
    background-repeat: repeat-x;
    /* border-bottom: 0.1em solid #FF0000 !important; */
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    font-weight: bold;
}

.skaSuggestionsBox {
    position: relative;
    left: 400px;
    min-width: 200 px;
    margin: 10px 0px 0px 0px;
    width: auto;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.skaSuggestionList {
    margin: 0px;
    padding: 0px;
}

.skaSuggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.skaSuggestionList li:hover {
    background-color: #659CD8;
}

tr.selectedRow {
    border: solid 1px #000000;
    font-weight: bold;
    font-style: italic;
}

.yellow {
    background-color: #FEFFBF;
}

.yellowChange {
    background-color: #FEFFBF !important;
}

.blueChange {
    background-color: #DFF1FF !important;
}

.pending {
    font-weight: bold;
    color: #0000FF;
}

.rejected {
    font-weight: bold;
    color: #FF0000;
}

.completed {
    font-weight: bold;
    color: #008000;
}

.cancelled {
    font-weight: bold;
    color: #FF981F;
}

.expired {
    font-weight: bold;
    color: #DFC30D;
}

.suspended {
    font-weight: bold;
    color: #5359BF;
}

.buyStr {
    color: #008000;
    font-weight: bold;
}

.sellStr {
    color: #FF0000;
    font-weight: bold;
}

tr.overRow td {
    cursor: default;
    background-color: #BFE8FF;
}

tr.selectRow td {
    background-color: #FFCB8F;
}

tr.newRow td {
    background-color: #FFFFDF;
}


tr.footerRow {
    background-color: #999999;
    color: #FFFFFF;
}

.skaGrig {
    clear: both;
    font-size: 11px;
    position: relative;
}

/* Pager*/

#pager_left {
    text-align: left;
}

#pager_center {
    text-align: center;

    width: 218px;
}


.ui-pager-pager {
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    /**overflow:;*/
}

.ui-pager-pager .ui-pg-div {
    padding: 1px 0;
    cursor: pointer;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: relative;
}

.ui-pager-pager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 2px;
}

#pageNumberTd {
    direction: ltr;
}

.separatorTd {
    width: 4px;
}

#recordInfo {
    text-align: right;
    direction: rtl;
}

#pager_right {
    text-align: right;
    width: 190px;
}

#pager {
    width: 100%;
    direction: ltr;
}

.skaGrid .ui-pager-control {
    position: relative;
    height: 25px;
}

.skaGrid .ui-pg-table {
    position: relative;
    padding-bottom: 2px;
    width: auto;
    margin: 0em;
    width: 100%;
    table-layout: fixed;
    height: 25px;
}

.skaGrid .ui-pg-table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1px;
    height: 25px;
}

.skaGrid .ui-pg-button {
    height: 19px;
}

.skaGrid .ui-pg-button span {
    display: block;
    margin: 1px;
    float: left;
}

.skaGrid .ui-icon ui-icon-seek-next:hover {
    padding: 0px;
}

.skaGrid .ui-state-disabled:hover {
    padding: 1px;
}

.skaGrid .ui-pg-input {
    height: 13px;
    font-size: .8em;
    margin: 0em;
}

.skaGrid .ui-pg-selbox {
    font-size: .8em;
    line-height: 18px;
    display: block;
    height: 18px;
    margin: 0em;
}

.skaGrid .ui-separator {
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 1px;
    float: right;
}

.skaGrid .ui-paging-info {
    font-weight: normal;
    height: 19px;
    margin-top: 3px;
    margin-right: 4px;
}

.skaGrid td input,
.skaGrig td select #pager td textarea {
    margin: 0em;
}

.skaGrid td textarea {
    width: auto;
    height: auto;
}

#loaderTd {
    text-align: right;
    width: 120px;
}

/* Pager*/

/* Loader*/
.skaGrid .loading {
    border-width: 2px !important;
    color: #E28F18;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 120px;
    z-index: 101;
}

.skaGrid .jqgrid-overlay {
    display: none;
    z-index: 100;
}

#skaViewBtnGrid {
    width: 55px;
    background-color: #628FC4;
    color: #FFFFFF;
    border: solid 1px #000000;
}

#skaViewGridTd {
    width: 55px;
}

/* Loading*/

#changePasswordDiv {
    width: 300px;
    text-align: left;
}

.contextSeparator {
    border-bottom: 1px solid white;
    border-top: 1px solid #808080;
    font-size: 0;
    margin: 4px 2px;
}

.contextHeader {
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    background-color: #FF6E1F;
    font-size: 13px;
}

.generalnfoDiv {
    background-color: #FFF9DF;
    color: #BF9D00;
    border: solid 1px #DFC137;
    padding-top: 3px;
    padding-bottom: 3px;
}

.headerCell {
    width: 110px;
    font-weight: bold;
}

.infoCell {
    width: 210px;
}

legend {
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}

fieldset {
    margin: 10px;
    border: solid 1px #CCCCCC;
    padding: 5px;
    font-size: 12px;
}

.errorTd {
    display: none;
    color: #FF0000;
}

.mainMenuSep {
    border-bottom: 1px solid white;
    border-top: 1px solid #808080;
    font-size: 0;
    margin: 4px 2px;
}

#HeaderElements {
    float: right;
    width: 205px;
}


/********************************************************************************/
#menu_hor {
    min-height: 18px;
    border-bottom: 2px solid #D3D3D3;
    width: 1000px;
    background: #fff;
    margin: auto;
    border-top: 5px solid #FFFFFF;
}

#menu_hor ul {
    font-weight: normal;
    /** height:18px; */
    text-align: left;
}

#menu_hor ul li {
    font-weight: bold;
    text-align: left;
    text-transform: none;
    width: auto;
    /** float:left; */
    list-style: none;
    display: inline;
}

#menu_hor ul li a {
    border: medium none;
    color: #666666;
    font-size: 11px;
    padding: 5px 10px;
}

.mnuActive {
    background-color: #ddd;
}

#forgotDiv {
    float: left;
}

#loginRegisterDiv {
    float: right;
}

.requiredCell {
    background: url('/Images/required.gif') no-repeat;
    width: 20px;
}

.arrowTd {
    background: url('/Images/enArrow.jpg') no-repeat center;
    width: 20px;
    padding-right: 10px;
}

.number1a {
    background: url('/Images/1a.jpg') no-repeat center;
    width: 25px;
    padding: 5px;
}

.number1d {
    background: url('/Images/1d.jpg') no-repeat center;
    width: 25px;
}

.number2a {
    background: url('/Images/2a.jpg') no-repeat center;
    width: 25px;
}

.number2d {
    background: url('/Images/2d.jpg') no-repeat center;
    width: 25px;
}

.number3a {
    background: url('/Images/3a.jpg') no-repeat center;
    width: 25px;
}

.number3d {
    background: url('/Images/3d.jpg') no-repeat center;
    width: 25px;
}

.stepTable {
    width: auto;
}

.activeStep {
    font-size: 24px;
    vertical-align: top;
    font-weight: bold;
    color: #305A94;
    margin-right: 10px;
    margin-left: 10px;
}

.disactiveStep {
    font-size: 24px;
    vertical-align: top;
    font-weight: bold;
    color: #939393;
    margin-right: 10px;
    margin-left: 10px;
}

.confirmWelcomeDiv {
    font-size: 12px;
    font-weight: bold;
    padding: 28px;
    text-align: left;
}

#confirmRegDiv {
    padding: 5px;
    font-size: 12px;
}

#dockMenu {
    /* float:left;  */
    margin-left: 180px;
    margin-top: 26px;
    position: absolute;
    top: 0;
    left: 24%;
}

.packageName {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    background-color: #4F81BD;
}

.packageTd {
    border: 1px solid #5887C0;
    padding: 10px;
    vertical-align: top;
}

.packageDesc {
    padding-bottom: 10px;
}

.freePackage {
    color: #FFC47F;
    font-size: 20px;
}

.packagePricing {
    margin-bottom: 5px;
}

#tmeRedAlertDiv {
    z-index: 10;
    background-color: #FFDFDF;
    padding: 5px;
    border: solid 1px #FF0000;
    font-weight: bold;
    width: 986px;
    color: #FF0000;
    text-align: center;
}

.profileSubscriptionHeadTd {
    width: 25%;
    font-weight: bold;
}

.greenLinkBtn {
    border: solid 1px #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #23BF47;
    color: #FFFFFF;
}

.greenLinkBtn:hover {
    text-decoration: none;
    color: #FEFF8F;
    border: solid 1px #FEFF8F;
}

.redLinkBtn {
    border: solid 1px #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #FF0000;
    color: #FFFFFF;
}

.redLinkBtn:hover {
    text-decoration: none;
    color: #FEFF8F;
    border: solid 1px #FEFF8F;
}

.rightFloat {
    float: right;
}

.leftFloat {
    float: left;
}

/*********************************************************************************************************************************************************************/
.placeDateTd {
    width: 125px;
}

.marketTicketIdTd {
    width: 112px;
    text-align: center;
}

/*********************************************************************************************************************************************************************/

.loginLangLink {}

.loginLangLinkActive {
    /* font-size: 14px; */
    font-weight: bold;
    font-style: italic;
}

.symbolTextBox {
    width: 103px;
}

#betaNoticeDiv {
    text-align: left;
}

#tooltip {
    text-align: left;
}

.emailTextbox {
    width: 250px;
}

.ui-icon {
    direction: ltr !important;
}

.linkBtn {
    border: 1px solid #FFFFFF !important;
    cursor: pointer !important;
    padding: 2px 4px !important;
    background-color: #23BF47 !important;
    margin-left: 5px !important;
    height: 25px !important;
    color: #FFFFFF;
}

.redBtn {
    border: 1px solid #FFFFFF !important;
    cursor: pointer !important;
    padding: 2px 4px !important;
    background-color: #FF0000 !important;
    margin-left: 5px !important;
    height: 25px !important;
    color: #FFFFFF;
}

/*********************************************/
.imageLanguageId1 {
    background: url("/Images/languages/languages.png") no-repeat scroll 0 -22px transparent;
    display: inline-block;
    height: 22px;
    width: 56px;
}

.imageLanguageId2 {
    background: url("/Images/languages/languages.png") no-repeat scroll 0 0px transparent;
    display: inline-block;
    height: 22px;
    width: 56px;
}

.imageLanguageId6 {
    background: url("/Images/languages/languages.png") no-repeat scroll 0 -66px transparent;
    display: inline-block;
    height: 22px;
    width: 56px;
}

.imageLanguageId5 {
    background: url("/Images/languages/languages.png") no-repeat scroll 0 -44px transparent;
    display: inline-block;
    height: 22px;
    width: 56px;
}

.wvb_copyright {
    color: #124C77;
    font-size: 11px;
    padding: 10px 10px 0;
}

/************/
/* flex grag override */
.cDrag {
    display: none !important;
}

.silverlightContainer {
    text-align: left;
}

.silverlightContainer span {
    color: #0071BC;
}

#homePricebarContainer {
    background-color: #fff;
}

#homePricebarContainer img {
    cursor: pointer;
    display: none;
    background-color: #fff;
    right: 0px;
    position: fixed;
    padding: 4px;
}

#homePricebarContainer:hover img {
    display: block;
}

#homePricebarContainer {
    position: relative;
}

#homePriceBarSelectMarket_title {
    padding: 4px;
    bottom: 0;
    position: relative;
}


#homePriceBarSelectMarket_arrow {
    width: 16px;
    height: 16px;
}

#homePriceBarSelectMarket_child {
    bottom: 25px;
}

.notifyMessage {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 5px 5px 5px 0;
    width: 97%;
    z-index: 10;
    padding-left: 10px;
}

.notifyMessage p {
    line-height: 140%;
    padding: 0;
    text-align: center;
}

.direction-ltr {
    direction: ltr !important;
}



#loginPopupDialog {
    background: url(../Images/Clients/05.jpg) no-repeat center center transparent;
}

#loginPopupContainer {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px auto 0;
    text-align: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    position: relative;
}

#loginPopupContainer div.container2 {
    width: 50em;
}

#loginPopupContainer div.container a {
    font-size: 1.2em;
    color: #ffffff;
}

#loginPopupContainer div.container a:hover {
    color: #8ca1cc;
}

#loginPopupContainer {
    padding-top: 0;
    text-align: center;
}

#loginPopupContainer input[type=text],
#loginPopupContainer input[type=password],
#loginPopupContainer input[type=submit],
#loginPopupContainer input[type=button],
#loginPopupContainer textarea,
#loginPopupContainer select {
    border-style: none;
    padding: 12px 17px 12px 17px;
    width: 100% !important;
    font-size: 1.2em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#loginPopupContainer input[type=text],
#loginPopupContainer input[type=password],
#loginPopupContainer textarea,
#loginPopupContainer select {
    border: 1px solid #DDDDDD;
}

#loginPopupContainer input[type=submit] {
    background-color: #476ab0;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}

#loginPopupContainer form.login label {
    font-size: 11px;
    font-weight: bold;
}

#loginPopupContainer fieldset.login,
#loginPopupContainer fieldset.tblFooters {
    width: auto;
}

#loginPopupContainer .placeholder {
    border: none;
}

.selRow {
    background: #FFCB8F !important;
    border: 1px solid #FFCB8F;
}

#loginPopupModal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/page-loader-flower.gif) no-repeat center center white;
    background-color: rgba();
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    display: none;
}

#addSubUser {
    float: right;
}

#loginBtn {
    -webkit-appearance: none;
}

a.registerBtn {
    text-decoration: none !important;
    margin-top: 10px;
    background-color: #476ab0;
    color: #FFFFFF !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 0px;
    width: 100% !important;
    font-size: 1.2em;
    display: block;
    text-align: center;
}

body.has-sticky #main {
    margin-top: 50px;
}

div#nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111111;
}

div#menu_hor.sticky {
    position: fixed;
    top: 29px;
    left: 0;
    right: 0;
    z-index: 111111;
}

/*.sticky {
  position: fixed;
  top: 29px;
  width: 100%
}*/

@media screen and (max-width: 1024px) {
    body.loginform {
        background-size: auto
    }

    div.container center img {
        margin-top: 0%
    }

    DIV.loginFooter {
        left: 20px !important;
        margin-bottom: 15%
    }

}


@media screen and (max-width: 768px) {
    body.loginform {
        background-size: cover
    }

    div.container center img {
        margin-top: 25%
    }

    html body.loginform {
        height: auto !important
    }

    DIV.loginFooter {
        left: 20px !important;
        margin-top: 5%;
        margin-bottom: initial
    }
}

@media screen and (max-width: 736px) {
    div.container center img {
        margin-top: 0%
    }

    div.container center h2 {
        margin-top: -20px
    }

    fieldset.login {
        margin-top: -25px
    }

    div.loginFooter {
        position: relative
    }

    body.loginform {
        background-size: auto
    }

    body.loginform div.container {
        min-height: 0;
        height: 83.8%;
        margin-top: 0
    }

    DIV.loginFooter {
        left: 20px !important;
        margin-top: 5%
    }
}

@media screen and (max-width: 667px) {
    div.container center img {
        margin-top: 0%
    }

    div.container center h2 {
        margin-top: -20px
    }

    fieldset.login {
        margin-top: -25px
    }

    div.loginFooter {
        position: relative
    }

    body.loginform {
        background-size: auto
    }

    body.loginform div.container {
        min-height: 0;
        height: 83.8%;
        margin-top: 0
    }

    DIV.loginFooter {
        left: 20px !important;
        margin-top: 5%
    }
}

@media screen and (max-width: 600px) {
    div.container center img {
        margin-top: 15%
    }

    body.loginform {
        background-size: cover
    }

    body.loginform div.container {
        min-height: 0;
        height: 83.8%;
        margin-top: 0
    }

    div.loginFooter {
        margin-bottom: 0%;
        margin-top: 35%
    }

    DIV.loginFooter {
        left: 20px !important
    }
}

@media screen and (max-width: 414px) {
    div.container center img {
        margin-top: 0%
    }

    body.loginform {
        background-size: auto
    }

    body.loginform div.container {
        width: 100%;
        min-height: 0;
        height: 93%
    }

    div.loginFooter {
        margin-bottom: 0%;
        margin-top: 40%
    }

    DIV.loginFooter {
        left: 20px !important
    }
}

@media screen and (max-width: 375px) {
    div.container center img {
        margin-top: 0%
    }

    body.loginform {
        background-size: auto
    }

    body.loginform div.container {
        width: 100%;
        min-height: 0;
        height: 92.5%
    }

    div.loginFooter {
        margin-bottom: 0%;
        margin-top: 20%
    }

    DIV.loginFooter {
        left: 20px !important
    }
}

#links {
    position: relative;
}

.bellIcon {
    cursor: pointer;
    position: absolute;
    left: 0px;
}

.notif {
    position: absolute;
    left: -10px;
    background: #b94a48;
    padding: 1px 2px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px #B1B1B1;
    color: #FFF;
    font-size: 10px;
}

.notifications-holder {
    width: 350px;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 999999;
    background: #fff;
    text-align: left;
    border: 1px solid #e7eaf0;
}

.notifications-holder li {
    clear: both;
    list-style-type: none !important;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #888;
    font-weight: 300;
}

.notifications-holder li:hover a {
    background: #efefef;
}

.notifications-holder li a {
    padding: 10px;
    display: block;
    text-decoration: none !important;
    color: #000;
    font-weight: 400;
}

.notifications-holder li img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

.pending-title {
    background: #4f81bd;
    padding: 10px;
    font-size: 12px;
    color: #fff;
}

#refresh_pending_task {
    cursor: pointer;
}

.greenDlgBtn {
    background: #399C39 !important;
    color: #fff !important;
    border-color: #014801 !important;
}

.redDlgBtn {
    background: #DA2323 !important;
    color: #fff !important;
    border-color: #8C0303 !important;
}

.brokerusername-holder {
    float: right;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px
}

.whatsnew-about {
    cursor: pointer;
    float: right;
    margin-bottom: 5px;
}

.menu-link {
    cursor: pointer;
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
}

#userAccount {
    cursor: pointer;
    float: right;
    margin-bottom: 5px;
}

.notificationsdiv {
    cursor: pointer;
    float: right;
    position: relative;
    width: 34px;
    margin-bottom: 5px;
}

.whatsnew-about-holder {
    display: none;
    width: 200px;
    position: absolute;
    top: 40px;
    right: 115px;
    z-index: 99;
    background: #fff;
    text-align: left;
    border: 1px solid #e7eaf0;
}

.whatsnew-about-holder.active {
    display: block;
}

.whatsnew-about-holder li {
    position: relative;
    clear: both;
    list-style-type: none !important;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #000;
    font-weight: 300;
}

.whatsnew-about-holder li:hover a {
    background: #efefef;
}

.whatsnew-about-holder li a {
    display: block;
    padding: 10px;
    text-decoration: none !important;
    color: #000 !important;
}

.whatsnew-about-holder li img {
    position: absolute;
    right: 10px;
}

.user-account-holder {
    display: none;
    width: 200px;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 99;
    background: #fff;
    text-align: left;
    border: 1px solid #e7eaf0;
}

.user-account-holder.active {
    display: block;
}

.user-account-holder li {
    position: relative;
    clear: both;
    list-style-type: none !important;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #000;
    font-weight: 300;
}

.user-account-holder li:hover a {
    background: #efefef;
}

.user-account-holder li a {
    display: block;
    padding: 10px;
    text-decoration: none !important;
    color: #000 !important;
}

.user-account-holder li img {
    position: absolute;
    right: 10px;
}

.menu-holder {
    display: none;
    width: 200px;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 99;
    background: #fff;
    text-align: left;
    border: 1px solid #e7eaf0;
}

.menu-holder.active {
    display: block;
}

.menu-holder li {
    position: relative;
    clear: both;
    list-style-type: none !important;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #000;
    font-weight: 300;
}

.menu-holder li:hover a {
    background: #efefef;
}

.menu-holder li a {
    display: block;
    padding: 10px;
    text-decoration: none !important;
    color: #000 !important;
}

.menu-holder li img {
    position: absolute;
    right: 10px;
}

.notifications-holder li a,
.user-account-holder li a,
.whatsnew-about-holder li a,
#links img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#links img:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
}

ul.user-account-menu ul {
    display: none;
    position: absolute;
    right: 200px;
    width: 200px;
    background: #FFF;
    top: 0px;
    border: 1px solid #e7eaf0;
}

ul.user-account-menu ul li a {
    position: relative;
    display: block;
    padding: 10px;
    background: #FFF !important;
    text-decoration: none !important;
    color: #000 !important;
}

ul.user-account-menu ul li:hover a {
    background: #efefef !important;
}

ul.user-account-menu li:hover ul {
    display: block !important;
}

ul.user-account-menu-2 ul {
    display: none;
    position: absolute;
    right: 200px;
    width: 200px;
    background: #FFF;
    top: 0px;
    border: 1px solid #e7eaf0;
}

ul.user-account-menu-2 ul li a {
    position: relative;
    display: block;
    padding: 10px;
    background: #FFF !important;
    text-decoration: none !important;
    color: #000 !important;
}

ul.user-account-menu-2 ul li:hover a {
    background: #efefef !important;
}

ul.user-account-menu-2 li:hover ul {
    display: block !important;
}



#searchBox {
    outline: none !important;
    outline-offset: 0px !important;
    font-style: italic;
    width: 160px !important;
    font-size: 12px;
    padding-right: 0px !important;
}

#headerSymbol {
    outline: none !important;
    outline-offset: 0px !important;
    font-style: italic;
    width: 155px !important;
    font-size: 12px;
    padding-right: 0px !important;
}

.languageid_2 #userAccount {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.languageid_2 .whatsnew-about-holder {
    right: auto;
    left: 115px;
}

.languageid_2 .menu-link {
    float: left;
    margin-left: 0px;
    margin-right: 5px;
}

.languageid_2 .whatsnew-about {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.languageid_2 .notificationsdiv {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.languageid_2 .brokerusername-holder {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.languageid_2 .user-account-holder {
    right: auto;
    left: 0px;
}

.languageid_2 ul.user-account-menu ul {
    right: auto;
    left: 200px;
}

.languageid_2 ul.user-account-menu-2 ul {
    right: auto;
    left: 200px;
}

.languageid_2 .notifications-holder {
    right: auto;
    left: 0px;
}

.header-search-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.languageid_2 .header-search-icon {
    right: auto;
    left: 5px;
}

#tasksPending li {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #EFF2F6 !important;
}

#tasksPending li:hover {
    background: #efefef;
}

#tasksPending li a {
    padding: 5px 5px;
    padding-left: 30px;
    display: block;
}

#tasksPending li a img {
    position: absolute;
    left: 5px;
}

.lang-arabic #links {
    padding-top: 4px !important;
}

.lang-arabic #shortcut {
    padding-top: 3px !important;
}


.alert-notif {
    text-align: center;
    font-size: 10px;
    position: absolute;
    float: right;
    right: 265px;
    width: 250px;
    top: 10px;
    cursor: pointer;
}

.alert-title {
    background: #EF5959;
    color: #FFFFFF;
    margin: 0;
    padding: 5px 5px;
}

.alert-notif ul {
    list-style: none;
}

.alert-notif ul li {
    margin: 0px;
    direction: ltr;
}

.alert-count {
    position: absolute;
    left: -10px;
    background: #b94a48;
    padding: 1px 4px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 0px #B1B1B1;
    color: #FFF;
    font-size: 12px;
    top: 3px;
}

.alert-show {
    opacity: 1 !important;
}

#alert-message {
    opacity: 0;
    transition: opacity 1s linear;
}

.alert-notif.langId-2 {
    right: unset;
    left: 265px;
}

.alert-notif.langId-2 .alert-count {
    left: unset;
    right: -10px;
}

.fixed_headers {
    width: 275px;
    table-layout: fixed;
    border-collapse: collapse;
}


.fixed_headers th,
.fixed_headers td {
    /*padding: 5px;*/
    text-align: left;
}

.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
    min-width: 10px;
}

.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
    min-width: 130px;
}

.fixed_headers td:nth-child(3),
.fixed_headers th:nth-child(3) {
    width: 350px;
}

.fixed_headers thead {
    display: block;
    overflow: auto;
    width: 275px;
    height: 18px;
}

.fixed_headers thead tr {
    display: block;
    position: relative;
}

.fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 275px;
    height: 110px;
}
.fixed_headers tfoot td{
	text-align: center;
}
.w3-pale-yellow, .w3-hover-pale-yellow:hover {
    color: #000!important;
    background-color: #ffffcc!important;
}
.w3-border {
    border: 1px solid #ccc!important;
}
.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}
.w3-large {
    font-size: 18px!important;
}
.user-account-menu{
    max-height: 410px;
    overflow-y: scroll;
}
/* FILE: CSS\Clients\customized.css */
