/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */

html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

.rw-graph {
  color: #000;
  font-size: 12px;
}

.rw-graph .axisLabels {
  background: #96151d;
}

.rw-legend {
  max-width: 467px;
  margin-left: 55px;
}

.rw-legend td {
  padding-top: 5px;
}

.rw-legend .legendColorBox {
  vertical-align: middle;
  padding-left: 20px;
  cursor: pointer;
}

.rw-legend .legendColorBox div {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.rw-legend .legendLabel {
  padding-left: 5px;
  font-size: 11px;
  line-height: 12px;
  color: #333;
}

.pielabel {
  font-size: 12px;
}

.rw-drag-control:hover .rw-drag-bar {
  border-left-color: #333;
}

.rw-drag-control {
  position: absolute;
}

.rw-drag-control .ui-tooltip-content {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.rw-drag-control .rw-drag-bar {
  z-index: 6;
  position: absolute;
  left: 12px;
  width: 0;
  border-left: 3px dotted #000;
}

.rw-drag-control .rw-drag-handle {
  z-index: 7;
  position: absolute;
  text-indent: 1000em;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: -3px;
  background: #96151d;
  cursor: e-resize;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}

.rw-drag-control .rw-drag-handle .ui-tooltip-content {
  font-size: 14px;
  max-width: 220px;
}

.rw-drag-locked:hover .rw-drag-bar {
  border-left-color: #999 !important;
}

.rw-drag-locked .rw-drag-bar {
  z-index: 5;
  opacity: 1;
  width: 0;
  left: 14px;
  border-left: 2px dotted #000 !important;
}

.rw-drag-locked .rw-drag-handle {
  z-index: 8;
  background-position: -35px -5px;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 5px;
  cursor: auto;
}

.rw-obsolete,
.rw-overlay,
.rw-deprecated {
  z-index: 2000;
  text-align: center;
}

.rw-obsolete,
.rw-deprecated,
.rw-overlay {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: -20px;
  font-weight: bold;
}

.rw-obsolete strong,
.rw-deprecated strong,
.rw-overlay strong {
  font-weight: bold;
}

.rw-obsolete p,
.rw-deprecated p,
.rw-overlay p {
  margin-top: 40%;
  line-height: 18px;
}

.rw-obsolete .overlayLoadingBar,
.rw-deprecated .overlayLoadingBar,
.rw-overlay .overlayLoadingBar {
  height: 20px;
}

.rw-overlay p {
  margin-top: 0;
}

.hiddenChart {
  top: 0;
  position: absolute;
  left: 1000em;
}

.rw-zoombutton {
  z-index: 1001;
  position: absolute;
  margin: 0 !important;
  right: 14px;
  top: 4px;
  padding: 10px;
  text-decoration: none;
  color: #333;
  border-radius: 0 0 0 5px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-right: 0 none;
  border-top: 0 none;
}

html,
body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: #96151d;
}

li {
  list-style: none;
}

select {
  border-radius: 3px;
  border: 1px solid #666;
  padding: 4px;
}

.shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.desktop {
  display: block;
}

.print-only {
  display: none;
}

.mobile {
  display: none;
}

.orientation {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #eae6da;
}

.no-break {
  word-break: keep-all;
}

.app {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  /* Portrait phones */
  /* Landscape phone to portrait tablet */
  /* Portrait tablet to landscape and desktop */
  /* Large desktop */
  /* Retina */
}

.app ul.button-bar {
  margin: 22px 0 0 0;
  padding: 0 0 0 11px;
  width: 100%;
  float: left;
  list-style-type: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app ul.button-bar li {
  float: left;
  display: inline;
  margin-right: 5px;
}

.app ul.button-bar li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 18px;
  background: #beb7a7;
}

.app ul.button-bar li a:hover,
.app ul.button-bar li a.active {
  background: #fff;
  color: #beb7a7;
}

@media (max-width: 480px) {
  .app ul.button-bar {
    clear: both;
  }

  .app ul.button-bar li {
    float: none;
    border: 0 none;
  }

  .app ul.button-bar li:first-child {
    border-radius: 3px 3px 0 0;
  }

  .app ul.button-bar li:first-child a {
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .app ul.button-bar li:last-child {
    border-radius: 0 0 3px 3px;
  }

  .app ul.button-bar li:last-child a {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.app .steps-bar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  background: #eae6da;
}

.app .steps-bar .button-bar {
  float: left;
  background: #fff8e9;
  border: 1px solid #aaa;
}

.app .steps-bar .button-bar li a {
  color: #333333;
  border: 1px solid #fff;
}

.app .steps-bar .button-bar li a:hover,
.app .steps-bar .button-bar li a.active {
  background: rgba(0, 0, 0, 0.1);
}

.app .steps-bar .button-bar li {
  float: left;
}

@media screen and (max-device-width: 319px) {
  .app .steps-bar .button-bar li {
    float: none;
  }
}

.app .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.app p.about {
  padding: 8px 10px;
  font-weight: bold;
}

.app .popup h3,
.app .chart-options h3 {
  font-size: 16px;
  color: #fff;
  background: #96151d;
  margin: 0 0 10px;
  padding: 0 10px;
  line-height: 50px;
  border-radius: 3px 3px 0 0;
}

.app .popup {
  display: none;
  left: 10px;
  top: 5%;
  right: 10px;
  padding-bottom: 50px;
  position: absolute;
  z-index: 99;
  background: #eeeeee;
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #ffffff);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #ffffff);
  background: linear-gradient(to top, #eeeeee 0%, #ffffff);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

.app .popup .popup-content {
  padding: 10px;
  max-height: 600px;
  overflow: auto;
}

.app .popup .popup-content p {
  margin: 10px 0;
}

.app .popup .popup-content h4 {
  margin: 20px 0 10px;
}

.app .popup .popup-content h4:first-child {
  margin-top: 0;
}

.app .popup .popup-content .important-notes {
  background: #eae6da;
  border-radius: 3px;
  padding: 10px;
}

.app .popup .popup-content table {
  border-collapse: collapse;
  border: 3px solid #ddd;
  table-layout: fixed;
}

.app .popup .popup-content table th,
.app .popup .popup-content table td {
  padding: 4px 5px;
}

.app .popup .popup-content table thead tr {
  background: #999;
}

.app .popup .popup-content table thead tr th {
  color: #111;
  font-weight: bold;
  text-align: left;
}

.app .popup .popup-content table thead tr th:nth-child(2) {
  width: 140px;
}

.app .popup .popup-content table tbody tr td {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.app .popup .popup-content .managePortfoliosHolder {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .popup .popup-content .managePortfoliosHolder .row {
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #d2d2d2;
}

.app .popup .popup-content .managePortfoliosHolder .row .row {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  border: 0 none;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 {
  margin: 20px 0 0 0;
  padding: 0;
  width: 40%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50:last-child {
  float: right;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 label {
  margin: 0;
  padding: 0;
  float: left;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 label .manageField {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  font-weight: bold;
  width: 150px;
  color: #3a3a3a;
  border: 0;
  background: rgba(0, 0, 0, 0);
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 label .manageField.editable {
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  width: 150px;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 label span {
  float: left;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 label i.icon_edit {
  margin: 4px 0 0 10px;
  padding: 0;
  width: 11px;
  height: 11px;
  float: right;
  display: block;
  background: url('../img/edit.png') center center no-repeat;
  cursor: pointer;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 label i.icon_save {
  margin: 4px 0 0 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  float: right;
  display: block;
  background: url('../img/icoSave.png') center center no-repeat;
  cursor: pointer;
}

.app .popup .popup-content .managePortfoliosHolder .row .row .block50 select {
  margin: 0;
  padding: 0;
  width: 150px;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0px -1px 0px 1px #838383;
  float: right;
}

.app .popup .popup-content .managePortfoliosHolder .row .row.large {
  margin-top: 24px;
  margin-bottom: 14px;
}

.app .popup .popup-content .managePortfoliosHolder .row .row.large select {
  margin: 0;
  padding: 0;
  float: right;
  width: 80px;
  margin-left: 10px;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0px -1px 0px 1px #838383;
}

.app .popup .popup-content .managePortfoliosHolder .row .row.large label {
  margin: 0;
  padding: 0;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #3a3a3a;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  table-layout: inherit;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table thead {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table thead tr {
  background: none;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table thead tr th {
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 13px 0;
  color: #3a3a3a;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table thead tr th.left {
  text-align: left;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table thead tr th strong {
  font-size: 14px;
  font-weight: bold;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr.total td label {
  font-size: 14px;
  font-weight: bold;
  color: #3a3a3a;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr.total td .inputGroup {
  margin: 0;
  padding: 0 3px;
  width: 110px;
  float: left;
  background: white;
  border: 1px solid #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr.total td .inputGroup span {
  width: 23px;
  line-height: 20px;
  font-size: 14px;
  float: left;
  font-weight: bold;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr.total td .inputGroup input {
  margin: 0;
  padding: 0 0 0 3px;
  width: 75px;
  float: right;
  border: 0;
  height: 20px;
  font-weight: bold;
  color: #000;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td {
  padding: 5px;
  border: 0;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td label {
  font-size: 14px;
  color: #3a3a3a;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td.first {
  padding-left: 0;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td.last {
  padding-right: 0;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td.last .inputGroup {
  float: right;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td .inputGroup {
  margin: 0;
  padding: 0 3px;
  width: 110px;
  float: left;
  background: white;
  border: 1px solid #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td .inputGroup.disabled {
  background: #f0f0f0;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td .inputGroup.disabled span {
  background: #f0f0f0;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td .inputGroup.disabled input {
  background: #f0f0f0;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td .inputGroup span {
  width: 23px;
  line-height: 20px;
  font-size: 14px;
  float: left;
}

.app .popup .popup-content .managePortfoliosHolder .tableHolder table tbody tr td .inputGroup input {
  margin: 0;
  padding: 0 0 0 3px;
  width: 75px;
  float: right;
  border: 0;
  height: 20px;
  color: #3a3a3a;
}

.app .popup .btns {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
  padding: 8px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .popup .btns .btn {
  float: right;
}

.app .popup.open {
  display: block;
}

.app .btn-disabled span {
  background: #ccc !important;
  color: #555;
}

.app a.btn.btn-primary:not(.btn-disabled) {
  background: #96151d;
  color: #fff;
  border-color: #96151d;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.app a.btn.btn-primary:not(.btn-disaled):hover {
  background: #ab2a32;
}

.app a.btn {
  color: #333333;
  float: right;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #aaa59b;
  background: #adadad;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.app a.btn span {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.25) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.25) 100%);
}

.app a.btn:hover,
.app a.btn.active {
  background: #c2c2c2;
}

.app a.btn.active {
  cursor: default;
}

.app .btns {
  padding: 10px 0 0;
}

.app .btns .btn {
  float: left;
}

.app .btns li .btn {
  margin: 0 10px 10px 0;
}

.app .btns li:last-child .btn {
  margin-right: 0;
}

.app .AusEq,
.app .CPI,
.app .AUDinUSD {
  background: #4087af;
  background: -webkit-linear-gradient(bottom, #4087af 0%, #65a4c7);
  background: -ms-linear-gradient(bottom, #4087af 0%, #65a4c7);
  background: linear-gradient(to top, #4087af 0%, #65a4c7);
}

.app .IntEq,
.app .IntRates {
  background: #d37644;
  background: -webkit-linear-gradient(bottom, #d37644 0%, #df9a76);
  background: -ms-linear-gradient(bottom, #d37644 0%, #df9a76);
  background: linear-gradient(to top, #d37644 0%, #df9a76);
}

.app .USEq {
  background: #fdb913;
  background: -webkit-linear-gradient(bottom, #fdb913 0%, #fecb50);
  background: -ms-linear-gradient(bottom, #fdb913 0%, #fecb50);
  background: linear-gradient(to top, #fdb913 0%, #fecb50);
}

.app .AusProp {
  background: #4d577a;
  background: -webkit-linear-gradient(bottom, #4d577a 0%, #66729e);
  background: -ms-linear-gradient(bottom, #4d577a 0%, #66729e);
  background: linear-gradient(to top, #4d577a 0%, #66729e);
}

.app .IntProp {
  background: #774a1e;
  background: -webkit-linear-gradient(bottom, #774a1e 0%, #a8682a);
  background: -ms-linear-gradient(bottom, #774a1e 0%, #a8682a);
  background: linear-gradient(to top, #774a1e 0%, #a8682a);
}

.app .Cash {
  background: #867da3;
  background: -webkit-linear-gradient(bottom, #867da3 0%, #a7a1bc);
  background: -ms-linear-gradient(bottom, #867da3 0%, #a7a1bc);
  background: linear-gradient(to top, #867da3 0%, #a7a1bc);
}

.app .AusFI {
  background: #a29127;
  background: -webkit-linear-gradient(bottom, #a29127 0%, #cfba37);
  background: -ms-linear-gradient(bottom, #a29127 0%, #cfba37);
  background: linear-gradient(to top, #a29127 0%, #cfba37);
}

.app .IntFIH {
  background: #85b456;
  background: -webkit-linear-gradient(bottom, #85b456 0%, #a4c780);
  background: -ms-linear-gradient(bottom, #85b456 0%, #a4c780);
  background: linear-gradient(to top, #85b456 0%, #a4c780);
}

@media screen and (max-width: 480px) {
  .app .desktop {
    display: none !important;
  }

  .app .mobile {
    display: block !important;
  }

  .app .popup table {
    font-size: 12px;
  }
}

.app .chart-legend {
  /*background: @palette-secondary;*/
}

.app .header h1 {
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  color: #fff;
  background: #96151d;
  padding: 0 10px;
}

.app .header h2 {
  display: none;
}

@media (min-width: 481px) {
  .app .header {
    background: #fff;
    color: #333333;
    height: 50px;
  }

  .app .header h1 {
    float: left;
    margin: 0 10px;
    width: 179px;
    height: 50px;
    background: transparent url(../img/logo.png) no-repeat 0 1px;
    background-size: 179px 48px;
    text-indent: -10000em;
  }

  .app .header h2 {
    float: right;
    display: block;
    width: 96px;
    height: 50px;
    margin: 0 10px;
    background-size: 96px 28px;
    text-indent: -10000em;
  }
}

.app .toolHead {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .toolHead h1.logo {
  margin: 0;
  padding: 0;
  max-width: 200px;
  float: left;
}

.app .toolHead h1.logo img {
  margin: 0;
  padding: 0;
  width: 139px;
  height: 39px;
  float: left;
}

.app .toolHead a.closeBtn {
  margin: 10px 0 0 0;
  padding: 0 10px;
  display: block;
  float: right;
  background: #97151d;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
}

.app .welcomeText {
  margin: 20px 0 0 0;
  padding: 20px 0 17px 2px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .welcomeText h2 {
  color: #96151d;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 4px;
  letter-spacing: 0.25px;
  float: left;
  width: auto;
}

.app .welcomeText p {
  font-size: 14px;
  line-height: 18px;
  float: left;
  width: 100%;
}

.app .welcomeText p span {
  font-weight: 600;
}

@media (max-width: 480px) {
  .app .welcomeText {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0;
  }
}

.app .chart-events {
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  top: 75px;
  z-index: 4;
  position: absolute;
  width: 405px;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.6);
  border: 3px solid #eae6db;
  margin-left: -55px;
}

.app .chart-events:before {
  content: '';
  position: absolute;
  top: -23px;
  left: 12px;
  width: 23px;
  height: 27px;
  background: url(../img/arrow_graph.png) top left no-repeat;
  display: block;
  z-index: 9999;
}

.app .chart-events.moveright {
  margin-left: -60px;
}

.app .chart-events.moveright:before {
  left: 100%;
  margin-left: -22px;
}

.app .chart-events ul.eventsListContainer {
  margin: 0;
  padding: 0;
}

.app .chart-events ul.eventsListContainer button.closeGraphTip {
  background: none;
  color: #999999;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 10px;
  padding: 0 7px;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 4px;
}

.app .chart-events ul.eventsListContainer li {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-events ul.eventsListContainer li .eventsHolder {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-events ul.eventsListContainer li .eventsHolder h4.eventsDate {
  font-size: 16px;
  color: #96151d;
  float: left;
  margin-bottom: 5px;
  font-weight: 600;
}

.app .chart-events ul.eventsListContainer li .eventsHolder .eventsDetail {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-events ul.eventsListContainer li .eventsHolder .eventsDetail .eventsThumb {
  margin: 0 15px 0 0;
  padding: 0;
  width: 85px;
  float: left;
}

.app .chart-events ul.eventsListContainer li .eventsHolder .eventsDetail .eventsThumb img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  float: left;
}

.app .chart-events ul.eventsListContainer li .eventsHolder .eventsDetail .eventsDetailHolder {
  margin: 0;
  padding: 0;
  width: 240px;
  float: left;
}

.app .chart-events ul.eventsListContainer li .eventsHolder .eventsDetail .eventsDetailHolder.full {
  width: 100%;
}

.app .chart-events ul.eventsListContainer li .eventsHolder .eventsDetail .eventsDetailHolder h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}

.app .chart-events ul.eventsListContainer li .eventsHolder .eventsDetail .eventsDetailHolder p {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: 18px;
}

.app .chart-disable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: none;
  z-index: 2;
}

.app .chart-disable.hide {
  display: none;
}

@media (max-width: 320px) {
  .app .chart-events {
    font-size: 12px;
  }
}

.app .chart-values,
.app .chart-logview-label {
  margin: 0;
  padding: 0;
}

.app .leader-info {
  display: none;
  margin: 0 10px;
  color: #333333;
}

.app .leader-info .leader-name {
  font-weight: bold;
}

.app .chart-info {
  padding: 4px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .chart-values {
  color: #333333;
  float: left;
}

.app .chart {
  margin-left: -75px;
  margin-right: 0px;
}

.app .chart .flot-text .flot-tick-label {
  color: #333333;
  font-size: 14px;
}

.app .chart .flot-text .flot-y-axis {
  left: 116px !important;
}

.app .chart .flot-text .flot-y-axis .flot-tick-label {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 85px;
  padding-left: 12px;
  color: #333333;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff;
  text-align: left !important;
}

.app .chart .yaxisLabel {
  margin-left: 116px;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  color: #333333 !important;
}

.app .chart .xaxisLabel {
  font-weight: bold;
  font-size: 16px;
  background: #eae6da;
  color: #333333 !important;
}

.app .chart-section {
  /*background: @palette-secondary;*/
}

.app .chart-section .chart-logview-label {
  float: right;
  display: none;
  color: #333333;
  text-align: right;
}

.app .chart-section .chart-wrapper {
  position: relative;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .chart-section .chart-wrapper .chart-options.open {
  display: block;
}

.app .chart-section .chart-wrapper .chart-options {
  z-index: 3;
  display: none;
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 10px;
  left: 10px;
  right: 10px;
  background: #eeeeee;
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #ffffff);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #ffffff);
  background: linear-gradient(to top, #eeeeee 0%, #ffffff);
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.app .chart-section .chart-wrapper .chart-options .chart-options-content {
  padding: 0 10px 10px;
}

.app .chart-section .chart-wrapper .chart-options .leader-options label {
  width: auto;
  margin: 0 10px 10px 0;
}

.app .chart-section .chart-wrapper .chart-options h3 {
  float: none;
}

.app .chart-section .chart-wrapper .chart-options fieldset {
  padding: 10px 0;
}

.app .chart-section .chart-wrapper .chart-options fieldset legend {
  font-weight: bold;
  float: left;
  width: 70px;
  line-height: 30px;
}

.app .chart-section .chart-wrapper .chart-options label {
  display: inline-block;
  width: 135px;
}

.app .chart-section .chart-wrapper .chart-options .dialog-btns {
  padding: 10px;
}

.app .chart-section .chart-wrapper .chart-options .dialog-btns li {
  float: right;
}

.app .chart-section .chart-wrapper .chart-options .dialog-btns li a {
  margin-right: 10px;
}

.app .chart-section .chart-wrapper .chart-options .dialog-btns li:first-child a {
  margin-right: 0;
}

.app .chart-section .chart-wrapper .chart-layout-wrapper {
  position: relative;
  height: 453px;
  overflow: hidden;
}

.app .chart-section .chart-wrapper .chart-layout-wrapper .chart-region {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 25px;
  -webkit-transition: left 200ms;
  transition: left 200ms;
}

.app .chart-section .chart-wrapper .indicatorContainer {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

.app .chart-section .chart-wrapper .indicatorContainer p.historicalPoint {
  background: rgba(0, 0, 0, 0) url("../img/historical.png") no-repeat scroll 92px 10px;
  color: #7e7767;
  float: left;
  font-size: 12px;
  margin: 10px 0 0 7px;
  padding: 0 25px 0 0;
  width: auto;
}

.app .chart-section .chart-wrapper .indicatorContainer .colorIndicators {
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}

.app .chart-section .chart-wrapper .indicatorContainer .colorIndicators.hide {
  display: none;
}

.app .chart-section .chart-wrapper .indicatorContainer .colorIndicators label {
  margin: 7px 0 0 10px;
  padding: 0;
  float: left;
  font-size: 14px;
}

.app .chart-section .chart-wrapper .indicatorContainer .colorIndicators label span {
  color: #505050;
  line-height: 23px;
}

.app .chart-section .chart-wrapper .indicatorContainer .colorIndicators label span.color {
  margin: 4px 5px 0 0;
  padding: 0;
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  border: 1px solid #9f9f9f;
}

.app .chart-section .chart-wrapper .indicatorContainer .colorIndicators label span.color.fall {
  background: #f4e6db;
}

.app .chart-section .chart-wrapper .indicatorContainer .colorIndicators label span.color.recovery {
  background: #d9e9f6;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .app .chart-section .chart-wrapper .chart-layout-wrapper {
    height: 323px;
  }
}

@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .app .chart-section .chart-wrapper .chart-layout-wrapper {
    height: 253px;
  }
}

.app .chart-section .pNameContainer {
  float: left;
  margin: 15px 0 20px;
  padding: 0;
  width: 100%;
}

.app .chart-section .pNameContainer p {
  float: left;
  font-size: 15px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.app .chart-section .chart-legend {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-section .chart-legend .chartLegendLeft,
.app .chart-section .chart-legend .chartLegendRight {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses thead tr th,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses thead tr th {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 14px;
  color: #8a8178;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses thead tr th.aRight,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses thead tr th.aRight {
  text-align: right;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses thead tr th.aLeft,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses thead tr th.aLeft {
  text-align: left;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses thead tr th.slim,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses thead tr th.slim {
  font-weight: 300;
  color: #96151d;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody {
  margin: 0;
  padding: 0;
  width: 100%;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  border-bottom: 1px solid #bfbfbf;
  background: none !important;
  color: #7c7c7c;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td.aRight,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td.aRight {
  text-align: right;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td.aLeft,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td.aLeft {
  text-align: left;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .checkHolder,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .checkHolder {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .checkHolder input[type="checkbox"] + label,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .checkHolder input[type="checkbox"] + label {
  color: #7a7a72;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .checkHolder input[type="checkbox"] + label span,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .checkHolder input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 0 0 0;
  vertical-align: middle;
  background: url(../img/check_sheet.png) left top no-repeat;
  cursor: pointer;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .checkHolder input[type="checkbox"]:checked + label span,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .checkHolder input[type="checkbox"]:checked + label span {
  background: url(../img/check_sheet.png) -15px top no-repeat;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch {
  margin: 5px 4px 0;
  padding: 0;
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  background: red;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.blue,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.blue {
  background: #4087af;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.orange,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.orange {
  background: #d37644;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.yellow,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.yellow {
  background: #fdb913;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.purple,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.purple {
  background: #4d577a;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.brown,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.brown {
  background: #774a1e;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.gray,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.gray {
  background: #867da3;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.yellowgreen,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.yellowgreen {
  background: #a29127;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.ltgreen,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.ltgreen {
  background: #85b456;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.maroon,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.maroon {
  background: #6e142f;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.rustgreen,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.rustgreen {
  background: #388e3c;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.lightpurple,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.lightpurple {
  background: #e86af0;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.mudblue,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.mudblue {
  background: #03396c;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.neonblue,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.neonblue {
  background: #bbeeff;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td .swatch.veet,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td .swatch.veet {
  background: #f5deb3;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td p,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td p {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  color: #7c7c7c;
  float: right;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td.aLeft,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td.aLeft {
  text-align: left;
}

.app .chart-section .chart-legend .chartLegendLeft table.assetClasses tbody tr td.aLeft p,
.app .chart-section .chart-legend .chartLegendRight table.assetClasses tbody tr td.aLeft p {
  float: left;
}

.app .chart-section .chart-legend .chartLegendLeft {
  padding-right: 15px;
}

.app .chart-section .chart-legend .chartLegendRight {
  padding-left: 15px;
}

.app .chart-section a.assumption {
  margin: 5px 0 10px 0;
  padding: 0;
  color: #8D4900;
  font-size: 12px;
  float: right;
}

.app .chart-section a.assumption:hover {
  color: #96151d;
}

.app .chart-section a.assumption:visited {
  color: #997A59;
}

.app .chart-section a.btn-portfolios {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  background: #96151d none repeat scroll 0 0;
  border-color: #96151d;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  float: right;
  border-radius: 4px;
}

.app .chart-section a.btn-portfolios span {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.25) 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.25) 100%) repeat scroll 0 0;
  display: block;
  line-height: 30px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .app .chart-section .chart-legend .chartLegendLeft,
  .app .chart-section .chart-legend .chartLegendRight {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
}

.app .chart-section .additionalResources {
  margin: 1px 0 0 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-section .additionalResources h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #94141d;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 0.45px;
}

.app .chart-section .additionalResources ul.resources {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
}

.app .chart-section .additionalResources ul.resources li {
  margin: 0;
  padding: 11px 0;
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px solid #cfcfcf;
}

.app .chart-section .additionalResources ul.resources li .interestList {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-section .additionalResources ul.resources li .interestList .interestHolder .thumb {
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  float: left;
}

.app .chart-section .additionalResources ul.resources li .interestList .interestHolder .thumb img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  float: left;
}

.app .chart-section .additionalResources ul.resources li .interestList .interestHolder .resourceHolder {
  padding: 0;
  width: 56%;
  float: left;
}

.app .chart-section .additionalResources ul.resources li .interestList .interestHolder .resourceHolder h3 {
  margin: 0 0 6px 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #926b46;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}

.app .chart-section .additionalResources ul.resources li .interestList .interestHolder .resourceHolder p {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #333333;
  font-size: 13px;
  line-height: 16px;
}

.app .chart-section .additionalResources ul.resources li.smallPad {
  padding: 4px 0;
}

.app .chart-section .additionalResources ul.resources li ul.socialList {
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}

.app .chart-section .additionalResources ul.resources li ul.socialList li {
  margin: 0 0 0 25px;
  padding: 5px 0 4px 0;
  border: 0;
  width: auto;
  float: left;
  clear: none;
  display: inline;
}

.app .chart-section .additionalResources ul.resources li ul.socialList li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.app .chart-section .additionalResources ul.resources li .disclaimerContainer {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-section .additionalResources ul.resources li .disclaimerContainer h4 {
  margin: 2px 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.app .chart-section .additionalResources ul.resources li .disclaimerContainer p {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #888888;
  font-size: 13px;
  line-height: 15px;
}

@media (max-width: 480px) {
  .app .chart-section .additionalResources {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app .chart-section .additionalResources ul.resources li .interestList .interestHolder .resourceHolder p {
    width: 100%;
  }

  .app .chart-section .additionalResources ul.resources li ul.socialList {
    width: 100%;
  }

  .app .chart-section .additionalResources ul.resources li ul.socialList li {
    width: 50%;
    margin: 0;
    text-align: center;
    display: inline;
  }

  .app .chart-section .additionalResources ul.resources li ul.socialList li a {
    margin: 5px 0;
    display: block;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 960px) {
  .app .chart-section .additionalResources {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.app .chart-section table.asset-classes,
.app .chart-section table.economic-indicators,
.app .chart-section table.exchange-rate {
  display: none;
}

.app .chart-section .chart {
  height: 450px;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .app .chart-section .chart {
    height: 320px;
  }
}

@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .app .chart-section .chart {
    height: 250px;
  }
}

.app .chart-section h3 {
  font-weight: bold;
  float: left;
  line-height: 34px;
}

.app .chart-section .chart-selector {
  min-height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px  0;
  /*background: @palette-primary;*/
  background: #eae6da;
}

.app .chart-section .chart-selector h3 {
  color: #fff;
}

.app .chart-section .chart-selector h4 {
  color: #958e7e;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
}

.app .chart-section .chart-selector .sliderArea {
  margin: 0 0 0 1.5%;
  padding: 0;
  width: 97%;
  float: left;
  position: relative;
  background-color: pink;
}

.app .chart-section .chart-selector .dateDropDown {
  margin: 20px 0 0 1.5%;
  padding: 0;
  width: 97%;
  float: left;
  font-size: 13px;
  font-family: Arial;
  font-weight: 400;
  color: #797979;
  position: relative;
}

.app .chart-section .chart-selector .row {
  margin: 42px 0 0 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-section .chart-selector .row.checkOptions {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
}

.app .chart-section .chart-selector .row .checkLeftArea,
.app .chart-section .chart-selector .row .checkRightArea {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.app .chart-section .chart-selector .row .checkLeftArea ul,
.app .chart-section .chart-selector .row .checkRightArea ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.app .chart-section .chart-selector .row .checkLeftArea ul li,
.app .chart-section .chart-selector .row .checkRightArea ul li {
  margin: 0 25px 0 0;
  padding: 0;
  float: left;
  display: inline;
}

.app .chart-section .chart-selector .row .checkLeftArea ul li.last,
.app .chart-section .chart-selector .row .checkRightArea ul li.last {
  margin: 0;
}

.app .chart-section .chart-selector .row .checkLeftArea ul li input[type="checkbox"] + label,
.app .chart-section .chart-selector .row .checkRightArea ul li input[type="checkbox"] + label {
  color: #7a7a72;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.app .chart-section .chart-selector .row .checkLeftArea ul li input[type="checkbox"] + label span,
.app .chart-section .chart-selector .row .checkRightArea ul li input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 0 0 0;
  vertical-align: middle;
  background: url(../img/check_sheet.png) left top no-repeat;
  cursor: pointer;
}

.app .chart-section .chart-selector .row .checkLeftArea ul li input[type="checkbox"]:checked + label span,
.app .chart-section .chart-selector .row .checkRightArea ul li input[type="checkbox"]:checked + label span {
  background: url(../img/check_sheet.png) -15px top no-repeat;
}

.app .chart-section .chart-selector .row .checkLeftArea {
  width: 45%;
}

.app .chart-section .chart-selector .row .checkRightArea {
  width: 55%;
}

.app .chart-section .chart-selector .row .checkRightArea ul li {
  margin-right: 30px;
  margin-left: 8px;
}

.app .chart-section .chart-selector .row .checkRightArea ul li.last {
  margin-right: 0;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .sliderArea {
  margin: 14px 0 0 0;
  padding: 0;
  width: 245px;
  float: left;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .sliderArea .sliderHolder {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .help_area {
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  position: relative;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .help_area span.help_ico {
  margin: 0;
  padding: 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #9b1923;
  border-radius: 4px;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .help_area span.help_ico:before {
  content: "i";
  margin: 0 0 0 6px;
  padding: 0;
  line-height: 17px;
  font-size: 13px;
  color: #fff;
  position: absolute;
  z-index: 99;
  font-weight: 600;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .help_area span.help_ico:hover {
  cursor: pointer;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .help_area span.help_ico:hover + span {
  display: block;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .help_area .help_text {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 15px;
  margin-right: 19px;
  min-width: 235px;
  padding: 10px;
  position: absolute;
  right: 100%;
  top: -10px;
  z-index: 99;
}

.app .chart-section .chart-selector .row .checkRightArea ul li .help_area .help_text:before {
  background: rgba(0, 0, 0, 0) url("../img/help_tip_r.png") no-repeat scroll center center;
  content: "";
  height: 21px;
  left: inherit;
  margin: -1px;
  padding: 0;
  position: absolute;
  right: -18px;
  top: 7px;
  width: 20px;
}

@media (max-width: 600px) {
  .app .chart-section .chart-selector .row .checkLeftArea ul li {
    display: block;
    width: 100%;
    margin: 0;
  }

  .app .chart-section .chart-selector .row .checkRightArea ul li {
    display: block;
    width: 100%;
    margin: 0;
  }

  .app .chart-section .chart-selector .row .checkRightArea ul li .sliderArea {
    width: 100%;
    margin-top: 20px;
  }

  .app .chart-section .chart-selector .row .checkRightArea ul li .sliderArea .sliderHolder {
    width: 82%;
  }

  .app .chart-section .chart-selector .row .checkRightArea ul li .sliderArea .help_area {
    margin: 0 0 0 10px;
  }
}

.app .chart-section .chart-controls {
  min-height: 50px;
  background: #eae6da;
  color: #333333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
}

.app .chart-section h4.chart-title {
  padding: 0 10px;
  line-height: 25px;
  font-size: 14px;
  background: #fff;
  text-align: center;
}

.app .chart-section.asset-classes table.asset-classes {
  display: table;
}

.app .chart-section.asset-classes .chart-logview-label {
  display: block;
  left: -77px;
  position: absolute;
  top: 35%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 999999;
}

.app .chart-section.asset-classes .chart-region.asset-classes {
  left: 0;
  z-index: 2;
}

.app .chart-section.economic-indicators table.economic-indicators {
  display: table;
}

.app .chart-section.economic-indicators .chart-region.asset-classes {
  left: -100%;
}

.app .chart-section.economic-indicators .chart-region.economic-indicators {
  left: 0;
  z-index: 2;
}

.app .chart-section.exchange-rate table.exchange-rate {
  display: table;
}

.app .chart-section.exchange-rate .chart-region.asset-classes {
  left: -100%;
}

.app .chart-section.exchange-rate .chart-region.economic-indicators {
  left: -100%;
}

.app .chart-section.exchange-rate .chart-region.exchange-rate {
  left: 0;
  z-index: 2;
}

.app section.footer nav ul {
  background: url(../img/rw.png) no-repeat;
  background-position: right 10px top 11px;
  background-size: 96px 28px;
}

.app section.footer nav ul li {
  float: left;
}

.app section.footer nav ul li a {
  display: block;
  padding: 13px 10px;
  text-align: center;
  background: #eae6da;
  color: #333333;
  border-right: 1px solid #c5ba99;
  border-left: 1px solid #ffffff;
}

.app section.footer nav ul li:first-child a {
  text-align: left;
  border-left: 0 none;
}

.app section.footer nav ul li:last-child a {
  text-align: right;
  border-right: 0 none;
}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 980px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}

@media print {
  .app {
    max-width: none;
  }

  .app .print-only {
    display: block;
    width: 100%;
    height: 100%;
  }

  .app .no-print {
    display: none;
  }

  .app .header .print-only {
    float: left;
    width: auto;
    height: 50px;
  }

  .app .header h2 {
    color: #333333;
    float: right;
    background: none;
    width: auto;
    line-height: 50px;
    text-indent: 0;
  }

  .app .steps-bar {
    display: none;
  }

  .app .chart-events {
    display: none !important;
  }

  .app .chart-values {
    display: none;
    /* color: #f3e7da;
        background: #dae7f3;*/
  }

  .app .chart {
    margin: 0 !important;
  }

  .app .chart .yaxisLabel {
    margin-left: 0;
  }

  .app .chart-section.asset-classes table.asset-classes {
    display: table;
  }

  .app .chart-section.asset-classes .chart-region.economic-indicators,
  .app .chart-section.asset-classes .chart-region.exchange-rate {
    display: none;
  }

  .app .chart-section.economic-indicators table.economic-indicators {
    display: table;
  }

  .app .chart-section.economic-indicators .chart-region.asset-classes,
  .app .chart-section.economic-indicators .chart-region.exchange-rate {
    display: none;
  }

  .app .chart-section.exchange-rate table.exchange-rate {
    display: table;
  }

  .app .chart-section.exchange-rate .chart-region.asset-classes,
  .app .chart-section.exchange-rate .chart-region.economic-indicators {
    display: none;
  }

  .app .chart-legend {
    padding-top: 20px;
  }

  .app .chart-section {
    background: transparent;
  }

  .app .chart-section .chart-wrapper .chart-options {
    display: none !important;
  }

  .app .chart-section .chart-selector {
    background: transparent;
    border-top: 1px solid #333;
    -webkit-filter: "none";
    filter: "none";
  }

  .app .chart-section .chart-selector h3 {
    color: #333333;
  }

  .app .chart-section .chart-controls {
    background: transparent;
  }

  .app .chart-section .chart-controls .btn-chart-settings {
    display: none;
  }

  .app .chart-section .chart-info {
    display: none;
  }

  .app .chart-section .chart-layout-wrapper,
  .app .chart-section .chart-region {
    position: static !important;
  }

  .app ul.button-bar {
    background: transparent;
    border: 1px solid #ccc;
    -webkit-filter: "none";
    filter: "none";
  }

  .app ul.button-bar li {
    border: 0 none;
    -webkit-filter: "none";
    filter: "none";
  }

  .app ul.button-bar li a {
    color: #ccc;
    border: 0 none !important;
  }

  .app ul.button-bar li a.active {
    color: #333333;
  }

  .app .chart .flot-text .flot-y-axis {
    left: 0 !important;
  }

  .app .chart .flot-text .flot-y-axis .flot-tick-label {
    text-shadow: none;
  }

  .app .chart .flot-text .flot-tick-label {
    color: #333333;
  }

  .app .chart .axisLabels {
    color: #333333 !important;
    background: #fff !important;
  }

  .app .footer {
    display: none;
  }

  .app .popup {
    position: static;
    display: block !important;
    box-shadow: none;
    background: transparent;
    padding-bottom: 0;
    z-index: 99;
  }

  .app .popup .print-region {
    page-break-inside: avoid;
  }

  .app .popup h3 {
    color: #333333;
    background: transparent;
  }

  .app .popup .popup-content {
    max-height: none !important;
  }

  .app .popup .btns {
    display: none;
  }

  .app .next-steps,
  .app .assumptions,
  .app .disclaimer,
  .app .notes {
    page-break-before: always;
  }

  .app .splash {
    page-break-after: always;
  }

  .app .splash h3:first-child {
    display: none;
  }

  .app .overlay {
    display: none !important;
  }
}

@media (min-width: 245px) and (max-width: 479px) {
  .app {
    width: 100%;
    overflow: hidden;
  }

  .app .popup .popup-content .managePortfoliosHolder {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .app .popup .popup-content .managePortfoliosHolder .row {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border: 0 none;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50:last-child {
    float: right;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px;
    font-weight: bold;
    min-width: 100%;
    color: #3a3a3a;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label span {
    float: left;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label i.icon_edit {
    margin: 4px 0 0 10px;
    padding: 0;
    width: 11px;
    height: 11px;
    float: right;
    display: block;
    background: url('../img/edit.png') center center no-repeat;
    cursor: pointer;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label i.icon_save {
    margin: 4px 0 0 10px;
    padding: 0;
    width: 11px;
    height: 11px;
    float: right;
    display: block;
    background: url('../img/icoSave.png') center center no-repeat;
    cursor: pointer;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 select {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px -1px 0px 1px #838383;
    float: right;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large select {
    margin: 0;
    padding: 0;
    float: right;
    width: 80px;
    margin-left: 10px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px -1px 0px 1px #838383;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large label {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
  }

  .app .popup .popup-content .managePortfoliosHolder .tableHolder {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    overflow-x: auto;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .app {
    width: 100%;
    overflow: hidden;
  }

  .app .popup .popup-content .managePortfoliosHolder {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .app .popup .popup-content .managePortfoliosHolder .row {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border: 0 none;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 {
    margin: 20px 0 0 0;
    padding: 0;
    width: 42%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50:last-child {
    float: right;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px;
    font-weight: bold;
    min-width: 100%;
    color: #3a3a3a;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label span {
    float: left;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label i.icon_edit {
    margin: 4px 0 0 10px;
    padding: 0;
    width: 11px;
    height: 11px;
    float: right;
    display: block;
    background: url('../img/edit.png') center center no-repeat;
    cursor: pointer;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 select {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px -1px 0px 1px #838383;
    float: right;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large select {
    margin: 0;
    padding: 0;
    float: right;
    width: 80px;
    margin-left: 10px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px -1px 0px 1px #838383;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large label {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
  }

  .app .popup .popup-content .managePortfoliosHolder .tableHolder {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    overflow-x: auto;
  }
}

@media (width: 768px) {
  .app {
    width: 100%;
    overflow: hidden;
  }

  .app .popup .popup-content .managePortfoliosHolder {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .app .popup .popup-content .managePortfoliosHolder .row {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border: 0 none;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 {
    margin: 20px 0 0 0;
    padding: 0;
    width: 45%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50:last-child {
    float: right;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px;
    font-weight: bold;
    min-width: 155px;
    color: #3a3a3a;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label span {
    float: left;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 label i.icon_edit {
    margin: 4px 0 0 10px;
    padding: 0;
    width: 11px;
    height: 11px;
    float: right;
    display: block;
    background: url('../img/edit.png') center center no-repeat;
    cursor: pointer;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row .block50 select {
    margin: 10px 0 0 0;
    padding: 0;
    width: 130px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px -1px 0px 1px #838383;
    float: right;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large select {
    margin: 0;
    padding: 0;
    float: right;
    width: 80px;
    margin-left: 10px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px -1px 0px 1px #838383;
  }

  .app .popup .popup-content .managePortfoliosHolder .row .row.large label {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
  }

  .app .popup .popup-content .managePortfoliosHolder .tableHolder {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    overflow-x: auto;
  }
}