body {
    background-color: #5f5f5f;
}
/* главный див в html  */
.one_div{
    display:block; 
    position: relative; 
    top: 2%; 
    height: max-content;
}
.alert {
    text-align: left;
}
/* Контейнер вывода списка нарядов*/
.cover-container {
    max-width: 55em;
}
/* Контейнер вывода списка нарядов цвет*/
.alert-info {
    color: #ebebeb;
    background-color: #bd5454;
    border-color: #000000;
}
/* надпись надо списком материалов */
.h4{
    text-align: center;
    color: rgb(255, 255, 255);
}
/* кнопка выбрать наряда */
.btn-primary {
    color: #fff;
    background-color: #095bd5;
    border-color: #0d6efd;
    width: 100%;
}
/*Naryds_worker*/
.Naryds_worker_input{
    width: 40%;
    background: transparent;
    border: none;
    color: #ffffff;
}
/*Naryds_edit*/
.Naryds_edit_input{
    width: 63%;
    background: transparent;
    border: none;
    color: #ffffff;
}
.Naryds_edit_textarea{
    background: rgb(255, 255, 255);
    width: 100%; 
}
.Naryds_edit_select{
    width: 100%;
}
/* Контейнер расположение кол-ва нарядов */
.kol-narydov{
    text-align: left;
    width: 100%;
    float: left;
}
/* СТрока поиска материала */
#myInput {
    background-position: 10px 12px; /* Расположите значок поиска */
    background-repeat: no-repeat; /* Не повторяйте изображение значка */
    width: 100%; /* Полная ширина */
    font-size: 20px; /* Увеличить размер шрифта */
    padding: 12px 20px 12px 40px; /* Добавить немного отступов */
    border: 2px solid #000000;/* Добавить серую границу */
    color: #ffffff;
    background-color: #0d6efd;
    margin-bottom: 15px; /* Добавить некоторое пространство под входом */
  }
  ::-webkit-input-placeholder {
    color:#ffffff;
}
  ul { 
    width:auto;     /* ширина, которая вам нужна */
    height:8cm;    /* высота, которая вам нужна */
    overflow-x: hidden;
    overflow-y:hidden;
    overflow: auto;
    scrollbar-width: 0px;
    ;
}
/* Label Free_materials*/
.list-group-item{
    height: 60px;
    display: flex;
}
.text_free_materials{
    text-align: left;
    width: auto;
    position:absolute;
    left: 1px;
    right: 60px;
}
.input_free_materials{
    text-align: left;
    width: 35px;
    border: 1px solid rgb(83, 81, 81);
    position:absolute;
    right: 30px;
}
.text_unit_free_materials{
    text-align: right;
    width: 20px;
    position:absolute;
    right: 7px;
}

/* Free_materials_check */
.table_Free_materials_check{
    width: 80%; 
    text-align:left; 
    color:black;
}   
.td_Free_materials_check{
    height: 60px; 
    background: rgb(255, 255, 255); 
    border: 1px solid #333;
    padding: 5px;
}
.table_Free_materials_check2{
    width: 20%;
    text-align: right;
    color: black;
} 
.td_Free_materials_check2{
    height: 60px;
    background: rgb(255, 255, 255);
    border: 1px solid #333;
    padding: 5px;
}
.input_Free_materials_check{
    width:80%;
    border: none;
    color: #000000;
    text-align: right;
    height: 40px;
}

/* Pay_materials */
.text_Pay_materials{
    text-align: left;
    width:70%;
    position:absolute;
    left: 1px;
    right: 60px;
}
.input_Pay_materials{
    text-align: left; 
    width: 35px; 
    border: 1px solid rgb(83, 81, 81); 
    position:absolute; 
    right: 30px;
}
.text_Pay_materials2{
    text-align: right; 
    width: 20px;
    position:absolute; 
    right: 7px;
}

/* Pay_materials_check */
.table_Pay_materials_check{
    width: 80%; 
    text-align:left; 
    color:black;
}   
.td_Pay_materials_check{
    height: 60px; 
    background: rgb(255, 255, 255); 
    border: 1px solid #333;
    padding: 5px;
}
.table_Pay_materials_check2{
    width: 20%;
    text-align: right;
    color: black;
} 
.td_Pay_materials_check2{
    height: 60px; 
    background: rgb(255, 255, 255); 
    border: 1px solid #333;
    padding: 5px;
}
.input_Pay_materials_check{
    width:80%; 
    color: #000000; 
    text-align: right; 
    height: 40px;
    border: none;
}

/* Pay_usluga */
.text_Pay_usluga{
    text-align: left;
    width:70%;
    position:relative;
    left: 1px;
    right: 60px;
}
.input_Pay_usluga{
    text-align: left; 
    width: 35px; 
    border: 1px solid rgb(83, 81, 81); 
    position:absolute; 
    right: 30px;
}
.text_Pay_usluga2{
    text-align: right; 
    width: 20px;
    position:absolute; 
    right: 7px;
}

/* Pay_usluga_check */
.table_Pay_usluga_check{
    width: 80%; 
    text-align:left; 
    color:black;
}   
.td_Pay_usluga_check{
    height: 60px; 
    background: rgb(255, 255, 255); 
    border: 1px solid #333;
    padding: 5px;
}
.table_Pay_usluga_check2{
    width: 20%;
    text-align: right;
    color: black;
} 
.td_Pay_usluga_check2{
    height: 60px; 
    background: rgb(255, 255, 255); 
    border: 1px solid #333;
    padding: 5px;
}
.input_usluga_check{
    width:80%; 
    color: #000000; 
    text-align: right; 
    height: 40px;
    border: none;
}

/* Itog_pay_check */
.table_Itog_pay_check{
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:left; 
    color:black;
}   
.td_Itog_pay_check{
    height: 60px; 
    background: rgb(255, 255, 255); 
    border: 1px solid #333;
    padding: 5px;
}
/* input_Itog_pay_check */
.input_Itog_pay_check{
    width:80%; 
    color: #000000; 
    text-align: right; 
    height: 40px;
    border: none;
}
/* Стиль ИНЖЕНЕР */

.infa_naryds_workers{
    width: 50%;
    float: right;
} 

.button_en{
    float: right;
} 

.button_sum_en{
    float: left;
} 

/*таблица итог нарядов*/
.tabs {
    width: auto;
    padding: 0px;
    margin: 0 auto;
}
 
section {
    height: 0px;
    background: #ffffff;
    overflow: hidden;
    margin: -1px 0px 0px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.2s;
}
 
table{
    width: auto;
}
 
.tabs > input {
    width: auto;
    display: none;
}
 
.tabs > label {
    display: block;
    padding: 7px 15px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    border: 1px solid #ddd;
    background: #ffffff;
}
 
.tabs > label:hover {
    color: #888;
    cursor: pointer;
    background: #fff;
}
 
.tabs > input:checked + label {
    color: #555;
    background: #fff;
}
 
#tab1:checked ~ #content-tab1{
    height: auto;
    background: #0887cb;
}
/* Скрытие кнопки от печати*/

/*Стиль для добавление новой домовой карты*/
.housetable { 
    font-size:18px;
    caption-side: bottom; 
    background-color: white;
    text-align: center ;
    display: inline-block;
}     .htd  {
text-align: center;
width:55px;
height: 34px;
max-width: 55px;
max-height: 34px;
color:black;
}   .hcaption{
    text-align:center;
}