.top_block_with_border {
  border-bottom: 1px solid #e6e6e6;
}

.tab_navigation_block {
  position: relative;
  left: 0;
  font-family: Segoe Regular, sans-serif;
  font-size: 13px;
  height: auto;
  padding: 0 0 0 22px;

  align-items: center;
  display: inline-block;
  /*float:left;*/
}

.header_selects_block {
  float: right;
}

.tab_navigation_button.active {
  color: #283a40;
}

.tab_navigation_button {
  transition: all .4s ease;
  display: inline-block;
  font-family: Segoe Bold, sans-serif;
  color: #1eb0d5;
  vertical-align: top;
  cursor: pointer;
  height: 24px;
  font-size: 13px;
  padding: 10px 10px 5px 10px;
  margin-right: 48px;
  font-weight: normal;
  width: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.under_tab_line {
  position: absolute;
  width: 90px;
  height: 3px;
  background: #1eb0d5;
  /*bottom: 0px;*/
  display: inline-block;
  vertical-align: bottom;
  left: 17px;
  top: 36px;
  transition: all .4s ease;
}

.under_tab_line.move_right {
  left: 150px;
  width: 77px;
}

.top_block_with_border {
  padding-right: 20px;
}

.disabled_select_block > label {
  font-family: Segoe Regular, sans-serif;
  overflow: hidden;
  color: #1eb0d5;
}

.parent_tree > .tree_span {
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  display: inline-block;
  border: 1px solid #ccc;
  padding-top: 6px;
  vertical-align: middle;
  width: 320px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.parent_tree_area.show_tree {
  max-height: 600px;
  pointer-events: all;
  border: 1px solid #e6e6e6;
  padding: 10px 0 0 5px;
}

.parent_tree_area {
  border-color: #e6e6e6;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 450px;
  z-index: 11;
  max-height: 0;
  transition: all .3s;
  overflow-y: scroll;
  background: #fff;
}

.parent_tree > label {
  margin-right: 10px;
  height: 35px;
  display: inline-block;
}

.parent_tree__tree {
  overflow: hidden;
  border: none;
}

.parent_tree {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.tree_span .expand_arrow.expanded {
  transform: rotate(0deg);
}

.tree_span .expand_arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 14px;
  cursor: pointer;
  right: 14px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #6d7c8c;
  transform: rotate(-90deg);
}

.tree_span_disabled {
  background: #f8f8f8;
  cursor: default;
}
.goBackArrow {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

label.content_label > span {
  font-size: 12px;
  color: #686b6d;
  margin-left: 20px;
}

.view_graph,
.edit_graph {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 82px);
  display: flex;
  flex-direction: column;
}

.edit_graph__second_header_row {
  min-height: 41px;
}

.edit_graph__second_header_row .ts_select div.v-select {
  width: 160px;
}

.eg__date_picker {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.edit_graph__second_header_row > div {
  vertical-align: top;
}

.edit_graph__second_header_row .ts_select.dt_range_type_select div.v-select {
  width: 225px;
}

.edit_graph__second_header_row .ts_select > label {
  margin-right: 10px;
}

.edit_graph__second_header_row .ts_select {
  margin-right: 27px;
  margin-bottom: 10px;
}

.comment_block input {
  width: 300px;
  height: 35px;
  outline: none;
  border: 1px solid #e6e6e6;
  padding:0 20px;
  font-family: Segoe Regular, sans-serif;
  vertical-align: top;
  /* margin-right: 25px; */
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.comment_block > input:focus {
  border-color: #1EB0D5
}

.comment_block label {
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.comment_block {
  display: inline-block;
  margin-bottom: 10px;
}

.document_read_only .ts_select {
  pointer-events: none !important;
}

.edit_header_block > div {
  margin-bottom: 10px;
}

.view_graph_header {
  /*margin-bottom: 20px;*/
}

.view_graph_header,
.edit_header_block {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  right: -3px;
}

.edit_header_block {
  margin-bottom: 0;
}

.edit_header_block > div:nth-child(1) {
  flex-grow: 1;
}

.edit_header_block > div:nth-child(2) {
  flex-grow: 2;
  display: inline-flex;
  justify-content: flex-end;
}

.view_graph_header > div {
  flex-grow: 4;
  display: inline-flex;
  justify-content: flex-end;
}

.view_graph_header > label {
  flex-grow: 1;
}

.doc_number_and_date {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  top: -10px;
  margin-left: 10px;
}

.edit_graph__second_header_row > div.ts_select {
  vertical-align: sub;
}

.kind_time_list__modal {
  background-color: #1EB0D5;
  border: 1px solid #1EB0D5;
  height: 35px;
  color: #fff;
  font-family: Segoe Regular, sans-serif;
  font-size: 13px;
  outline: none !important;
  cursor: pointer;
  transition: all .4s ease;
  display: inline-block;
  padding: 7px 10px 10px 16px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.kind_time_list__modal.disabled {
  filter: grayscale(100%);
  pointer-events: none;
}

.edit_header_block.edit_header_block > div:nth-child(1) {
  width: 40%;
}

.edit_header_block.edit_header_block > div:nth-child(2) {
  width: 60%
}

.clear_search {
  position: relative;
  width: 30px;
  height: 30px;
  right: 35px;
  margin-right: -30px;
  margin-left: 0;
  padding: 0;
}

.btn {
  background-color: #1EB0D5;
  border: 1px solid #1EB0D5;
  height: 35px;
  color: #fff;
  font-family: Segoe Regular, sans-serif;
  font-size: 13px;
  outline: none !important;
  cursor: pointer;
  margin: 0 3px;
  transition: all .4s ease;
  display: inline-block;
  padding: 7px 10px 10px 16px;
  border-radius: 3px;
  vertical-align: top;
  margin-bottom: 5px;
}

.btn.btn_with_img.print_btn > .btn_icon {
  display: inline-block;
  float: left;
  position: relative;
  top: 1px;
  left: -7px;
  width: 19px;
  height: 19px;
}



.edit_select_month {
  max-width: 285px;
}

.edit_select_month {
  display: inline-block;
}

.edit_select_month > label {
  position: relative;
  top: -1px;
}

.btn:hover {
  background-color: rgba(30, 176, 213, 0.8);
}

.btn:active {
  background-color: #188daa;
}


div#kindTypesModal {
  min-width: 340px;
}


@media screen and (max-width: 1100px) {
  .top_block_with_border .header_selects_block.ts_select .dropdown.v-select.single.searchable,
  .parent_tree > .tree_span {
    max-width: 210px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .top_block_with_border .header_selects_block.ts_select .dropdown.v-select.single.searchable,
  .parent_tree > .tree_span {
    max-width: 270px;
  }
}


.v-select .vs__selected-options{
  width: 100%;
}
