
body {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkQABJRihbkoGB4TmIA2aABAEW4AIdka615AAAAABJRU5ErkJggg==) repeat;

    background-color: #eae6ca;
}

#Admin_but {
    position: relative;
    display: block;
    width: 200px;
    height: 35px;
    border-radius: 7px;
    background-color: #2c3e50;
    border: solid 1px transparent;
    color: #fff;
    font-size: 100%;
    font-weight: 300;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.one {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-size: 50px;
    color: #464242;
}

.istori {
    flex: 0 0 25%;
    text-align: right;
    text-decoration: none;
    font-size: 50px;
    color: #464242;

}

.grafik {
    flex: 0 0 25%;
    text-align: left;
    text-decoration: none;
    font-size: 50px;
    color: #464242;
}

div.hrlog {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkQABJRihbkoGB4TmIA2aABAEW4AIdka615AAAAABJRU5ErkJggg==) repeat,
    -webkit-linear-gradient(left,
            rgba(47, 163, 173, 0.59) 0%,
            rgba(255, 228, 181, 0.63) 40%,
            rgba(255, 228, 181, 0.63) 60%,
            rgba(47, 163, 173, 0.59) 100%);
    transition: background 10s ease;
    display: flex;
    justify-content: space-between;
}


div.fon {

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkQABJRihbkoGB4TmIA2aABAEW4AIdka615AAAAABJRU5ErkJggg==) repeat,
    -webkit-linear-gradient(left,
            rgb(224, 215, 105) 0%,
            rgb(68, 57, 46) 40%,
            rgba(68, 57, 46) 60%,
            rgba(224, 215, 105) 100%);
}

/* Кнопки день, диапазон, месяц */

form.butadmin {
    right: 100px;
    float: right;
}

div.buton_periud {
    display: flex;
    justify-content: center;
}


.btn-hover.color-1 {
    background: #2c3e50;

}

.btn-hover {
    width: 200px;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 35px;
    text-align: center;
    border: none;
    background-size: 300% 100%;

    border-radius: 7px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.btn-hover:focus {
    outline: none;
}


/* Графики

div.highcharts-container {
    width: 200px;
    height: 500px;
    border-radius: 70%;

}

div.highcharts-container {
    background-color: #EEDDFF;
    border: 6px #7922CC;
    border-radius: 25px;

}
*/
td, th {
    border-collapse: collapse;
    border: 3px solid #245488;
    font-size: 90%;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;


}

table td.Avg0 {
    font-size: 25px;

}

table td.Avg1 {
    font-size: 25px;

}

div.container_AVG_Month {
    margin: auto;

}



table.TimeTable {
    width: 200px;
    margin: revert;
}

/*
table {
    width: 1000px;
    margin: auto;
}

table {
    width: 70%;
}
 */

/* Форма
*/
label {
    font-size: 25px;
}


#date_value {
    font-size: 25px;
    background-color: #2c3e50;
    color: white;
    border: 3px solid #2c3e50;
    border-radius: .25em;
}

#select_line, #party {
    width: 200px;
    height: 35px;
    overflow: hidden;
    border: 0;
    background-color: #2c3e50;
    color: white;
    border-radius: 7px;
}

#select_line {
    padding-top: 0px;
    padding-bottom: 2px;
    margin-left: 10px;
    margin-bottom: 10px;
}

:root {
    --darkgray: #2c3e50;
}

.Button_Form {
    position: relative;
    display: block;
    width: 200px;
    height: 35px;
    border-radius: 7px;
    background-color: #2c3e50;
    border: solid 1px transparent;
    color: #fff;
    font-size: 100%;
    font-weight: 300;
    cursor: pointer;
    transition: all .1s ease-in-out;


}

.button-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.It_pops_up {
    background: #2c3e50;
}

.It_pops_up {
    width: 150px;
    color: #fff;
    cursor: pointer;
    /*margin: 20px;

     */
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;

    border-radius: 7px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.It_pops_up:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.It_pops_up:focus {
    outline: none;
}


#blablabla {
    display: none;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

#blablabla.open {
    display: block;
}

.popup, .button_bottle, .popup_product {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.5);
    transition: all 0.5s ease;
    display: none;
}

.popup_open {
    display: block;
}

.popup__container, .bottle__container, .popup__container_product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    max-width: 588px;
    width: 100%;
}

.popup__wrapper, .bottle__wrapper, .popup__wrapper_product {
    padding: 40px;
}

.popup__close, .bottle__close, .popup__close_product {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.popup__close:hover {
    color: #ccc;
}

.bottle__close:hover {
    color: #ccc;
}

.popup__close_product:hover {
    color: #ccc;
}

#ButtonSee {
    float: left;
    margin-right: 10px;
}

#info_formula {
    width: 200px;
    height: 35px;
    border-radius: 7px;
    float: right;
    top: 4px;
    position: relative;
}


#info_bottle {
    width: 200px;
    height: 35px;
    border-radius: 7px;
    top: 0px;
    position: relative;
}

#table_bottle {
    display: flex;
    justify-content: center;
}

/*
#info_formula, #info_bottle {
    display: block;
    width: 200px;
    margin: 10px auto;
    height: 35px;
}

 */


/* Таблица два
padding-left: -10%;
*/
#DateTabelProduct, #DateTabelProduct2 {
    width: 700px;
}

/*
Месяц
 */
#Cap_cake {
    display: flex;
    justify-content: space-between;
}

#title_month_chart {
margin: auto;
  font-weight: bold;
  font-size: 37px;
  width: 250px;
  padding: 10px 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background-color: #2c3e50;
  color: white;
}


#Cap_cake_1, #Cap_cake_2, #Cap_cake_3, #Cap_cake_1_1, #Cap_cake_2_1, #Cap_cake_3_1{

    max-width: 300px;
    height: 300px;
    margin: auto;
    overflow: hidden;
    background-color: #EDF0;
}

#Cap_cake_1.highcharts-container, #Cap_cake_2.highcharts-container, #Cap_cake_3.highcharts-container {
    background-color: #EDF0;

}

/*
День
 */
#Table, #Table_2 {

    display: flex;
    justify-content: space-between;

}
    /*margin-right: 9%;
    margin-left: 10%;*/
    /*
padding-bottom: 5%;
padding-top: 5%;
 */
#DateTabel, #DateTabel_2 {
    height: 10%;
    padding-bottom: 2%;
    padding-top: 2%;
}

#CapDay, #CapNight {
    min-width: 0; /*50%;*/
    max-width: 50%;
    margin-right: 0; /*6%;*/
    height: 100%

}

#container_line1, #container_line2, #container_line3, #container_line4 {

    max-width: 88%;
    margin: 0 auto
}

/*
    position: fixed;
    top: 50%; отступ сверху
    right: 0%;
*/

/*
#main-div-form-Aout {
    position: relative;
}
*/
#main-div-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    background-color: white;
    border-radius: 20px;
}

#main-div-form h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #2c3e50;
    text-align: center;
}

.user-box {
    position: relative;
}

.user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #2c3e50;
    outline: none;
    background: transparent;
}

.user-box .label-one {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #2c3e50;
    pointer-events: none;
    transition: .5s;
}

.user-box input:focus ~ .label-one,
.user-box input:valid ~ .label-one {
    top: -20px;
    left: 0;
    color: #4b4a3f;
    font-size: 12px;
}

.func-click {
    display: flex;
    flex-direction: column;
}

.func-click .password-eys {
    margin-top: -20px;
    margin-bottom: 10%; /* Расстояние между элементами */
}

.func-click input[type="checkbox"] {
    transform: scale(1.5); /* Увеличение размера чекбокса */
}

.password-eys label {
    font-size: 20px;
}

/*
#button-emai{
    display: block;
    margin:0 auto;
}

 */
