.collapsible-inside {
color: #827E7E;
cursor: pointer;
background-color: #E4E4E4  !important;
font-family: "Raleway";
text-align: left!important;
outline: none;
font-size: 17px;
font-weight: 500!important;

}

.collapsible-inside:hover{
  color: black ;
}

.btn:hover {
  background-color: #827E7E;
  color: #000000;
}

/* .float-container-img {
  width: 47% !important!important;
  float: left !important;
  padding-left: 13px !important;
  padding:15px !important;
} */

.secondPanel p{
  margin-bottom: .6rem;
}
.collapsible-inside:after {
  font-size: 13px;
  color: #827E7E;
  float: right;
  margin-left: 5px;
  /*content: "\25BC";*/
}

.collapsible-inside:active :after {
  font-size: 13px;
  color: #827E7E;
  float: right;
  margin-left: 5px;
  content: "\25B6";
}

.docs{
  max-width:100% !important;
  width:100% !important;
  max-height:250px !important;
  overflow:auto !important;
}

.iconify:before {
content: "\1F5CE";
font-size: 23px;
padding: 2px;
padding-top: 9px !important;

}

/* .firstPanel, */
.secondPanel {
  display: none;
}

.secondPanel.show {
  /* margin-left: 40px !important; */
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family:"Raleway";
  overflow: collapse;
  background-color: #F5F5F5;
}

.cbp-hrmenu {
	width: 130% !important;
	margin-top: 2em;
  padding-left: 20px  !important;
	/* border-bottom: 3px solid #FFC451;
  left: 50%; */
  font-family: "Raleway";
  color: #827E7E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  

}

.cbp-hrmenu:after {
  position: absolute;
  content: '';
  border-bottom: 4px solid #FFC451;
  width: 92%;
  transform: translateX(-50%);
  /* bottom: -15px; */
  left: 47.3%;
  border-radius: 20px;


}

.cbp-hrmenu:before {
  color: #827E7E !important;
}
.cbp-hrmenu {
	width: 70px;
	max-width: 66em;
	margin: 9px;
	/* padding: 0 1.5em; */
  box-shadow: "none" !important;
}

.cbp-hrmenu {
	display: inline-block;
}


#myImg, #info,#info1{
  display:none;
}

#info{
  padding-left: 27px !important;
  padding-top: 60px !important;
}
#myDoc{
  height:300px;
  width:100%;
  border:hidden;
  font:18px/26px;
  overflow:auto;
}

#myImg{
  height:300px;
  width:100%;
  border:hidden;
  font:18px/26px;
  overflow:auto;
}

#myDoc::-webkit-scrollbar {
  width: .8em;
}

#myDoc::-webkit-scrollbar-track {
  background: #FBD759;
}

#myDoc::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 20px;
}

#myImg::-webkit-scrollbar {
  width: .8em;
}

#myImg::-webkit-scrollbar-track {
background: #FBD759;
}

#myImg::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 20px;
}


.btn-light:hover, .btn-light:focus{
 background-color: black !important;
 color: white!important;
}



.btn-light:active{
  content: '\25B6'!important;
}

#summaryBox {
  padding-left: 32px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000000!important;
  font-weight: bold;
  background-color: rgb(255,196,81)!important;
  border-color: rgb(255,196,81)!important;
}

.nav-tabs .nav-link {
  color: #827E7E!important;
  font-weight: bold;
  background-color: rgb(255,255,255)!important;
  border-top: 0px!important;
  border-right: 0px!important;
  border-left: 0px!important;
  border-bottom: 2px solid rgb(255,196,81)!important;
}

.nav-tabs {
  border-bottom: 4px solid #FFC451!important;
}

@media (max-width: 992px) {
  .float-container-doc {
      display: flex;
      flex-wrap: nowrap;
      /* height: 300px; */
      overflow-x: auto;
      width: auto;
  }
}

@media (max-width: 552px) {
  .float-container-img {
      display: flex;
      flex-wrap: nowrap;
      height: 320px;
      overflow-x: auto;
      width: auto;
  }
}

.modal-backdrop {
  /* bug fix - no overlay */
  display: none;
}

.modal {
  background: rgba(0,0,0,0.5);
}
