body{
    /* Background pattern from Toptal Subtle Patterns */
    background-image: url('backgrounds/interlaced.png');
    min-height: 1000px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;

    text-align: center;
    margin:auto !important;
    width: 80%;

}
h3{
    margin-top: 5rem !important;
    font-size: 145% !important;

}
#form{
    margin-top: 5%;
    margin-bottom: 3%;

}
#title{
    background-color: rgba(13, 110, 253, 0.6);
    border: 2px;
    border-style: none none solid none;

}
#result, #current_profile{
    font-size: 30px;
    font-weight: bold;
    color: #0d6efd;

}
#current_profile{
    font-size: 22px !important;

}
.form-check label{
    color: #0d6efd;
    font-size: 20px;
    font-weight: bold;
    padding: 0 8px 0 8px;

}
.radio{
    display: flex;
    align-items: center;

}
.login_form_div{
    padding: 20% 0 25% 0;

}
#login_form{
    width: 50%;
    margin: auto;

}
#logout_btn, #back_btn{
    position: absolute;
    top: 1rem;
    right: 3rem;
    z-index: 2;

}
#profiles_btn{
    position: absolute;
    top: 1rem;
    left: 3rem;
    z-index: 2;

}
#profiles, #subprofiles, #new_profile_name, #label_add_form{
    margin: auto;
    margin-bottom: 30px;
    text-align: left;

}
.alert_container{
    position: absolute;
    width: 20rem;
    top: 65px;
    left: 10px;
    z-index: 3;

}
.profiles_form_div{
    padding-top: 7%;
    width: 65%;
    display: flex;
    align-items: center;
    margin: auto;

}
#checked_elements{
    font-size: 130%;
    height: 100%;
    overflow: auto;
    background: white;
    border-radius: 5px;
    border: #0d6efd solid 1px;
    list-style-type:none;
    padding-right: 6px;
    padding-left: 6px;

}
#checked_elements li{
    cursor:pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
.profiles_shower{
    height: 300px;
    width: 50%;
    margin-left: 5%;
    text-align: left;

}
.profiles_checker{
    margin-left: 10%;
    width: 40%;

}
.profiles_shower_index{
    height: 210px;
    width: 30%;
    margin-left: 5%;
    text-align: left;

}
.input_profiles{
    display: none;

}
.input_index{
    margin: auto;
    width: 40% !important;

}
.input_date_index{
    margin: auto;
    width: 20% !important;

}
.overall_end{
   background-color: #19bf43 !important;
   border-color: #15a539 !important;

}
.partial_end{
    background-color: #d34646 !important;
    border-color: #ad3636 !important;

}

.input-group{
    position: relative;
    display: flex;
    width: 100%;

}
.input-group-addon{
    height: 2%;

    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;

}
.input-group-addon a{
    display: block;
    padding: 0.5rem 0.75rem;
    color: #0d6efd;

}
.confirm_form{
    display: flex;
    align-items: center;
    justify-content: center;

}
