
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

$yellow: #f6f792;
$black: #333745;
$blue: #77c4d3;
$lightBlue: #daede2;
$red: #ea2e49;
$white: #fff;

$mainFont: "Open Sans", sans-serif;

body {
  background: $black;
  color: $white;
  font-family: $mainFont;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba($black, 0.6);
}

span.new{
    font-size: 1.2em!important;
    background-color: transparent!important;
    color: red!important;
    font-weight: bold!important;
}
	

id#bunker ul.details{
	max-width:75%;
}

.sidenav a, #mySidenav h4{
	text-align:left;
padding-left: 56px;
}

.betaDiv{
	background-color:yellow;
}


section.pricing-table a{max-width:500px;}

// PRICING TABLE
.pricing-table {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;

  // INDIVIDUAL PRICING TABLE
  .card {
    width: 220px;
    height: 400px;
    padding: 30px;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 46px -4px rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;

    // SPECIFIC STYLING FOR THE FIRST TABLE
    &:nth-child(1) {
      background: #7f7fd5;
      background: linear-gradient(to left, #91eae4, #86a8e7, #7f7fd5);

      .price {
        &::before {
          content: "$20";
        }
      }
    }

    // SPECIFIC STYLING FOR THE SECOND TABLE
    &:nth-child(2) {
      margin: 0 30px;
      z-index: 2;
      width: 250px;
      
      background: #ff416c;
      background: linear-gradient(to right, #ff4b2b, #ff416c);

      .price {
        &::before {
          content: "$50";
        }
      }
    }

    // SPECIFIC STYLING FOR THE THIRD TABLE
    &:nth-child(3) {
      background: #00b09b;
      background: linear-gradient(to right, #96c93d, #00b09b);

      .price {
        &::before {
          content: "$100";
        }
      }
    }

    // SPECIFIC STYLING FOR THE FIRST AND LAST TABLE
    &:nth-child(1),
    &:nth-child(3) {
      .price {
        font-size: 6rem;
      }

      .buy-button {
        width: 230px;
        height: 170px;
        h3 {
          top: 12%;
          left: 10%;
          font-size: 1rem;
        }
      }
    }

    // TYPE OF SUBSCRIPTION
    .type {
      margin-top: 30px;
      letter-spacing: 0.1rem;
    }

    // PRICE
    .price {
      font-size: 7.5rem;
      position: relative;
      margin: 10px 0px 20px;
      z-index: 2;

      span {
        font-size: 1.8rem;
        position: absolute;
        left: -15%;
        top: 65%;
      }

      &::before {
        position: absolute;
        content: "";
        color: rgba($white, 0.06);
        font-size: 9.5rem;
        z-index: -1;
        right: -30%;
        bottom: 15%;
        text-shadow: 0 0 0px rgba($black, 0);
        transition: all 1s ease-in-out;
      }
    }

    // PLAN WITH THE TWO BORDERS ON EACH SIDE
    .plan {
      font-size: 1.3rem;
      position: relative;
      margin-bottom: 10px;

      &::before,
      &::after {
        position: absolute;
        content: "";
        width: 35px;
        height: 2px;
        background: $white;
        bottom: 40%;
        transition: all 0.2s ease-out;
      }

      &::before {
        right: 100%;
        transform: translate(-50%, -50%);
      }
      &::after {
        right: -100%;
        transform: translate(-0%, -50%);
      }
    }

    // DETAILS OF THE PLAN
    .details {
      text-transform: capitalize;
      li {
        margin: 15px 0px;
      }
    }

    // BUTTON CONTAINER
    .buy-button {
      cursor: pointer;
      position: absolute;
      width: 250px;
      height: 180px;
      background: $white;
      border-radius: 15%;
      right: -34%;
      bottom: -27%;
      transition: all 0.4s ease-in-out;

      // BUTTON
      h3 {
        text-shadow: 0 0 0;
        text-decoration: none;
        color: $white;
        position: absolute;
        left: 8%;
        top: 10%;
        color: $black;
        font-size: 1.2rem;
        transition: all 0.4s ease-in-out;
      }
    }

    // HOVER
    &:hover {
      transform: scale(1.02);

      // PRICE
      .price {
        &::before {
          animation: text-hover 1s ease-in-out infinite normal;
        }
      }

      // PLAN
      .plan {
        &::before {
          right: 90%;
        }
        &::after {
          right: -90%;
        }
      }

      // HOVER BUTTON
      .buy-button {
        width: 100%;
        right: 0%;
        border-radius: 0%;
        h3 {
          left: 50%;
          transform: translate(-50%, 0%);
        }
      }
    }
  }
}

// KEYFRAMES
@keyframes text-hover {
  0% {
    right: -30%;
  }
  50% {
    right: -37%;
  }
  100% {
    right: -30%;
  }
}



body .container {
  padding-top: 10px;
  /* background-color: rgba(255, 255, 255,0.7); */
  background-color: transparent;
  border-radius: 5px;
  padding-bottom: 50px;
  margin-top:0px;
}

#range{
	background-image: url(/img/range.JPG);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	text-shadow: 0 0 black;
	color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgb(51 55 69 / 60%);
}

#bunker{
	background-image:url('/img/bunker.JPG');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	text-shadow: 0 0 black;
	color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgb(51 55 69 / 60%);
	margin-left: 25px;
}

#stats{
	background-image:url('/img/stats.JPG');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	text-shadow: 0 0 black;
	color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgb(51 55 69 / 60%);
	margin-left: 50px;
}

.dailyStats{
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}



.leftStat, .middleStat, .rightStat{
	width: 30.5%;
    float: left;
    border: 0px solid black;
    border-radius: 5px;
    padding-bottom: 20px;
    color: black;
    min-height: 130px;
    background-color: rgba(255, 255, 255);
	margin-bottom:0px;
	box-shadow: 2px 2px 46px -4px rgb(0 0 0 / 60%);
}

.middleStat, .rightStat{
    margin-left: 10px;
}

.dsHeader {
    font-size: 1em;
    /* margin-top: 10px; */
    color: #18191a;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    border: 0px solid black;
    border-radius: 5px;
    margin-bottom: 10px;
    /* box-shadow: 2px 2px 46px -4px rgb(0 0 0 / 60%); */
	border-bottom:1px solid black;
}

.dsHeader-main {
    font-size: 1em;
    color: #18191a;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    border: 0px solid black;
	background-color: rgba(255, 255, 255);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255);
}

.quickLinks{
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    margin-left: 2.5%;
}
h3{
	    letter-spacing: 1px !important;
}
.quickLinks a{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 8px 0px;
}

.setup:hover, button.btn-primary:hover{
	background-color:red;
}

.quickLinks a:hover{
text-decoration:none;
}




.chart-holder{
    width: 48%;
	float:left;
    margin-right: 22px;
}



.setup{
	
    min-height: 48px;
    padding-top: 15px;
	margin-bottom:5px;
}


div#down{
	color:red;
}

div#up{
	color:green;
}

.totalCounter{
	font-size: 1.5em;
font-weight: bold;}


span.italic{
font-Style: italic;
    font-weight: 500;
	font-size:0.8em;
}

#largeFont{
	font-size:1.5em;
}

.leftStat .dsHeader, .middleStat .dsHeader, .rightStat .dsHeader{
	 border: 0px solid black;
	 margin-top:0px;
}

@media screen and (max-width: 1300px) {
.leftStat, .middleStat, .rightStat {
    width: 29.5%;
}
}




@media screen and (max-width: 1100px) {
	
	.leftStat, .middleStat, .rightStat{
	width: 100%;
	margin-left:0px;
	margin-bottom:10px;
	min-height: 100px;
	
	}
}

@media screen and (max-width: 880px) {
.logged_in_main{
	width: 90%;
	margin-left: 5%
}

}


@media (min-width: 1px)
{
    .navbar-header
    {
        float: none;
    }

    .navbar-toggle
    {
        display: block;
    }

    .navbar-collapse.collapse
    {
        display: none !important;
    }
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



#routineBacking{
	background-color: rgba(255, 255, 255, 0.7); 	
    margin-bottom: 0px;
    box-shadow: 2px 2px 46px -4px rgb(0 0 0 / 60%);
	border-radius: 5px;
	padding:5px;
}

.routine_Options a{
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

.routine_Options a#left{
	float:left;
}

.routine_Options a#right{
	float:right;
}

.routine_Options{
display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}


.routine_Overview h3{
font-size: 1.5em;
    text-decoration: underline;
    margin-bottom: 5px;
}

.routine_Overview h4{
font-style: italic;
    margin-bottom: 10px;
}

.routine_Table table.styled-table{
	width:100%;
}

.routine_Table table.styled-table th{
    font-size: 1.2em;
    font-weight: 600;
}


#fullWidth{
	width:100%;
}

.routineLeft{
	width: 48%;
    float: left;
}

.RoutineRight{
	width: 48%;
    float: right;
}

.RoutineRight input, .RoutineRight select{
	margin-bottom:5px;
}

.RoutineRight .form-group{
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
	}
	
	table.select-routine-table{
		width:100%;
	}
	
	table.select-routine-table tr{
	    height: 50px;
		}
		table.select-routine-table td{
		padding-top: 15px;
    font-size: 1.5em;
}

div.container-fluid{

}


.logged_in_main{
	padding-bottom:50px;
}

#mySidenav h4{
    color: cornsilk;
    font-size: 1.2em;
    margin-bottom: 5px;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    padding-top: 15px;
}

#learn_main{
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 46px -4px rgb(0 0 0 / 60%);
}

/* Learn Code - for /learn/ */

a.home {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 5px;
    width: 500px;
    border-radius: 10px;
    padding: 10px;
    /* float: left; */
    /* margin-left: 33%; */
    text-align: center;
    font-size: 2em;
    margin-top: 10px;
    display: inline-block;
    /* display: block; */
}

a.home:hover {
	background-color:red;
	color: #ffffff;
	text-decoration:none;
}

div.container-fluid {
    text-align: center;
}

.learn{
	display:inline-block;
	    max-width: 63%;
}

.learn h1{
    font-size: 2.5em;
	text-align:center;
}

.learn p{
	margin-bottom:10px;
}

.learn strong{
font-weight:bold;
}

.learn h2, .learn h1{
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	margin-top: 25px;
}

#left{
	width:49%;
	float:left;
}

#right{
	width:49%;
	float:right;
}

.learnImg img{
	width: auto;
    max-height: 300px;
}

#full{
	width:100%;
	float:left;
}

@media screen and (max-width: 1100px) {
	#left, #right{
		width:100%;
		float:left;
	}
	
	.learnImg img{
	width:auto;
}
}

/*award CSS */

.awardDisplay {
    border: 1px solid gray;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
}


.awardDisplay p strong{
	font-weight: 600;
    font-size: 1.1em;
}

#exitpopup{
text-align:center;
/*margin-left:30%;*/
}

#exitpopup h1{
margin-top:0px;
padding-top:0px;

}

#exitpopup p{
text-align:left;
    color: white;
}

.awardImages{
    width: 100%;
    display: inline-block;
    height: auto;
	margin-top: 10px;
}

img.awardImage{
    width: auto;
    float: left;
    height: 100px;
    margin-right: 10px;
}

.awardOverall{
	width:670px;
	height:auto;
	margin:0px auto;
	display:none;
	position:fixed;
	color:#ffffff;
	padding:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index:999999;
	background:rgb(20, 20, 20);
	background:rgba(0, 0, 0, 0.8);
}

.awardOverall{
	display:inline-block;
	position:relative;
	margin-top:30px
	
}

.footerMargin{
	display:inline-block;
	width:100%;
	height:50px;
}

.homeScreenRow{
	display:inline-block;
}

.content_holder{
	max-width:90%;
}

/*Fix Home Screen CSS*/


@media screen and (max-width: 1300px) {
.learn{
	max-width:100%;	
}

.learnImg img, .learnImgR img{
	width:auto!important;
}

#left, #right{
	max-width:100%;	
}

.awardOverall {
	width: 100%;
}

.learnImg img {
    width: 210px;
}

.quickLinks{
	width: 100%;
    margin-left: 0px;
}

.lineChart{
/*	display: none;*/
}

.learnDesc{
    max-width: 100%;
    width: 100%!important;
    float: left;
}

.sidenav{
	
}

}

.logged_in_main {
    padding-bottom: 150px;
}

@media screen and (max-width: 1770px) {
	.learn {
    display: inline-block;
    max-width: 85%;
}
	
}

#graphLink{
margin-left: 10%;
}


@media screen and (max-width: 540px) {
	.setup {
		min-width: auto;
	}
	
	a.home{
		width:90%;
	}
	
}

.dailyStats{
		display:inline-block;
	}

	.learnImg{
		text-align:center;
	}

	.quoteHolder {
		background-color: white;
		padding: 10px;
		border-radius: 5px;
		display: inline-block;
		width: 100%;
		font-size: 2em;
		margin-top:10px;
		margin-bottom:10px;
	}

	.quote{
		font-weight:800;
	}

	.lineChart{
		margin-top:0px;
	}

	.leftStat, .middleStat, .rightStat{
		min-height: 221px;
		margin-bottom: 15px;
	}


	.dailyStats{
		padding-top:0px;
	}


	.onTheCourse{
		width: 100%;
		display: inline-block;
		background-color: lightblue;
		padding: 15px;
		border-radius: 5px;
		border: 1px solid blue;
		font-size: 1.5em;
	}

	.homeScreenRowHP {
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}

	.homeScreenRowHP a{
		background-color:red;
	}

	#immediate{
		width:100%;
	}

	.homeScreenRow {
		display: inline-block;
		margin-bottom: 10px;
		border: 1px solid grey!important;
		padding: 10px;
		border-radius: 5px;
		text-align:center;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.individualButtons{
		display:inline-block;
	}

	fieldset legend {
		width: auto;
		font-size: 1.3em;
		font-weight: bold;
		color: white;
		background-color: darkgreen;
		padding: 5px;
		border-radius: 5px;
	}

	.setup{
		text-align:center;
	}

	#correction{
		height:auto!important;
	}

	fieldset{
		text-align:left;
	}

	.chart-holder{
	   background-color: white;
	}

	.container{
		padding-bottom:0px;
	}

	a.new_func {
		background-image: url(/img/onCourse.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top:10px;
	}

	a.new_func h4{
		background-color: RGB(255,255,255,0.7);
		padding: 5px;
		margin-top: 5px;
	}

	.dsHeader-main{
	margin-top:0px;	
	}



	a.range_training {
		background-image: url(/img/r10.JPG);
		height: 127px;
		background-position: center;
	}
	}
	
	