.title_form {
    /* font-size: 40px; */
    /* font-weight: bold; */
    text-align: center;
    /* padding: 20px; */
}

.entire_form {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #282828 !important;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    /*background: #262626;*/
    overflow: auto;
    /* max-height: 666px; */
}

select#year_selection {
    width: 20%;
    /* padding: 20px; */
    display: inline-block;
}

select#month_selection {
    display: inline-block;
    /* padding: 20px; */
    width: 20%;
}

select#year_selection {
    width: 74%;
    /* padding: 20px; */
    display: inline-block;
    border: 1px solid #282828;
    border-radius: 3px;
}

select#month_selection {
    display: inline-block;
    /* padding: 20px; */
    width: 74%;
    border: 1px solid #282828;
    border-radius: 3px;
}


.subtitle_form {
    /* font-size: 20px; */
    /* font-weight: bold; */
    text-align: center;
}

.option_title {
    display: inline-block;
    color: #000000 !important;
    /* font-size: 20px; */
    /* font-weight: bold; */
}

h5 {
    color: black;
}

table.table_time {
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* border-radius: 20px; */
    /* width: 550px; */
    /* background: #202020; */
    background: #c6c6c6;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    border-radius: 3px;
    border-collapse: separate;
    border: 1px solid #282828;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


select#month_selection {}

.subtitle_form.subtitle_pipeline {
    padding-top: 20px;
}

.option_pipeline {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 20px;
}

.subtitle_form.subtitle_section {
    padding-top: 20px;
}

.option_section {/* background: #202020; */width: 250px;margin-left: auto;margin-right: auto;/* border-radius: 20px; */padding-left: 20px;padding-right: 20px;padding-top: 10px;}


.submit_data {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    padding: 20px;
    text-align: center;
}

.option_pipeline_out {
    background: #c6c6c6;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    border-radius: 3px;
    border: 1px solid #282828;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.option_section_out {
    background: #c6c6c6;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    border-radius: 3px;
    border: 1px solid #282828;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

td.td_time {
    width: 40%;
    text-align: center;
}

.time_selector {
    margin: auto;
    margin-bottom: 10px;
}


.form_option_outer_div {
    background: #c6c6c6;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    border-radius: 4px;
    border: 1px solid #282828;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.form_list_option {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 20px;
}



.form_list_option_outer_div {
    background: #c6c6c6;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    border-radius: 3px;
    border: 1px solid #282828;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.form_list_option_single_entry {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;

}

/*test*/