@CHARSET "ISO-8859-1";

.share-icons {
	behavior: url(/wp-content/themes/indiaoup/assets/css/PIE.htc);
}

.clear {
	clear: both;
}
.left-accordion-container,.accordion-container{
	width:100%;
}
.accordion-label-lecturer{
	background: #694d89 !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5NGQ4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTMxOGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #694d89 0%, #5e318d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#694d89), color-stop(100%,#5e318d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #694d89 0%,#5e318d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #694d89 0%,#5e318d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #694d89 0%,#5e318d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #694d89 0%,#5e318d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694d89', endColorstr='#5e318d',GradientType=0 ); /* IE6-8 */

	
}
.select-heading {
  color: rgb(65, 64, 66);
  font-weight: bold;
  font-size: 15px;
  font-family: arial;
  padding-left:10px;
}

.select-div-wrapper {
	margin: 5px auto 20px auto;
	position: relative;
	width: 90%;
	overflow: hidden;
	font-family: arial;
	font-size: 12px;
	height: 30px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid rgb(148, 150, 153);
	background-image: url(/system/images/dropdown-res.png);
	color: rgb(109, 110, 113);
}

.select-div {
	float: left;
	width: 105%;
	height: 24px;
	background: none repeat scroll 0 0 transparent;
	line-height: 28px;
	padding-left: 5px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	color:#58595b;
}

.select-div:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	border-color: #939598 !important;
	box-shadow: none !important;
}


.teaching-bottom-block{
	clear:both;
padding: 10px;
}
.learning-select-all-checkbox-wrapper{

  color: rgb(88, 89, 91);
  font-size:12px;
}
.course-checkbox-label {
	vertical-align: top;
	position: relative;
	padding-left: 20px;
	line-height: normal;
	padding-top: 7px;
	font-weight:normal;
}
.course-resource-heading{
	font-weight:bold;
	padding-left:10px;
	padding-top: 15px;
	font-size:15px;
}
.first-heading{
	color:#6d2fa8;
}
.second-heading{
	color:#167A5F;
}
.course-resource-table{
	width: 100%;
  color: rgb(88, 89, 91);
  border-bottom: 1px solid rgb(167, 170, 173);
  font-size:12px;
}
.course-resource-table td{
	padding-top: 8px;
  padding-bottom: 8px;
}
.course-resource-table-checkbox{
	padding-left:10px;
}
.file-size{
min-width: 60px;
  padding-left: 5px;
  padding-right: 5px;
}
.res-download{
color: rgb(50, 67, 220);
text-align: right;
min-width: 100px;
}
.download-link{
color: rgb(50, 67, 220);
  display: inline-block;
}
.download-link:link{
color: rgb(50, 67, 220);
}
.download-link:visited{
color: #884488;
}
.download-link:hover{
color: #BB1122; 
	text-decoration: underline;
}
.download-link:active{
	 color: #BB1122; 
	text-decoration: underline;
}
.res-download-button{
	border: none;
  width: 32px;
  padding: 0;
  background: transparent;
  margin-left: 5px;
}
.res-download-button:focus{
	border: none;
outline:none;
}


.form-control {
	box-shadow: none;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #ccc;
}

.eac-page {
	width: 100%;
	margin-bottom: 20px;
}

.form-group-eac {
	margin-right: 7px;
}

.form-group-eac .form-control {
	width: 100%;
}
.rh-utility-menu {
  width: 100%;
}

@media ( min-width :550px) and (max-width:767px) {
	.left-content {
		display: none !important;
	}
	.middle-content {
		width: 100% !important;
		padding-left: 0px !important;
	}
	
}
@media ( min-width :550px){
	.teaching-bottom-block{
	padding: 0px;
}
.select-heading {
  padding-left:0px;
}	
}


@media ( max-width : 820px) {
	.eac-heading {
		font-size: 12px;
	}
}
/* 
@media ( max-width : 795px) {
	.accordion-heading {
		font-size: 13px;
	}

} */