.vertical-menu {
  width: 100%;
  margin: 0px !important;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #004ea2;
  color: white;
}

.pro-pic {
  width: 200px;
  border-radius: 50%;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.v-content-center {
  display: flex;
  align-items: center;
}

.faculty-title {
  color: #192f59;
  font-size: 2rem;
  font-weight: bold;
}

.faculty-info-sm {
  margin-top: 40px;
}

.faculty-info-lm {
  margin-top: 180px;
}

.faculty-basic-info {
  padding: 20px 0px;
  margin: 0px 0px 20px 0px;
  background-color: #e0e0e0;
  border-radius: 0.28em;
}

.faculty-details-info {
  /* padding: 20px 0px; */
  margin: 0px 0px 20px 0px;
  background-color: #e0e0e0;
  border-radius: 0.28em;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.facluty-left-menu {
  height: 100%;
  background: #eeeeee;
}

.min-h {
  min-height: 45px;
}

div.faculty-menu-title {
  border-bottom: 3px solid #2196f3;
  margin-bottom: 10px;
  width: 100%;
  min-width: 100px;
  color: #2196f3;
  font-weight: bold;
  color: #004ea2;
}

div.faculty-menu-title h5 {
  font-weight: bold;
  color: #004ea2;
}

.width-100 {
  width: 100% !important;
}

.tab-content {
  padding: 5px;
}

.text-justify {
  text-align: justify;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.data-border-left {
  background: whitesmoke;
  border-left: 5px solid #03cc85 !important;
  margin: 10px 0px 0px 0px !important;
}

.data-label,
.data-value {
  margin: 0.5rem;
}

ul.ul-dates,
ul.ul-dates-gray {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ul-dates li,
ul.ul-dates-gray li {
  margin-bottom: 15px;
  /* margin-left: 20px; */
}

ul.ul-dates div.dates,
ul.ul-dates-gray div.dates {
  float: left;
  width: 110px;
}

ul.ul-dates-gray div.dates span:first-child,
ul.ul-dates div.dates span:first-child {
  -webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
  box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
  z-index: 3;
  position: relative;
}

ul.ul-dates-gray div.dates span {
  background-color: #bbbbbb !important;
}

ul.ul-dates div.dates span,
ul.ul-dates-gray div.dates span {
  padding: 4px;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
}

ul.ul-dates div.content,
ul.ul-dates-gray div.content {
  margin-left: 10px;
  min-height: 70px;
  /* padding-top: 10px; */
}

ul.ul-dates div.content h4,
ul.ul-dates-gray div.content h4 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

ul.ul-dates div.content p,
ul.ul-dates-gray div.content p {
  font-size: 13px;
}

.custom-col {
  flex: 1;
}

.ex-info {
  min-height: 36px;
  margin-bottom: 0px !important;
}

.membership-date {
  font-size: 0.9rem;
  padding: 0rem 0.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.membership-body {
  padding: 0rem 0.5rem;
  margin-bottom: 0px !important;
  display: block;
}

.membership-card {
  border-left: 5px solid #03cc85 !important;
  margin: 2px;
}

.membership-card-title {
  padding-top: 5px;
  font-size: 1rem;
}

.pr-0 {
  padding-right: 0px !important;
}

.icon-in-h5 {
  font-size: 1rem;
  margin-right: 5px;
}

/* Publication */
/* publications
 **************************************************/
#pub-grid .mix {
  display: none;
}
#pub-grid .is-paginated .mix {
  display: block;
}
.pitems .item {
  margin-bottom: 5px;
  width: 100%;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: inherit;
}

.pitems .pubmain {
  background: #f5f5f5;
  padding: 10px;
  min-height: 130px;
  position: relative;

  -webkit-box-shadow: 0px 3px 3px -3px #ccc;
  box-shadow: 0px 3px 3px -3px #ccc;
  /* cursor: pointer; */
}
.pitems .pubmain .pubcontents {
  padding-right: 135px;
  margin-bottom: 10px;
}

.pitems .compact {
  min-height: 100px;
}
.pitems .pubtitle {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: 400;
}
.pitems .pubtitle a {
  color: #333;
}
.pitems .pubtitle a:hover,
.pitems .pubtitle a:focus {
  color: #666;
}
.pubmain.compact .pubtitle {
  font-size: 16px;
}

.pitems .pubmain.pub-has-thumbnail .pub-thumb {
  float: left;
}
.pitems .pubmain.pub-has-thumbnail .pub-thumb img {
  width: 120px;
  height: auto;
}
.pitems .pubmain.pub-has-thumbnail .pub-contents {
  margin-left: 150px;
}
.pitems .pubmain.pub-has-thumbnail.compact .pub-contents {
  margin-left: 100px;
}
.pitems .pubmain div {
  font-size: 12px;
  line-height: 18px;
}

.pitems .pubmain .label {
  margin-right: 10px;
}

.pitems .pubmain .pubassets {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fafafa;
  text-align: center;
  border-top: 2px solid;
  border-top-color: #747475a1;
}

.pitems .pubmain .pubassets a {
  color: #9b9b9b;
  padding: 5px 15px;
  float: right;
  font-size: 18px;
}

.pitems .pubmain .pubassets a:hover,
.pitems .pubmain .pubassets a:focus,
.pitems .pubmain .pubassets a.pubcollapse {
  /*background: #03cc85;*/
  color: rgba(95, 91, 91, 0.973);
}

.pitems .pubdetails {
  background: #fff;
  padding: 25px;
  display: none;
}

.pitems .pubmeta {
  font-size: 14px;
  line-height: 18px;
}

.pitems .pubmeta > span.label {
  margin-bottom: 7px;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
}

.pitems .pubmain .pubauthor .pubyear {
  margin: 5px 0;
}

.ul-boxed li {
  padding-left: 5px;
  background-color: #fdfdfd;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 3px -3px #ccc;
  box-shadow: 0px 3px 3px -3px #ccc;
  border-radius: 2px;
  border-left: 5px solid;
  background-color: #f5f5f5;
  border-left-color: #03cc85;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ul-col-2 {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }
}

div.faculty-menu-sub-title {
  margin-bottom: 10px;
  width: 100%;
  color: #2196f3;
  position: relative;
}

.faculty-menu-sub-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* left: 25%; */
  width: 30%;
  border-bottom: 2px solid #2095f4;
}

.flex-row {
  flex-direction: row;
  display: flex;
}

.flex-column {
  flex-direction: column;
  display: flex;
}

.participation-content {
  width: 100%;
  padding: 5px;
}

.participation {
  background: white;
    margin-bottom: 5px;
}

.participation-date {
  min-width: 120px;
    background: lightslategrey;
    color: white;
}

.w-100 {
  width: 100%;
}

.t-btm-brd {
  border-bottom: 1px solid rgba(68, 68, 68, 0.28);
}

.f-14 {
  font-size: 14px;
}

.pd-table{
  border-collapse: separate;
    border-spacing: 0 5px;
}

.bg-white{
  background: white;
}

/* .flex-body div:not([class*="flex"]) {
  border: 1px solid white;
  flex: 1 1 200px;
  width: 300px;
} */
