/*.col-lg-3{  padding-right:10px; padding-left:10px;  text-align:left; max-height: calc(100vh - 9rem); overflow-y: auto; border:none; }
  .col-lg-3{  padding-right:10px; padding-left:10px;  text-align:left; height: 100vh; overflow: scroll; border:none; }
.col-lg-12{ padding-right:10px; padding-left:10px;  text-align:left;  height: 100vh; overflow: scroll; border:none; }
.news_tab li:hover
{
  background-color: #D5D8DC;
}

*/
.col-lg-3{  padding-right:10px; padding-left:10px;  text-align:left; height: 90vh; overflow-y: scroll;border: none; margin-left:-24px;}
.col-lg-12{ padding-right:8px; padding-left:10px;  text-align:left;  height: 90vh; overflow: scroll; border:none; margin-left:4px;}
.singCourse_title
{
text-transform: capitalize;
font-family:Times New Roman;
font-weight:bold;
font-size:24px;
}
.li-left-padd
{
  margin-left:10px;
}
div.smpl-op
{
max-width:auto; 
height:auto; 
background-color:#EAECEE; 
color:white; 
margin: 0px 40px 0px 40px; 
padding:20px 20px 20px 20px;
}
div.awsimage1
{
  
  border:0px solid red;
  max-width:340px;
  max-height:540px;
  background-color:#EAECEE;
  margin:10px 40px 10px 220px;
  padding:20px 20px 20px 20px;
}
div.awsimage
{
  
  border:0px solid red;
  max-width:740px;
  max-height:540px;
  background-color:#EAECEE;
  margin:10px 40px 10px 40px;
  padding:20px 20px 20px 20px;
}
.news_tab li:hover
{
  background-color: #D5D8DC;
}
.news_tab li:active
{
  background-color: white;
}
tr:nth-child(even) {
  background-color: #dddddd;
}

.table
{
  max-width:auto;
  height:auto;    
}
.table-h {
  height: 30px;
  text-align: center;
  padding: 4px;
  font-size:20px;
}
.table-doc{
  text-align:center;
  font-size:18px;
  list-style:none;
} 


div.code-syntax-box
{
  border:0;
  max-width:auto; 
  height:auto; 
  background-color: black; 
  color:#F7DC6F; 
  padding:0px 4px 0px 4px; 
 
}
pre.code-syntax-bg
{
  background-color: black;  
  color:#F5B041 ; 
  border:none;
}


.click-button1 {
  border-radius: 2px;
  background-color: #EAECEE;
  border: 2px solid #AED6F1;
  color: black;
  text-align: left;
  padding-left: 4px;
  font-size: 20px;
  font-family: Georgia;
  /*text-transform: uppercase;*/
  width: 110px;
  height: 45px;
  transition: all 0.8s;
  cursor: pointer;
  margin: 0px 10px;  
  position:absolute;
  left:0px;
}

.click-button1 .preBtn1 {
  cursor: pointer;
  display: inline-block;
  padding-right:5px;
  position: relative;
  transition: 0.6s;
	padding:4px;
}

.click-button1 .preBtn1:after {
  content: '\00ab';
  position: relative;
  font-size: 22px;
  opacity: 0;
  top: -2px;
  right: -5px;
  transition: 0.5s;
  padding-right: 6px;
}

.click-button1:hover .preBtn1 {
  padding-right: 4px;
  padding-left: 16px;

}
.click-button1:hover {
  background-color: #CCD1D1;
}

.click-button1:hover .preBtn1:after {
  opacity: 1;
  right: 0;
}

.click-button2 {
  border-radius: 2px;
  background-color: #EAECEE;
  border: 2px solid #AED6F1;
  color: black;
  text-align: center;
  font-size: 20px;
  font-family: Georgia;
  /*text-transform: uppercase;*/
  width: 110px;
  height: 45px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 10px;
  
  position:absolute;
  right:0px;
}

.click-button2 .preBtn2 {
  cursor: pointer;
  display: inline-block;
  padding-left:5px;
  position: relative;
  transition: 0.5s;
	padding:4px;
}

.click-button2 .preBtn2:after {
  content: '\00bb';
  position: absolute;
  font-size: 22px;
  opacity: 0;
  top: -3px;
  right: -20px;
  transition: 0.5s;
}

.click-button2:hover .preBtn2 {
  color: black;
  padding-right: 25px;
}
.click-button2:hover {
  background-color: #CCD1D1;
}

.click-button2:hover .preBtn2:after {
  opacity: 1;
  right: 0;
}
.linkBtn
{
color: black;
  text-decoration: inherit;  
}