@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
body {
  height: 100%;
  padding: 0px;
  background-color: #f9f6f3;
  background-repeat: repeat;
  background-position: center top;
  background-image: url(/Content/i/bg.png);
  line-height: normal;
}
.mainIcon img {
  float: right;
}
.mainInfo {
  font-size: 15px;
}
.topBox {
  background-color: #9F9D9D;
  width: auto;
  height: 300px;
}
div.legend {
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #777;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .topBox {
    background-color: #9F9D9D;
    width: auto;
    height: auto;
  }
}
#footer {
  width: 100%;
  font-size: 10px;
  color: #cccccc;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
  text-shadow: 1px 1px 1px #000;
  /*
    background-image:url(../Content/i/footer.jpg);
    background-repeat:repeat-x;
        */
  background-color: #2D2926;
}
#header {
  color: goldenrod;
  width: auto;
  padding-top: 0;
  text-shadow: 1px 1px 1px #000;
  /*background-image:url(../Content/i/header.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    */
  background-color: #2D2926;
  /*background-color:white;*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  /*padding-bottom:20px;*/
  min-width: 325px;
}
@media (max-width: 400px) {
  .body-content {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.bold {
  font-weight: bold;
}
/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
    */
.nav-tabs > li > a:hover {
  background-color: blue;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
/*------------Buttons*/
.button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*margin: -3px 0;*/
  padding: 9px 20px;
  outline: 0;
  border: 0;
  border-radius: 6px;
  background: -webkit-linear-gradient(#56A02B, #196D2C);
  background: linear-gradient(#56A02B, #196D2C);
  background-color: #688811;
  color: #fff;
  vertical-align: top;
  text-align: center;
  text-shadow: 0 -1px 0 #5b721b;
  cursor: pointer;
  -webkit-appearance: none;
}
.button:hover {
  background: -webkit-linear-gradient(#f7a82d, #c36709);
  background: linear-gradient(#f7a82d, #c36709);
  background-color: #c36709;
  text-decoration: none;
  text-shadow: 0 -1px 0 #b05912;
}
.button:hover {
  background: -webkit-linear-gradient(#F19942, #B96023);
  background: linear-gradient(#F19942, #B96023);
  background-color: #c36709;
  text-decoration: none;
  text-shadow: 0 -1px 0 #b05912;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-sm2 {
  padding: 7px 7px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .btn-responsive {
    padding: 2px 4px;
    font-size: 80%;
    line-height: 1;
    border-radius: 3px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2;
  }
}
/*---------h2------------*/
.logo,
.logo:hover {
  font-family: 'Sansus Webissimo', Helvetica, Arial;
  font-size: 62px;
  color: goldenrod;
  text-decoration: none;
}
h2 {
  font-family: 'Sansus Webissimo', Helvetica, Arial;
}
@media (max-width: 768px) {
  h2 {
    font-family: 'Sansus Webissimo', Helvetica, Arial;
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
.btnTop {
  border-radius: 6px 6px 0 0;
  text-shadow: none;
}
@media (max-width: 768px) {
  .btnTop {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}
@media (max-width: 400px) {
  .btnTop {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}
.bgMain {
  background-color: white;
}
div.mainContent {
  padding: 25px;
  background-color: white;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 400px) {
  div.mainContent {
    padding: 2px;
  }
  .row {
    margin-left: -2px;
    margin-right: -2px;
  }
  .small-padding {
    padding: 2px;
  }
}
.homeBtnConditionIcon {
  float: left;
  margin-top: 8px;
  font-size: 25px;
}
.homeBtnConditionIconSmall {
  float: left;
  margin-top: 4px;
  font-size: 12px;
}
.buy {
  color: #8ABF3D;
}
.sell {
  color: #d2691e;
}
.homeBtnConditionText {
  float: left;
  width: 65px;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
}
.homeBtnConditionTextSmall {
  float: left;
  width: 75px;
  text-align: center;
  font-weight: bold;
  margin-left: 2px;
}
/*------------------chart--------------*/
.fl,
.flb {
  float: left;
}
.fl .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flb .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 1px;
}
canvas {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  display: block;
}
#grid {
  border: solid 1px darkgray;
  position: absolute;
  z-index: 1;
}
#graphL0 {
  border: solid 1px darkgray;
  position: absolute;
  z-index: 2;
}
#graph {
  margin: 20px 60px 20px 20px;
  border: solid 1px darkgray;
  position: absolute;
  z-index: 3;
}
#mouse {
  border: solid 1px darkgray;
  position: absolute;
  z-index: 4;
}
/*--------------------wizard-------------------------------*/
.ConditionLine {
  width: 50%;
}
.ConditionLineLeft {
  float: left;
}
.ConditionLineRight {
  float: right;
}
.ConditionLine div {
  background-color: #e9e9d3;
  margin: 3px;
  padding: 3px;
}
.ConditionLines {
  padding: 3px;
}
.ConditionLinesCaption {
  font-weight: bold;
}
.ConditionLinesView {
  padding-left: 15px;
  font-size: 12px;
  font-family: arial;
}
.ConditionLineData {
  font-size: 12px;
  font-family: arial;
  padding: 2px;
}
.ConditionLineType {
  padding: 3px;
  font-weight: bold;
}
.ConditionName {
  padding-right: 3px;
  font-weight: bold;
}
.ConditionBox {
  border: 1px solid grey;
  background-color: #d3d3d3;
  padding: 3px;
  margin: 3px;
}
.ConditionCaption {
  font-weight: bold;
}
.ConditionBox input[type="radio"] {
  cursor: pointer;
}
.ConditionBox label {
  font-weight: normal;
  cursor: pointer;
}
.WizardError {
  /*display: none;*/
  /*border: 1px solid red;*/
  color: red;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 0 2px 0;
}
.OkBox {
  margin-top: 10px;
}
.OkBox .btn {
  margin: 10px auto 10px auto;
  display: block;
}
/*----------------Profile----------------------*/
.userMainContent {
  min-height: 350px;
}
.profileMenu {
  padding-left: 10px;
}
.profileMenu li {
  border-bottom: 1px dashed #CCCCCC;
  line-height: 43px;
  list-style: none outside none;
  text-align: right;
  padding-right: 10px;
}
.profileMenu li a {
  color: #cc0000;
}
.profileMenu li a:hover {
  color: #ff0000;
}
/*------------callout-------------*/
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
/*------------bundle-----------------*/
.bundle {
  padding-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .bundle {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .bundle {
    font-size: 12px;
  }
}
.bundle a,
.bundle a:link,
.bundle a:visited,
.bundle a:hover {
  display: block;
  color: goldenrod;
  text-decoration: none;
}
.bundle img {
  width: auto;
  max-width: 100%;
  max-height: 65px;
  float: left;
}
.bundle h2 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 45px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
  .bundle h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .bundle h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .bundle h2 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .bundle h2 {
    font-size: 12px;
  }
}
.bundle .oldPrice {
  text-decoration: line-through red;
  text-decoration-thickness: 5px;
}
.bundle .newPrice {
  background-color: #ffff00;
  color: black;
}

@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Sansus Webissimo';
  src: url('/Content/fonts/SansusWebissimoRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
