#map {
  height: 100%;
}
#sortable li {
  list-style-type: none;
}
#sortable li:hover {
  cursor: pointer;
}
#sortable {
  padding-left: 0;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
div {
  cursor: default;
}
.context__link_wrapper{
  width: 100%;
  transition: 0.2s;
  cursor: pointer;
}

.context__link_wrapper:hover{
  background-color: #e2e2e2;
  transition: 0.2s;
}
.locationItem{
  cursor: pointer;
  padding: 0.5rem;
}
.locationItem:hover .locationsFiles{
  display: block;
}
.textHide{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.locationsFiles{
  display: none;
  box-shadow: 1px 3px 14px 2px rgb(0 0 0 / 25%);
  position: absolute;
  margin: 0px;
  transform: none;
  inset: 0 auto auto 100%;
}
.routeDayFiles{
  list-style-type: none;
  padding: 0;
}
.inputFileBlock:disabled{
  background: #FFFFFF;
}
.fileBlock .btn-outline-secondary{
  border-color: #ced4da;
}
.cursorPointer{
  cursor: pointer;
}
.routeInfoblocks {
  list-style-type: none;
  background-color: #0dcbf0;
  box-shadow:  1px 3px 14px 2px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
/*.highlight {*/
/*  background-color: #f0f0f0;*/
/*}*/
.common-info {
  text-align: right;
  margin-bottom: 5px;
  /*margin-left: auto;*/
}
input.highlight {
  background: #ffc108;
}
.is_excluded {

}
/*input[type=text]{*/
/*  text-align: right;*/
/*}*/

/*input, textarea {*/
/* unicode-bidi:bidi-override;*/
/* direction: RTL;*/
/*}*/