
/* Базовые стили */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url('../img/backgroundsite.png') no-repeat center;
  background-size: cover;
  font-family: 'Comfortaa', sans-serif;
  box-sizing: border-box;
  line-height: 1.7;
  font-size: 15px;
}


.ag_filled {
  background-color: #c8ebf7 !important;
}

.client_filled {
  background-color: #faf0ff !important;
}

.rep_calculations{
  background-color: #f6f6cc !important;
}

.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #227f06;
  background-color: #e5ebdd;
  color: #424343;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

.tabulator .tabulator-footer {
  color: #0000FF;
  font-weight: 900;
  font-size: 15px;
  white-space: nowrap;
  -webkit-user-select: none;
  }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input[type="search"] {
  padding: 1px !important;
  border-radius: 5px;
  border: 0.3px solid #ddd;
  font-family: "Arial Narrow", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.tabulator .tabulator-header .tabulator-col {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px solid #ddd;
  background: #e5ebdd;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}

#users-table,
#rights-table,
#submenu-table,
#clients-table,
#managers-table,
#positions-table,
#placements-table,
#activities-table,
#services-table,
#departments-table,
#classification-table,
#reports-table,
#localization-table,
#scheduler-table,
#currency-table,
#struct-table,
#access-table,
#restrictions-table,
#botusers-table,
#clientservices-table,
#nps-table {
  background-color: #ccc;
  border: 1px solid #333;
  border-radius: 10px;
}

#clients-table,
#managers-table,
#positions-table,
#placements-table,
#activities-table,
#services-table,
#departments-table,
#classification-table,
#reports-table,
#clientservices-table {
  margin-bottom: 10px;
}

#clientservices-table,
#struct-table,
#access-table,
#reports-table {
  font-family: "Arial Narrow", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

#calendar{
  font-size: 14px;
  font-weight: 600;
  color: #c82424;
  margin-bottom: 5px;
  margin-left: 10px;
}

.calendar {
  border: 1px;
  border-radius: 5px;
}

.tabulator-row.tabulator-selected {
  background-color: #b9d8bd !important;
}

.tabulator {
  background-color: #faf8f8;
}

.tabulator-cell.edit_col {
  color: darkgreen;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

#block_data {
  width: 100%;
}

#block_rights {
  width: 30%;
}

#rights-table,
#submenu-table {
  width: 100%;
  height: 100%;
}

#data-table,
#users-table {
  width: 99%;
  height: 100%;
}

.flex-container {
  display: flex;
  width: 100%;
}

.four {
  background: #f4f7ee;
  padding: 55px 15px;
  text-align: center;
}

.four h1 {
  font-family: 'Merriweather', serif;
  position: relative;
  color: #117015;
  font-size: 20px;
  font-weight: normal;
  padding: 8px 20px 7px 20px;
  border-top: 2px solid;
  border-left: 2px solid;
  display: inline-block;
  margin: 10;
  line-height: 1;
}

@media (max-width: 450px) {
  .four h1 {
    font-size: 36px;
  }

  .four h1:before {
    width: 10px;
    height: 20px;
    top: -10px;
    left: -20px;
  }
}

input[name="calendar"] {
  margin-bottom: 10px; /* Задайте нужное вам значение margin-bottom */
}

#clientservices-table .tabulator-cell.cssOverflow {
  overflow: visible !important;
  position: relative;
}


  #clientservices-table .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
    border: 1px;
    background: transparent;
    outline: none;
    text-align: -webkit-center;
  }