﻿* {
  margin: 0;
  padding: 0;
}
.cardimg {
    width: 100%;
    /*min-height: 10.5vw; */ /* Hiren Jun-15-2021 Removed because the images were deformed */
    /*object-fit: cover;*/
}
.cardbody {
  flex: 1 1 auto;
  padding: 0px 0px 0px 0px !important;
}
.librarytitle {
  color: #000;
  z-index: 1;
  background-color: #fff;
  /*top: calc(100% - 2.7rem);*/
  top: calc(100% - 1.75rem);
  /* opacity: 0.5; */
  position: absolute;
  width: 100%;
  /* height: 26%; */
/*
  border-bottom-right-radius: 0.6875rem;
  border-bottom-left-radius: 0.6875rem;
*/
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  left: 0%;
  /*padding: 0.7rem 1rem 0.7rem 1rem; */
  padding: 0.1rem 1rem 0.1rem 1rem;
  font-size: 1.1rem;
}
.cardtitle {
  color: #fff;
  z-index: 1;
  background-color: #1F4393;
  top: calc(100% - 2.7rem);
  /* opacity: 0.5; */
  position: absolute;
  width: 100%;
  /* height: 26%; */
  border-bottom-right-radius: 0.6875rem;
  border-bottom-left-radius: 0.6875rem;
  left: 0%;
  padding: 0.7rem 1rem 0.7rem 1rem;
  font-size: 1.1rem;
}
.title {
  padding: 1.5rem 0rem 0.5rem 4.7rem;
  margin: 0;
}
.carddeck-wrapper {
  padding: 0rem 3.5rem 0rem 3.5rem;
}
.carddeck {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.truncateText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: medium;
  margin: 0;
}
#content {
  overflow-x: hidden;
}
/* .lessons {
  padding: 0rem 2rem 2rem 2rem;
} */
.lessonsCardDeck {
  padding: 1rem 1.5rem 2.375rem  2.5rem;
}
.resultCard {
  padding: 3.5rem 0rem 0rem 3.5rem;
}
.sourceCard:hover  .truncateText {
  overflow: inherit;
  text-overflow: inherit;
  word-wrap: normal;
  white-space: inherit;
}
.sourceCard:hover  .topicTitle {
  /*top: calc(100% - 1.75rem);*/
  top: inherit;
  bottom:0px;
}
.sourceCard:hover  .text-truncate {
  overflow: inherit;
  text-overflow: inherit;
  word-wrap: normal;
  white-space: inherit;
}
/* .collapsed {
  display: none;
} */
.list {
  padding: 0rem 0rem 0.5rem 0rem;
  font-size: 0.83rem;
}
.cards {
  padding: 3.5rem 3.5rem 3.5rem 0rem;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/* .lessonCard:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transform: scale(1.1);
} */
/* .listWrapper {
  height:calc(100vh/1.9);
  overflow: hidden;
} */
.userAlert {
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
}
.borderBlue {
  border: 0.0625rem solid #1F4393;
  border-radius: 5px;
}
.navBg{
  box-shadow: 0 6px 10px rgb(14, 13, 13);
}
.list li:nth-of-type(5) {
  border-bottom: none;
}
.padBottom1{
  padding-bottom: 1.75rem;
}
.mainCard{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.mainCard img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
}
.sourceCard{
   position: relative;
  padding-bottom: 66.66%;
  height: 0;
  overflow: hidden;
}
.sourceCard img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
}
/* Home page serach bar */
.serachBg{
  background-color: #eeeeee;
}
.searchBar{
  border-radius: 56px !important;
  width: calc(100vw - 34.3650rem);
  height: 6.5rem ;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  padding-left: 2.688rem !important;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.14);
  color: #b7b7b7;
  max-width:100rem;
}
.searchBar::placeholder{
  color: #b7b7b7;
}
.serachWrapper{
  padding-bottom: 2.4689rem;
  padding-top: 2.4689rem;
}
.padTop2{
   padding-top: 2rem;
}
.searchIcon{
  position: absolute;
  right: 2.438rem;
  height: 100%;
  width: 3.5rem;
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
  background-image: url('../img/Search_Icon_Default.svg');
  background-repeat: no-repeat;
}
.searchIcon:hover{
  background-image: url('../img/Search_Icon_Hover.svg');
}
.fa-angle-left, .fa-angle-right{
  color: #8a8a8a;
}

.fa-angle-left:hover{
  color: #3484f0;
}
.fa-angle-right:hover{
  color: #3484f0;
}
.navbarFixed{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.resultNavbar{
    position:fixed;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
}
#searchDropdown{
  padding-top: 20%;
}

#lessonVideo, #htmlasset {
  /*height: calc(100vh - (3.75rem + 1.75rem + 1.75rem + 92px)); Removed padding bottom */
  height: calc(100vh - (3.75rem + 1.75rem + 1.75rem + 0.5rem));
  width: 100%; /* Jun-27-2021 : Hiren : Fixed video width for desktop mp4 play back */
  background-color: #ffffff;
  box-shadow: none;
}
.topicTitle{
    color: #000000;
    background-color: #eeeeee;
/*
    top: calc(100% - 2.7rem);
    top: calc(100% - 3.4rem);
*/
    top: calc(100% - 1.75rem);
    position: absolute;
    width: 100%;
/*
    border-bottom-right-radius: 0.6875rem;
    border-bottom-left-radius: 0.6875rem;
*/
    left: 0%;
/*
    padding: 0.7rem 1rem 0.7rem 1rem;
    padding: 1rem 1rem 1rem 1rem;
*/
    padding: 0.2rem 1rem 0.2rem 1rem;
    border-top: 1px solid #cccccc;
}
.unLicensedTopicTitle{
    color: #1e2022;
    background-color: #EEEEEE;
    top: calc(100% - 3.4rem);
/*
    top: calc(100% - 2.7rem);
*/
    position: absolute;
    width: 100%;
/*
    border-bottom-right-radius: 0.6875rem;
    border-bottom-left-radius: 0.6875rem;
*/
    left: 0%;
/*
    padding: 1em 1rem 1rem 1rem;
*/
    padding: 0.7rem 1rem 0.7rem 1rem;
    border-top: 1px solid #cccccc;
}
.grayBorder{
  border-color: #cccccc;
}
.outline{
  box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 14%) !important;
  border: 1px solid  #cccccc;
}
.mr18{
margin-right: 1.125rem
}
.avatarIcon{
  width: 3.563rem !important;
  height: 3.25rem;
}
.searchBorder{
  border: 1px solid #cccccc;
  border-radius: 2rem;
  box-shadow: 0px 3px 14px 0px, rgba(0, 0, 0, 0.14);
}
#resultSearch{
  background-color: transparent;
  height:2.125rem;
  width: 18.625rem;
  padding-left: 1.313rem;
}
.logoCircle {
    border-radius: 50%;
    width: 36px;
    height: 31px;
    padding: 8px;
    background: #fff;
    color: #ffffff;
    text-align: center;
    font: 15px Arial, sans-serif;
    font-weight: bold;
}
.show > .navlink {
  color: #132144 !important;
  background-color: rgba(189, 197, 209, 0.3) !important;
}
#topicPrev {
    left:2rem;
    position: absolute;
    bottom: 0;
    align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    width: 10%;
    color: #777373;
    top: 0;
    z-index: 1;
}
#topicPrev i, #topicNext i {
   font-size: 3rem;
}
#topicPrev a, #topicNext a{
   color: #757575;
   font-size: 24px;
}
#topicNext {
    right: 2rem;
    position: absolute;
    bottom: 0;
    align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    width: 10%;
    color: #777373;
    top: 0;
    z-index: 1;
}
.hide {
     display: none;
}
#dashboardAlert{
  padding:1rem 2rem 0rem 2rem;
  border-bottom: 1px solid #cccccc;
}
.lessonHeader{
  width: calc(100vw - 38%);
}
.lessons{
  padding-top: 2rem;
}
.mobileSearch{
  background-color: #ffffff;
  border: none;
}
.lessonCard{
  height: 100%;
}
.text-color{
  color:#757575;
}
.searchbarVisible {
opacity: 0;
}
.lessonTital{
  margin-top: 2.5rem;
}
.humburger{
  margin-left:1.688rem;
  margin-right: 1.313rem;
}
.smallSearch{
  background-image: url('../img/Small_Search Icon_Default.svg');
  background-repeat: no-repeat;
}
.smallSearch:hover{
  background-image: url('../img/Small_Search Icon_Hover.svg');
  background-repeat: no-repeat;
}
.topicDuration{
  z-index: 1;
  color: #757575;
}
.playWhiteIcon, .playGrayIcon{
  width: 12%;
  margin-right: 0.813rem;
}
.lessonTitle:hover{
 color:#757575 !important
}
.tio-search:hover{
  color: #3484f0;
}
/* iPhone 5 start ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .accordionPad{
   padding-top: 2rem;
 }
 .list li:nth-of-type(4) {
  border-bottom: none;
}
#accountNavbarDropdown{
  height: 200px;
  overflow-y: auto;
}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .accordionPad{
   padding-top: 2rem;
 }
 .list li:nth-of-type(4) {
  border-bottom: none;
}
}
/* iPhone 5 end ----------- */

/* iPhone 6, 7, 8 start ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
   .accordionPad{
   padding-top: 2rem;
 }
 .lessonsCardDeck {
    padding: 0;
}
.list li:nth-of-type(4) {
  border-bottom: none;
}
#accountNavbarDropdown{
  height: 200px;
  overflow-y: auto;
}
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
   .accordionPad{
   padding-top: 2rem;
 }
 .list li:nth-of-type(4) {
  border-bottom: none;
}
}
/* iPhone 6, 7, 8 end ----------- */

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
   .accordionPad{
   padding-top: 2rem;
 }
 .navbar-expand-lg.navbarHeight{
    height: 4.75rem;
  }
.list li:nth-of-type(4) {
  border-bottom: none;
}

}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
   .accordionPad{
   padding-top: 2rem;
 }
 .list li:nth-of-type(4) {
  border-bottom: none;
}
#lessonVideo, #htmlasset{
  height: calc(100vh - (3.75rem + 1.75rem + 1.75rem + 18rem));
}
.navbar-nav-wrap-content-left .navbar-nav > .nav-item:not(:last-child),
.navbar-nav-wrap-content-right .navbar-nav > .nav-item:not(:last-child) {
  margin-right: 0;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
 .list li:nth-of-type(4) {
  border-bottom: none;
}
.searchBar{
  width: calc(100vw - 8rem) !important
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
 .navbar-expand-lg.navbarHeight{
    height: 4.75rem;
  }
   .accordionPad{
   padding-top: 2rem;
 }
 .list li:nth-of-type(4) {
  border-bottom: none;
}
.searchBar{
  width: calc(100vw - 8rem) !important
}
}

/* iPad pro(portrait) ---- */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
 .navbar-expand-lg.navbarHeight{
    height: 3.75rem;
  }
  .accordionPad{
   padding-top: 2rem;
 }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
 
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
 
}
/* Google pixel landscape */
@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: landscape) {
 
}
/* Google pixel 2 XL */
@media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation: landscape) {
 
}

/* medium - display 2  */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
  
  
}

/* large - display 3 */
@media (min-width: 992px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(20%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-20%);
  }
}

@media (max-width: 767px) {
  /* .carousel-inner .carousel-item > div {
    display: none;
  } */

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .list {
    padding: 0rem 2.5rem 0.5rem 2.5rem;
    font-size: 0.83rem;
   } 
   .lessonsCardDeck {
    padding: 1rem 2.5rem 1rem 2.5rem;
}
.navbarHeight {
    height: 4.75rem;
  }
  .navbarexpand .navbar-collapse .navbar-nav {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  
}
@media (max-width: 1200px) 
{ 
  .main .mainContent {
    padding-top: 2.75rem;
    padding-bottom: 1.75rem;
   } 
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.blueBg{
  background-color: #1F4393;
}

.grayBg{
  background-color: #eeeeee;
  color: #000000;
}

.nonlicense_window {
  width: 100%;
  height: 100%;
  background-color: #23315e;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
}

@media only screen and (max-device-width: 1200px)
{
  .searchBar{
    max-width: 100%;
    min-width: calc( 100vw - 4.0rem);
  }
}
