@CHARSET "UTF-8";

body {
  margin: 0px;
  padding-top:70px;
  background-image: url("images/myblank_header.png");
  background-repeat: repeat-x;
  background-color: #21242b;
}

body,td,a,div,.p {
  font-family: 'RobotoRegular', sans-serif;;
  font-size: 14px;
}

td {
    /*color: #000000;*/
    color: #d2d2d2;
}

a:link,.w,.w a:link {
    color: #3eafe4;
}

a:visited {
    color: #a260de;
}

a:active {
    color: #ff0000;
}

IMG {
  margin: 0px;
  padding: 0px; 
}


.gwt-TabBar .gwt-TabBarItem {
    color: black;
    padding: 3px 0px;
    background-image: url("images/tab_light_blue.png");
    line-height: 14px;
    width: 135px;
    text-align: center;
    border: none;
}

.liteLabels{
	color: #b0b0b0;
	font-size: 14px;
}

.gwt-TabBar .gwt-TabBarItem-Default {
    color: black;
    padding: 3px 0px;
    background-image: url("images/tab_light_blue.png");
    line-height: 14px;
    width: 135px;
    text-align: center;
    border: none;
}

.gwt-TabBar .gwt-TabBarItem-Slate {
    color: black;
    padding: 3px 0px;
    background-image: url("images/tab_Slate2.png");
    line-height: 14px;
    width: 135px;
    text-align: center;
    border: none;
}

.gwt-TabBar .gwt-TabBarItem-SilverCherry {
    color: black;
    padding: 3px 0px;
    background-image: url("images/tab_silverCherry_Slate.png");
    line-height: 14px;
    width: 135px;
    text-align: center;
    border: none;
}

.gwt-TabBar .gwt-TabBarItem:hover {
    background-image: url("images/tab_dark_blue.png");
}

.gwt-TabBar .gwt-TabBarItem-selected {
    color: #FFFFFF;
    padding: 3px 0px;
    font-weight: bold;
  background-image: url("images/tab_red.png");
    line-height: 14px;
    width: 135px;
    text-align: center;
}

.gwt-Button {
    background: #f5f5f5;
    border: 1px solid #aaa;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0px;
}

.gwt-Button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.gwt-Label {
    font-size: 14px;
    font-family: 'RobotoRegular', sans-serif;;
    color:#d2d2d2;
}

.loginAsUser{
	 font-size: 14px;
    font-family: 'RobotoRegular', sans-serif;
    color:#C3C3C3;
}

.copy {
    margin-top: 20px;
    text-align: center;
}

#loginTable {
	height:100%;
	width:100%;
	margin-left:0px !important;
    margin-top: 10px;   
    border-spacing:0px;
}

#loginTable td {
    border: none;
}

#loginTable td button {
}

.gwt-DialogBox {
    background-color: #d4d0c8;
    border: 2px outset #EEEEEE;
    color: #000000;
    padding: 1px;
}

.gwt-DialogBox .Caption {
    background-color: #284484;
    color: white;
    text-align: center;
    font-weight: normal;
    width: 100%;
    margin: 0px;
}

.messages-popup, .messages-popup-text  {
    padding: 0px;
    color: #FFFFFF;
    cursor: wait;
    height: 40px;
    width: 200px;
    vertical-align: middle;
    text-align: center;
}

.messages-popup-text {
    background-color: #0000d2;
    border: 2px groove #000099;
    white-space: nowrap;
    padding: 5px;
    position: relative;
}

.messages-popup-text span, .messages-popup-text img {
  height: 20px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;   
}

.messages-popup-text span {
    font-size: 14px;
    line-height: 14px;
}

.err, .err-txt  {
    padding: 0px;
    color: #000000;
    height: 100px;
    width: 250px;
    vertical-align: middle;
    text-align: center;
}

.err-txt {
    background-color: #FF0000;
    border: 2px groove #a00000;
    padding: 5px;
    position: relative;
}

.gwt-PushButton-up, .gwt-PushButton-up-hovering, .gwt-PushButton-up-disabled,
.gwt-PushButton-down,.gwt-PushButton-down-hovering,.gwt-PushButton-down-disabled {
    
}

.horizontal-ruller {
  width: 100%;
}

.double-border {
    border: 4px double #777777;
    width: 100%;
}

.horizonalGlue {
  width: 100%;
}

.verticalGlue {
  height: 100%;
}

.updated {
    background-color: red;
}

.normal {
    background-color: white;
}

.snapshotButton {
    margin: 20px;
}

.snapshotGrid {
    border: 1px solid #777777;
}

.snapshotGrid td {
    padding: 3px 10px;
}

.moduleUnderConstruction {
  height: 400px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

#header {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 30px;
}

#header img {
  margin: 5px;
  z-index: 0;
}

.main_container {
  z-index: 1;
}
.logout {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity:.80;
    filter: alpha(opacity=80); 
    -moz-opacity: 0.80;
}

.oeStatus {
	position: absolute;
  	right: 5px;
  	top: 36px;
  	opacity:.80;
  	filter: alpha(opacity=80); 
  	-moz-opacity: 0.80;
}

.login-button{
    padding-top: 1px;
    color:black;
    background-image: url("images/exit_button_slate.png");
}
.login-button-disabled{
    background-image: url("images/disabled_button.png");
}

.discconnectedLabel{
	 background: #980c2f;
}

.qm_oeBuyCell{
	color:white;
	background-color: rgb(100, 220, 250);
	border:none; 
}

.qm_oeSellCell{
	color:white;
	background-color: rgb(232, 106, 109);
	border:none;
}

.my-logout-button{
	border:0;
    padding-top: 1px;
    color:white;
    height:23px;
    background-color: #980c2f;
}



.logout-button-disabled{
	border:0;
    padding-top: 1px;
    color:white;
    height:23px;
    background-color: gray;
}
.my-save-settings-button{
	border:0;
    padding-top: 1px;
    color:white;
    background-color: #016ea6;
    height: 23px;
}

.my-back-button{
	width: 20px;
	height: 29px;
	align-content:center;
	padding: 0px;
	margin-top: 1px;
	color: #b0b0b0;
	font-size: 15px;
	border:0;
    background-color: #332b33;
}

.my-back-button:hover{
	width: 20px;
	height: 29px;
	align-content:center;
	padding: 0px;
	margin-top: 1px;
	color: #b0b0b0;
	font-size: 15px;
	border:0;
    background-color: #016ea6;
}


.my-back-button:active{
	width: 20px;
	height: 29px;
	align-content:center;
	padding: 0px;
	margin-top: 1px;
	color: #b0b0b0;
	font-size: 15px;
	border:0;
    background-color: #016ea6;
}

.trading-month-button{
	color: #89d5f8;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 13px;
}
.trading-month-button:hover{
	color: #89d5f8;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 13px;
}

.trading-month-button:active{
	color: #89d5f8;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 13px;
}

.x-widget-4-input{
	height: 30px;
}

.red-button{
    padding-top: 2px;
    color:white;
    background-image: url("images/login_button.png");
}
.cyan-button{
    padding-top: 2px;
    color:white;
    background-image: url("images/exit_button.png");
}
.server-button{
    position: relative;  margin: 1em auto;
    padding-top: 2px;
    background-image: url("images/server_button.png");
}
.exit-button{
    position: relative; 
    padding-top: 2px;
    background-image: url("images/login_button.png");
}

.boldLabel {
    font-weight: bolder;
    font:bold;
    font-family: sans-serif;
}

.boldText {
    font-family: sans-serif;
    font:  bold ;
}
.accountLeftString{
    
    margin-left: 5px;
    font-family: 'RobotoRegular', sans-serif;;
    font-size: 14px;
    color: #d2d2d2;
    
}
.accountRightString{
    margin-right: 5px;
    font-family: 'RobotoRegular', sans-serif;;
    font-size: 14px;
    color: #FFFFFF;
    
}
.accountString{
    line-height : 150%;
    font-family: 'RobotoRegular', sans-serif;;
    font-size: 14px;
    color: #d2d2d2;
    
}
.separator{
    font-size: 0px;
}

.gwt-mypanel{
    background: transparent;
    border: none;
}
.gwt-mymargin {
    margin-left: 20px;
    margin-top: 5px;
}

.gwt-mymargin1 {
    margin-left: 10px;
    margin-top: 5px;
}
.gwt-mymargin2 {
    margin-left: 30px;
    margin-top: 5px;
}
.themeLabel {
    font-weight: bolder;
    font:bold;
    color: #C3C3C3;
}

.myTopPadding{
    padding-top: 3px;
    font-size: medium;
    font: normal;
    }
.loginLabel {
    padding-top: 5px;
    font-size: 16px;
    font: normal;
}
.tab-icon {  
     background-image:url(images/gwt-ext/tabs.gif ) !important;  
 } 
 
.x-grid-tree-node-expanded .x-tree-icon-parent.abc { 
     background: url(images/gwt-ext/tabs.gif ) !important;
}
 
 /** Temporery fix **/
.simpleList {
    background-color: #21242b !important;
    color: #d2d2d2;
	border-color: #666666 !important;
    border-width: 1px solid !important;
}
  
 .lightGrayColor {
 	color: #d2d2d2;
 	font-family: verdana !important;
 }   
 
 .gwt-CheckBox{ 
   color:white;   
}
.gwt-CheckBox-disabled {
   color:white;
} 

.labelAccInfo{
	color: white;
}

.blueButtons{
	background-color: #5bacd2;
	color: white;
	line-height: 22px;
	font-size: 14px;
}

.loginBtn{
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-color: #016ea6;
}

.redButtons{
	background-color: #e86a6d;
	color: white;
	line-height: 22px;
	font-size: 14px;
}

@font-face{
	font-family: 'RobotoRegular';
	src: url("fonts/Roboto-Regular.ttf");
	font-weight: normal;
}

/*Use this property, to set a height for ComboBox expand button on Login screen*/
#loginTable .GMWUUC4BJY{
	height: 25px !important;
}

/*Set Text-align : center for textField on login screen*/
#loginTable .GMWUUC4BMX{
	text-align: center;
}

#chain_type_list .body{
	color: black !important;
}

#loginPasswd{
	padding: 0px;
}

#twoFA{
	padding: 0px;
}
#twoFA input{
	margin-bottom: 10px;
}

#loginLanguage{
	padding-top: 0px;
}

.darkButton{
	color: #b0b0b0;
	background-color: #332b33;
	border-width: 0px;
	border-radius: 2px;
}

.darkButton:hover{
	background-color: #016ea6;
	color: white;
}

.gwt-InlineHTML{
	color:black;
}

.loginDescription{
	margin-top: 4px;
	color:white;
	font-size: 14px;
}

.loginMobileIcons{
	padding-left: 4px;
}

.afn-blank-header{
	background-image: url("images/myblank_white_header.png");
}

.afn-custom-properties{
	color:black;
	font-weight: bolder;
}

.white_row{
	background-color:white;
	border-color:white;
	height:205px;
}

.custom_afn_body{
	background-image: url("images/myblank_white_header.png"), url("images/bgnewrepetitiv.png")!important;
	padding-top:68px;
}

.afn_lite_login{
	margin-top:-100px;
}

#afn_username_panel{
	padding-top: 30px;
}