body {
  font-family: "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif";
  font-weight: 200;
  font-size: 15px;
  line-height: 1.7;
  color: #c4c3ca;
  background-color: #d4dce5;
  overflow-x: hidden;
}

.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: #434242;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  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,
#accounts-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,
#emaillist-table,
#addressbook-table,
#tasks-table,
#access-table,
#restrictions-table,
#botusers-table,
#vtasks-table,
#clientservices-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,
#vtasks-table,
#clientservices-table {
  margin-bottom: 10px;
}

#clientservices-table,
#struct-table,
#emaillist-table,
#tasks-table,
#access-table,
#vtasks-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-top: 10px;
  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: 55%;
}

#block_rights {
  width: 30%;
}

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

#data-table,
#accounts-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 */
}

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