/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
td {
  margin: 0;
  padding: 0;
}
td {
  vertical-align: middle;
}
img {
  margin: 0;
}
.clearfix {
  overflow: auto;
}
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #1a2237;
  /*background: #192241;*/
}
strong {
  font-weight: bold;
}
input,
select {
  border: 1px solid #b7b7b7;
  display: inline-block;
  margin: 0 2px;
}
input.is-calculation-error,
select.is-calculation-error {
  border-color: #af1e23;
}
#position input,
#position select {
  text-align: center;
  font-size: 10px;
}
#logo {
  color: #1a2237;
  height: 72px;
  margin: 20px 0;
}
#logo a {
  float: right;
}
#logo .link-tms {
  float: left;
  margin-left: 15px;
  padding-top: 35px;
}
#logo .link-tms a {
  color: #1a2237;
  font-weight: bold;
  text-decoration: underline;
}
#logo .logo-tms {
  float: left;
}
#logo .logo-tms img {
  height: 72px;
}

#logo .logo-go4x {
  float: right;
}
h1 {
  font-size: 44px;
  line-height: 53px;
  font-weight: normal;
}
#wrapper {
  width: 1170px;
  margin: 0 auto;
}
#content {
  clear: both;
  margin-top: 20px;
  padding: 30px 40px;
  background-color: white;
  border: 1px solid #d3d3d5;
  border-radius: 5px;
  align: center;
}
.lead {
  text-align: right;
  height: 24px;
  font-size: 13px;
}
.link {
  color: #1a2237;
  margin: 6px 17px 30px 1px;
  display: block;
}
#top_info {
  width: 960px;
  color: #494949;
  background: #e8e8e8;
  border: solid 1px #bebebe;
  padding: 10px;
}
#top_info p {
  padding-top: 0px;
}
#position {
  font-size: 11px;
}
#position[hidden],
#sum[hidden] {
  display: none !important;
}
#position input {
  width: 45px;
}
#position input.input_wartosc {
  width: 75px;
}
#position th {
  padding-bottom: 10px;
  position: relative;
}
#position td {
  text-align: center;
  padding: 10px;
  height: 20px;
  white-space: nowrap;
}
#position td.left {
  text-align: left;
}
#position td.center {
  text-align: center;
}
.table_header {
  font-weight: bold;
}
.odd {
  border-bottom: 2px solid white;
}
.odd td {
  border-right: 1px solid #cacaca;
}
.odd td:last-child {
  border-right: none;
}
.even {
  background: #ccc;
  border-bottom: 2px solid white;
}
.even td {
  border-right: 1px solid #a3a3a3;
}
.even td:last-child {
  border-right: none;
}
.rynek {
  width: 40px;
}
.symbol {
  width: 72px;
}
.wartosc {
  width: 219px;
}
.kierunek {
  width: 100px;
}
.pips {
  width: 85px;
}
.deposit {
  width: 65px;
}
.stop_loss {
  width: 185px;
}
.take_profit {
  width: 185px;
}
.position_form_info {
  padding: 4px 0 9px;
  text-align: center;
}
.position_wartosc_info {
  padding-top: 5px;
  float: left;
  padding-left: 4px;
  padding-right: 0;
  font-size: 13px;
}
.submit {
  border: 0;
  outline: 0;
  background: #af1e23;
  width: 180px;
  height: 32px;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 25px;
}
.submit:after {
  width: 16px;
  height: 14px;
  content: " ";
  background: url(../img/arrow_right_hover.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
@keyframes leftright2 {
  0% {
    right: 15px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 15px;
  }
}
.submit:hover::after {
  animation: 1s ease-in-out 0s normal none infinite running leftright2;
}
img.tooltip {
  padding-left: 5px;
}
.tooltip-trigger {
  cursor: help;
  display: inline-block;
}
.delete {
  width: 30px;
  padding-top: 20px;
}
.deleteImg {
  padding-bottom: 5px;
  cursor: pointer;
}
.refreshImg {
  cursor: pointer;
}
#position td.delete {
  text-align: center;
}
.field {
  float: left;
  padding: 0 3px;
  text-align: center;
}
.label {
  font-size: 12px;
  margin-top: 10px;
}
.custom-select {
  width: 100%;
  height: 18px;
  overflow: hidden;
  background: url(../img/arrow_down.png) no-repeat right;
  border: 1px solid #b7b7b7;
  margin-right: 3px;
  background-color: #fff;
}
.custom-select select {
  width: 120%;
  background: transparent;
  outline: 0;
  border: 0;
  margin: 0;
}
input[type="text"] {
  height: 16px;
  /*box-shadow: 0 0 5px 6px rgba(210, 209, 214, 0.3) inset;*/
}
select {
  height: 17px;
}
.wartosc form {
  margin-left: 10px;
}
.wartosc select {
  min-width: 80px;
}
.kierunek select {
  text-align: left !important;
}
.stop_loss form,
.take_profit form {
  padding-left: 3px;
}
#summary {
  margin-top: 6px;
}
#summary h2 {
  font-size: 18px;
  font-weight: bold;
  width: 589px;
  float: left;
  padding-top: 32px;
  padding-right: 8px;
  text-align: right;
}
#deposit {
  width: 136px;
}
.amount h4 {
  font-weight: normal;
  font-size: 12px;
  background: #e5e5e5;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#deposit p {
  color: #747474;
}
#stop_loss {
  width: 145px;
}
#stop_loss p {
  color: #dd4848;
}
#take_profit {
  width: 145px;
}
#take_profit p {
  color: #4eb814;
}
.amount {
  border: 1px solid #e5e5e5;
  margin: 10px 0 10px 10px;
  float: left;
  height: 59px;
}
.amount p {
  font-size: 15px;
  padding-top: 7px;
  padding-right: 7px;
  text-align: right;
  font-weight: bold;
}
#summary_info {
  height: 80px;
}
#summary_info img {
  padding-top: 25px;
  padding-left: 5px;
}
#add_position {
  border: 1px solid #cacaca;
  padding: 10px;
  margin-top: 46px;
}
#add_position p {
  width: 288px;
  line-height: 15px;
  padding-right: 10px;
  float: left;
}

#add_position form {
  display: flex;
  align-items: center;
}

.label-inline {
  float: left;
}
.field-inline {
  float: left;
}
.label-inline label {
  font-weight: bold;
  padding-right: 10px;
  padding-left: 20px;
}
div.tooltip {
  display: none;
}
/*
#caption {
	width:960px;
	height:30px;
	background:#f3f3f3;
	border:1px solid #ebebeb;
	padding:10px;
	margin-bottom:20px;
}
#caption h3 {
	font-size:16px;
	font-weight:bold;
	float:left;
	padding-right:30px;
	padding-top:5px;
}
#caption ul {
	padding-top:10px;
}
#caption li {
	display:inline;
	padding-right:20px;
}
*/
.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #ccc;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  background: #c3daf9;
}
.loadmask-msg div {
  padding: 5px 10px 5px 25px;
  background: #fbfbfb url("../img/loading.gif") no-repeat 5px 5px;
  line-height: 16px;
  border: 1px solid #b7b7b7;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  cursor: wait;
}
.masked {
  overflow: hidden !important;
}
.masked-relative {
  position: relative !important;
}
.masked-hidden {
  visibility: hidden !important;
}
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.85;
}
#tooltip h3,
#tooltip div {
  margin: 0;
}

#jqDialog_box {
  background: #f5f5f5;
  position: absolute;
  z-index: 5000;
  width: 450px;
  height: 150px;
  font-family: Arial;

  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: #ccc;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;

  -moz-box-shadow: 0 0 30px #e6e6e6;
}
#jqDialog_content {
  margin: 10px;
  font-weight: bold;
  font-size: 12px;
  height: 90px;
  overflow: hidden;
}

#jqDialog_options {
  margin: 10px;
  text-align: center;
}
#jqDialog_options button {
  font-family: Arial;
  margin-right: 5px;
  background: #000;
  border: 0px;

  font-size: 1.5em;
  color: #fff;
  width: auto;

  cursor: pointer;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

#jqDialog_input {
  padding: 4px;
  width: 250px;
}
#jqDialog_close {
  background: none;
  border: none;
  float: right;
  font-weight: bold;
  font-size: 10px;
  color: #ff0000;
  cursor: pointer;
}

#content-info {
  clear: both;
  margin-top: 20px;
  padding: 30px 40px;
  background-color: white;
}

#content-info p {
  text-align: left;
  color: #000;
  font-size: 14px;
}

#m-l--auto {
  margin-left: auto;
}

#mt-15 {
  margin-top: 10px;
}
.custom-select .select-h-pl {
  padding-left: 0;
  height: 32px;
}
#w-285 {
  width: 285px;
}
#select-position .select2-selection {
  width: 285px;
  padding: 2px;
  height: 33px;
  position: relative;
  text-align: left;
}
#select-position .select2-selection__arrow {
  margin-top: 2px;
  position: absolute;
}

.select2-container {
  width: 287px;
}
.input-height {
  height: 32px;
}
