*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
   text-decoration: none;
   color: #000;
}
body {
    font-family: sans-serif;
    font-size: 14px;
}

.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.tarif {
    padding: 0 0 5px 0;
}
.newRate-inp {
    width: 45% !important;
}
.newRatio-inp {
    width: 10% !important;
}
.tarif-wrapper {
    display: flex;
}
th {
    width: 200px;
}
.item {
    width: 96%;
    /* margin-bottom: 20px; */
}
.tarif-item label {
    display: block;
    width: 153px;
    /*height: 20px;*/
    float: left;
    /*margin-bottom: 10px;*/
}
.tarif-item input, .tarif-item select{
    margin-bottom: 10px;
    width: 60%;
    padding: 2px 0;
    line-height: 0;
}
.note {
    display: flex;
    align-items: center;
}
.note label {
    margin-right: 20px;
}
.note, .note .input-note {
    width: 100%;
}
 th, tbody, td {
    /* border: 1px solid black; */
    font-weight: 500;
}
table, th, td {
    border-collapse: collapse;
    /* width: 384px; */
  }
  td,th {
      padding: 5px;
      border: 1px solid #0000001f; 
  }
  .tarif-item h1 {
      margin-bottom: 25px;
      position: relative;
      padding-right: 40px;
      font-size: 21px;
      font-weight: 100;
  }
  .tarif-item h1::after {
      content: "";
      position: absolute;
      border: 1px solid grey;
      width: 9%;
      top: 50%;
      right: 7%;
  }
  .salary-wrapper {
      display: flex;
      align-items: center;
  }
.border {
    border: none;
    width: 35%;
}
  .checkbox {
      width: 40px !important;
      height: 23px;
  }
  label {
      text-align: left;
  }
  .salary-inp {
      width: 60% !important;
  }
  .half {
      width: 29% !important;
  }
  .member-select {
      margin-right: 2px;
  }
 .color {
     background-color: #00ffff2b;
     
 }

 tbody tr td {
     position: relative;
 }

 .edit {
     border: 0px;
     font-family: inherit;
     font-size: inherit;
     text-align: inherit;
     background-color: #FFFACD;
     margin-bottom: 0 !important;
     padding: 0 !important;
     position: absolute;
     left: 0;
     top: 0;
 }

 .select {
     padding: 0;
     margin: 0;
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100%;
 }
.bottom {
    margin-top: 20px;
}
.edit-table table {
    /*width: 990px;*/
}
.table-wrapper {
    border: 1px solid black;
    min-height: 280px;
}
#edit-first tbody tr th {
    border-top: none;
}
/* #edit-second tbody tr td {
    border-bottom: none;
} */
#edit-first {
    margin-bottom: 28px;
}
 .select-input {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 75% !important;
    height: 100%;
    z-index: 2;
 }
 .copybook-header, .hour__wrapper {
     margin-top: 20px;
 }
 .tarif-wrapper {
     padding-bottom: 20px;
     border-bottom: 1px solid grey;
 }
 .teach-salary__wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 .teach-inner {
     display: flex;
     align-items: center;
 }
 .teach-inner div {
     margin-right: 15px;
 }
 .teach-inner div input {
     padding: 5px 0;
     line-height: 0;
 }
 .ybtn, .footer-btn {
     padding: 5px;
     border: 1px solid grey;
     width: 105px;
     cursor: pointer;
 }
 .teach-overall {
     display: flex;
     align-items: center;
 }
 .menu__wrapper {
     display: flex;
     border: 1px solid black;
     padding: 5px;
     border-bottom: none;
 }

 .header h1 {
    text-align: center;
    /* padding-bottom: 20px; */
    font-size: 16px;
    border: 1px solid black;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-weight: 400;
 }
 .menu__wrapper a {
     display: block;
     margin-right: 10px;
     text-align: center;
 }
 .menu__wrapper div {
     margin-top: 5px;
     display: block;
 }
 .footer-btn__wrapper {
     margin-top: 20px;
 }
.header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border: 1px solid black;
    border-bottom: none;
}
.header-head {
    margin: 0 auto;
}
.bottom-descr {
    border: 1px solid black;
    display: flex;
    border-top: none;
    background: #80808036;
}
.bottom-descr div {
    margin-right: 10px;
}
.all {
    margin-left: 55px;
}

.filter {
    width: 300px;
    height: 400px;
    background-color: #8080806b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-item {
    margin-bottom: 10px;
}
.filter-header {
    display: flex;
}
.sched-wrapper {
    display: flex;
}
.sched-item input,  .sched-item select{
    margin-bottom: 10px;
    width: 44%;
    padding: 5px 0;
}

.sched-part label {
    width: 50%;
}