/*178 programsSearch*/.searchbar{
  width: 350px !important;
  border-radius: 0px !important;
}
.searchbtn{
  border-radius: 0px !important;
}

@media all and (max-width: 767px) {
  .searchbtn{
    margin-top: 10px !important;
    width: 100% !important;
  }
  .searchbar{
    width: 100% !important;
  }
}

.loader{
  width: 100px;height: 30px;border-radius: 100%;position: relative;margin: 10px auto;
}

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 5px 5px;
  margin-bottom: 25px !important;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

#lesslist{
  margin: 20px !important;
  margin-bottom: 30px !important;
  /* max-height: 600px !important; */
  /* overflow-y: auto; */
}
.list-group-item{
  border-radius: 0px !important;
}

.lessimg{
  max-width: 100px !important;
}

#error-key{
  color:#d80909;
  font-size: 12px;
  display: block;

}


@media all and (max-width: 480px) {
  .lessimg{
    max-width: 100% !important;
    margin-bottom: 5px !important;
  }
  .list-group-item{
    padding: 10px 0px !important;
  }
  
}


@media all and (min-width: 480px) {
  .lessname
  {
    padding-left: 0px !important;
  }
  
}


.pgroup{
  background-color: #ddd !important;
}
.pprogram{
  background-color: #eee !important;
}
.pclass{
  background-color: #f7f7f7 !important;
}
.plesson{
  background-color: #fff !important;
}


.itemthumb{
  width: 270px !important;
  height: 175px !important;
  max-width: 100%;
}
.searchItem{
  color: #000 !important;
  background-color: #fcfcfc !important;
  max-width: 270px !important;
  padding: 0 !important;
  margin: 10px !important;
  text-align: left;
  height: 300px;
  cursor: pointer;
}
.searchItem:hover{
  color: #000;
}
.itemtype: hover{
  color: #000; 
}

.searchItem a {
  text-decoration: none;
}
.itemdesc {
  padding: 10px
}
.itemtitle {
  font-size: 16px !important;
  line-height: 1 !important;
  height: 50px;
  margin: 0 !important;
  text-align: left !important
}
.itemtype {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.itemtype img{
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.itemRating {
  color: #888;
  font-size: 12px;
}
.itemRating p{
  font-size: 11px;
}
.itemRating span{
  font-size: 16px !important;
  color: #bcbcba !important;
}

.itemRating .activerat{
  color: #ffbf00 !important;
}

.clr0{
  color: #000 !important;
}

#resmessage, .filhead{
  text-transform: capitalize;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
#resmessage{
  margin-left: 30px;
}

#searchResults{
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media all and (max-width: 767px) {
  #resmessage{
    margin-top: 15px !important;
    margin-left: 0 !important;
  }
  #lesslist{
    margin: 0 !important;
  }

  .searchItem{
    height: auto !important; 
    margin-bottom: 15px !important;
  }

  .itemtitle{
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .itemRating p{
    text-align: left;
  }
}



.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}

.modal-1 a {
  border-color: #ddd;
  color: #66b2fc;
  background: #fff;
}
.modal-1 a:hover {
  background: #eee;
}
.modal-1 a.active, .modal-1 a:active {
  border-color: #66b2fc;
  background: #66b2fc;
  color: #fff;
}

#searchpagination{
  padding-bottom: 20px;
}
