html {scroll-behavior: auto;}

.user-form .box {
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.user-form .box .name {
  font-size: 16px;
  width: 25%;
  margin: 3px 0 0 0;
  min-width: 150px;
}
.user-form .box .name span {
  color: red;
}
.user-form .box .input {
  border: 1px solid #007bff;
  width: 75%;
  min-width: 320px;
  padding: 5px 10px;
  border-radius: 5px;
}
.user-form .box .item {
  width: 75%;
  min-width: 320px;
}
.user-form .co-form-controls {
  display: flex;
  align-items: center;
}
.user-form .co-form-controls .co-button--link {
  margin: 15px;
}
.alert {
  padding: 15px;
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
#modalCropper .modal-body .modal-image {
  position: relative;
}
#modalCropper .modal-body .modal-image img {
  max-width: 100%;
}
#modalCropper .save {
  text-align: center;
  margin: 5px 0 0 0;
}
.admin-field-images-box .images-list-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.admin-field-images-box .images-list-box .image-box {
  position: relative;
  margin: 0 5px 5px 5px;
  width: 200px;
}
.admin-field-images-box .images-list-box .image-box .image {
  width: 100%;
  min-height: 60px;
  border: 1px solid #000000;
}
.admin-field-images-box .images-list-box .image-box .image img {
  width: 100%;
}
.admin-field-images-box .images-list-box .image-box .name {
  width: 100%;
  text-align: center;
}
.admin-field-images-box .images-list-box .image-box .del {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 100%;
  width: 24px;
  text-align: center;
}
.admin-field-images-box .images-list-box .image-box .edit {
  position: absolute;
  right: 5px;
  top: 32px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 100%;
  width: 24px;
  text-align: center;
}
.admin-field-images-box .images-list-box .image-load .image {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group label:not(.form-check-label):not(.custom-file-label) {
  font-weight: normal;
}
.form-group table label {
  margin: 0;
  cursor: pointer;
}
.form-group table label input {
  position: relative;
  top: 2px;
}
.relation-ids {
  display: flex;
  flex-wrap: wrap;
  margin: 6px -5px 0 -5px;
}
.relation-ids .relation-id {
  padding: 0 5px 5px 25px;
  font-size: 16px;
  position: relative;
}
.relation-ids .relation-id .close {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 16px;
  cursor: pointer;
}
#modalRelation .relation-ids {
  min-height: 29px;
}
#modalRelation .table tbody tr {
  cursor: pointer;
}
.table .admin-field-images-box .images-list-box .image-box {
  width: 90px;
}
.table .admin-field-images-box .images-list-box .image-box .image {
  width: 100%;
  min-height: 90px;
  border: 1px solid #000000;
}
.table .admin-field-images-box .images-list-box .image-box .del {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 100%;
  width: 24px;
  text-align: center;
}
.table .admin-field-images-box .images-list-box .image-box .edit {
  position: absolute;
  right: 5px;
  top: 32px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 100%;
  width: 24px;
  text-align: center;
}
.table .admin-field-images-box .images-list-box .image-load .image {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.danger-alert {
  padding: 2px 5px;
  background: #dc3545;
  color: #ffffff;
  border-radius: 3px;
}
.success-alert {
  padding: 2px 5px;
  background: #007bff;
  color: #ffffff;
  border-radius: 3px;
}
.report-box {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 2px solid #000000;
}
.table-image-box {
  margin: 0 -5px 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.table-image-box .table-image {
  width: 75px;
  margin: 0 5px 5px 5px;
}
.table-image-box .table-image img {
  display: block;
  width: 100%;
}
.dataTables_info {
  display: none;
}
.dataTables_wrapper {
  margin: 0 0 15px 0;
}
.open-list-box {
  display: inline-block;
  position: relative;
  color: #007bff;
}
.open-list-box .open-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 400px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #007bff;
  z-index: 10;
  padding: 5px 5px 0 5px;
}
.open-list-box .open-list a {
  line-height: 1;
  display: block;
  margin: 0 0 5px 0;
}
.open-list-box:hover .open-list {
  display: block;
}
h3.card-title a {
  color: #0062cc;
  font-size: 14px;
}
.relation-table {
  overflow-x: auto;
}
.relation-table .btn {
  margin-bottom: 15px;
}
.relation-table td {
  position: relative;
}
.relation-table td .relation-add-edit,
.relation-table td .relation-table-delete-line {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 1px 2px 1px 6px;
  z-index: 10;
  display: none;
  color: #007bff;
  background: #ffffff;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0 0 0 5px;
  cursor: pointer;
}
.relation-table td:hover .relation-add-edit,
.relation-table td:hover .relation-table-delete-line {
  display: block;
}
.sidebar .mt-2 {
  overflow: hidden;
}
.sidebar .mt-2 .nav-item {
  width: 100%;
}
.sidebar .mt-2 .nav-sidebar .nav-link > .right,
.sidebar .mt-2 .nav-sidebar .nav-link > p > .right {
  right: 9px;
}
.report-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.report-btn .btn {
  margin: 0 5px 5px 5px;
}
.report-btn .form-box {
  margin: 0 5px 0 5px;
}
.report-btn .form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.report-btn .form input {
  width: 200px;
  margin: 0 5px 5px 5px;
}
.btn-fixed {
  position: fixed;
  left: 135px;
  bottom: 10px;
  z-index: 1038;
}
.top-bar {
  background: #fff;
  position: fixed;
  width: calc(100% - 250px);
  left: 250px;
  top: 0px;
  display: flex;
  justify-content: space-between;
  z-index: 1150;
  padding: 8px;
  border-bottom: 1px solid #dee2e6;
}
.top-bar .navbar-nav {
  flex-wrap: nowrap;
  flex-direction: row;
}
.top-bar .navbar-nav .btn {
  margin-left: 15px;
}
.top-bar .navbar-nav i {
  color: #00000080;
}
.project-btn-box {
  display: flex;
  margin: 15px 0 0 0;
}
.project-btn-box a {
  margin: 0 15px 0 0;
}
.project-btn-box .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Обзор";
  cursor: pointer;
}
.project-btn-box .custom-file-label {
  cursor: pointer;
}
.modal-footer-relation {
  justify-content: space-between;
}
.modal-footer-relation .control {
  display: flex;
  margin: 0 -5px;
}
.modal-footer-relation .control .btn {
  margin: 0 5px;
}
.pagination {
  flex-wrap: wrap;
}
.project-records-table .project-open-next-level {
  color: #007bff;
  cursor: pointer;
}
.project-records-table .breadcrumb-item a {
  color: #007bff;
  cursor: pointer;
}
/*# sourceMappingURL=styles.css.map */
