*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-size: 20px; */
}



body {
  overflow-x: hidden;
  /* min-height: 101vh; */
  max-width: 100%;
  font-family: sans-serif;
  /* min-height: 100vh; */
  /* color: #555; */
  /* padding: 30px; */
  font: 16px Arial;  
  
  min-height: 400px;
  margin-bottom: 20px;
  clear: both;
  padding-bottom: 40px; 
}


a{
  /* display: inline-block; */
  text-decoration: none;
  color: #006cb3;
  padding: 10px 20px;
  /* border: thin solid #d4d4d4; */
  transition: all 0.3s;
  font-size: 18px;
}

a.active-page{
  background-color: #0d81cd;
  color: #fff;
}
.page-info{
  color: #006cb3;
  margin-top: 90px;
  font-size: 18px;
  font-weight: bold;
}

.pagination{
  margin-top: 20px;
}
.content p{
  margin-bottom: 15px;
}
.page-numbers{
  display: inline-block;
  padding: 10px 20px;
  
}


.myForm {
  min-width: 500px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
}

/* @media (max-width: 500px) {
  .myForm {
    min-width: 90%;
  }
} */

.navbar .nav-link {
  font-size: 14px;
  /* text-transform: uppercase; */
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-right: #444 3px solid;
}

.carousel-inner { 
  height: 90vh;
  /* height: 100%; */
    /* <! --  custom hight --> */
}

.carousel-item  { 
  height: 100%;
}

/* .carousel-item {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* min-width: 100%; */
  /* height: auto; */
/* height: 650px; */
/* }  */

.carousel-image-1 {
  background: url('../img/image1.jpg');
  background-size: cover;
}

.carousel-image-2 {
  background: url('../img/image2.jpg');
  background-size: cover;
}

.carousel-image-3 {
  background: url('../img/image3.jpg');
  background-size: cover;
}

.carousel-image-4 {
  background: url('../img/image4.jpg');
  background-size: cover;
}


.loc-primary {

  background-color : #8D155F
}

#home-heading {
  position: relative;
  min-height: 200px;
  background: url('../img/lights.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#video-play {
  position: relative;
  min-height: 200px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/image1.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #8D155F;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.5rem;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

table thead tr td {
  background-color: gray;
  min-width: 100px;
  position: relative;
}

.filter {
  position: absolute;
  border: solid 1px;
  top: 20px;
  background-color: white;
  width: 100px;
  right: 0;
  display: none;
}

.question_left {
  width: 75px;
  height: 180px;
  /* border: 1px solid black; */
}
.question_left2 {
  width: 120px;
  height: 180px;
  /* border: 1px solid black; */
}

.question_out {
  width: 700px;
  height: 105px;
  border: 1px solid black;
  /* overflow: scroll; */
}
.question_in {
  width: 100%;
  height: 105px;
  /* border: 1px solid black; */
  /* overflow: scroll; */
}

.answer_out {
  width: 100%;
  height: 75px;
  /* border: 1px solid black; */
  /* overflow: scroll; */
}
.answer_in {
  width: 25%;
  height: 75px;
  text-align: center;
  border: 1px solid black;
  /* overflow: scroll; */
}

.question_label {
  width: 100%;
  height: 105px;
  /* border: 1px solid black; */
  /* overflow: scroll; */
}

.answer_label {
  width: 100%;
  height: 45px;
  /* border: 1px solid black; */
  /* overflow: scroll; */
}

.question_right {
  width: 75px;
  height: 180px;
  /* border: 1px solid black; */
}

/* .media {
  width: 100%;
  height: 350px;
  border: 1px solid black;
  overflow: scroll;
} */

.rank {
  width: 100%;
  height: 250px;
  border: 1px solid black;
  overflow: scroll;
}

.questions {
  width: 100%;
  height: 300px;
  border: 1px solid black;
  overflow: scroll;
}

.navigate {
  width: 100%;
  height: 200px;
  border: 1px so lid black;
}

.broadcast_left {
  width: 270px;
  height: 480px;
  border: 1px solid black;
}

.broadcast_left_row1 {
  width: 270px;
  height: 50px;
  border: 1px solid black;
}
.broadcast_left_row2 {
  width: 270px;
  height: 35px;
  border: 1px solid black;
  /* text-align: center; */
}

.broadcast_left_row3 {
  width: 270px;
  height: 289px;
  border: 1px solid black;
}

.broadcast_right {
  width: 775px;
  height: 480px;
  border: 1px solid black;
}

/* #status {
  font-size: 2.5rem;
} */

table.fixed-table {
  width: 30%;
  table-layout: fixed;
}

table.fixed-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Don't forget to set the width for td or th (should apply to the first row) */
table.fixed-table th {
  width: 30%;
}

table.fixed {
  table-layout: fixed;
  width: 40px;
} /*Setting the table width is important!*/
table.fixed th,
td {
  overflow: hidden;
} /*Hide text outside the cell.*/
table.fixed td:nth-of-type(1) {
  width: 10px;
} /*Setting the width of column 1.*/
table.fixed td:nth-of-type(2) {
  width: 20px;
} /*Setting the width of column 2.*/
table.fixed td:nth-of-type(3) {
  width: 10px;
} /*Setting the width of column 3.*/
table.fixed th:nth-of-type(1) {
  width: 10px;
} /*Setting the width of column 1.*/
table.fixed th:nth-of-type(2) {
  width: 20px;
} /*Setting the width of column 2.*/
table.fixed th:nth-of-type(3) {
  width: 10px;
} /*Setting the width of column 3.*/

* {
  box-sizing: border-box;
}


/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

/* input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
} */

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */