.element, .outer-container {
 	height: 30em;
}

.lhsGraph {
	height: 15em;
}

.rhsGraph {
	height: 15em;
}
 
.outer-container {
	position: relative;
	overflow: hidden;
}

.module.bold {
	font-weight: 800
}
 
.inner-container {
	position: absolute;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 110%;
}
 
.inner-container::-webkit-scrollbar {
	display: none;
}

/* graphs */
.listFunGraphs {
	background: #F2F2F2;
	padding: 1em 0 1em 0;
	border-radius: 1em;
	width: 93%;
	text-align: center;
}

/* hides the bullets */ 
.listFun:hover {
    cursor: pointer;
    background: #E2E2E2;
}

.listFun {
	background: #F2F2F2;
	padding: 1em 0 1em 0;
	border-radius: 1em;
	width: 93%;
	text-align: center;
}

.listFun.locked{
    background-image: url("../images/locked.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: right;
    background-color: #F2F2F2;
}

.sublistFun {
	background: #F2F2F2;
	padding: 1em 0 1em 0;
	border-radius: 0 1em 0em 2.5em;
	width: 80%;
	text-align: center;
	margin-left: 10%;
}

.listFun .title{
	font-weight: 800;
}

.scroll li{
	margin-top: 1em;
}

.editForm {
	padding: 0 2em 0 1em;	
}

.comment {
	text-align: left;
	margin-left: 1em;
}

.userComment {
	text-align: left;
	margin-left: 1em;
	font-weight: bold;
}

.commentOptions {
	text-align: right;
	margin-right: 1em;
	font-style: italic;
}

.alignRight {
	text-align: right;
}

.questionContainer {
	background-color: #EFFFFB;
	padding: 0.5em;
	border-radius: 1em;
	
}

.loginContainer {
    text-align: center;
}

.facebookButton {
	margin-bottom: 1em;
}

.hiddenComment {
	display: none;
}

#coins {
	box-shadow: 0.7em 0.7em 0.3em grey;
	border-radius: 1em;
	border-color: black;
	
	/*
	background-image: url("../images/coin.png");
	background-position: 40% 5%; 
	background-repeat: no-repeat;
	min-height: 12em;
	*/
	
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	width: 12em;
}

#coinCount {
	color: gold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-align: center;
	
}

.smallImg {
	height: 3em;
	width: 3em;
}

.descImg {
	height: 5em;
}

.bigImg {
	max-width: 100%
}

.centerTdText {
    text-align:center; 
    vertical-align:middle;
}

.tableGame {
	border-collapse: separate;
    border-spacing: 0.5em 0;
}

.coinHolder{
	margin-left: 70%;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.countdown {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 70;
    text-align: center;
}


.countdown > div{
    padding: 10px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
}

.countdown div > span{
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

.warning {
	color: red;
	font-style: italic;
}

canvas {
  /* this causes General Problems... */
  /*background-color: white;*/
}


/** select box things use - <select class="userSelect" name="user" size="10"> */
.styled-select select {
   width: 100%;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 100px;
   -webkit-appearance: none;
}

.styled-select {
	/* 
	i don't need this!
   width: 240px;
   height: 100px;
   overflow: hidden;
   background: url("../images/newArrow.png") no-repeat right #ddd;
   border: 1px solid #ccc;
   */
}
   
.userSelect {
  	border: 1px solid #000;
	font-size: 14px;
	color: #fff;
	background: #444;
	padding: 5px;
}

.buyButton { 
	box-shadow: 0px 1px 0px 0px rgb(164, 226, 113) inset;
	border-radius: 6px;
	border: 1px solid rgb(116, 184, 7);
	display: inline-block;
	cursor: pointer;
	color: rgb(255, 255, 255);
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgb(82, 128, 9);
	background: rgb(137, 196, 3) linear-gradient(to bottom, rgb(137, 196, 3) 5%, rgb(119, 168, 9) 100%) repeat scroll 0% 0%;
}

.buyButtonDisabled {
	box-shadow: 0px 0px 14px -3px rgb(242, 250, 220) inset;
    border-radius: 6px;
    border: 1px solid rgb(178, 184, 173);
    display: inline-block;
    cursor: pointer;
    color: rgb(117, 125, 111);
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgb(206, 217, 191);
    background: rgb(219, 230, 196) linear-gradient(to bottom, rgb(219, 230, 196) 5%, rgb(155, 168, 146) 100%) repeat scroll 0% 0%;
}

.energyButton, .battleButton {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}

.energyButton:hover,  .battleButton:hover{
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}

.canvasHolder {
    padding: 0;
}

.lhsImage {
    background-repeat: no-repeat;
    background-image: url(http://brainfriendly.it/wp-content/uploads/2018/02/LhsOOTS.png);
    background-size: contain;
    height: 30em;
    background-position: bottom;
}

.rhsImage {
    background-repeat: no-repeat;
    background-image: url(http://brainfriendly.it/wp-content/uploads/2018/02/RHSOOTS.png);
    background-size: contain;
    height: 30em;
    background-position: bottom;
}

@media only screen and (max-width: 700px) {
    .lhsImage { height: 0em; }
    .rhsImage { height: 0em; }
    .col-md-3.removable {
        width: 0em;
    }
}


/*
Here be dragons - making this page look good again.
*/
@media only screen and (min-width: 700px){
    .navbar {
        min-height: 80px;
    }
    .navbar-header a {
        padding: 30px 15px 30px 60px;
    }
    /* this is for the non-bekli stuff */
    .navbar .navbar-nav > li > a {
        padding: 33px 30px 30px 0px;
    }
    /* this is for the box item account */
    .navbar .navbar-nav li .dropdown a{
        padding: 8px 15px 8px 15px;
        margin-top: 15px;
        margin-right: 10px;
    }

    body > .container-fluid {
        padding-top: 20px;
    }

    body {
        font-family: 'Oxygen', sans-serif;
    }
}

.navbar-header a {
    cursor: pointer;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand {
    color: #4097DB;
    font-weight: 500;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 32px;
}
.navbar-brand > img {
    display: inline;
    margin-top: -14px;
    height: 48px;
}
.navbar .navbar-nav li  a, .navbar .navbar-nav li a:hover, .navbar .navbar-nav > li > a:focus {
    color: #4097DB;
    font-weight: 500;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.navbar .navbar-nav li .dropdown .dropdown-menu {
    text-align: right;
    width: 180px;
    right: 10px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
}
.navbar .nav .open > a, .navbar .nav .open > a:focus, .navbar .nav .open > a:hover{
    background-color: transparent;
    border-color: white;
}
.navbar .nav .open > a.btn:active, .navbar .nav .open > a.btn:focus{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/*
No more dragons.
*/

.footer.always {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #E2E2E2;
}
@media only screen and (min-width: 700px){
    .footer.always {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
.footer.always .row,  .footer.always .row a{
    color: #4097DB;
    font-size: 12px;
}
.footer.always .row a:hover, .footer.always .row a:focus{
    color: ##23527C;
    font-size: 12px;
}

.footerHeader {
    font-family: "Oxygen", Arial;
    font-weight: 500;
    font-size: 12px;
    color: #4097DB;
}
.underlineDiv {
    width: 100%;
    border-bottom: 1px solid #4097DB;
    margin-bottom: 4px;
}

/*for the jobs listings: maybe in a new file, huh*/
.coloured {
    color: #4097DB;
}
.jobTitle {
    font-weight: 600;
}
.jobType {
    font-style: italic;
}
.jobLeft {
    text-align: left;
    margin-left: 1.5em;
}
.jobRight {
    text-align: right;
    margin-right: 1em;
}
.listFun.jobList {
    width: 100%;
}
.listFun.userList {
    width: 100%;
}
.alignRight {
    text-align: right;
}