.notvis{display:none;}


.find-box {
  display: block;
  position: relative;
  z-index: 3;
  background-color: rgb(245, 248, 250);
  max-width: 519px;
  height: 35px;
  margin-top: 10px;
}
.find {
  display: inline-flex;
  height: 22px;
  margin-top: 5px;
}
.find-input {
  border: 1px solid rgb(46, 2, 89);
  width: 150px;
}
.find-input:focus {
  outline: none;
  border: 1px solid rgb(83, 171, 168);
}  
.find-btn {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.section-hint{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 7px;
  color: white;
}

.find-list {
  display: none;
  overflow: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background-color: rgb(245, 248, 250);
  max-width: 519px;
  height: calc(100% - 35px);
}
.find-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.erl-list {
  display: block;
  overflow: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background-color: rgb(245, 248, 250);
  max-width: 519px;
  height: calc(100% - 35px);
}
.erl-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.b-show {
  display: block;
  opacity: 0;
  animation: showBlock 1s linear forwards;
  animation-delay: 1s;
  
}
@keyframes showBlock {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.section-box {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: rgb(245, 248, 250);
  border-color: #E6EBF0;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  width: 100%;
  height: 35px;
  text-align: center;
}
.section-box:hover {
  background-color: white;
}
.section-title {
  display: inline-block;
  z-index: 200;
  margin-top: 8px;
  cursor: pointer;
}

.item {
  display: inline-block;
  background-color: rgb(245, 248, 250);
  border-color: #E6EBF0;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  width: 100%;
  height: 35px;
}
.item-seg {
  display: inline-block;
  border-radius: 7px;
  margin-top: 0px;
  width: 47%;
  height: 33px;
  cursor: pointer;
  color: rgb(46, 2, 89);
  outline: none;
  text-decoration: none;
}
.item-seg:hover {
  background-color: white;
  color: rgb(83, 171, 168);
}

.finditem {
  //display: inline-block;
  background-color: rgb(245, 248, 250);
  border-color: #E6EBF0;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  width: 100%;
  height: 35px;
  color: rgb(46, 2, 89);
  outline: none;
  text-decoration: none;
}
.item-findseg {
  display: inline-block;
  border-radius: 7px;
  //margin-top: 5px;
  margin-top: 0px;
  width: 47%;
  height: 33px;
  cursor: pointer;
}
.item-findseg:hover {
  background-color: white;
  color: rgb(83, 171, 168);
}
.notvalid {
  //color: color: rgb(46, 2, 89);
  opacity: 0.5;
}
.aseg {
  background-color: white;
  border-style: dashed;
  border-width: 1px;
  border-color: rgb(83, 171, 168);
  margin-top: 0px;
  color: rgb(83, 171, 168);
  font-weight: bolder;
}
.rseg {float: right;}
.rate-im {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 4px;
}
.rate-lab {
  display: flex;
  height: 25px;
  margin-top: -24px;
  margin-left: 50px;
  font-family: MSansCyrl500;
  font-size: 14px;
}

.conn-box{
  //display: grid;
  position: fixed;
  z-index: 1;
  width: 25px;
  //height: 200px;
  height: 0px;
  left: 240px;
}

.t-lin-l {
  display: inline-block;
  border-style: dashed;
  border-color: rgb(83, 171, 168);
  border-width: 0px 0px 1px 0px;
  width: 12px;
  height: 17px;
}
.t-lin-r {
  display: inline-block;
  border-style: dashed;
  border-color: rgb(83, 171, 168);
  border-width: 0px 0px 1px 0px;
  width: 12px;
  height: 17px;
  margin-left: 12px;
}
.c-lin {
  display: inline-block;
  border-style: dashed;
  border-color: rgb(83, 171, 168);
  border-width: 0px 1px 0px 0px;
  width: 12px;
  height: calc(100% - 34px);
}
.b-lin-r {
  display: inline-block;
  border-style: dashed;
  border-color: rgb(83, 171, 168);
  border-width: 1px 0px 0px 0px;
  width: 12px;
  height: 17px;
  margin-left: 12px;
}
.b-lin-l {
  display: inline-block;
  border-style: dashed;
  border-color: rgb(83, 171, 168);
  border-width: 1px 0px 0px 0px;
  width: 12px;
  height: 17px;
}

#ERLB {
  height: 90%;
}


@media (max-height: 760px) {
  #ERLB {height: 86%;}
}

@media (max-width: 949px) {
  #ERLB {height: 100%;}
  .find-box {max-width: 99%;}
  .find-list {max-width: 99%;}
  .erl-list {max-width: 99%;}
}
@media (max-width: 414px) {
  .find {margin-left: 25px;}	
  .find-input {width: 100px;}
  .erl-list {margin-right: 2px;}
  .rate-lab {font-size: 12px;}
}
@media (max-width: 375px) {
  .rate-lab {font-size: 10px;}
}