/* Your Custom CSS Goes here */
/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  padding: 0 !important;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-top: 0px;
  position: relative;
}
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
  display: flex;
  flex-direction: inherit;
  justify-content: center;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
  border: 0px;
  border-radius: 0px;
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, .125);
  color: rgba(0, 0, 0, 0.77);
  border-radius: 10px 10px 0px 0px;
  border-top: 1px solid rgba(0, 0, 0, .125);
}
div.bhoechie-tab-menu div.list-group > a .glyphicon, div.bhoechie-tab-menu div.list-group > a .fa {
  color: #4F1C08;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:hover {
  background-color: #fff;
}
div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #fff;
  margin-top: 0px;
  color: #13497d;
  margin-bottom: -2px;
  border-top: 2px solid #13497d;
}
.bhoechie-tab-menu > .list-group > a.list-group-item:first-child {
  border-left: 1px solid rgba(0, 0, 0, .125);
}
div.bhoechie-tab-content {
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-top: 0px;
  position: relative;
}
.bhoechie-footer {
  border-top: 1px solid #eee;
  padding: 15px 0px;
  margin-top: 15px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}
.custom-filebtn {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.bhoechie-tab-menu .list-group-item {
  font-weight: 400;
  color: #2d2d2d;
  display: block;
  text-align: center;
  background: #f7f7f7;
}
.bhoechie-tab-menu .list-group-item span {
  display: block;
  opacity: 0.9;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
label.placeholder {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  font-size: 1rem
}
.subheading {
  color: #0a447d;
  margin: 0px 0px 15px 0px;
  font-size: 1.05rem;
  background-color: #eef3f9;
  padding: 7px 10px;
  border-radius: 4px;
}
.subheading .form-check {
  display: inline-block;
  font-size: 14px;
  padding: 0px 15px;
  position: relative;
}
.subhed {
  font-weight: 600;
  font-size: 110% !important;
  background-color: #eee !important;
}
.unitpic img {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
  margin: 8px 0;
  height: 125px;
  width: 250px;
}
.logotxt {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}
.deptname h4 {
  color: #fbff00;
  font-weight: 600;
  font-size: 1.4rem;
}
.unitpic .input-group .form-control, .unitpic .input-group .input-group-text {
  padding: 5px 10px;
}
.userpic {
  color: #fff;
  margin-top: 6px;
  height: 35px;
  width: 29px;
  border-radius: 50%;
  font-size: 1.7em;
}
.box,.box2{display:none;}
.mintextbox{ padding: 1px 8px; height: 25px; text-align: center; border-color: #ddd;}
.mapicon img{ height:73px;}