* {
  font-family: "Open Sans", sans-serif;
}
body {
  padding: 0px;
  margin: 0px;
}
#modal-background {
  display: none;
  opacity: 0.75;
  background: white;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  z-index: 100;
}
#modal-container {
  display: none;
  position: absolute;
  opacity: 1;
  background: white;
  border: 1px solid #000000;
  border-radius: 2px;
  width: 50%;
  height: auto;
  max-height: 80%;
  margin-left: 25%;
  margin-top: 10%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 110;
  box-shadow: 5px 3px 3px #000000;
}
#modal-container.narrow {
  width: 25%;
  margin-left: 37.5%;
}
#modal-container .x-button {
  position: relative;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
#footer-container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 30px;
  background: #efefef;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 2px;
}
#footer-container .left-footer-container {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  line-height: 100%;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
}
#footer-container .right-footer-container {
  position: relative;
  height: 100%;
  width: 50%;
  float: right;
  text-align: right;
  line-height: 100%;
}
#footer-container .right-footer-container span {
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
  cursor: pointer;
}
#header-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  background: #efefef;
}
#header-container .left-header-container {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  line-height: 100%;
  color: #000000;
}
#header-container .left-header-container a {
  color: #000000;
  text-decoration: none;
  height: 100%;
  width: auto;
  line-height: 100%;
}
#header-container .left-header-container a img {
  height: 100%;
  width: auto;
}
#header-container .right-header-container {
  position: relative;
  heigh: 100%;
  width: 50%;
  float: right;
  text-align: right;
  line-height: 100%;
  color: #000000;
}
#header-container .right-header-container a {
  color: #000000;
  text-decoration: none;
  height: 100%;
  width: auto;
  line-height: 100%;
}
#header-container .right-header-container span {
  cursor: pointer;
}
#add-menu-options {
  width: 100%;
  text-align: center;
  list-style: none;
}
#add-menu-options li {
  cursor: pointer;
  border: 1px solid #000000;
  width: auto;
}
#menu-container {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 20%;
  bottom: 0px;
  background: #D1D0CE;
}
#menu-container .menu-item {
  cursor: pointer;
  width: 100%;
  font-size: 1.25em;
  padding-left: 10%;
}
#menu-container .menu-title {
  width: 100%;
  font-size: 1.5em;
  padding-left: 5%;
}
#login-container {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  text-align: left;
  z-index: 101;
}
#login-container #login-form-header {
  position: absolute;
  background-color: #efefef;
  width: 100%;
  left: 0px;
  height: 30px;
  top: 0px;
  z-index: 1000;
  line-height: 30px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 8px;
}
#login-container #login-form-header div {
  height: 100%;
  width: 45%;
  float: left;
  margin-left: 1%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
  font-size: 0.75em;
}
#login-container #login-form-header div span {
  margin: 0px;
  padding: 0px;
  text-align: left;
  display: inline;
}
#login-container #login-form-header #social_links {
  float: right;
  margin-left: 0px;
  margin-right: 5%;
}
#login-container #login-form-header #social_links span {
  float: right;
  height: 100%;
}
#login-container #login-form-header span a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 5px;
}
#login-container #login-form-header a {
  height: 100%;
  margin-right: 2%;
}
#login-container #login-form-header a img {
  height: 70%;
  margin-top: 15%;
  margin-right: 5px;
}
#login-container .login-col {
  position: relative;
  width: 40%;
  height: 100%;
  margin-left: 30%;
  margin-top: 25px;
}
#login-container .login-col .form-header {
  position: relative;
  width: 100%;
  margin-lift: 5%;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.75em;
}
#login-container .login-col .form-line {
  postion: relative;
  width: 100%;
  text-align: center;
  height: auto;
  margin: 5px 0px;
}
#login-container .login-col .form-line.small {
  font-height: 0.5em;
}
#login-container .login-col .form-line.footer {
  margin-top: 15%;
}
#login-container .login-col .form-line a {
  border: 1px solid #000000;
  border-radius: 2px;
  width: 30%;
  padding: 5px;
  display: inline-block;
}
#login-container .login-col .form-line a:last-child {
  margin-left: 10%;
}
#login-container .login-col input:not([type='submit']) {
  opacity: 1;
  width: 75%;
  border: 1px solid #000000;
  border-radius: 2px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  background: #efefef;
  text-align: left;
  padding: 10px;
}
#login-container .login-col input[type='submit'] {
  position: relative;
  width: 50%;
  left: 0px;
  background: #0000e7;
  color: #efefef;
  box-shadow: 5px 3px 3px #000000;
  border: 1px solid #000000;
  border-radius: 2px;
  height: 35px;
}
#login-container .login-col img {
  width: 75%;
  height: auto;
  position: relative;
}
#login-container #login-form-left {
  text-align: center;
}
#login-container #signup-form-left {
  display: none;
  text-align: center;
}
#content-container {
  position: absolute;
  height: 95%;
  top: 30px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#backtests-container {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 0px;
}
.row-body {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}
.row-body hr {
  padding: none;
  margin: none;
  backgroud: none;
  border: solid 1px #000000;
}
.row-body .row-title {
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0px;
  margin: 0px;
}
.row-body .row-title .col-header-button {
  cursor: pointer;
  position: relative;
  color: white;
  background: #D1D0CE;
  display: inline-block;
  text-align: center;
  font-size: 1.5em;
  width: 45%;
  height: 50px;
  line-height: 50px;
}
.card {
  border: 1px solid #000000;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
}
.card.minimized {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 10px;
  margin: 25px;
  box-shadow: 5px 3px 3px #000000;
}
.card:not(.minimized) {
  position: absolute;
  width: 50%;
  margin-right: 25%;
  height: 80%;
  margin-top: 10%;
  float: right;
  box-shadow: 5px 3px 3px #000000;
  top: 0px;
}
.card .card-header {
  width: 100%;
  height: auto;
}
.card .card-header .card-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.card .card-header .card-desc {
  width: 100%;
  text-align: center;
}
.card .card-body {
  text-align: center;
  width: 100%;
  height: auto;
}
.modal-header {
  position: relative;
  display: block;
  width: 100%;
}
.modal-header .modal-title {
  text-align: center;
  font-weight: bold;
  font-height: 2em;
}
.modal-body {
  position: relative;
  display: block;
  width: 100%;
}
.modal-body .modal-button {
  cursor: pointer;
  background: #848482;
  color: #efefef;
  font-size: 1em;
  line-height: 1em;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px 0px;
}
.modal-body .modal-button.one-wide {
  width: 50%;
  margin-left: 25%;
  margin-right: 0px;
}
#app-container {
  width: 100%;
  height: auto;
  display: relative;
}
.state-hidden {
  display: none;
}

/*
Copyright (c) 2011 LectureTools Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

/*
** Styles for ltmenu
*/
/* TEXT COLORS */
.green {
    color: #337F00;
}
.green:hover {
    text-decoration:underline;
}

.gray {
    color: #666666;
}
.gray:hover {
    text-decoration:none !important;
}


/* FONT SIZING */
.large-font {
    font-size:16px;
}
.medium-font {
    font-size:13px;
}
.small-font {
    font-size:12px;
}

/* DIVIDING LINE */
.ltmenu-div-line {
    height:1px;
    width:280px;
    border:none;
    background-color:#CCC;
    color: #CCC;
}


.ltmenu-wrapper {
    width: 300px;
    border:solid 1px #7F7F7F;
    box-shadow:3px 3px 3px rgba(0,0,0,.65);
}

.ltmenu {
    width: 300px;
    height:auto;
    cursor:pointer;
    margin-left:10px;
}

.ltmenu .ltmenu-item {

}

.ltmenu-item {
    margin-left:10px;
    cursor:pointer;
    list-style-type:none;
    width: auto;
}

.ltmenu-item-description {
    margin-left:10px;
}

ltmenu-item .submenu-item {

}
