.logo img{
	width: 50%;
}
.avatar-img1{
	margin-right: 10%;
	margin-left: 10%;
	width: 100%;
}

#kural{
	font-size: 0.8em;margin-bottom: 25px;padding: 0px;	
}
#kuralDeatils{
	font-size: 0.6em;
}

.logoR{
	width: 50%;
	float: right;
}

.cholResult{

}
#headWord{
	font-size: 1.2em;
}
#meaning{
	font-size: 0.9em;
	margin-left: 2px;
}
#example{
	font-size: 0.7em;
	margin-left: 10px;
}

.pdfIMG{
	width: 65%;margin-left: 20%;cursor: pointer;
}

#CourseTitleTamil{
	text-align: center;
	margin-bottom: 1em;
}
#pdfPopUpLink{
	width: 100%;
	height: 500px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.embed-responsive{
	width: 100%; height: 100%;	
}

.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}

.custom-template .custom-toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	background: rgb(88, 103, 221);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #177dff;
	cursor: pointer;
	color: #ffffff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite;
}

.custom-template .title{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd;
}

.custom-template .custom-content{
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s;
}

.custom-template .btnSwitch button:hover{
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected{
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img, .custom-template .img-pick.active img{
	border-color: #177dff;
}

.demo .btn, .demo .progress{
	margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label{
	margin-right: 15px;
}

.demo .toggle, .demo .btn-group{
	margin-right: 15px;
}

.demo #slider{
	margin-bottom: 15px;
}

.table-typo tbody > tr > td{
	border-color: #fafafa;
}

.table-typo tbody > tr > td:first-child{
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody > tr > td:first-child p{
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .2s;
}

.demo-icon:hover{
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview{
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
	color: #969696;
}

.demo-icon .icon-class{
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
	color: #a9a8a8;
}

.form-show-notify .form-control{
	margin-bottom: 15px;
}

.form-show-notify label{
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li{
	padding: 5px 0;
}

.row-demo-grid{
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"]{
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body{
	background: #ddd;
}

.btnSwitch button[data-color="white"] {
	background-color: #fff;
}
.btnSwitch button[data-color="grey"] {
	background-color: #f1f1f1;
}
.btnSwitch button[data-color="black"] {
	background-color: #191919;
}
.btnSwitch button[data-color="dark"] {
	background-color: #1a2035;
}
.btnSwitch button[data-color="blue"] {
	background-color: #1572E8;
}
.btnSwitch button[data-color="purple"] {
	background-color: #6861CE;
}
.btnSwitch button[data-color="light-blue"] {
	background-color: #48ABF7;
}
.btnSwitch button[data-color="green"] {
	background-color: #31CE36;
}
.btnSwitch button[data-color="orange"] {
	background-color: #FFAD46;
}
.btnSwitch button[data-color="red"] {
	background-color: #F25961;
}
.btnSwitch button[data-color="dark2"] {
	background-color: #1f283e;
}
.btnSwitch button[data-color="blue2"] {
	background-color: #1269DB;
}
.btnSwitch button[data-color="purple2"] {
	background-color: #5C55BF;
}
.btnSwitch button[data-color="light-blue2"] {
	background-color: #3697E1;
}
.btnSwitch button[data-color="green2"] {
	background-color: #2BB930;
}
.btnSwitch button[data-color="orange2"] {
	background-color: #FF9E27;
}
.btnSwitch button[data-color="red2"] {
	background-color: #EA4d56;
}
.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}
.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}
.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}
#logoM, #logoL{
	display: none;
}

#studentIDDiv{
	background: white;
	color: black;
}

#subTitle{
	font-size: 12px;	
}

#CourseDesc p{
	line-height: 1.50;
	margin-bottom: 0.5em;
}

.carousel-control-prev, .carousel-control-next{
	background: rgba(0, 0, 0, 0.2);
}

.box{
	margin-bottom: 1em;
}

.imageHelp {
    float: right;
    cursor: pointer;
    width: 3%;
}

#gameHomeLink{
	cursor: pointer;
}

#gameHomeLink:hover{
	color:  #3498db;
}

.button{
	margin-left: 1em;	
}


.containerFeed {
  padding: 30px;
  text-align: center;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.large-font {
  font-size: 28px;
}

.xlarge-font {
  font-size: 16px
}

.containerFeed img {
  display: block;
  height: auto;
  max-width: 100%;
}

#aRi{
	cursor: pointer;
	color: #099DFA;
}

.col-60{
	width: 50%;	
	padding: 0.4em;	
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
/*   .containerFeed img {
    margin: auto;
  } */
#vPopup{
	max-width: 50%;
}  
}


@media screen and (max-width: 550px){
	#logoM, #logoL{
		display: block;
	}

	#studentIDDiv{
		background: white;
		color: black;
		width: 100%;
	}
	
	.table-typo tr td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p{
		margin-bottom: 0px;
	}
	
	.imageHelp{
		float: right;
		cursor: pointer;
		width: 10%;
	}	

	.col-60{
		width: 100%;	
		display: inline-block;	
	}
#vPopup{
	max-width: 100%;
}
}

@media screen and (max-width: 576px){
	#logoM, #logoL{
		display: block;
	}
	#studentIDDiv{
		background: white;
		color: black;
		width: 100%;
	}
	
	.custom-template .custom-content {
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}

	.imageHelp{
		float: right;
		cursor: pointer;
		width: 10%;
	}
#vPopup{
	max-width: 100%;
}		
}


.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
      }
    }
    
/* Tabs*/
section {
    padding: 0px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
	background: #fff;
    color: #666;
}
#tabs h6.section-title{
    color: #666;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #666;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #666;
    font-size: 20px;
}

/*
   general styles
*/
.center-block-horiz {
   margin-left: auto !important;
   margin-right: auto !important;
 }
.set-margin-cicis-menu-to-go {
  margin: 10px;
}
.set-padding-cicis-menu-to-go {
  padding: 10px;
}
.set-border-cicis-menu-to-go {
   border: 0px inset #4f4f4f;
}
set-box-shadow-cicis-menu-to-go {
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
     -moz-box-shadow: 4px 4px 14px #4f4f4f;
          box-shadow: 4px 4px 14px #4f4f4f;
}
  
/*
** Style the iframe
** =========================
*/
/*
    css commmon to all iframes
*/
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  overflow: hidden;
  /* put following styles (necessary for overflow and 
     scrolling handling) inline in .embed-responsive-element-wrapper around iframe because not stable in CSS
    -webkit-overflow-scrolling: touch; 
                      overflow: auto; */
}
.responsive-wrapper img,
.responsive-wrapper object,
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   
  border-style: none;
  padding: 0;
  margin: 0;
}

/*
    css particular to this iframe
*/

#Iframe-Cicis-Menu-To-Go {
  max-width: 100%;
  max-height: 510px;
  overflow: hidden;
}
/*
   padding-bottom = h/w as %
*/
.responsive-wrapper-padding-bottom-90pct {
  padding-bottom: 90%;
}

.mb-3{
	width: 50%;
}

.col-md-4{
	text-align: center;
	margin-bottom: 1em;
}

#paperList{
	margin-bottom: 1em;
}

#artTitle{
	font-size: 16px;
	font-weight: bolder;
	margin-top: 0.2em;
	text-align: center;
	color: #666;
}

#authName{
	font-size: 14px;
	font-weight: normal;
	margin-top: 1em;
	font-weight: bolder;
	color: #888;
}

#absArea{
	overflow: auto;
	font-size: 14px;
	margin-top: 0.8em;
	word-spacing: 0.3em;
}

#tags{
	font-size: 12px;
	position: absolute;
   	bottom: 0.5em;
   	padding: 1px;	
}

.sidebar .thumbnail{
	height: 118px;
}

.thumbnail{
	height: auto;
}
.caption p{
	font-size: 12px;
	line-height: 1.5em;
}

	#paperList{
		height: 550px;
		overflow: auto;
	}

@media screen and (max-width: 813px){
	#logoM, #logoL{
		display: block;
		text-align: center;
	}
	.logo img{
		width: 45%;
	}

	#studentIDDiv{
		background: white;
		color: black;
		width: 100%;
	}
	
	.custom-template .custom-content {
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
	.col-6{
		flex: 0 0 100%;
		max-width: 100%;
	}
.mb-3{
	width: 100%;
}
/* 	#paperList{
		height: 600px;
		overflow: auto;
		margin-bottom: 1.5em;
	} */
	
}

@media screen and (max-width: 416px) {
	#logoM, #logoL{
		display: block;
	}
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
	.logo img{
		width: 90%;
	}
	#studentIDDiv{
		background: white;
		color: black;
		width: 100%;
	}
	
	.avatar-img1{
		margin-right: 2%;
		margin-left: 2%;
	}
	.logoR{
		width: 100%;
	}

	.imageHelp{
		float: right;
		cursor: pointer;
		width: 10%;
	}	

	#tags{
		margin-top: 0.5em;
		font-size: 12px;
		position: relative;
	   	bottom: 0em;	
	}
	
	#absArea{
		font-size: 12px;
		margin-top: 0.8em;
		word-spacing: 0.5em;
	}
	
}

@media screen and (max-width: 320px) {
/* 	#paperList{
		height: 400px;
		overflow: auto;
		margin-bottom: 1.5em;
	} */
	#paperList{
		height: 400px;
		overflow: auto;
	}
}

.label-info{
	font-size: 14px;
}
