.navbar {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #1A2152;
  z-index: 1001;
  border-radius: 0;
  padding: 0;
}
.navbar .logo {
  display: block;
  float: left;
  width: 10.714rem;
  height: 35px;
background: url('../img/dvschool-logo.svg') no-repeat center center;
	background-size: auto 35px;
	color: #fff;
  line-height: 2.143rem;
  padding: 0 0.714rem;
}
@media (min-width: 1260px) {
  .navbar .logo {
    display: block;
    background: url('../img/dvschool-logo.svg') no-repeat center center;
	background-size: auto 35px;
	height: 49px;
    width: 74px;
  }
}

.tab-prev-container{
	width: 520px;
}
@media (max-width: 767px){
	.tab-prev-container{
		width: 100%;
	}
	.tabprev-nav{
		width: 100% !important;
	}
	.wrapper main .content{
		margin: 0 !important;
/* 		padding: 0 !important; */
	}
	.nav-margin{
		margin-top: 0px !important;
	}
}
@media (min-width: 1260px) {
  .navbar .search-wrapper .search-bar .search {
    margin-left: 0.714rem;
  }
}
.navbar .nav-icons {
  display: flex;
  display: -ms-flexbox;
  -ms-flex: 1 auto;
  justify-content: flex-end;
  width: 100%;
}

.window-width {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 11.429rem;
  height: 1.929rem;
  font-size: 0.857rem;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 0.357rem;
}

.success-bar {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 2.857rem;
  padding: 10px;
  width: 100%;
  z-index: 1003;
  text-align: center;
  color: #fff;
}



.sidebar-left, .sidebar-right {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1000;
  top: 80px;
  left: -16.429rem;
  bottom: 0;
  width: 16.429rem;
  height: 100vh;
  overflow: auto;
  transition: left 300ms ease, box-shadow 300ms ease;
}
.sidebar-left{
	float: left;
/* 	height: 20vh; */
	display: none;
    height: 90vh;
    position: sticky;
}
.sidebar-right{
	float: right;
	height: 90vh;
	position: sticky;
	position: -webkit-sticky;
	width: 30rem;
}
@media (min-width: 1260px) {
  .sidebar-left {
    left: 0;
    width: 24rem;
  }
}
@media (max-width: 1199px){
	.sidebar-left{
		display: none !important;
	}
}
.sidebar-left.open {
  left: 0;
}
.sidebar-left .content, .sidebar-right .content {
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #DDDFE9;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.sidebar-left .content .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.714rem;
  background: Orange;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 72.857rem;
  }
}
@media (max-width: 991px){
	.sidebar-right{
	  display: none;
  }
}

@media (min-width: 1260px) {
/*
  .wrapper {
    padding-left: 16.429rem;
    padding-right: 0;
    max-width: 100rem;
  }
*/
}
.wrapper main {
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 992px) {
/*
  .wrapper main {
    margin-right: 22.143rem;
    margin-left: 0;
  }
*/
  .sidebar-left{
	  display: block;
  }
  .smallnav{
        display: none !important;
    }
}

.wrapper main .content {
/*   padding: 0.714rem; */
  padding-top: 50px;
/*   min-height: 185.714rem; */
/*   margin: 0 0.714rem; */
}
@media (min-width: 992px) {
  .wrapper main .content {
    margin-left: 0;
  }
}
@media (min-width: 1260px) {
  .wrapper main .content {
/*     margin-left: 0.714rem; */
  }
}
.wrapper .sidebar-right {
  display: none;
  width: 22.143rem;
  float: right;
}
@media (min-width: 992px) {
  .wrapper .sidebar-right {
    display: block;
  }
}
.wrapper .sidebar-right .content {
  padding: 0.714rem;
  padding-top: 3.571rem;
  background: LightPink;
  margin-left: 0.714rem;
  min-height: 25rem;
}
@media (max-width: 991px){
	.full-top-menu{
		display: none !important;
	}
	.wrapper main .content{
	    padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.perm-links li.desk-settings{
		display: none !important;
	}
	.perm-links .upper-links{
		display: none !important;
	}
}
.icon-dvbook-category{
	background: url('../img/icon-dvbook-category.svg') no-repeat center center;
	background-size: auto 18px;
    height: 18px;
    width: 18px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.icon-mydvbook{
	background: url('../img/icon-dvbook-mybooks.svg') no-repeat center center;
	background-size: auto 18px;
    height: 19px;
    width: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.icon-dvnote{
	background: url('../img/icon-dvbook-dvnote.svg') no-repeat center center;
	background-size: auto 18px;
    height: 19px;
    width: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.icon-dvanalytic{
	background: url('../img/icon-dvbook-dvanalytic.svg') no-repeat center center;
	background-size: auto 18px;
    height: 19px;
    width: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.icon-dvclass{
	background: url('../img/icon-dvbook-dvclass.svg') no-repeat center center;
	background-size: auto 18px;
    height: 19px;
    width: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.nav-icons ul.full-top-menu, .nav-icons ul.perm-links{
	margin: 0;
	padding: 0;
	display: flex;
	display: -ms-flexbox;
	flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.nav-icons ul li.dropdown, .nav-icons ul.perm-links li{
	display: flex;
	display: -ms-flexbox;
    justify-content: center;
    -webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
    text-align: center;
    height: 100%;
    text-align: left;
}

.login-signup{
	border: 1px solid #fff;
	border-radius: 25px;
	margin-left: 5px;
	white-space: nowrap;
}

.navbar-fixed-top > .container{
	display: flex;
	display: -ms-flexbox;
    align-items: center;
    height: 50px;
}
.top-cards{
	margin: 20px 0 20px 0;
}
.top-cards .card-block{
	background: none;
}
.top-cards .card-block h3{
	text-align: center;
	font-weight: bold;
	margin-top: 0;
}
i.icon-tools-plus{
	background: url('../img/icon-plus-minus.svg') no-repeat 0px center;
	background-size: auto 15px;
	background-position: -15px 0;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: 2px;
}
i.icon-tools-minus{
	background: url('../img/icon-plus-minus.svg') no-repeat 0px center;
	background-size: auto 15px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: 2px;
}
.accordion-toggle.collapsed i.icon-tools-minus, .accordion-toggle i.icon-tools-plus{
	display: none;
}
.accordion-toggle.collapsed i.icon-tools-plus, .accordion-toggle i.icon-tools-minus{
	display: inline-block;
}

i.icon-poly-plus{
	background: url('../img/icon-widget-polygon.svg') no-repeat 0px center;
	background-size: auto 13px;
	background-position: -15px 0;
    height: 13px;
    width: 11px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
i.icon-poly-minus{
	background: url('../img/icon-widget-polygon.svg') no-repeat 0px center;
	background-size: auto 12px;
    height: 11px;
    width: 13px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.accordion-toggle.collapsed i.icon-poly-minus, .accordion-toggle i.icon-poly-plus{
	display: none;
}
.accordion-toggle.collapsed i.icon-poly-plus, .accordion-toggle i.icon-poly-minus{
	display: inline-block;
}
.tools-heading{
	padding: 10px;
}
.tools-heading a{
	display: block;
	color: #9494A4;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
.tools-heading a i{
	margin-right: 5px;
}
.widget-tool .accordion-heading{
	border-top: 1px solid #C8C9D6;
}
.widget-tool .accordion-heading a{
	padding: 10px;
	display: block;
	color: #737585;
    font-weight: bold;
}
.accordion-heading a{
	text-decoration: none;
}
.widget-tool .accordion-inner{
	padding: 0 10px 10px 10px;
}
.left-bar-cont{
	padding: 10px;
}
.dv-menu{
	border-left: 1px solid #495397;
	border-right: 1px solid #495397;
}
.widget-search{
	width: 100%;
    box-shadow: none;
    height: 35px;
    border: 1px solid #C9CBE6;
    border-radius: 6px;
    padding: 0 8px;
    color: #9B9DB6;
    font-size: 15px;
    line-height: normal;
    outline: none;
}
.widget-btn-group{
	display: flex;
	display: -ms-flexbox;
    justify-content: space-between;
    margin: 10px 0;
}
a.widget-btn{
	text-decoration: none;
}
.widget-btn{
	display: flex;
	display: -ms-flexbox;
	padding: 5px 10px;
	text-align: center;
	color: #63647F;
	border: 1px solid #C8CBE5;
	border-radius: 25px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.icon-search-dictionary{
	background: url('../img/icon-search-dictionary.svg') no-repeat center center;
	background-size: auto 16px;
    height: 20px;
    width: 23px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
}
.icon-search-video-example{
	background: url('../img/icon-search-video-example.svg') no-repeat center center;
	background-size: auto 14px;
    height: 19px;
    width: 18px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
}

.icon-dvbook-class{
	background: url('../img/icon-dvbook-class.svg') no-repeat center center;
	background-size: auto 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 4px;
}
.icon-dvbook-settings{
	background: url('../img/icon-dvbook-settings.svg') no-repeat center center;
	background-size: auto 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 4px;
}

.icon-fb-login{
	background: url('../img/icon-fb-login.svg') no-repeat center center;
	background-size: auto 24px;
    height: 18px;
    width: 18px;
    display: inline-block;
    top: 3px;
    position: relative;
}
.icon-google-login{
	background: url('../img/icon-google-login.svg') no-repeat center center;
	background-size: auto 18px;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.dropdown-settings {
    left: auto !important;
    right: 0;
}
.notification-signal {
    height: 10px;
    width: 10px;
    background-color: red;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -4px;
}

.search-top-menu{
	display: flex;
	display: -ms-flexbox;
    justify-content: center;
    -webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
    width: 100%;
    margin: 0 15px;
    position: relative;
}
.btn-search-nav{
	padding: 6px;
    background-color: #fff;
    color: #b7b7b7;
    height: 34px;
}
.btn-search-nav span{
	font-size: 18px;
}

.mob-search-spl{
	display: none !important;
}

.mob-search-block{
	position: absolute;
    background: #ff2929;
    height: 52px;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

.nav-margin{
	margin-top: 50px;
}
.big-footer .footer-copyright{
	margin-top: 20px;
}
.modal-dialog{
	margin: 70px auto;
}
.anlytic-filter-form form{
	padding: 0;
}
.tabprev-cell.tab-overview{
	margin-bottom: 80px;
}
.word-scroll button{
	width: 20px;
    height: 20px;
}
.word-scroll button.next{
	right: 0;
}
.word-scroll button.previous{
	left: 0;
}

/* Preview tab sliding style start */
.tabprev{
	margin-bottom: 10px;
	width: 500px;
}
.tabprev-nav{
	border-bottom: 1px solid #d2d2d2;
}
.tabprev-cell {
  width: 100%;
  margin-right: 40px;
}
.tabprev-nav .tabprev-cell {
  width: auto;
  height: 30px;
  color: #B2AEC7;
  font-weight: bold;
}
.tabprev-nav .tabprev-cell.is-nav-selected {
  color: #25236C;
  border-bottom: 4px solid #202480;
}
.tabprev-nav{
	position: sticky !important;
	position: -webkit-sticky !important;
	top: 50px;
    width: 500px;
    z-index: 80;
    background: #f8f8fa;
/*     padding-top: 20px; */
}

.tabprev-main .flickity-viewport{
	cursor: auto !important;
}

/* Preview tab sliding style end */

.index-bar .dropdown-menu.open{
	top: 50px;
	bottom: auto;
}
/* Chat video & files style start */

.chat-file-container{
	text-align: left;
}
.chat-file-container p{
	word-break: break-all;
    font-size: 11px;
    color: #797979;
/*     font-style: italic; */
    text-decoration: underline;
}
.chat-file-container i{
	    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -40px;
}
.chat-file-container a:hover i{
	color: #26306f;
}
li.mar-btm.date-box {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.dwnld-info{
	display: flex;
	align-items: center;
	padding: 10px 0 0 5px;
}
.dwnld-info:hover p{
	color: #283593;
}
.doc-type-icon{
	padding: 20px;
}
.doc-file-dwnld{
    color: #4c4f5f;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.dwnld-info span{
	margin-right: 10px;
}
.chat-file-container a.fancybox{
	display: flex;
	background-color: #929292;
    border-radius: 4px;
}
.chat-file-container a.fancybox img, .chat-file-container a.fancybox video {
    border-radius: 4px;
}
.comnt-send-btn{
	border-radius: 25px !important;
	padding: 6px 20px;
}

.attempt-date {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}
.audio-card-spl .card-menu-btn{
	display: flex;
    justify-content: flex-end;
    float: none !important;
}