﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    
}

div#main {
    width: 1200px;

    background: black; 
        /* DEBUG: If the iframe doesn't cover the whole space,
           it'll show through as black. */
}

.left_top_div
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
    width: 200px;
    height: 50px;
    text-align: center;
    z-index:1000;

    border: 2px solid #43b1e0;
    background-color: #9cf;
    color:white;
    font-weight: 700;

    display: table-cell;
    vertical-align: middle 
}

.left_top_div_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.tabs {
width: 100%;
}

iframe
{
    bottom: 0;
    left: 0;
    right: 0;
    height: 600px;
    width: 100%;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    line-height: 1.6em;
}

.hidden {visibility: hidden; height: 0}
.collapsed {visibility: collapse; height: 0}
.visible {visibility: visible; }

.ServerInfo
{
    color: #E06f23;
    font-weight: bold;
}

.form-tip
{
    text-align: left;
}
    
.ui-state-hover-ss
{
    border: 1px solid #79b7e7;
	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}

.ui-loading-ss {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;border-width: 2px !important; font-size:11px;}


.ui-attantion-ss
{
    color: #E06f23;
}

.ui-state-OK
{
    border: 1px solid #000080;
    background: #E7EAFE;
    color: #0000FF;
}

.ui-ss-input
{
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em .2em .2em .4em;
    vertical-align: middle;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

tr.own td
{
    background-color: #A4FFA4;
}


tr.own tr.ui-state-hover td
{
    background-color: #FF99FF;
}

.PriceToCopy:hover,  .SimplePriceToCopy:hover
{
    background-color: #FFFF99;
}
 
.PriceToCopy:leave, .SimplePriceToCopy:leave
{
    background-color: #FFFFFF;
}

#PositionInfoTable tr:hover
{
    background-color: #FFFF99;
}
 
#PositionInfoTable tr:leave{
    background-color: #FFFFFF;
}

#OrderLog tr:hover
{
    background-color: #FFFF99;
}
 
#OrderLog tr:leave{
    background-color: #FFFFFF;
}

.ActiveLine
{
    background-color: #CCFFFF;
}

.ActiveLine:hover {
    background-color: #FFFF99;
}

.ActiveLine:leave
{
    background-color: #CCFFFF;
}

.SpanTitle
{
    font-size: large;
    text-align: center;
    padding-bottom: 5px;
}

.LotInfo
{
    color: #6748FC;
    font-weight: bold;
}

.ReadOnlyValue
{
    color: #6748FC;
    font-weight: bold;
}

th
{
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    text-align: center;
}

.dvLeft
{
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
}

.dvCenter
{
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.dvRight, .SimplePriceToCopy
{
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}
/* TAB MENU   
----------------------------------------------------------*/
rverInfo
{
    padding-right: 5px;
    color: #0000FF;
}



.MenuLink
{
    padding-right: 5px;
    color: #dde4ec;
}

div.hideSkiplink
{
    background-color: #006699;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
  
}

div.menu ul li span, div.menu ul li a:visited
{
margin: -2px;    
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: inline;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
background-color: #273797;
}

div.menu ul li span:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li span:active
{
    background-color: #273797;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.field{ display:inline}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.contacts1
{
    margin: 0px;
    padding: 0px;
    color: #003399;
    border: none;
    line-height: 2em;
    font-size: 1em;
}

.contacts2
{
    margin: 0px;
    padding: 0px;
    color: #E06f23;
    border: none;
    line-height: 2em;
    font-size: 1em;
}

.contacts a:link
{
    color: #003399;
}

.Informer
{
    float: left;
}
.currency_per_unit, .per_unit 
{
    display:inline;
}

/*  public view */

.public_page {
    width: 1000px;
    text-align: center;
    margin: auto;
}
.filter {
    text-align: center;
}

.filter .field {
    display:inline-block; 
    font-size: 1em;
    padding: 5px;
}

.filter .field .value{
    padding: .4em 1em;
}

.filter .field select{
    width:200px;
}
.position {
    padding:20px 0;
}

.columns3, columns6
 {
    border: #a6c9e2 thin solid; border-bottom: none;
    width: 100%;
    padding: 3px 0;
}

.columns3 .field 
{
    width:33%;
    display:inline-block;
}

.columns6 .vertical_field 
{
    width:16%;
    display:inline-block;
}

.columns1,
.result_table
{
    border-bottom: #a6c9e2 thin solid;
}

.columns1 .field,
.column2 .field
{
    border: #a6c9e2 thin solid;
    border-bottom: none;
    width:100%;
    display:block;
    padding:3px 0;
}

.columns2 .field
{
    border: none;
}

.field .label, .vertical_field .label
{
    text-align:right;
    padding:3px;
    display:inline-block;
    float: inline-start;
}

.field .label {
    text-align:right;
    width:30%;
}

.field .value, .vertical_field .value
{
    padding:3px;
    display:inline-block;
    color: #6748FC;
    font-weight: bold;
}

.field .value {
    text-align:left;
    width:65%;
}

.vertical_field .value, .vertical_field .label 
{
    text-align:center;
    width: 100%;
}

.field .document
{
    text-align:left;
    padding:3px;
    color: #6748FC;
    font-weight: bold;
}

.column2
{
    width:68%;
    display:inline-block;
}

.result_table 
{
    margin: 20px 0;
}

.table_row
{
    border: #a6c9e2 thin solid;
    border-bottom: none;
    display:block;
    padding:3px 0;
}

.result_col1, .result_col2, .result_col3, .result_col4, .result_col5
{
    display:inline-block;
    padding: 5px;
}

.result_col1 {
    width: 32%;
    text-align:left;
}
.result_col2 {
    width: 10%;
}

.result_col3, .result_col4, .result_col5
 {
    width: 17%;
}

.iso-icons {
    min-width: 209px;
    display: flex;
}

.iso-icons img {
    float: left;
    clear: none;
    margin-right: 20px;
    display: inline-block;
}
