box-sizing: border-box;
font: Helvetica,Arial,sans-serif;
font-size: 1.2rem;
line-height: 1.8rem;
color: #333;

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
}

body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    box-sizing: border-box;
}

.longPosition {
	background-image: url("../image/long.godmode.png");
	background-repeat: no-repeat;
	background-position: center;
}

.shortPosition {
	background-image: url("../image/short.godmode.png");
	background-repeat: no-repeat;
	background-position: center;
}

.gradientlong {
    background: -webkit-linear-gradient(left, #ffffff, #52a43c) /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #ffffff, #52a43c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #ffffff, #52a43c); /* For Fx 3.6 to 15 */
    background: linear-gradient(to right, #ffffff, #52a43c); /* Standard syntax (must be last) */
    float: left;
}

.gradientshort {
    background: -webkit-linear-gradient(left, #a43d3c, #ffffff) /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #a43d3c, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #a43d3c, #ffffff); /* For Fx 3.6 to 15 */
    background: linear-gradient(to right, #a43d3c, #ffffff); /* Standard syntax (must be last) */
    float: left;
}

.instrumentBox {
    position: relative;
    margin: 15px 0 -3px;
    padding: 2px 6px !important;
    border: 1px solid #cacaca;
    border-radius: 2px;
    background-clip: padding-box;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top, #f0f0f0, #d7d7d7);
    background: linear-gradient(to bottom, #f0f0f0, #d7d7d7);
    color: #000;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
    text-shadow: 0 1px 0 #f7f7f7;
}
.instrumentBox:hover {
    background: #e8e8e8;
    background: -webkit-linear-gradient(top, #e8e8e8, #cfcfcf);
    background: linear-gradient(to bottom, #e8e8e8, #cfcfcf);
    border-color: #c2c2c2;
}
.instrumentBox:active {
    background: #dcdcdc;
    background: -webkit-linear-gradient(top, #dcdcdc, #e8e8e8);
    background: linear-gradient(to bottom, #dcdcdc, #e8e8e8);
    border-color: #c2c2c2;
}

.instrument:first-child .instrumentBox {
    margin-top: 0;
}

tr[id$="EMPTY"]>td {
    display: none;
}

tr[id$="INFO"] {
    margin-bottom: -3px;
}
tr[id$="INFO"]>td {
    background: #fff;
    padding: 15px 10px 10px !important;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0 0 2px 2px;
}

td {
    font-family: Helvetica, Arial, sans-serif;
}

.instrumentText {
    color: #000;
    text-align: left;
}
.instrumentText + .instrumentText {
    padding-right: 0 !important;
}

.instrumentTextDisabled {
	color: #ffffff;
}

.liveTradeBox {
	border: 1px solid #000000;
	background-color: #ffffff;
}

.liveTradeText {
	color:  #2d2d2d;
}

.instrument {
    color: #000;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.instrument:active {
    background-color: transparent !important;
    box-shadow: none !important;
    transform: translateY(0) !important;
}

.instrumentDisabled {
  cursor: pointer;
  outline: none;
  color: #00ff00;
  background-color: #999;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px #ededed;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  color: #00ff00;
  background-color: #2d2d2d;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px #999;
}

.button:active {
  background-color: #000000;
  box-shadow: 0 1px #666;
  transform: translateY(4px);
}

.button:disabled {
	background-color: #828282;
	color: #000000;
}

.inputText {
	width:240px;
	font-size:16px;
}

.inputSelector {
	width:244px;
	font-size:16px;
}

.inputCaptcha {
	width:100px;
	font-size:16px;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #cecece; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #cecece; 
}

#SignalsApp {
    width: 100% !important;
    margin: 0 !important;
    padding: 11px 10px;
    border: 1px solid #e9e9e9;
    border-bottom: 0px;
    background-color: #f6f6f6;
    border-radius: 2px;
    background-clip: padding-box;
}

#WhsLink {
    width: 100% !important;
    margin: 0 !important;
    padding: 11px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0px;
    background-color: #f6f6f6;
    border-radius: 2px;
    background-clip: padding-box;
}
