#sp-main-body {
    padding: 30px 0;
}
span.highlight {
  	background-color: yellow;
}
span.highlight.active {
    background-color: orange;
}
#resultModal .modal-dialog {
    max-width: 90vw;
    margin: 0.5rem auto;
}

#resultModal .modal-body {
 	min-height: 65vh; 
    position: relative;
}

#resultModal .modal-content{
    height: 80vh;
}

.item-info{
    cursor: pointer;
}

/* Horizontal User Menu */
.horizontal_menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.horizontal_menu li{
    padding-left: 6px;
}

/* Alphabet Module for READ MENU Categorywise */
  ul.mb2az-alphabet {
  padding-left: 0px;
  background-color: #3D99CE;
  text-align: center;
}
ul.mb2az-alphabet > li {
  display: inline-block;
  padding: 5px 5px;
}

ul.mb2az-alphabet > li:hover {
  background-color: #2779BF;
}

ul.mb2az-alphabet > li > a {
  color: white;
  text-decoration: none;
}
/* User Menu - Putting in center in Mobile View */
.sp-module-usermenu {
  margin: 0 0 0 -50px !important;
}

/* To Apply Border and padding on Timeline Tables */
.aTable th{
    border: 1px solid LightGray;
	border-collapse: collapse;
  	padding: 5px;
}

.aTable td{
    border: 1px solid LightGray;
	border-collapse: collapse;
  	padding: 5px;
}

.aTable tr{
    border: 1px solid LightGray;
	border-collapse: collapse;
  	padding: 5px;
}
tr:nth-child(even) {background-color: #f2f2f2;}

/* Font Size of Hindi Main Menu */
.main-menu-hindi {
  font-size: 16px !important;
}
/* Increasing width of English and Hindi Drop Down at Front Page */
.chzn-container {
	width: 95px !important;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}