html, body {
  height: 100%;
}

#global-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 600px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff1f4), color-stop(20%, #f8f9fa), color-stop(80%, #f8f9fa), to(#eff1f4));
  background: linear-gradient(180deg, #eff1f4, #f8f9fa 20%, #f8f9fa 80%, #eff1f4);
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 10px;
}

.navbar-container > * {
  margin-bottom: 25px;
}

.navbar-container > *:last-child {
  margin-bottom: 10px;
}

.navbar-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.navbar-container > form {
  width: 100%;
}

.navbar-container .navbar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
}

.navbar-container .navbar__item {
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 10px;
  list-style-type: none;
  color: #837c7d;
}

.navbar-container .navbar__item.current {
  font-weight: bold;
  color: #3e3e3e;
  text-decoration: underline;
}

.navbar-container .navbar__item.current__link {
  color: inherit;
}

.navbar-container .navbar__item.current__link:hover {
  color: #0b0b0b;
}

.navbar-container .navbar__item__link {
  color: inherit;
}

.navbar-container .navbar__item__link:hover {
  color: #4f4a4b;
  text-decoration: none;
}

.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 600px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #f5f6f8;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-container > * {
  margin-bottom: 25px;
}

.search-container > *:last-child {
  margin-bottom: 10px;
}

.search-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.search-container > form {
  width: 100%;
}

.search-container > *:last-child {
  margin-bottom: 0;
}

.search-container form {
  max-width: 1200px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
}

.search-container form input {
  margin-left: auto;
  width: 30%;
  min-width: 150px;
  padding: 2px 10px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 600px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff1f4), color-stop(20%, #f8f9fa), to(#f8f9fa));
  background: linear-gradient(180deg, #eff1f4, #f8f9fa 20%, #f8f9fa 100%);
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 10px;
  margin: 30px auto 0;
}

.footer-container > * {
  margin-bottom: 25px;
}

.footer-container > *:last-child {
  margin-bottom: 10px;
}

.footer-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.footer-container > form {
  width: 100%;
}

.footer-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 600px;
  max-width: 1300px;
  margin: auto;
  padding: 20px;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  text-align: justify;
}

.footer-container > div > * {
  margin-bottom: 25px;
}

.footer-container > div > *:last-child {
  margin-bottom: 10px;
}

.footer-container > div hr {
  width: 100%;
  margin: 0 0 60px;
}

.footer-container > div > form {
  width: 100%;
}

.projects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* min-width: 1200px; */
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.projects-container > * {
  margin-bottom: 25px;
}

.projects-container > *:last-child {
  margin-bottom: 10px;
}

.projects-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.projects-container > form {
  width: 100%;
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 770px;
  /* max-width: 1100px; */
  margin: auto;
  /* padding: 20px; */
}

.section-container > * {
  margin-bottom: 25px;
}

.section-container > *:last-child {
  margin-bottom: 10px;
}

.section-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.section-container > form {
  width: 100%;
}

/* .chat-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 770px;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
} */

/* .chat-container > * {
  margin-bottom: 25px;
} */

/* .chat-container > *:last-child {
  margin-bottom: 10px;
} */

.chat-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.chat-container > form {
  width: 100%;
}

.create-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 770px;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.create-container > * {
  margin-bottom: 25px;
}

.create-container > *:last-child {
  margin-bottom: 10px;
}

.create-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.create-container > form {
  width: 100%;
}

.edit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 770px;
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}

.edit-container > * {
  margin-bottom: 25px;
}

.edit-container > *:last-child {
  margin-bottom: 10px;
}

.edit-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.edit-container > form {
  width: 100%;
}

.small-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 400px;
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

.small-container > * {
  margin-bottom: 25px;
}

.small-container > *:last-child {
  margin-bottom: 10px;
}

.small-container hr {
  width: 100%;
  margin: 0 0 60px;
}

.small-container > form {
  width: 100%;
}

.projectsTable {
  width: 100%;
  margin: 0 auto 20px;
}

.projectsTable__pagination {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projectsTable__statusIcon {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.projectsTable__comment:hover {
  text-decoration: underline;
  cursor: pointer;
}

.projectsTable__textarea {
  resize: none;
  min-height: 110px;
}

.projectsTable__textarea:focus {
  outline: none;
}

.projectsTable__dateInput {
  position: relative;
  max-width: 170px;
  margin: auto;
}

.projectsTable__dateInput input {
  background-color: transparent;
  padding: 10px !important;
  border: 1.5px #767676 solid;
  border-radius: 4px;
  cursor: pointer;
}


.projectsTable__dateInput svg {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}

.projectsTable__dateInput input:focus {
  outline: none;
}

.projectsTable__statusColor--valid {
  background-color: #fff;
}

.projectsTable__statusColor--completed {
  background-color: #C4E0B2;
}

.projectsTable__statusColor--extended {
  background-color: #FFDDC6;
}

.projectsTable__statusColor--invalid {
  background-color: #FFB2B2;
}

.projectsTable__statusIcon--valid {
  border: 1px #DEE2E6 solid;
}

.projectsTable__statusIcon--completed {
  border: 1px transparent solid;
}

.projectsTable__statusIcon--extended {
  border: 1px transparent solid;
}

.projectsTable__statusIcon--invalid {
  border: 1px transparent solid;
}

.projectsTable td {
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.projectsTable table:not(#completed_project_table) tr:last-child td {
  border-bottom: none;
}

.projectsTable table:not(#completed_project_table) tbody tr:last-child td {
  border-bottom: none;
}

.projectsTable#completed_project_table {
  margin-bottom: 0;
}

.projectsTable tfoot tr td {
  border: none;
}

.projectsTable .cell-center {
  text-align: center;
}

.projectsTable .cell-center > * {
  margin-left: auto;
  margin-right: auto;
}

.projectsTable .cell-start {
  text-align: left;
}

.projectsTable .cell-restricted {
  max-width: 140px;
  overflow-x: auto;
}

.projectsTable .cell-textmark {
  width: 140px;
  max-width: 140px;
}

.projectsTable .cell-140 {
  width: 140px;
  max-width: 140px;
}

.projectsTable .cell-deadline {
  width: 190px;
  max-width: 190px;
}

.projectsTable .cell-remove {
  width: 62px;
  max-width: 62px;
}

.projectsTable .cell-200 {
  width: 200px;
  max-width: 200px;
}

.projectsTable .inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.projectsTable .inline-wrap {
  margin: -8px 0;
  padding: 8px 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projectsTable .font-12 {
  font-size: 12px;
}

.projectsTable .cell-preempty {
  border-right: none;
}

.projectsTable__header {
  font-weight: bold;
  text-align: center;
}

.projectsTable__header--sticky {
  position: sticky;
  top: -1px;
  z-index: 2;
}

.projectsTable__header__row {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(20%, #f2f2f2), color-stop(80%, #f2f2f2), to(#e5e5e5));
  background: linear-gradient(180deg, #e5e5e5, #f2f2f2 20%, #f2f2f2 80%, #e5e5e5);
}

.projectsTable__header__row__cell {
  padding: 8px 15px;
}

.projectsTable__header__row__cell.is-ok {
  width: 140px;
}

.projectsTable__header__row__cell.is-visible {
  width: 70px;
}

.projectsTable__header__row__cell input {
  padding-left: 3px;
  padding-right: 3px;
}

.projectsTable__header i {
  font-size: 24px;
}

.projectsTable__status-icon-container {
  padding-left: 10px;
}

.projectsTable__body__row__cell {
  padding: 8px 15px;
}

.projectsTable__body__row__cell--status {
  display: flex;
  justify-content: space-between;
}

.projectsTable__body__row__cell .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.projectsTable__body__row__cell button.remove {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="ok"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #27ee03, #1fbc02 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="ok"].is-ok-change {
  cursor: pointer;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #ff4444, #ff1111 120%);
  text-shadow: 0 2px 4px #2e3540;
  color: white;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"].is-ok-change {
  cursor: pointer;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #fbff23, #ebef00 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"].is-ok-change {
  cursor: pointer;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="missing"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #b9e9ff, #86d9ff 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.projectsTable__body__row__cell.is-ok div[data-checkout][data-checkout="missing"].is-ok-change {
  cursor: pointer;
}

.projectsTable__body__row__cell .formWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.projectsTable__body__row__cell .formWrapper > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.projectsTable__body__row__cell input, .projectsTable__body__row__cell textarea, .projectsTable__body__row__cell select {
  width: 100%;
  padding: 1px 3px;
}

.projectsTable__body__row__cell input[readonly], .projectsTable__body__row__cell textarea[readonly], .projectsTable__body__row__cell select[readonly] {
  border: none;
}

.projectsTable__body__row__cell input[data-field="index"], .projectsTable__body__row__cell textarea[data-field="index"], .projectsTable__body__row__cell select[data-field="index"] {
  width: 50px;
}

.projectsTable__body__row__cell input[type="date"], .projectsTable__body__row__cell textarea[type="date"], .projectsTable__body__row__cell select[type="date"] {
  width: 140px;
}

.projectsTable__body__row__cell select {
  background: inherit;
}

.projectsTable__body__row__cell .is-visible-change {
  cursor: pointer;
}

.projectsTable__body__row__cell [data-files] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projectsTable__body__row__cell [data-files] .file {
  position: relative;
  margin-right: 2px;
  margin-bottom: 0;
}

.projectsTable__body__row__cell [data-files] .file:last-child {
  margin-right: 0;
}

.projectsTable__body__row__cell [data-files] .file .delete-file {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  right: -7px;
  color: red;
  top: -10px;
  display: none;
}

.projectsTable__body__row__cell [data-files] .file:hover .delete-file {
  display: inline-block;
}

.projectsTable__body__row__cell [data-files] .file:hover .delete-file:hover {
  color: #c20000;
}

.sectionTable {
  width: 100%;
  margin: 0 auto 20px;
  margin-bottom: 45px;
}

.sectionTable td {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.sectionTable td:last-child {
  border-right: none;
}

.sectionTable tr:last-child td {
  border-bottom: none;
}

.sectionTable tbody tr:last-child td {
  border-bottom: none;
}

.sectionTable tfoot tr td {
  border: none;
}

.sectionTable .cell-center {
  text-align: center;
}

.sectionTable .cell-center > * {
  margin-left: auto;
  margin-right: auto;
}

.sectionTable .cell-start {
  text-align: left;
}

.sectionTable .cell-restricted {
  max-width: 140px;
  overflow-x: auto;
}

.sectionTable .cell-textmark {
  width: 140px;
  max-width: 140px;
}

.sectionTable .cell-140 {
  width: 140px;
  max-width: 140px;
}

.sectionTable .cell-deadline {
  width: 190px;
  max-width: 190px;
}

.sectionTable .cell-remove {
  width: 62px;
  max-width: 62px;
}

.sectionTable .cell-200 {
  width: 200px;
  max-width: 200px;
}

.sectionTable .cell-min-70 {
  min-width: 70px;
}

.sectionTable .cell-min-140 {
  min-width: 140px;
}

.sectionTable .cell-max-140 {
  max-width: 140px;
}

.sectionTable .cell-max-160 {
  max-width: 160px;
}

.sectionTable .cell-max-200 {
  max-width: 200px;
}

.sectionTable .inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sectionTable .inline-wrap {
  margin: -4px 0;
  padding: 4px 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sectionTable .font-12 {
  font-size: 12px;
}

.sectionTable .cell-preempty {
  border-right: none;
}

.sectionTable__header {
  font-weight: bold;
  text-align: center;
}

.sectionTable__header__row {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(20%, #f2f2f2), color-stop(80%, #f2f2f2), to(#e5e5e5));
  background: linear-gradient(180deg, #e5e5e5, #f2f2f2 20%, #f2f2f2 80%, #e5e5e5);
}

.sectionTable__header__row__cell {
  padding: 8px 15px;
}

.sectionTable.padding-small .sectionTable__header__row__cell {
  padding: 8px;
}

.sectionTable.padding-small .sectionTable__header__row:first-child .sectionTable__header__row__cell {
  padding: 8px 15px;
}

.sectionTable__header__row__cell.is-ok {
  width: 140px;
}

.sectionTable__header__row__cell.is-visible {
  width: 70px;
}

.sectionTable__header__row__cell input {
  padding-left: 3px;
  padding-right: 3px;
}

.sectionTable__header i {
  font-size: 24px;
}

.sectionTable__body__row__cell {
  padding: 4px 15px;
  max-width: 0;
  word-break: break-word;
}

.sectionTable.padding-small .sectionTable__body__row__cell {
  padding: 4px 8px;
}

.sectionTable__body__row__cell .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sectionTable__body__row__cell button.remove {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="ok"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #27ee03, #1fbc02 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="ok"].is-ok-change {
  cursor: pointer;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #ff4444, #ff1111 120%);
  text-shadow: 0 2px 4px #2e3540;
  color: white;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"].is-ok-change {
  cursor: pointer;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #fbff23, #ebef00 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"].is-ok-change {
  cursor: pointer;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="missing"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #b9e9ff, #86d9ff 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.sectionTable__body__row__cell.is-ok div[data-checkout][data-checkout="missing"].is-ok-change {
  cursor: pointer;
}

.sectionTable__body__row__cell .formWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sectionTable__body__row__cell .formWrapper > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sectionTable__body__row__cell input, .sectionTable__body__row__cell textarea, .sectionTable__body__row__cell select {
  width: 100%;
  padding: 1px 3px;
}

.sectionTable__body__row__cell input[readonly], .sectionTable__body__row__cell textarea[readonly], .sectionTable__body__row__cell select[readonly] {
  border: none;
}

.sectionTable__body__row__cell input[data-field="index"], .sectionTable__body__row__cell textarea[data-field="index"], .sectionTable__body__row__cell select[data-field="index"] {
  width: 50px;
}

.sectionTable__body__row__cell input[type="date"], .sectionTable__body__row__cell textarea[type="date"], .sectionTable__body__row__cell select[type="date"] {
  width: 140px;
}

.sectionTable__body__row__cell select {
  background: inherit;
}

.sectionTable__body__row__cell .is-visible-change {
  cursor: pointer;
}

.sectionTable__body__row__cell [data-files] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sectionTable__body__row__cell [data-files] .file {
  position: relative;
  margin-right: 2px;
  margin-bottom: 0;
}

.sectionTable__body__row__cell [data-files] .file:last-child {
  margin-right: 0;
}

.sectionTable__body__row__cell [data-files] .file .delete-file {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  right: -7px;
  color: red;
  top: -10px;
  display: none;
}

.sectionTable__body__row__cell [data-files] .file:hover .delete-file {
  display: inline-block;
}

.sectionTable__body__row__cell [data-files] .file:hover .delete-file:hover {
  color: #c20000;
}

.sectionTable.new .sectionTable__header__row {
  background: -webkit-gradient(linear, left top, left bottom, from(#78c7e8), color-stop(20%, #8ed0ec), color-stop(80%, #8ed0ec), to(#78c7e8));
  background: linear-gradient(180deg, #78c7e8, #8ed0ec 20%, #8ed0ec 80%, #78c7e8);
}

.sectionTable.new .sectionTable__header__row:not(:first-child) {
  background: #f2f2f2;
}

.sectionTable__header__row:not(:first-child) {
  background: #f2f2f2;
}

.createTable-first {
  width: 100%;
  margin: 0 auto 20px;
  margin-bottom: 50px;
}

.createTable-first td {
  border-bottom: 1px solid #dee2e6;
}

.createTable-first td:last-child {
  border-right: none;
}

.createTable-first tr:last-child td {
  border-bottom: none;
}

.createTable-first tbody tr:last-child td {
  border-bottom: none;
}

.createTable-first tfoot tr td {
  border: none;
}

.createTable-first .cell-center {
  text-align: center;
}

.createTable-first .cell-center > * {
  margin-left: auto;
  margin-right: auto;
}

.createTable-first .cell-start {
  text-align: left;
}

.createTable-first .cell-restricted {
  max-width: 140px;
  overflow-x: auto;
}

.createTable-first .cell-textmark {
  width: 140px;
  max-width: 140px;
}

.createTable-first .cell-140 {
  width: 140px;
  max-width: 140px;
}

.createTable-first .cell-deadline {
  width: 190px;
  max-width: 190px;
}

.createTable-first .cell-remove {
  width: 62px;
  max-width: 62px;
}

.createTable-first .cell-200 {
  width: 200px;
  max-width: 200px;
}

.createTable-first .inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.createTable-first .inline-wrap {
  margin: -8px 0;
  padding: 8px 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.createTable-first .font-12 {
  font-size: 12px;
}

.createTable-first .cell-preempty {
  border-right: none;
}

.createTable-first__header {
  font-weight: bold;
  text-align: center;
}

.createTable-first__header__row {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(20%, #f2f2f2), color-stop(80%, #f2f2f2), to(#e5e5e5));
  background: linear-gradient(180deg, #e5e5e5, #f2f2f2 20%, #f2f2f2 80%, #e5e5e5);
}

.createTable-first__header__row__cell {
  padding: 8px 15px;
}

.createTable-first__header__row__cell.is-ok {
  width: 140px;
}

.createTable-first__header__row__cell.is-visible {
  width: 70px;
}

.createTable-first__header__row__cell input {
  padding-left: 3px;
  padding-right: 3px;
}

.createTable-first__header i {
  font-size: 24px;
}

.createTable-first__body__row__cell {
  padding: 8px 15px;
}

.createTable-first__body__row__cell .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.createTable-first__body__row__cell button.remove {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="ok"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #27ee03, #1fbc02 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="ok"].is-ok-change {
  cursor: pointer;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #ff4444, #ff1111 120%);
  text-shadow: 0 2px 4px #2e3540;
  color: white;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"].is-ok-change {
  cursor: pointer;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #fbff23, #ebef00 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"].is-ok-change {
  cursor: pointer;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="missing"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #b9e9ff, #86d9ff 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.createTable-first__body__row__cell.is-ok div[data-checkout][data-checkout="missing"].is-ok-change {
  cursor: pointer;
}

.createTable-first__body__row__cell .formWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.createTable-first__body__row__cell .formWrapper > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.createTable-first__body__row__cell input, .createTable-first__body__row__cell textarea, .createTable-first__body__row__cell select {
  width: 100%;
  padding: 1px 3px;
}

.createTable-first__body__row__cell input[readonly], .createTable-first__body__row__cell textarea[readonly], .createTable-first__body__row__cell select[readonly] {
  border: none;
}

.createTable-first__body__row__cell input[data-field="index"], .createTable-first__body__row__cell textarea[data-field="index"], .createTable-first__body__row__cell select[data-field="index"] {
  width: 50px;
}

.createTable-first__body__row__cell input[type="date"], .createTable-first__body__row__cell textarea[type="date"], .createTable-first__body__row__cell select[type="date"] {
  width: 140px;
}

.createTable-first__body__row__cell select {
  background: inherit;
}

.createTable-first__body__row__cell .is-visible-change {
  cursor: pointer;
}

.createTable-first__body__row__cell [data-files] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.createTable-first__body__row__cell [data-files] .file {
  position: relative;
  margin-right: 2px;
  margin-bottom: 0;
}

.createTable-first__body__row__cell [data-files] .file:last-child {
  margin-right: 0;
}

.createTable-first__body__row__cell [data-files] .file .delete-file {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  right: -7px;
  color: red;
  top: -10px;
  display: none;
}

.createTable-first__body__row__cell [data-files] .file:hover .delete-file {
  display: inline-block;
}

.createTable-first__body__row__cell [data-files] .file:hover .delete-file:hover {
  color: #c20000;
}

.createTable-first__body__row__cell input[type="date"] {
  width: 100%;
}

.createTable-second {
  width: 100%;
  margin: 0 auto 20px;
}

.createTable-second td:last-child {
  border-right: none;
}

.createTable-second tr:last-child td {
  border-bottom: none;
}

.createTable-second tbody tr:last-child td {
  border-bottom: none;
}

.createTable-second tfoot tr td {
  border: none;
}

.createTable-second .cell-center {
  text-align: center;
}

.createTable-second .cell-center > * {
  margin-left: auto;
  margin-right: auto;
}

.createTable-second .cell-start {
  text-align: left;
}

.createTable-second .cell-restricted {
  max-width: 140px;
  overflow-x: auto;
}

.createTable-second .cell-textmark {
  width: 140px;
  max-width: 140px;
}

.createTable-second .cell-140 {
  width: 140px;
  max-width: 140px;
}

.createTable-second .cell-deadline {
  width: 190px;
  max-width: 190px;
}

.createTable-second .cell-remove {
  width: 62px;
  max-width: 62px;
}

.createTable-second .cell-200 {
  width: 200px;
  max-width: 200px;
}

.createTable-second .inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.createTable-second .inline-wrap {
  margin: -3px 0;
  padding: 3px 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.createTable-second .font-12 {
  font-size: 12px;
}

.createTable-second .cell-preempty {
  border-right: none;
}

.createTable-second__header {
  font-weight: bold;
  text-align: center;
}

.createTable-second__header__row {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(20%, #f2f2f2), color-stop(80%, #f2f2f2), to(#e5e5e5));
  background: linear-gradient(180deg, #e5e5e5, #f2f2f2 20%, #f2f2f2 80%, #e5e5e5);
}

.createTable-second__header__row__cell {
  padding: 8px 15px;
}

.createTable-second__header__row__cell.is-ok {
  width: 140px;
}

.createTable-second__header__row__cell.is-visible {
  width: 70px;
}

.createTable-second__header__row__cell input {
  padding-left: 3px;
  padding-right: 3px;
}

.createTable-second__header i {
  font-size: 24px;
}

.createTable-second__body__row__cell {
  padding: 3px 15px;
}

.createTable-second__body__row__cell .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.createTable-second__body__row__cell button.remove {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="ok"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #27ee03, #1fbc02 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="ok"].is-ok-change {
  cursor: pointer;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #ff4444, #ff1111 120%);
  text-shadow: 0 2px 4px #2e3540;
  color: white;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"].is-ok-change {
  cursor: pointer;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #fbff23, #ebef00 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"].is-ok-change {
  cursor: pointer;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="missing"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #b9e9ff, #86d9ff 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.createTable-second__body__row__cell.is-ok div[data-checkout][data-checkout="missing"].is-ok-change {
  cursor: pointer;
}

.createTable-second__body__row__cell .formWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.createTable-second__body__row__cell .formWrapper > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.createTable-second__body__row__cell input, .createTable-second__body__row__cell textarea, .createTable-second__body__row__cell select {
  width: 100%;
  padding: 1px 3px;
}

.createTable-second__body__row__cell input[readonly], .createTable-second__body__row__cell textarea[readonly], .createTable-second__body__row__cell select[readonly] {
  border: none;
}

.createTable-second__body__row__cell input[data-field="index"], .createTable-second__body__row__cell textarea[data-field="index"], .createTable-second__body__row__cell select[data-field="index"] {
  width: 50px;
}

.createTable-second__body__row__cell input[type="date"], .createTable-second__body__row__cell textarea[type="date"], .createTable-second__body__row__cell select[type="date"] {
  width: 140px;
}

.createTable-second__body__row__cell select {
  background: inherit;
}

.createTable-second__body__row__cell .is-visible-change {
  cursor: pointer;
}

.createTable-second__body__row__cell [data-files] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.createTable-second__body__row__cell [data-files] .file {
  position: relative;
  margin-right: 2px;
  margin-bottom: 0;
}

.createTable-second__body__row__cell [data-files] .file:last-child {
  margin-right: 0;
}

.createTable-second__body__row__cell [data-files] .file .delete-file {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  right: -7px;
  color: red;
  top: -10px;
  display: none;
}

.createTable-second__body__row__cell [data-files] .file:hover .delete-file {
  display: inline-block;
}

.createTable-second__body__row__cell [data-files] .file:hover .delete-file:hover {
  color: #c20000;
}

.editTable {
  width: 100%;
  margin: 0 auto 20px;
}

.editTable td:last-child {
  border-right: none;
}

.editTable tr:last-child td {
  border-bottom: none;
}

.editTable tbody tr:last-child td {
  border-bottom: none;
}

.editTable tfoot tr td {
  border: none;
}

.editTable .cell-center {
  text-align: center;
}

.editTable .cell-center > * {
  margin-left: auto;
  margin-right: auto;
}

.editTable .cell-start {
  text-align: left;
}

.editTable .cell-restricted {
  max-width: 140px;
  overflow-x: auto;
}

.editTable .cell-textmark {
  width: 140px;
  max-width: 140px;
}

.editTable .cell-140 {
  width: 140px;
  max-width: 140px;
}

.editTable .cell-deadline {
  width: 190px;
  max-width: 190px;
}

.editTable .cell-remove {
  width: 62px;
  max-width: 62px;
}

.editTable .cell-200 {
  width: 200px;
  max-width: 200px;
}

.editTable .inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.editTable .inline-wrap {
  margin: -3px 0;
  padding: 3px 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editTable .font-12 {
  font-size: 12px;
}

.editTable .cell-preempty {
  border-right: none;
}

.editTable__header {
  font-weight: bold;
  text-align: center;
}

.editTable__header__row {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(20%, #f2f2f2), color-stop(80%, #f2f2f2), to(#e5e5e5));
  background: linear-gradient(180deg, #e5e5e5, #f2f2f2 20%, #f2f2f2 80%, #e5e5e5);
}

.editTable__header__row__cell {
  padding: 8px 15px;
}

.editTable__header__row__cell.is-ok {
  width: 140px;
}

.editTable__header__row__cell.is-visible {
  width: 70px;
}

.editTable__header__row__cell input {
  padding-left: 3px;
  padding-right: 3px;
}

.editTable__header i {
  font-size: 24px;
}

.editTable__body__row__cell {
  padding: 3px 8px;
}

.editTable__body__row__cell .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.editTable__body__row__cell button.remove {
  background: none;
  border: none;
  font-size: 21px;
  color: #cccccc;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="ok"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #27ee03, #1fbc02 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="ok"].is-ok-change {
  cursor: pointer;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #ff4444, #ff1111 120%);
  text-shadow: 0 2px 4px #2e3540;
  color: white;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="wrong"].is-ok-change {
  cursor: pointer;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #fbff23, #ebef00 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="unchecked"].is-ok-change {
  cursor: pointer;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="missing"] {
  width: 103px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: radial-gradient(ellipse, #b9e9ff, #86d9ff 120%);
  text-shadow: 0 2px 4px #fafafa;
  color: black;
}

.editTable__body__row__cell.is-ok div[data-checkout][data-checkout="missing"].is-ok-change {
  cursor: pointer;
}

.editTable__body__row__cell .formWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.editTable__body__row__cell .formWrapper > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.editTable__body__row__cell input, .editTable__body__row__cell textarea, .editTable__body__row__cell select {
  width: 100%;
  padding: 1px 3px;
}

.editTable__body__row__cell input[readonly], .editTable__body__row__cell textarea[readonly], .editTable__body__row__cell select[readonly] {
  border: none;
}

.editTable__body__row__cell input[data-field="index"], .editTable__body__row__cell textarea[data-field="index"], .editTable__body__row__cell select[data-field="index"] {
  width: 50px;
}

.editTable__body__row__cell input[type="date"], .editTable__body__row__cell textarea[type="date"], .editTable__body__row__cell select[type="date"] {
  width: 140px;
}

.editTable__body__row__cell select {
  background: inherit;
}

.editTable__body__row__cell .is-visible-change {
  cursor: pointer;
}

.editTable__body__row__cell [data-files] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.editTable__body__row__cell [data-files] .file {
  position: relative;
  margin-right: 2px;
  margin-bottom: 0;
}

.editTable__body__row__cell [data-files] .file:last-child {
  margin-right: 0;
}

.editTable__body__row__cell [data-files] .file .delete-file {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  right: -7px;
  color: red;
  top: -10px;
  display: none;
}

.editTable__body__row__cell [data-files] .file:hover .delete-file {
  display: inline-block;
}

.editTable__body__row__cell [data-files] .file:hover .delete-file:hover {
  color: #c20000;
}

.controls-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}

.controls-before > * {
  margin-right: 7px;
}

.controls-before > *:last-child {
  margin-right: 0;
}

.controls-before > .align-right {
  margin-left: auto;
}

.controls-before a:hover {
  text-decoration: none;
}

.controls-before .controls-back {
  font-weight: bold;
}

.controls-after-table {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.controls-after-table > * {
  margin-right: 7px;
}

.controls-after-table > *:last-child {
  margin-right: 0;
}

.controls-after-table > .align-right {
  margin-left: auto;
}

.controls-after-table a:hover {
  text-decoration: none;
}

.controls-btn:active {
  background: white;
}

.controls-btn > * {
  background: none;
  border: none;
  cursor: pointer;
  color: black;
  text-align: center;
}

.controls-btn-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 24px;
  color: white;
  text-shadow: 0 2px 4px #2e3540;
  cursor: pointer;
  background: radial-gradient(ellipse, #0077ff, #005fcc 120%);
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
}

.controls-btn-blue:hover {
  background: radial-gradient(ellipse, #006be6, #0053b3 120%);
  text-decoration: none;
  color: white;
}

.controls-btn-blue:active {
  background: #0077ff;
}

.controls-btn-blue > * {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  text-align: center;
}

.controls-btn-blue-short {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 12px;
  color: white;
  text-shadow: 0 2px 4px #2e3540;
  cursor: pointer;
  background: radial-gradient(ellipse, #0077ff, #005fcc 120%);
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
}

.controls-btn-blue-short:hover {
  background: radial-gradient(ellipse, #006be6, #0053b3 120%);
  text-decoration: none;
  color: white;
}

.controls-btn-blue-short:active {
  background: #0077ff;
}

.controls-btn-blue-short > * {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  text-align: center;
}

.controls-btn-gray {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 24px;
  color: black;
  text-shadow: 0 2px 4px #fafafa;
  cursor: pointer;
  background: radial-gradient(ellipse, #cccccc, #b3b3b3 120%);
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
}

.controls-btn-gray:hover {
  background: radial-gradient(ellipse, #bfbfbf, #a6a6a6 120%);
  text-decoration: none;
  color: black;
}

.controls-btn-gray:active {
  background: #cccccc;
}

.controls-btn-gray > * {
  background: none;
  border: none;
  cursor: pointer;
  color: black;
  text-align: center;
}

.controls-btn-blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 24px;
  color: #0077ff;
  text-shadow: 0 2px 4px #fafafa;
  cursor: pointer;
  background: radial-gradient(ellipse, white, #e6e6e6 120%);
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
}

.controls-btn-blank:hover {
  background: radial-gradient(ellipse, #f2f2f2, #d9d9d9 120%);
  text-decoration: none;
  color: #0077ff;
}

.controls-btn-blank:active {
  background: white;
}

.controls-btn-blank > * {
  background: none;
  border: none;
  cursor: pointer;
  color: #0077ff;
  text-align: center;
}

.controls-btn-confirm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 24px;
  color: white;
  text-shadow: 0 2px 4px #2e3540;
  cursor: pointer;
  background: radial-gradient(ellipse, #12ca12, #0e9b0e 120%);
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
}

.controls-btn-confirm:hover {
  background: radial-gradient(ellipse, #10b310, #0c840c 120%);
  text-decoration: none;
  color: white;
}

.controls-btn-confirm:active {
  background: #12ca12;
}

.controls-btn-confirm > * {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  text-align: center;
}

.controls-btn-confirm[disabled] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 24px;
  color: white;
  text-shadow: 0 2px 4px #2e3540;
  cursor: pointer;
  background: radial-gradient(ellipse, #71c071, #4eb04e 120%);
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
  cursor: not-allowed;
}

.controls-btn-confirm[disabled]:hover {
  background: radial-gradient(ellipse, #5fb85f, #469e46 120%);
  text-decoration: none;
  color: white;
}

.controls-btn-confirm[disabled]:active {
  background: #71c071;
}

.controls-btn-confirm[disabled] > * {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  text-align: center;
}

.controls-btn-add-wrapper {
  position: relative;
  display: inline-block;
}

.controls-btn-add-wrapper .controls-btn-add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 24px;
  color: black;
  text-shadow: 0 2px 4px #fafafa;
  cursor: pointer;
  background: radial-gradient(ellipse, white, #e6e6e6 120%);
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
  width: 130px;
}

.controls-btn-add-wrapper .controls-btn-add:hover {
  background: radial-gradient(ellipse, #f2f2f2, #d9d9d9 120%);
  text-decoration: none;
  color: black;
}

.controls-btn-add-wrapper .controls-btn-add:active {
  background: white;
}

.controls-btn-add-wrapper .controls-btn-add > * {
  background: none;
  border: none;
  cursor: pointer;
  color: black;
  text-align: center;
}

.controls-btn-add-wrapper #wheretoadd {
  position: absolute;
  display: inline-block;
  right: 0;
  height: 100%;
}

.controls-btn-add-wrapper #wheretoadd input {
  width: 40px;
  height: 100%;
  border-radius: .25rem;
  border: 1px solid #cccccc;
}

.standart-btn {
  border-radius: 5px;
  background-color: #dddddd;
}

.standart-btn:hover {
  background-color: #d0d0d0;
}

.controls-btn-back {
  border-radius: 5px;
  background-color: #dddddd;
  background: none;
}

.controls-btn-back:hover {
  background-color: #d0d0d0;
}

.white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.projects-container__export {
  margin-bottom: 40px;
}

.projects-container__head-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.projects-container__head-statuses-list {
  display: flex;
  justify-content: center;
  width: 100%;
}

.projects-container__head-status:not(:first-of-type) {
  margin-left: 35px;
}

.projects-container__head-status {
  display: flex;
  align-items: center;
}

.projects-container__tableWrapper {
  width: 100%;
  height: fit-content;
  overflow: auto;
  max-height: calc(100vh - 250px);
}

.projects-container__squre {
  width: 50px;
  height: 50px;
  border: 1px #C8C8C8 solid;
}

.projects-container__head-status-text {
  margin-left: 15px;
  max-width: 350px;
}

.projects-container__head-status-text p:first-of-type {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.projects-container__head-status-text p:last-of-type {
  font-size: 12px;
  margin-bottom: 0;
}

.projects-container__info-block {
  border: 1px #0068E1 solid;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.projects-container__info-block p:last-of-type {
  margin: 0;
}

.projects-container__info-icon {
  display: flex;
  align-items: center;
  margin-right: 30px;
}


/*# sourceMappingURL=tables.css.map */