.content-image {
    height: 200px;
    float: right;
}

.views-field.views-field-field-dept-icon {
    border: 1px dashed #104c8b;
    margin-right: 15px;
    margin-bottom: 0px;
    padding: 10px 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 5px;
}

.noticeboard_header {
  background: #104c8b;
  line-height: 35px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.pager__item a {
    display: inline-block;
    padding: 5px 14px;
    background: #104c8b;
    border: 1px solid #07294d;
    border-radius: 15px;
    margin: 0 5px;
    color: #fff;
    text-decoration: underline;
}
.department-inner-image{
	width: 100%;
}

.cboxElement img {
  margin: 15px 0em 15px 0em !important;
  height: 154px;
  width: 100%;
  border-radius: 4px;
  
}

.custom-btn {
  padding: 6px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.custom-btn:hover {
  background-color: #0056b3;
}

.news-btns1 .toggle::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro" !important;
  position: relative;
  left: 0px;
  color: #fff;
  font-size: 14px;
}

.news-btns1 .et-run:before {
    content: "\f04c"!important;
    font-family: "Font Awesome 5 Pro" !important;
    position: relative;
    left: 0px;
    color: #fff;
    font-size: 14px;
    /* line-height: 1.5; */
}


.news-btns1 .down {
    background: #0858a7;
    color: #fff;
    padding: 3px 3px 5px 0px;
    width: 30px;
    height: 30px;
    margin-right: -2px;
}


 .news-btns1 .up {
  background: #0858a7;
  color: #fff;
  padding: 3px 3px 5px 0px;
  width: 30px;
  height: 30px;
  margin-left: -3px;
}


.news-btns1 .toggle {
    background: #0858a7;
    color: #fff;
    padding: 3px 3px 5px 5px;
    width: 30px;
    height: 30px;
}

.event-detail-page .col-sm-4{
    float:left
}

.post-event-img-div {
    display: flow-root;
}


 .event-01 .tab-content  {
padding: 15px;
border: 1px solid #dfdfdf;
background: #f4fcff;

}

 .event-01 .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #104c8b;
    border-color: #dee2e6 #dee2e6 #fff;
}



.event-date {
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 20px;
}


.event-start-date {
    display: flex;
}




.event-start-date {
    display: flex;
    padding-right: 10px;
}


 .event-start-date time {
    background: #0a6963;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    margin-left: 6px;
    border-bottom: 2px solid #053a37;
}



.event-end-date {
    display: flex;
    padding-left: 19px;
}




.event-end-date time {
    background: #104c8b;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    margin-left: 6px;
    border-bottom: 2px solid #053a37;
}




.event-01 .nav-tabs .nav-link {
 font-weight: bold;
}




.event-parti {
    display: flex;
    font-weight: 600;
    margin-bottom: 18px;
    justify-content: end;
}


.event-parti .parti-count {
    background: #086862;
    color: #fff;
 
    border-radius: 5px;
    margin-left: 6px;
    border-bottom: 2px solid #053a37;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
}



.parti-label {
    letter-spacing: 1px;
    font-size: 16px;
}

#cboxWrapper, 
#cboxContent, 
#cboxLoadedContent {
  max-height: 94vh !important;
  /* height: auto !important; */ /* Overrides the JS inline height calculation */
}

/* 3. Scale the image down so it never pushes the containers down */
#cboxLoadedContent img {
  max-height: 80vh !important; /* Leaves room for Colorbox title/controls */
  max-width: 100% !important;
  width: auto !important;       /* Maintains aspect ratio */
  height: auto !important;      /* Maintains aspect ratio */
  display: block;
  margin: 0 auto;
}



.news-image img {
    width: 100%;
    padding: 5px;
    border: 2px solid #f1f1f1;
    box-shadow: 3px 4px 9px #cdcaca;
}



.event-start-date .news-date {
    background: #0a6963;
    color: #fff;
    padding: 1px 20px 0px 20px;
    border-radius: 13px;
    margin-left: 6px;
    border-bottom: 2px solid #053a37;
}


 .news-right p {
    border-top: 1px solid #555;
    padding-top: 10px;
}