#page_content {
  position: fixed;
  top: 56px;
  bottom: 40px;
  right: 0;
  left: 0;
  
  background-color: #DFDFDF;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  
  overflow: hidden;
}





#content_list {
  position: relative;
  
  /*flex: 0 0 15%;
  -ms-flex: 0 0 15%;*/
  
  max-width: 170px;
  min-width: 170px;
  
  margin: 10px 0 10px 10px;
  
  /*padding: 10px 10px 0 10px;*/
  padding: 5px;
  
  background-color: #EFEFEF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  
  overflow: hidden;
}

#content_scheme {
  position: relative;
  
  flex: 1 0 50%;        /* flex-grow flex-shrink flex-basis */
  -ms-flex: 1 0 50%;
  
  margin: 10px;
  
  background-color: #F5F5F5; /*gray*/
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  
  overflow: hidden;
}

#content_info {
  position: relative;
  
  flex: 1 0 20%;        /* flex-grow flex-shrink flex-basis */
  -ms-flex: 1 0 20%;
  
  margin: 10px 10px 10px auto;
  
  background-color: #FEFEFE;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  
  overflow: hidden;
}

.content-card {
  margin-top: 10px;
}
.content-card.active {
  border: 3px solid red;
}

.content-card .card-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  
  font-size: 0.75rem;
}
.content-card:hover:not(.active) > .card-body > img { /* .card-body with image thumb only. :hover:not(.active) WORK, :not(.active):hover - NOT */
  transform: scale(1.02);
}

.content-card:hover:not(.active) {
  box-shadow: 0 0 1px 2px rgba(0, 121, 242, 0.25);
}

.content-card:hover:not(.active) > .card-footer {
  text-shadow: 5px 5px 2px #E0E0E0;
}





#scheme_title {
  padding: 10px;
  border-bottom: 3px double #D5D5D5;
  
  min-height: 40px;
  
  /*font-weight: 600;*/
  font-size: 1.2rem;
  
  text-shadow: 5px 5px 2px #E0E0E0;

  background-image: linear-gradient(#CACACA, #FCFCFC);
  background-position: left top;
  background-repeat: no-repeat; 
}



#leaflet_vw_container {
  outline: none;
}
#leaflet_vw {
  outline: none;
  /*border: 1px solid silver;*/
  
  padding: 0;
}

#leaflet_vw_container:focus {
  outline: none;
}
#leaflet_vw:focus {
  outline: none;
}





#map_head {
  padding: 1px 2px;
  
  text-align: center;
  
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

#map_data {
  padding: 2px;
  
  background-color: #EFEFEF;
  
  max-height: 20%;
  
  overflow-x: hidden;
  overflow-y: auto;
}


#sel_main {
  padding: 0;
  
  overflow-x: hidden;
  overflow-y: auto;
}


#sel_info {
  padding: 0;
  
  text-align: center;
}
#sel_info > table {
  background-color: #FFF5F0;
}

#inf_head {
  padding: 0;
  
  text-align: center;
  
  position: relative;
  
  border-bottom: 1px solid #EAEAEA;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

#inf_data {
  text-align: center;
  
  padding: 0 2px 2px 2px;
}








.obj-data-badge.active, .sps-data-badge.active, .ppk-data-badge.active {
  background-image: linear-gradient(#CAE4FF, #F9FCFF);
}

.obj-data-badge:hover, .sps-data-badge:hover, .ppk-data-badge:hover  {
  background-image: linear-gradient(#D1D7DC, #f8f9fa);
}














/* ----------------- docs_sum ----------------- */
#docs_sum {
  position: fixed;
  z-index: 610; /* more than fabmenu and fst (550 and 600) */
  right: -10px; /* hide shadow */
  width: 350px;
  height: 100%;
  bottom: 0;
  top: 0;
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(350px);

  background: rgba(217,221,225,0.85);
  box-shadow: 2px 0 15px rgba(0, 0, 0, .25);    /*x-only*/
  
  border-left: 1px solid #D0D0D0;
}

#docs_sum.active {
  right: 350px; /* 10 for shadow */
}

#docs_sum_body {
  height: calc(100% - 40px);
  
  /*padding: 10px 5px;*/
  
  overflow-x: hidden;
  overflow-y: auto;
}

#docs_sum_footer {
  height: 40px;
  line-height:40px;
  vertical-align: middle;
  background: rgba(186,193,201,0.95);
  
  color: white;
}

#get_docs_sum {
  width: 70px;
  height: 72px;
  
  position: fixed;
  
  right: 8px;
  top: 70%;
}
#docs_sum_show {
  left: 0;
  top: 0;

  opacity: 0.9;
}
#docs_sum_show:hover {
  opacity: 1;
  
  transform: scale(1.05) perspective(80px) rotateY(10deg);
}
#docs_sum_show:active {
  width: 45px;
  height: 57px;
  
  transform: scale(1.05) perspective(80px) rotateY(-10deg);
  /*transform: scale(1);*/
}

#docs_sum_body > .card, #lks_scr_img_set > .card, .lks-all-cards > .card {
  background: rgba(186,193,201,0.75);
}
#docs_sum_body > .card {
  margin: 5px;
}
#lks_scr_img_set > .card, .lks-all-cards > .card {
  margin: 10px;
}

#docs_sum_body > .card > .card-body, #lks_scr_img_set > .card > .card-body, .lks-all-cards > .card > .card-body {
  padding: 10px 5px;
}
.lks-up-img:hover:not(:active) {   /* .tbar-btn: buttons on toolbars */
  transform: scale(1.025);
}
/* End of: docs_sum*/
