.container {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    font-family: futura-pt-condensed, sans-serif;
}

.title {
    font-size: 26px;
    background: #000;
    color: #00ffcd;
    padding: 25px 0px 0px 25px;
    height: 60px;
}

.backButton {
    width:40px;
    height:40px;
    border:0;
    margin-top:-5px;
    margin-right:20px;
    display:block;
    float:left;
    background:#00ffcd;
    position:relative;
}

.backButton::before{
    content:'';
    display:block;
    height:15px;
    width:3px;
    transform:rotate(135deg);
    position:absolute;
    top:17px;
    left:15px;
    background:#000;
}
.backButton::after{
    content:'';
    display:block;
    height:15px;
    width:3px;
    transform:rotate(45deg);
    position:absolute;
    top:8px;
    left:15px;
    background:#000;
}

h2 {
    font-size: 22px;
    text-align: left;
    padding: 0 15px;
    margin: 30px 0 0 0;
}

h3 {
    font-size: 16px;
    text-align: left;
    margin:0;
    padding: 0 15px;
}

.settingsInput{
    float:left;
    display:block;
    padding:10px;
    margin:15px 0;
    width:calc(100% - 20px);
}

.darkRow {
    background: #DDD;
}
.spinner{
    border-width:5px 0 5px 0;
    border-style:solid;
    width:100px;
    height:100px;
    border-radius:100px;
    margin:25% auto;
    border-color:#000;
    animation:spinning 1s infinite;
    animation-timing-function:linear;
}
.linebreak{
    width:100%;
    height:10px;
    background:#000;
    margin:30px 0;
}
.loadingBox{
    width:100%;
    height:100%;
    background:#FFF;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
@keyframes spinning {
    0%{
        transform:rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loginBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    transition: 0.3s;
}
.recipeCategory{
    padding:10px;
    border-radius: 0px;
    margin:5px;
    float:left;
    border:0;
    background:#000;
    color:#FFF;
    transition:0.3s;
}
.loginInput {
    padding: 10px;
    border: 3px solid #000;
    width: 30%;
    margin: 20px 35%;
    border-radius: 0px;
}

.loginButton {
    background: #00ffcd;
    border-radius: 0px;
    padding: 10px;
    font-size: 24px;
    width: 20%;
    border: 3px solid #000;
    min-width: calc(10% - 40px);
    max-width: calc(50% - 30px);
    font-weight: 700;
    margin: 0 40%;
}

.appList {
    float: left;
    background: #EEE;
    width: calc(30% - 40px);
    padding: 20px;
    overflow-y: scroll;
    height: calc(100vh - 140px);
}

.alertBox{
    position:absolute;
    top:30px;
    right:120px;
    width:200px;
    padding:20px;
    background:#FFF;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition:0.3s;
    color:#FFF;
    font-size:16px;
    border:3px solid #000;
    border-radius:15px;
}

.error {
    color: #D00;
    font-size: 14px;
}

.selectionBox{
    width:100%;
    height:100%;
}

.selectionButton {
    background: #00ffcd;
    border-radius: 0px;
    padding: 10px;
    border: 3px solid #000;
    float: right;
    width:20%;
    font-weight: 900;
    margin: 10px 40%;
}

.page {
    display: none;
}

.subchecker {
    padding:30px;
}
.subcheckerResult{
    font-size:24px;
    padding:30px;
}

.appNew {
    float: right;
    font-size: 20px;
    width: calc(70% - 40px);
    padding: 20px;
    text-align: center;
    height: calc(100vh - 150px);
    overflow-y: scroll;
    border-bottom: 10px solid #000;
}

.newRecipeRow {
    padding: 0 10px;
    float: left;
    width: calc(100% - 20px);
}

.measurements {
    border: 3px solid #000;
    background: #FFF;
    border-radius: 0px;
    padding: 10px;
    width: 50%;
    font-size: 22px;
    width: calc(100% - 40px);
    margin: 10px auto;
}
.textInput {
    border: 3px solid #000;
    background: #FFF;
    border-radius: 0px;
    padding: 10px;
    font-size: 18px;
    margin:10px auto;
    width: calc(100% - 40px);
}
.unitControl{
    position:relative;
    z-index:10;
}
.unitButton{
    border:3px solid #000;
    background:#00ffcd;
    font-weight:900;
    border-radius: 0px;
    top:65px;
    right:10px;
    position:absolute;
    z-index:15;
}

.halfWidth{
    width:50%;
    float:left;
    display:block;

}

.recipeCategories{
    background:#CCC;
    float:left;
    display:block;
    margin-top:10px;
}

.numberInputNarrow {
    border: 3px solid #000;
    background: #FFF;
    border-radius: 0px;
    padding: 10px;
    font-size: 22px;
    width: calc(50% - 50px);
    margin: 10px;
}
.workoutInput {
    width: calc(100% - 200px);
}
.workouts {
    overflow-y: scroll;
    width: 90%;
    margin: 10px 5%;
    border: 3px solid #000;
    height: 500px;
    border-radius: 1px;
}
.workout {
    border: 3px solid #CCC;
    border-radius: 1px;
    margin: 10px;
    padding: 10px;
    background: #EEE;
    font-weight: 900;
    float:left;
    text-align: center;
}
.challengeTaskInput{
    width:calc(100% - 180px);
    float:left;
}
.workoutCategories {
    text-align: left;
    font-weight: 500;
    float:left;
}
.workoutCategories ul{
    margin:0;
    float:left;
    padding:0;
    display:block;
}
.workoutCategories ul li{
    float:left;
    display:block;
    margin:10px 10px;
}

.numberInput {
    border: 3px solid #000;
    background: #FFF;
    border-radius: 0px;
    padding: 10px;
    width: calc(100% - 50px);
    font-size: 22px;
    margin: 10px auto;
}
.ingredients {
    border-radius: 20px;
    padding: 10px;
    background: #EEE;
    float:left;
    width:calc(100% - 40px);
    margin:20px 10px;
}
.ingredientRow{
    float:left;
    width:100%;
}
.newRecipeColumn {
    width: 20%;
    float: right;
    text-align: center;
    padding: 10px 0;
}

.settingsRow{
    float:left;
    display:block;
    width:calc(100% - 20px);
    padding:10px;
    text-align:left;
}

.newRecipeColumn60 {
    width: 60%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.newRecipeColumn40 {
    width: 40%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.newRecipeColumn33 {
    width: 33%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.newRecipeColumn30 {
    width: 30%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.newRecipeColumn40 {
    width: 40%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.newRecipeColumn50 {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.newRecipeColumn80 {
    width: 80%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.formButton {
    background: #00ffcd;
    border-radius: 0px;
    padding: 10px;
    border: 3px solid #000;
    float: right;
    min-width: 100px;
    max-width: calc(50% - 30px);
    font-weight: 900;
    margin: 10px 15px;
}

.challengeTask{
    padding:10px 5%;
    float:left;
    width:90%;
    background:#EEE;
}

.redButton{
    background:#D00;
    border-color:#F00;
    color:#fff;
}
.newRecipeInstructions {
    width: calc(100% - 60px);
    margin: 20px 0;
    padding: 20px;
    font-family: futura-pt-condensed, sans-serif;
    border: 3px solid #000;
    border-radius: 1px;
    color: #555;
    min-height:300px;
    font-size: 18px;
    resize:vertical;
}

.fileInput{
    border-radius:0px;
    padding:10px;
    background:#EEE;
    margin:10px 15px;
    float:left;
}

.imagePreview {
    margin:60px 0 0 0;
    border-radius:0px;
    min-height:300px;
    background-size:contain !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    border: 3px solid #000;
}
.recipeLink {
    padding: 10px;
    border-bottom: 2px solid #000;
    font-weight: 600;
    font-size: 20px;
}

    .recipeLink:hover {
        background: #DDD;
        color: #666;
    }

.welcomeMessage {
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
}
