/* The dimensions of the app are tailored to mobile (600 pixels width). */
body {
    margin-left:auto;
    margin-right:auto;
    max-width:600px;
}

/* The buttons of the app have no borders, are bold and have white background as a default. */
/* The font type is not exactly the same on Chrome in desktop and mobile, but similar enough. */
button {
    border: none;
    background-color: white;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bolder;
}

.calendar_menu {
    visibility: hidden;
    position: absolute;
    left: 680px;
    top: 170px;
    z-index: 1;
    border: none;
    /*border: 0.05rem solid;*/
    background-color: #5897fb;
    text-align: center;
    padding-top:0.2rem;
    padding-bottom:0.2rem;
    color: #ddffdd;
}

#past_menu_header {
    display: none;
}

#future_menu_header {
    display: none;
}

#exercise_history {
    /*visibility: hidden;*/
    position: absolute;
    left: 440px;
    top: 170px;
    z-index: 1;
    border: none;
}


.ddm_href:hover {
    background-color: #333333;
    color: #ddffdd;
}

#calendar_table {
    width: 100%;
    border-collapse: collapse;
}

#calendar_container {
    display: flex;
    float: left;
}

.left_side {
    display: flex;
    float: left;
}

.program_day_details {
    height: 300px;
    overflow: auto;
}

.new_line {
    clear: both;
    float: left;
    display: block;
    position: relative;
}

.calendar_entity {
    border: 0.05rem dashed #5897fb;
    max-height: 3rem;
    width: 3rem;
    text-align: center;
}

.calendar_header {
    border: 0.1px dashed #5897fb;
    width: 3rem;
    text-align: center;
    color: white;
    background-color: #555555;
}

.today {
    background-color: #555555;
}

.calendar_day {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    height: 2.5rem;
    width: 3rem;
    border: 0.05rem solid #333333;
    border-radius: 5rem;
}

.calendar_day_out_of_scope {
    height: 2.5rem;
    width: 3rem;
}

#calendar_title {
    text-align: center;
    font-size: x-large;
    font-family: 'Helvitica', sans-serif;
}

#calendar_header_textfield {
    width: 500px;
}

#warning_sign {
    color: #cc1111;
    font-weight: bold;
}

#warning_details {
    visibility: hidden;
    background-color: white;
    border-style: solid;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 0.01rem;
    position: absolute;
    left: 500px;
    top: 500px;
    z-index: 1;
}

#bottom_aligned_div {
    position: relative;
    min-height: 19rem;
}

#bottom_aligned_div-content {
  position: absolute;
  bottom: 0;
  left: 12rem;
}

.edit_button {
    color: #cc1111;
}

#left_button {
    margin-right: 5rem;
}

.banner {
    display:inline-block;
    float:left;
}

.split2banner {
    padding-left:4rem; /* padding-left:7rem; */
}

.single_title_banner {
    padding-left:12rem;
}

.template_title {
    text-align: center;
}

.template_frame {
    border-style: solid;
    border-radius: 0.3rem;
}

#template_display {
    display:inline-block;
    float:left;
}

.template_info_container {
    margin-left: 5rem;
}

input {
    border: none;
}

.reps {
    background-color: #f5dd5d;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    width: 4rem;
}

.weight {
    background-color: #f5dd5d;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    width: 4rem;
}

.definition_frame {
    border-bottom-style: solid;
    font-weight: bolder;
}

.definition {
    font-family: 'Helvitica', sans-serif;
    text-align: center;
}

#featured_exercise_title {
    text-align: right;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bolder;
    color: #5897fb;
}

#exercise_details {
    text-align: center;
}

#add_to_field {
    text-align: right;
    font-family: 'Proxima Nova', sans-serif;
    margin-top: -1rem;
}

#exercise_description {
    visibility: hidden;
    position: absolute;
    left: 430px;
    top: 40px;
    z-index: 1;
    background-color: white;
    width: 24rem;
    border-style: solid;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#results {
    display: none;
}

#clear {
    display: none;
}

#save_results {
    display: none;
}

#show_exercises {
    visibility: hidden;
}

#find {
    display: none;
}

#paragraph_replacement {
    height: 4.1rem;
}

input[type=text] {
  border: none;
}

#exercise_input {
    font-size: large;
    padding-left: 0.2rem;
    font-family: courier, courier new, serif;
}

.exercise_list {
    /*padding-left: 1rem;*/
    height: 16rem;
    width:24rem;
    overflow: auto;
    border-style: solid;
    border-color: white;
    /*overflow: auto;*/
    /*float:left;*/
}

#selected_list {
    /*background-color: #f5dd5d;*/
    background-color: LightGoldenRodYellow;
    color: #5897fb;
}

.edit_mode {
    color: #5897fb;
}

.centered_gif {
    margin-top: 5rem;
    margin-left:auto;
    margin-right:auto;
    width:50%;
}

.large_gif {
    display:block;
    width:18rem;
    height: 27rem;
    border-style: solid;
    border-color: white;
}

.custom_display {
    display:block;
    width:10rem;
    height: 17rem;
}

.main_display {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:94%;
}

#im1 {
    padding-bottom: 0.5rem;
}

#im2 {
    margin-left: -10rem;
    margin-top: 17rem;
}

.indented {
    padding-left: 1rem;
}

#left_split {
    float:left;
}

.live_image {
    border-style: solid;
    border-color: white;
}

#set_quantity {
    border: none;
}

#error_field {
    color: #cc1111;
}

.bold {
    font-weight: bold;
}

/* Workout heatmap from calendar. */
.heatmap {
    display:block;
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    /*max-width: 270px;*/
    /*width:15rem;*/
    /*height: 24rem;*/
    width:12rem;
    height: 19rem;
    border-style: solid;
    border-color: white;
}

/* The color of the clickable area of workout days. */
#workout_day {
    background-color: palevioletred;
}

/* The color of the clickable area of workout days. */
#planned_workout_day {
    //background-color: #6f94c6;
    background-color: #FDE992; // Parmesean
}

.nav-row {
    width: 34rem;
}

.main-content {
    text-align: center;
}

.main-content-plain {
    text-align: center;
}

.nav-title {
    font-size: 2rem;
}

.nav-link {
    text-align: center;
}

.nav-item {
    text-align: center;
}

/* Calendar properties */


.broad {
    width: 70rem;
}


#exercise_from_calendar {
    width: 30%;
    float:left;
}

#workout_details_outer {
    margin-left: auto;
    margin-right: auto;
    width:70%;
}

#full_workout_from_calendar {
    width: 50%;
    float: left;
}

#workout_sets {
    width: 50%;
    float:left;
}

#detail_field {
    overflow: auto;
}

#calendar_exercises {
    height: 15rem;
    overflow: auto;
}

#copy_form {
    visibility: hidden;
}

.nav-link {
    font-family: 'Proxima Nova', sans-serif;
    /*font-family: "Candara Light", sans-serif;*/
    /*font-family: 'Proxima Nova', sans-serif;*/
    /*font-family: 'Helvitica', sans-serif;*/
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
}

.name {
    font-family: 'Proxima Nova', sans-serif;
    text-align:center;
    font-size: 5rem;
    padding-top:1rem;
    color: #5897fb;
}

.about_header {
    text-align: center;
    font-family: 'Proxima Nova', sans-serif
}

.about {
    background-color: LightGoldenRodYellow;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.no_border {
    border: 0;
}

.footer {
    font-family: 'Proxima Nova', sans-serif;
    text-align:center;
    font-size: 1.25rem;
    padding-top:1rem;
    color: #5897fb;
    clear: both;
}

.demo_title {
    font-family: 'Proxima Nova', sans-serif;
    text-align:center;
    font-size: 5rem;
    padding-top:1rem;
    color: #cc1111;
}

.sub_title {
    /*font-family: 'Georgia', serif;*/
    font-family: 'Garamond', serif;
    text-align:center;
    font-size: 1.5rem;
    margin-top:-1rem;
    padding-left:1rem;
    padding-right:1rem;
    /*color: #6f94c6;*/
    color: #555555;
    text-transform: uppercase;
}

.memo_title {
    font-family: 'Georgia', serif;
    text-align:center;
    font-size: 2rem;
    padding-top:1rem;
    padding-left:1rem;
    padding-right:1rem;
}

.tagline {
    /*font-family: 'Proxima Nova', sans-serif;*/
    font-family: 'Garamond', serif;
    font-size: 3rem;
    text-align:center;
    padding-left:1rem;
    padding-right:1rem;
}

.memo {
    background-color: LightGoldenRodYellow;
    padding-left: 0.5rem;
    padding-top: 1rem;
    padding-right: 0.5rem;
}

.user_link_table {
    margin-left: 11rem;
    margin-bottom: 1rem;
}

.user_links {
    width: 50%;
    font-family: 'Garamond', serif;
    font-size: 1.5rem;
    text-align:center;
    vertical-align: middle;
    padding-left:1rem;
    padding-right:1rem;
}

.memo_left {
    display:flex;
    float:left;
    padding-left: 2rem;
    margin-right:2rem;
}

.memo_right {
    padding-left: 0.5rem;
    font-family: 'Georgia', serif;
    font-size: 1.5rem;
}

.logo_font {
    background-color: yellow;
}

.changes {
    color: #cc1111;
}

.main_title {
    color: #C0C0C0;
    padding-top:1rem;
    text-align:center;
    font-size: 3rem;
    font-family: "Candara Light", sans-serif;
}

#disclaimer_title {
    color: #C0C0C0;
    padding-top:1rem;
    text-align:center;
    font-size: 1.5rem;
    font-family: "Candara Light", sans-serif;
}

.item_title {
    text-align: center;
    width:200px;
    color: #5897fb;
}

a:any-link {
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}


.p20 {
    padding: 20px;
}

.image-out:hover .overlay {
  opacity: 1;
}

.content_section {
	padding: 0.5rem;
}

@media only screen and (max-width: 600px)
{
    html,body {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
    }
    form {
        font-size: small;
    }
    #calendar_header_textfield {
        width: 19rem;
    }
    .main-content {
        background-color: #6f94c6;
        height: 2rem;
    }
    .nav-title {
        font-size: large;
    }
    #nav-title {
	color: #ddffdd;
    }
    .split2banner {
        padding-left:2rem; /* padding-left:4rem;*/
    }
    .main_title {
        padding-top:0;
        font-size: 1.5rem;
    }
    #exercise_from_calendar {
        width:8rem;
    }
    .form_field {
        float:left;
    }
    #exercise_container {
        height: 9.6rem;
    }
    .user_exercise {
        width:22rem;
    }
    .user_exercise-archive {
	width:17rem;
    }
    #add_to_field {
        font-size: small;
    }
    .heatmap {
        width:10rem;
        height: 15.8rem;
    }
    #theme {
	padding-bottom: 1rem;
    }
    #full_workout_from_calendar {
        font-size: 0.7rem;
    }
    .calendar_container {
        background-color: #C0C0C0;
        color: #2F4F4F;
    }
    #calendar_exercises {
        height: 18rem;
    }
    #workout_details_outer {
        display: block;
	height: 2rem;
    }
    .exercise_list {
        height: 9rem;
    }
    #left_graphic {
        float:left;
    }
    #right_graphic {
        width:9rem;
        height: 14.2rem;
    }
    .program_day_container {
        padding-bottom: 1rem;
    }
    .in_template {
        width:7rem;
        height: 11rem;
    }
    .template_title {
        font-size: small;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #warning_details {
        left: 8rem;
        top: 22rem;
    }
    .main-links {
    	display:inline-block;
    	float:left;
    	width:10rem;
    	height:auto;
    	padding-left: 10%;
    	padding-right: 10%;
    	padding-top:2%;
    	padding-bottom:2%;
    }
    .item_title {
        font-size: 0.8rem;
        width: 7rem;
        }
    .project-display {
        width: 7rem;
        height: 7rem;
    }
    #cookie-notification {
        font-size: 0.6rem;
    }
    #demo_video {
	width:80%;
    }
    #information_box {
    	width:400px;
    	margin-left:auto;
    	margin-right:auto;
    	margin-top:5%;
    	margin-bottom: auto;
    	background-color: black;
    }
    #framed_text {
    	border-style: double;
    	border-width: 5px;
    	font-family: 'Elephant';
    	background-color: #ffb833;
    	padding-left: 50px;
    	padding-right: 50px;
    	padding-top: 25px;
    	padding-bottom: 50px;
	font-size:18px;
     }
    .green_button {
    	background-color: #6B8E23;
    	border-color: black;
    	border-width: 1px;
    	font-family: 'Elephant';
    	padding-left: 2px;
    	padding-right: 2px;
    	padding-top: 2px;
    	padding-bottom: 2px;
    	margin: 2px;
    	width:45%;
	font-size:18px;
    }

    #exercise_description {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 50px;
    }

    .memo_right {
    font-size: 1rem;
    padding-left: 0.2rem;
    }

    .user_link_table {
    margin-left: 4rem;
    margin-bottom: 1rem;
    }

        #exercise_history {
    left: 0rem;
    top: 8rem;

}

    #history_img {
        width: 96%;
    }

