/* Minification failed. Returning unminified contents.
(2,1): run-time error CSS1019: Unexpected token, found '@charset'
(2,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(2,17): run-time error CSS1019: Unexpected token, found ';'
(3194,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3195,10): run-time error CSS1035: Expected colon, found '{'
(3204,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3205,10): run-time error CSS1035: Expected colon, found '{'
 */
button:focus, a:focus ,a:focus img,a:focus .previous,a:focus .next,.btn:focus,a.my-tool-tip:focus ,a#lessonDashboardLink:focus span {outline: 2px solid #a6c8ff !important;}
@charset "utf-8";
/* CSS Document */
body {
	font-family: "Roboto", sans-serif;
	color: #222;
	font-size:14px;
	margin:0;
	padding:0;
}
.feature * {
    transition: all 0.2s ease-in-out 0s;
}
a {
	color:#2a3990;
}
a:focus, a:hover {
	color:#2a3990;
}
img {
	max-width:100%;
	height:auto;
}
.pull-middle {
	overflow:hidden;
}
a:focus {
	outline: none;
}
input:focus[type="text"] {
	outline: none;
}
.header {
	padding:30px 0px;
}
.navbar {
	margin-bottom:0px;
	margin-top:31px;
}
.navbar-default {
	border:none;
	background-color:transparent;
	text-transform: uppercase;
	font-size:13px;/*font-weight: 600;*/
}
.navbar-default .navbar-nav > li > a {
	padding: 6px 8px;
	border-radius:5px;
	margin-right:10px;
}
.navbar-default .navbar-nav > li > a.active { 
    border: solid 1px #8cc63f;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #f6f6f6;
}
.navbar-default .navbar-nav > li > a.home {
	background-position: -42px -4px;
	width:38px;
	height:33px;
	background-color:#FFF;
	border:solid 1px #fff;
}
.navbar-default .navbar-nav > li > a.home:hover {
	border:solid 1px #8cc63f;
	background-position: -2px -3px;
	width:38px;
	height:33px;
}
.navbar-default .navbar-nav > li > a.home.active {
	border:solid 1px #8cc63f;
	background-position: -2px -3px;
	width:38px;
	height:33px;
}
.logo {
	background-position: -112px -37px;
	display: inline-block;
	height: 77px;
	width: 199px;
}
.navbar-default .navbar-nav > li a.login {
	background: none repeat scroll 0 0 #8cc63f;
	color: #fff;
}
.navbar-default .navbar-nav > li a.login:hover {
	background: none repeat scroll 0 0 #78b429;
	color: #fff;
}
.carousel-caption {
	padding-bottom:0;
	text-shadow:none;
}
.banner_details {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	max-width: 675px;
	margin: 0 auto;
	padding: 10px 20px 25px;
	text-align:left;
}
.banner_details h2 {
	color: #1e1e1e;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top:5px;
}
.banner_small_details {
	color: #2b3990;
	font-size: 16px;
	line-height: 20px;
}
.banner {
	background-image: url("../images/banner1.png");
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1.5em auto 2.5em;
	max-height: 1000px;
	max-width: 2000px;
}
.FlexEmbed {
	display: block;
	overflow: hidden;
	position: relative;
}
.FlexEmbed:before {
	content: "";
	display: block;
	width: 100%;
}
.FlexEmbed--3by1:before {
	padding-bottom: 33.3333%;
}
.support {
	background: none repeat scroll 0 0 #f4f4f4;
	border-top: 1px solid #8cc63f;
	padding: 15px 0 14px 0px;
}
.support h3 {
	margin-top:0;
	margin-bottom:0;
}
.support p {
	margin: 0;
	padding: 5px 0 0;
	font-size:22px;
	font-weight:600;
}
.btn {
	background: none repeat scroll 0 0 #8cc63f;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	font-weight: 800;
	 padding: 12px 45px 10px;
	outline: medium none;
	text-align: center;
	text-transform: uppercase;
	white-space:normal;
}
.greenbtn
{
	background: none repeat scroll 0 0 #fff;
	border: solid 1px #8cc63f;
	border-radius: 5px;
	color: #8cc63f;
	font-weight: 800;
	padding: 12px 45px;
	outline: medium none;
	text-align: center;
	text-transform: uppercase;
}
.greenbtn:hover
{
	background: none repeat scroll 0 0 #8cc63f !important;
	border: solid 1px #8cc63f;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 800;
	padding: 12px 45px;
	outline: medium none;
	text-align: center;
	text-transform: uppercase;
}
.bluebtn {
	background: none repeat scroll 0 0 #fff;
	border:solid 1px #2a3890;	
	border-radius: 5px;
	color: #2a3890;
	font-weight: 800;
	padding: 12px 45px;
	outline: medium none;
	text-align: center;
	text-transform: uppercase;
}
.bluebtn:hover{
	background: none repeat scroll 0 0 #2a3890 !important;
	border: solid 1px #2a3890;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 800;
	padding: 12px 45px;
	outline: medium none;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover {
	background: none repeat scroll 0 0 #78b429;
	color: #fff;
}
.wrapper {
	padding: 65px 0;
}
.feature_row {
	border-bottom: 1px solid #b5b5b5;
	margin-top: 20px;
}
.feature.f1, .feature.f3 {
	border-right-width: 1px;
}
.feature {
	border: 0 solid #b5b5b5;
	/*float: left;*/
	margin: 35px 0;
	/*padding: 0 25px;*/
	 
	  text-align:center;
}
.feature p
{
    min-height:100px;
}
.feature .data h3 {
	color: #1e1e1e;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	margin-top: -4px;
}
.feature button {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #8cc63f;
	border-radius: 5px;
	color: #8cc63f;
	font-size: 13px;
	font-weight: 700;
	outline: medium none;
	padding: 5px 9px;
	text-transform: uppercase;
}
.feature button:hover {
	background: none repeat scroll 0 0 #f6f6f6;
}
.feature button span {
	background-position: -295px -22px;
	display: inline-block;
	height: 10px;
	margin-left: 7px;
	width: 7px;
}
.feature button:hover span {
	margin-left: 12px;
}
.course1 {
	background-position:0 -40px;
}
.course2 {
	background-position:0 -353px;
}
.course3 {
	background-position:0 -248px;
}
.course4 {
	background-position:0 -144px;
}
.feature > div > span {
	display: inline-block;
	float: left;
	height: 105px;
	width: 105px;
}
.feature .data {
	color: #58595b;
	float: left;
	font-size: 14px;
	line-height: 18px;
}
.footer {
	background: none repeat scroll 0 0 #2a3990;
	color: #fff;
	font-size: 12px;
	padding: 50px 0;
}
.facebook, .twitter, .linked, .google, .youtube {
	border: 1px solid #3e6290;
	display: block;
	float: left;
	height: 40px;
	margin-right: 10px;
	width: 40px;
	text-indent:-99999px;
}
.facebook {
	background: url("../images/sprite.png") repeat scroll -80px 0 rgba(0, 0, 0, 0);
}
.twitter {
	background: url("../images/sprite.png") repeat scroll -121px 0 rgba(0, 0, 0, 0);
}
.facebook:hover, .twitter:hover {
	border: 1px solid #fff;
}
.linked {
	background: url("../images/sprite.png") repeat scroll -225px -805px rgba(0, 0, 0, 0);
}
.google {
	background: url("../images/sprite.png") repeat scroll -183px -805px rgba(0, 0, 0, 0);
}
.youtube {
	background: url("../images/sprite.png") repeat scroll -269px -805px rgba(0, 0, 0, 0);
}
.linked:hover, .google:hover, .youtube:hover {
	border: 1px solid #ffffff;
}
.sprite {
	background-image:url(../images/sprite.png);
}
.spimg {
	background: url("../images/spritesupport.png");
}
.padding0 {
	padding-left:0px;
	padding-right:0px;
}
.main {
    padding: 30px 0;
}
.main ul {
    margin: 0 0 0 22px;
    padding: 0;
}
.main li {
    color: #555;
    font-size: 15px;
    list-style: outside url("../images/12.png") disc;
    margin: 0;
    padding: 20px 0;
}
.main h2
{
	font-size: 24px;
    font-weight: 600;
}
/*Support CSS from MLL*/
.pageHeading {
	background-color: #f4f4f4;
	border-top: 1px solid #8cc63f;
	color: #666;
	 padding: 0 15px;
	
}
.pageHeading .col-md-12 p {
	border-bottom: 7px solid #8cc63f;
	color: #333;
	float: left;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 15px 0 20px;
	
}
.pageHeading h2 {
    color: #333;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
	
}
.pageHeading h3 {
    font-size: 20px;
    line-height: 1;
    margin: 16px 0 10px;
   
	
}
.pageHeading.no-content > .container
{
	background:none;
	padding:0;
}
.pageHeading.no-content h2 {
    color: #333;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;float:left;border-bottom:7px solid #8cc63f; padding: 25px 0;
	
}

.pageHeading > .container {
    background: url("../images/bar.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    padding: 25px 0px;
}
.banner-support {
	text-align: center;
}
.support-center-container {
	padding: 30px 0;
}
.support-tabs-container .nav-tabs {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #c7c7c7;
	border-radius: 0;
	box-shadow: none;
	float: none;
	margin: 0;
	width: auto;
}
.nav.nav-tabs li.active {
	background: url("../images/tab-a-bg.png") repeat-x scroll 0 0 #2c81d9;
	border-left: 1px solid #2167ae;
}
.support-tabs-container .nav-tabs > li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 0 none !important;
	float: left;
}
.nav.nav-tabs li {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0;
}
.nav-tabs > li {
	display: block;
	float: none;
}
.support-tabs-container .nav-tabs > li > a {
	border: 1px solid #c7c7c7;
	border-radius: 0;
	color: #393939;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 8px !important;
	margin-top: 0;
	padding: 10px 30px !important;
}
.support-tabs-container .nav-tabs > li.active > a, .support-tabs-container .nav-tabs > li.active > a:hover, .support-tabs-container .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f0f3f6;
	border-bottom: 1px solid #f0f3f6 !important;
	border-image: none;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	color: #393939;
}
.support-tabs-container .nav-tabs > li.active > a, .support-tabs-container .nav-tabs > li.active > a:hover, .support-tabs-container .nav-tabs > li.active > a:focus {
	background: none repeat scroll 0 0 #f0f3f6;
	border-bottom: 1px solid #f0f3f6;
	margin: 0;
}
.support-tabs-container .tab-content {
	
	background: none repeat scroll 0 0 #f0f3f6;
	border-color: -moz-use-text-color #c7c7c7 #c7c7c7;
	border-image: none;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding: 0;
}
.support-tabs-container .nav-tabs > li.active > a, .support-tabs-container .nav-tabs > li.active > a:hover, .support-tabs-container .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f0f3f6;
	border-bottom: 1px solid #f0f3f6 !important;
	border-image: none;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	color: #393939;
}
.tab-content {
	padding: 10px 11px;
}
.tabpanel-box {
	min-height: 250px;
}
.tabpanel-box {
	border-right: 1px solid #c7c7c7;
	padding: 30px 0 0;
	text-align: center;
}
.support-box-images {
	margin-bottom: 20px;
}
.tabpanel-box h5 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.tabpanel-box p {
	padding: 0 15px;
}
.tab-content p {
	font-size: 16px;
	line-height: 24px;
}
.tabpanel-box a {
	color: #2a3990;
	text-decoration: underline;
}
.vd-icon {
	width:70px;
	height:70px;
	display:inline-block;
	background-position:-3px -3px;
}
.fq-icon {
	background-position: -111px -4px;
	display: inline-block;
	height: 70px;
	width: 70px;
}
.Sf-icon {
	background-position: -217px -2px;
	display: inline-block;
	height: 70px;
	width: 70px;
}
.CS-icon {
	background-position: -348px -6px;
	display: inline-block;
	height: 70px;
	width: 70px;
}
/*CSS FOR GETTING STARTED*/
.HelpPage {
	background-color: white;
	padding: 15px;
}
.HelpPage h1 {
	font-size: 20px;
	margin: 0 0 15px;
	padding: 0;
}
.LMSContenth1Margin {
	margin: 20px 0 !important;
}
.HelpPage h2 {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
}
.HelpPage h3 {
	font-size: 15px;
	margin: 15px 0;
	padding: 0;
}
.HelpPage p {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}
.HelpPage p a:hover {
	text-decoration: none;
}
.HelpPage iframe {
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
	margin: 10px 0;
}
.HelpPage ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.HelpPage ul li {
	font-size: 14px;
	line-height: 18px;
	list-style-type: disc;
	margin: 0 0 15px 15px;
	padding: 0;
}
.HelpPage ul li a:hover {
	text-decoration: none;
}
.HelpPage ul li span {
	color: #4f81bd;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.HelpPage ul li img {
	display: block;
	margin: 15px auto;
	text-align: center;
}
.HelpPage ul li ul li {
	font-size: 14px;
	line-height: 18px;
	list-style-type: disc;
	margin: 15px 0 0 40px;
	padding: 0;
}
.HelpPage ul li ul li a {
	color: #074686;
	font-family: arial;
	text-decoration: underline;
}
.HelpPage ul li ul li a:hover {
	color: #074686;
	font-family: arial;
	text-decoration: none;
}
/*CSS FOR SUPPORT CONTACT PAGE*/
.contact_wrap {
	padding: 20px 0;
}
.landing_home_page .contact_wrap h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.landing_home_page .contact_wrap h4 {
	font-size: 18px;
	font-weight: bold;
}
/*CSS FOR SUPPORT SPECIFICATION PAGE*/
.browserHeading {
	border-radius: 5px 5px 0 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 20px 0;
}
.blueHead {
	background-color: #b7b7b7 !important;
	border: 1px solid #d5d5d5 !important;
	color: #ffffff !important;
	padding: 10px 15px !important;
	text-align: left;
}
.grayHead {
	background: none repeat scroll 0 0 #eaeaea;
	border: 1px solid #d5d5d5;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	text-align: left;
}
.myTable {
	border-collapse: collapse;
	margin: 50px auto;
	width: 100%;
}
.tabCon {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #c1c1c1;
	font-size: 13px;
	padding: 10px;
}
#mobileView {
	display:none;
}
#ipadView {
	display:inline-table;
	width: 100%;
	margin:0 auto 50px !important;
}
.margintop10
{
	margin-top:10px;
}
.textbox {
    min-height: 100px;
}
.textbox-icon {
    float: left;
}
.textbox-content {
   
    padding-left: 30px;
}
.textbox-content h4 {
   
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 2px;
    text-transform: uppercase;
}
.product-panel h1 {
   
    font-size: 16px;
    font-weight: 700;
   margin-top: 5px;
    text-transform: uppercase;
}
.proboxBttn .btn
{
	margin-bottom: 10px;
    /*min-width: 180px;*/
	padding: 9px 15px;width: 92%;
}
.product-panel .col-md-12
{
	margin-bottom:20px;
}
.proDetBox {
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    padding: 17px;
    text-align: center;
}
.proDetBox img {
    height: auto;
    width: 80px;
}
.bookPrice {
    font-size: 28px;
    font-weight: 400;
}
.proDetBox h1, .proDetBox h2 {
    
   
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    padding-top: 2px;
    text-transform: uppercase;
}


/*CSS FOR SUPPORT VIDEO PAGE*/
.support-center-container {
	padding: 30px 0;
}
.support-tabs-container .tab-content {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f0f3f6;
	border-color: -moz-use-text-color #c7c7c7 #c7c7c7;
	border-image: none;
	border-right: 1px solid #c7c7c7;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding: 0;
}
.support-tabs-container .nav-tabs > li > a {
	border: 1px solid #c7c7c7;
	border-radius: 0;
	color: #393939;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 8px !important;
	margin-top: 0;
	padding: 10px 30px !important;
}
.support-tabs-container .nav-tabs > li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 0 none !important;
	float: left;
}
.support-tabs-container .nav-tabs > li > a:hover {
	border: 1px solid #c7c7c7;
	border-radius: 0;
}
.support-tabs-container .nav-tabs > li.active > a, .support-tabs-container .nav-tabs > li.active > a:hover, .support-tabs-container .nav-tabs > li.active > a:focus {
	background: none repeat scroll 0 0 #f0f3f6;
	border-bottom: 1px solid #f0f3f6;
	margin: 0;
}
.support-tabs-container .nav-tabs > li.active > a, .support-tabs-container .nav-tabs > li.active > a:hover, .support-tabs-container .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #f0f3f6;
	border-bottom: 1px solid #f0f3f6 !important;
	border-image: none;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	color: #393939;
}
.tabpanel-box p {
	padding: 0 15px;
}
.support-tabs-container .nav-tabs {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #c7c7c7;
	border-radius: 0;
	box-shadow: none;
	float: none;
	margin: 0;
	width: auto;
}
.tabpanel-box {
	border-right: 1px solid #c7c7c7;
	padding: 30px 0 0;
	text-align: center;
}
.tabpanel-box.last {
	border: 0 none;
}
.support-box-images {
	margin-bottom: 20px;
}
.tabpanel-box h5 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.tabpanel-box {
	min-height: 250px;
}
.tabpanel-box a {
	color: #2a3990;
	text-decoration: underline;
}
.tabpanel-box a:hover {
	text-decoration: none;
}
.fq-icon {
	background-position: -111px -4px;
	display: inline-block;
	height: 70px;
	width: 70px;
}
.Sf-icon {
	background-position: -217px -2px;
	display: inline-block;
	height: 70px;
	width: 70px;
}
.CS-icon {
	background-position: -348px -6px;
	display: inline-block;
	height: 70px;
	width: 70px;
}
.support-left-panel {
	background: none repeat scroll 0 0 #f6f8f9;
	height: 500px;
    overflow-y: scroll;
	
}
.support-left-panel h3 {
	background: none repeat scroll 0 0 #e6eaee;
	border-bottom: 1px solid #b3b4b5;
	color: #010101;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.support-left-panel h3 span {
	border-bottom: 7px solid #8cc63f;
	display: inline-block;
	padding: 15px 0 15px 20px;
}
.support-left-panel ol {
	padding: 0;
}
.support-left-panel li {
}
.time-list {
	color: #727272;
	font-size: 12px;
	font-weight: normal;
}
.list-details {
}
.Instructor-list {
	margin: 0;
}
.Instructor-list li {
	border-bottom: 1px solid #d1d3d4;
	font-size: 14px;
	padding: 5px 8px 5px 0;
}
.time-list {
	margin-left: 5px;
	padding: 4px;
}
.Instructor-list {
	counter-reset: counter;
}
.Instructor-list dt {
	border-bottom: 1px solid #d1d3d4;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px 5px 50px;
	position: relative;
}
.Instructor-list dt::before {
 content: counter(counter, decimal);
 counter-increment: counter;
 left: 20px;
 position: absolute;
 top: 4px;
}
.support-video-block {
	border: 1px solid #a0a9b2;
	padding: 30px 30px 5px;
}
.video-title {
	text-align: center;
}
.video-title h4 {
	color: #000000;
	margin: 0;
}
.video-title p {
	color: #333333;
	font-size: 13px;
}
.video-container {
	margin-bottom: 15px;
	text-align: center;
}
.support-features-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 25px;
}
.pdt-block {
	border: 1px solid #a0a9b2;
	padding: 15px;
}
.pdt-block h3 {
	color: #000000;
	margin: 0;
}
.pdt-block p {
	color: #333333;
	font-size: 12px;
}
.pdt-block-img {
	margin-bottom: 10px;
	text-align: center;
}
/*CSS FOR ACTIVITY SCREENS*/
.activity-nav {
	background-color:#8cc63f;
	height:27px;
	width:100%;
}
.activity-container {
	background-color: #f9f9f9;
	padding:0px 15px;
}
.activity-innercontainer {
	 background-color: #fff;
      padding: 20px;
      min-height: 300px;
}
.act-title {
	color:#2a3990;
	font-size:20px;
	margin-bottom:20px;
}
.title-details h4 {
	color:#2a3990;
}
.access-details {
	border:solid 1px #eaeaea;
	padding:20px;
	margin:10px 0px;
	font-weight:normal;
    word-wrap: break-word;
}
.access-details h4 {
	color:#2a3990;
}
.links {
	margin-bottom:10px;
}
.links ul {
	margin:0;
	padding:0;
}
.links ul li {
	list-style-type:none;
	float:left;
	padding:0px 5px;
}
.panel-title {
	padding-top: 7px;
}
.panel {
	border-radius:0px !important;
}
.panel-default > .panel-heading {
	background-color: #faf9f9;
	border-color: #e3e3e3;
	border-radius:0;
}
.progesslink {
	font-weight:400;
	font-size:13px;
	padding-top: 2px;
	text-align:center;
	margin-left:5px;
}
.progesstxt {
	padding-top:3px;
	margin-left:10px;
}
.progesstxt_disabled 
{
    color: rgba(0, 0, 0, 0.8);
	cursor: default;
    /*opacity: 0.7;*/
}
.panel-group .panel-heading h4 a:focus, .panel-group .panel-heading h4 a:hover {
	text-decoration:none;
}
.progrees-imggreen {
	background-position: 108px -188px;
	display: inline-block;
	height: 22px;
	position: relative;
	transition: none 0s ease 0s;
	width: 20px;
}
.progrees-imggreen:hover {
	text-decoration:none
}
.progrees-imggray {
	background-position: 78px -188px;
	/*display: inline-block;*/
	height: 22px;
	position: relative;
	transition: none 0s ease 0s;
	width: 20px;
	float:left;
}
.progrees-imggray:hover {
	text-decoration:none
}
.progrees-imghalfgreen {
	background-position: 108px -355px;
	display: inline-block;
	height: 22px;
	position: relative;
	transition: none 0s ease 0s;
	width: 20px;
}
.progrees-imghalfgreen:hover {
	text-decoration:none
}
.activity-isfinal {
    background-position: 111px -232px;
    display: inline-block;
    height: 15px;
    position: relative;
    transition: none 0s ease 0s ;
    width: 20px;
}
.activity-isfinal:hover {
	text-decoration:none
}
.panel-heading a .arrow-img {
	background-position: 153px -183px;
	height: 33px;
	margin-top: -8px;
	width: 32px;
	position:relative;
	display:inline-block;
	transition:none;
}
.panel-heading a.collapsed .arrow-img {
	background-position: 198px -183px;
}
.panel-body .tabpanel .nav-tabs > li {
	float:left;
	background-color:#efefef;
	padding: 0 20px;
	border-top:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
}
.panel-body .tabpanel .nav-tabs > li > a {
	color:#222;
	border:none;
}
.panel-body .tabpanel .nav.nav-tabs li.active {
	background-color:#fff;
	color:#8cc63f;
	border-left:none;
	border-bottom:solid 1px #fff;
}
.panel-body .tabpanel .nav.nav-tabs li:first-child {
	border-left:solid 1px #e5e5e5;
}
.panel-body .tabpanel .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border:none;
	color:#8cc63f;
}
.panel-body .tabpanel .tab-content {
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
}
.panel-detail {
	background-color:#efefef;
	margin: -15px -15px 10px;
	padding: 10px;
}
.pretestimg {
	background-position: 45px -185px;
	display: inline-block;
	height: 27px;
	position: relative;
	transition: none 0s ease 0s;
	width: 40px;
	vertical-align: top;
	margin-bottom:10px;
}
.videoimg {
    background-position: 45px -288px;
    display: inline-block;
    height: 27px;
    margin-bottom: 10px;
    position: relative;
    transition: none 0s ease 0s ;
    vertical-align: top;
    width: 40px;
}
.labelimg {
	background-position: 45px -219px;
	display: inline-block;
	height: 27px;
	position: relative;
	transition: none 0s ease 0s;
	width: 40px;
	vertical-align: top;
	margin-bottom:10px;
}
.hotspotimg {
	background-position: 45px -252px;
	display: inline-block;
	height: 27px;
	position: relative;
	transition: none 0s ease 0s;
	width: 40px;
	vertical-align: top;
	margin-bottom:10px;
}
.audioimg {
	background-position: 45px -288px;
	display: inline-block;
	height: 27px;
	position: relative;
	transition: none 0s ease 0s;
	width: 40px;
	vertical-align: top;
	margin-bottom:10px;
}
.imgtext {
	vertical-align:middle
}
.panel-body .tab-content ul {
	margin:0;
	padding:0
}
.panel-body .tab-content ul li {
	list-style-type:none;
}
.activity-container .tab-content {
	padding: 25px;
}
.activity-pagetitle h4 {
	color:#2a3990;
	margin-top:0;
	padding-top:20px;
	font-size:22px;
}
.testtitle h4 {
	font-size:22px;
}
.testtitle .glyphicon {
	color:#888;
	font-size: 13px;
}
.quest-container {
	background-color:#fff;
	border:solid 1px #eaeaea;
	padding:20px;
	margin: 10px 0 20px;
}
.quest-container ul li {
	list-style-type:none;
	line-height:40px;
	font-size:16px;
}
.quest-container h4 {
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 15px;
}
.quest-container p {
	/*border-bottom: 2px solid #eaeaea;*/
	padding-bottom: 15px;
}
.quest-text {
	margin-left:10px;
}
.quest-footer {
	border-top: 2px solid #eaeaea;
	padding-top:15px;
	margin-top:10px;
}
.arrow-leftimg {
	background-position: 201px -226px;
	display: inline-block;
	height: 33px;
	vertical-align: top;
	width: 40px;
}
.arrow-rightimg {
	background-position: 157px -226px;
	display: inline-block;
	height: 33px;
	vertical-align: top;
	width: 40px;
}
.quest-foottext {
	padding: 7px 10px 0;
}
/*Tooltip customise*/
#ExpiredClassReopenDialog .tooltip-inner {
	background-color: #f4f4f4;
	border-radius: 4px;
	color: #323232;
	max-width: 450px;
	width:300px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
	border:solid 1px #b3b3b3;
}
.tooltip-inner {
	background-color: #f4f4f4;
	border-radius: 4px;
	color: #323232;
	max-width: 300px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
	border:solid 1px #b3b3b3;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #b3b3b3;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.my-tool-tip {
	cursor:pointer;
}
#mobiledevice {
	display:none;
}
#desktopdevice {
	display:block;
}
#mobiledevice-progress {
	display:none;
}
#desktopdevice-progress {
	display:block;
}
.graybtn {
	background-color: #e9e9e9;
	/*border: 1px solid #d5d5d5;*/
	border-radius: 5px;
	color: #333;
}
.graybtn:hover {
	background-color: #d5d5d5;
	/*border: 1px solid #d5d5d5;*/
	border-radius: 5px;
	color: #333;
}
.content {
	padding:5px 10px 20px 10px;
	min-height:200px
}
/*<!--.quest-container textarea.form-control {
	height: auto;
	min-height:200px;
	background-color:#f4f4f4
}-->*/
.image-container {
	border: 1px solid #e8e8e8;
	/*max-width: 750px;*/
	 max-width: 1000px;
	/*padding: 40px 0;*/
	text-align: center;
	vertical-align: middle;
	margin: 20px auto;
}
.image-container span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
.quest-container-inner {
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin: 10px 0 20px;
	padding: 20px 0;
}
.quest-container-inner h4 {
	padding-left: 20px;
}
.quest-container-inner .result-container {
	background-color:#f4f4f4;
	border-top:solid 1px #e8e8e8;
	border-bottom:solid 1px #e8e8e8;
	padding: 10px 0 5px 25px;
	font-size:17px;
}
.form-control-feedback {
	left: -53px; /*-40px;*/
	right: auto;
	top: 2px;
	color: #3c763d;
}
.quest-container-inner ul {
	margin-left:20px;
}
.feedback {
	padding:14px 10px 14px 20px !important;
	font-size:14px !important;
}
.gray-panel {
	background-color:#f1f1f1;
	border-top:solid 1px #E8e8e8;
	border-bottom:solid 1px #E8e8e8;
	padding:40px 30px 20px 30px;
	margin:10px -20px 20px -20px;
}
.gray-panel p {
	border-bottom:none;
	padding-bottom:none;
}
.links a:hover {
	text-decoration:underline
}
.act-title a {
	font-size:14px;
}
.act-title a:hover {
	text-decoration:underline
}
.marginminus20 {
	margin-bottom: -20px;
}
.drop-panel {
	background-color:#fff;
	border: 1px solid #eaeaea;
	padding: 60px 0;
	margin-top:15px;
	margin-bottom:20px;
	position:relative;
}
.drop1 {
	background-color:#f9f9f9;
	border-radius:5px;
	width:30%;
	border:solid 1px #c6c6c6;
	height:45px;
	position:absolute;
	top:3%;
	left:42%;
}
.drop2 {
	background-color:#f9f9f9;
	border-radius:5px;
	width:30%;
	border:solid 1px #c6c6c6;
	height:45px;
	position:absolute;
	left: 68%;
	top: 16%;
}
.drop3 {
	background-color:#f9f9f9;
	border-radius:5px;
	width:30%;
	border:solid 1px #c6c6c6;
	height:45px;
	position:absolute;
	left: 68%;
	top: 30%;
}
.drop4 {
	background-color:#f9f9f9;
	border-radius:5px;
	width:30%;
	border:solid 1px #c6c6c6;
	height:45px;
	position:absolute;
	bottom:3%;
	left:35%;
}
.drop5 {
	background-color:#f9f9f9;
	border-radius:5px;
	width:30%;
	border:solid 1px #c6c6c6;
	height:45px;
	left: 8%;
	position: absolute;
	top: 10%;
}
.drag-container {
	background-color: #f4f4f4;
	border: 1px solid #eaeaea;
	margin: 10px 0 20px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}
.drag-container span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
ul.drag-panel {
	margin:0;
	padding:0
}
ul.drag-panel li {
	list-style-type:none;
}
.drag-container p {
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 15px;
	text-align:left;
}
.drag-panel li a {
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	color: #5c5c5c;
	display: block;
	margin: 15px 0px;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;
}
#drop-desktop {
	display:block;
}
#drop-mobile {
	display:none;
}
.drop-text {
	font-weight:bold;
	font-size:20px;
	padding-top:2px;
}
.drop-container {
	margin-bottom:10px;
}
/*Class ADDED on 19-03-2015*/
.btn-small
{
	padding: 8px 12px !important;font-size:12px;
}
ul.dash-links
{
	margin:0;
	padding:0;
}
ul.dash-links li
{
	float:left;
	list-style-type:none;
	padding:0px 10px;
}
.preview-btn
{
	margin-top:15px;
}
.insttext
{
	margin-left:10px;
}
.seprator
{
	width:100%;
padding:10px 0px;
	border-bottom:solid 3px #8cc63f;
	margin-bottom: 40px;
}
.expiredDetailsListError {
    background-color: #f4f4f4;
    border: 1px solid #8cc63f;
   
    padding: 15px;
	margin: 10px 0 30px;
    
}
.title-details
{
	margin-bottom:20px;
}
.marginminus
{
	margin-left:-10px
}
.gray-container
{
	background-color:#f4f4f4;
}
.toplinks
{
	float:right;
	margin-bottom:20px;
	
}
.toplinks ul li
{ 
list-style-type:none;
padding:0px 5px;
float:left
}
.delete-icon {
    background-position: -229px -276px;
    display: inline-block;
    height: 23px;
   
    vertical-align: middle;
    width: 28px;
}
.edit-icon {
     background-position: -264px -325px;
    display: inline-block;
    height: 23px;
   
    vertical-align: middle;
    width: 28px;
}
.clone-icon {
   background-position: -198px -275px;
    display: inline-block;
    height: 23px;
   
    vertical-align: middle;
    width: 28px;
}
.badge {
    background-color: #8cc63f;
}
.product
{
	width:100%;
	float:left;
	
}
.access-icon {
    background-position: -260px -385px;
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    width: 36px;
}
.book-icon {
    background-position: -262px -422px;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    width: 39px; margin-top: -4px;
}
.grade-icon {
   background-position: -272px -358px;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 18px;
}
/*CSS ADDED ON 23-March-15*/
.lesson-column
{
	border:solid 1px #e1e1e1;
	background-color:#f4f4f4;
}
.lessontitle
{
	font-size:18px;
	padding:15px 20px;
	border-bottom:solid 1px #e1e1e1;
}
.reorder-cont
{
	margin:10px 0px 20px 0px;
}
.reorder-panel
{
	padding:10px;position:relative;
}
.reorder-panel ul
{
	margin:0px;
	padding:0px;
	min-height: 100px;
}
/*#draggableMaster ul li {
    top: 51px;
}*/
/*Lesson Reorder Start*/
.ui-state-highlight 
{
    background: white;
   /* width: 482px;
    height:56px;*/
}
.lesson-column.first {
 /* height: 788px;*/
}
ul#sortable li {
  top: 47px;
}
div#draggableMaster {
  height: 782px;
}
/*Lesson Reorder End*/
.reorder-panel ul li
{
	list-style-type:none;
	border:solid 1px #e1e1e1;
	padding:6px 15px;
	margin-bottom:10px;
	background-color:#fff;
	position:relative;
}
.inst-text
{
	
	color:#760813;
	padding-bottom:10px;font-size:12px;
}
.breadcrumb {
    background-color: #f0f0f0;
}
#reorder-desktop
{
	display:block;
}
#reorder-mobile
{
	display:none;
}
.select-cont
{
	padding:10px 0px
}
.notify-heading
{
	margin-top:10px;
	padding:10px 10px;
	background-color:#2a3990;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.access-details table
{
	border:solid 1px #e8e8e8;
	
	
}
.access-details table thead
{
	background-color:#f4f4f4;
	color:#555;
	
	
}
.access-details table thead th
{
	padding:10px;
}
.access-details table tr td
{
	padding:10px;border:solid 1px #e8e8e8;
}
#desktoptable
{
	/*display:table;*/
}
#mobiletable
{
	display:none;
}
#lessonlevelmobiletable
{
    display:none;
}
#mobiletable1
{
	display:none;
}
.desktoptable
{
	display:table;
}
.mobiletable
{
	display:none;
}
.mobiletable1
{
	display:none;
}
.btn-cont
{
	margin-left:20px;
	display:inline-block
}
.disable-btn
{
	background-color:#F6F6F6;
	color:#CBCBCB;
	font-weight:normal
}
.disable-btn:hover
{
	background-color:#F6F6F6;
	color:#CBCBCB;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .open > .dropdown-toggle.btn-primary
{
	background: none repeat scroll 0 0 #8cc63f;
}
.rejectbtn
{
	background-color:#bc1d1d !important;
}
.rejectbtn:hover
{
	background-color:#a51717;
}
.breakword
{
	word-break:break-all
}
.pagination {
    background: none repeat scroll 0 0 #f4f4f4;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 4px 7px;
}

.ln-letters {
    overflow: hidden;
}
.pagination .ln-letters a.ln-selected {
    background-color: #2a3990;
    border: 1px solid #1d5a99;
    color: #fff;
    cursor: default;
}
.ln-letters a:hover, .ln-letters a.ln-selected {
    background-color: #f4f4f4;
}
.pagination .ln-letters a {
    border: 1px solid #f3f9ff;
    display: block;
    float: left;
     font-size: 14px;
    padding: 8px 9px;
    text-decoration: none;
}
.audiolist
{
	height:200px;
	overflow-y:auto;
}
.tabpanel h4
{
	color:#2a3990;
}
.createCourseFormBoxTop {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 16px;
   
}
.FormBoxTopNoMargin {
    margin: 0 !important;
    padding:8px !important;
}

.createCourseFormBoxBottom {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 16px;
   
}



.arrow_box { position: relative; background: #fbfbfb; border: 1px solid #bdbdbd;padding:10px;margin-top:10px;} .arrow_box:after, .arrow_box:before { bottom: 100%; left: 8%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(251, 251, 251, 0); border-bottom-color: #fbfbfb; border-width: 10px; margin-left: -10px; } .arrow_box:before { border-color: rgba(189, 189, 189, 0); border-bottom-color: #bdbdbd; border-width: 11px; margin-left: -11px; }
.create-g1
{
	position: absolute;
    top: 25px;
}


.create-g2
{
	position: absolute;
    top: 40px;
}
.create-g3
{
	position: absolute;
    top: 107px;

}
/*.create-g4
{   
    position: absolute;
    top: 195px;
}*/
.create-g4 {
    position: absolute;
    top: 227px;
}
.create-g5
{   
    position: absolute;
    top: 300px;
}
.accordion-g1
{
	/*position: absolute;*/
	/*position: relative;*/
    /*top: 50px;*/
    position: relative;
    right: 17px;
    top: 17px;
    
}
.accordion-g2
{
	/*position: absolute;*/
	/*position: relative;*/
    /*top: 113px;*/
    position: relative;
    right: 17px;
    top: 17px;
}/*
.accordion-g4.padding0.pull-right{position: absolute; right: 15px;}
.accordion-g3.padding0.pull-right{position: absolute; right: 15px;}*/
.accordion-g3
{
	/*position: absolute;*/
	/*position: relative;*/
    /*top: 166px;*/
    position: relative;
    right: 17px;
    top: 17px;

}
.accordion-g4
{   
    /*position: absolute;*/
	/*position: relative;*/
    /*top: 222px;*/
    position: relative;
    right: 17px;
    top: 17px;
}
.accordion-g5
{   
    /*position: absolute;*/
	/*position: relative;*/
    /*top: 283px;*/
    position: relative;
    right: 17px;
    top: 17px;
}
.accordion-g6
{   
    /*position: absolute;*/
	/*position: relative;*/
    /*top: 339px;*/
    position: relative;
    right: 17px;
    top: 17px;
}
.accordion-g7
{   
    /*position: absolute;*/
	/*position: relative;*/
   position: relative;
    right: 17px;
    top: 17px;
}

ul.pretest-list
{
	margin:0;
	padding:0;
}
ul.pretest-list li
{
	list-style-type:none;
	font-size: 14px;
    line-height: 30px;
}
ul.lesson-list
{
	margin:0;
	
}
ul.lesson-list li
{
	list-style-type:none;
	font-size: 14px;
    line-height: 30px;
}
.marginright5
{
	margin-right:5px !important;
}
.shoppingpadding
{
	padding-top:65px;
	padding-bottom:65px;
	padding-left:0px;
	padding-right:0px;
}
.createCourseFormBoxTop h5
{
	font-size:15px;
}
.quest-container #accordion h4
{
	border-bottom:0px;
	padding-bottom: 6px;
}
 #accordion .access-details
{
	/*padding:0;
	margin:0;*/
	border:0;
}
.btn-cont
{
	margin-bottom:30px;
	margin-left:0;
}
.audiotext
{
	line-height:25px;
	padding-bottom: 25px;
}
.gradebook-icon {
    background-position: -198px -326px;
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    width: 28px;
}
.manage-icon {
    background-position: -227px -326px;
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    width: 28px;
}
.audioimg {
    background-position: 153px -322px;
    display: inline-block;
    height: 27px;
    margin-bottom: 10px;
    position: relative;
    transition: none 0s ease 0s ;
    vertical-align: top;
    width: 40px;
}
.gradebook-cont
{
	 background-color: #f9f9f9;
    padding: 15px;
}
.gradebook-cont-inner
{
	 background-color: #fff;
    
	border:solid 1px #ddd;
}
.grade-title
{
	border-bottom:solid 1px #ddd;
	padding:10px 15px;
	 color: #2a3990;
    font-size: 20px;
}
.grade-content
{
	padding:15px;
}
.btn-form
{
	/*padding: 7px 22px 6px;*/
	/*padding: 7px 19px 6px; commented by tejaswini for export gradebook button*/ 
	padding: 10px 19px 6px;/*added by tejaswini for export gradebook button*/
}
.gradebook-cont .gradebook-cont-inner .createCourseFormBoxTop ul.dash-links
{
	margin-left:5px;
}
.gradebook-cont .gradebook-cont-inner .links
{
	margin-top:20px;
}
.grade-detail
{
	border:solid 1px #ddd;
}
.gradebook-cont .gradebook-cont-inner .access-details
{
	background-color:#fff;
	  padding: 0px;
}
.gradebook-cont .gradebook-cont-inner .preview-btn
{
	margin-bottom:15px;
	
}
.resetbtn {
	background-color: #d5d5d5;
	/*border: 1px solid #d5d5d5;*/
	border-radius: 5px;
	color: #333;
}
.resetbtn:hover {
	background-color: #d9d9d9;
	/*border: 1px solid #d5d5d5;*/
	border-radius: 5px;
	color: #333;
}
.modal-title
{
	color:#2a3990;
}
.select_container {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  
  padding: 10px;
  width: 100%;
}
.select_container h3
{
	margin-top:0px;
	font-size:18px;
}

.VideoexerciseBox {
  background-color: #fff;
  border: 2px solid #E0E0E0;
  margin: 10px 0;
  padding: 22px;
  width:100%
}
.select-dropdown {
 
  width: 65%;
}
.video-block {
	border: 1px solid #a0a9b2;
	padding: 20px;
}
.spritezoom {
  background-image: url(../images/Spritezoom.png);
  background-repeat: no-repeat;
}
.img-zoom {
  background-position: -322px -5px;
  cursor: pointer;
  height: 35px;
  left: 8%;
  position: absolute;
  bottom: 10%;
  width: 35px;
}
.questionImage > img {
   border: 4px solid #dedede;
    height: 150px;
    width: 150px;
    margin: 5px;
}
/*CSS Added on 21-05-2015*/
.pageSubHeadText {
  border-top: 1px solid #B3B4B5;
  margin: 0px !important;
  font-size: 16px !important;
  border-bottom: medium none !important;
  padding: 15px 0 !important;
  color: #58595B !important;
  font-weight: normal !important;
  float: none !important;
  clear: both;
}
.pageSubHead.col-md-12 p.pageSubHeadtopText
{
	font-size: 16px !important;
	 border-bottom: medium none !important;
	  padding: 15px 0 !important;
  color: #58595B !important;
  font-weight: normal !important;
}
.pageSubHeadTextIta {
  font-style: italic;
  color: #58595B !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.pageSubHead.col-md-12 p {
  border-bottom: 6px solid #8cc63f;
  float: left;
  margin: 0;
  padding: 25px 0 0px;
  font-size: 36px;
    font-weight: 400;
  color: #333;
}
.abtVideo {
  background-color: #f4f4f4;
  padding: 10px 0;
  margin-top: 25px;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.vidNonSelect {
  padding: 10px 0;
}
.vidSelect {
  background-color: #cccccc;
  padding: 10px 0;
}
.numHeight {
  margin: 25px 0 0 0;
}
.vidSpe {
  max-height: 77px;
  overflow: hidden;
  font-size: 16px;
  color: #58595b;
  font-weight: normal;
}
/*.videos.col-md-8 {
    margin: 30px 0;
    padding: 0;
}*/
.fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
	
}
.fluid-width-video-wrapper img {
	border:solid 10px #cccccc;
}
.GBBox {
  border: 2px solid #E2E2E2;
  margin: 0 0 15px;
  padding: 10px 15px;
}

.txtManualScore
{
    width:60px;
}
.pbot15{padding-bottom:15px !important;}

.classCodeStatus.notification
{
    height:500px;
    overflow-y:scroll;
    overflow-x:hidden;
}



.pbot15{padding-bottom:15px !important;}

.backPanel {
    text-align: center;
    padding-top: 120px;
    position: absolute;
    border: 0px none;
padding: 0px 20px;
text-align: center;
  
}
.quickFlipCta #Flashanswer {
    font-family: "Lato",sans-serif;
    color: #222;
    font-size: 14px;
}
.flipImg {
    background-color: #8cc63f;
    background-position: -262px -459px;
    border: 0px none;
    border-radius: 3px;
    bottom: 5px;
    height: 30px;
    position: absolute;
    right: 5px;
    width: 30px;
}
.quickFlip {
   height: 427px;
margin: 0px auto;
overflow: hidden;
width: 320px;

}
.quickFlipCta {
  height: 427px;
margin: 0px auto;
overflow: hidden;
width: 100%;
border: 1px solid #CCC;
text-align: center;
 height: 427px;
margin: 0px auto;
display:table;
}
.quickFlipCta p {
    color: #8cc63f;
    /* font-size: 17px; */
    font-weight: bold;
    line-height: 23px;
    /* margin-bottom: 15px; */
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.videoBorder {
    border: 7px solid #d4d4d4;
}


.quickFlipCta {
  height: 427px;
margin: 0px auto;
overflow: hidden;
width: 100%;
border: 1px solid #CCC;
text-align: center;
 height: 427px;
margin: 0px auto;
display:table;
}
.quickFlipCta p {
    color: #8cc63f;
    /* font-size: 17px; */
    font-weight: bold;
    line-height: 23px;
    /* margin-bottom: 15px; */
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.videoBorder {
    border: 7px solid #d4d4d4;
}

.dash-ebook-icon 
{
    background-position: -113px -538px;
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    width: 28px;
}

.LateSubmit{
    background-color : #ffe599;   
 }
 
 .LateSubmitMessage{
        font-size: 20px;
	    color: #BD202B;
     }
     
 .AllowlateSubmission .tooltip .tooltip-inner{width:700px !important;}    
 
 .assignment li {
   /*   color: #7c7c7c;  */
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    }
 
/*CSS ENDS*/
@media screen and (max-width: 1200px) 
{
    
	/*.drop1 {
	width:185px;
	
	height:45px;
}
.drop2 {
	width:185px;
	
	height:45px;
	left:71%
}
.drop3 {
	
	width:185px;
	
	height:45px;
	left:71%
	
}
.drop4 {
	width:185px;
	
	height:45px;
}
.drop5 {
	width:185px;
	
	height:45px;
}*/
.btn-column .btn
{
	margin-bottom:10px;
}
}
 @media screen and (max-width: 1024px) 
 {
    #drop-desktop {
     display:none;
    }
    #drop-mobile {
     display:block;
    }
}
 @media screen and (max-width: 990px) 
 {
 .feature {
 padding:0px;
 margin: 16px 0;
}
.feature_row {
 border-bottom: 0px;
}
.feature.f1, .feature.f2, .feature.f3, .feature.f4 {
 border-right-width: 0px;
 border-bottom-width: 1px;
 padding-bottom: 40px;
}
.wrapper {
 padding: 0;
}
.navbar-default .navbar-nav > li > a {
 
 margin-right:1px;
}
.carousel-caption {
 position:relative;
 left:0;
 right:0;
}
.banner_details {
 background: none repeat scroll 0 0 #f4f4f4;
 border: 1px solid #8cc63f;
 border-radius: 15px;
 margin: 0 auto;
 margin-top:20px;
 padding: 10px 20px 25px;
 text-align: left;
 width: auto;
}
.panel-body .tabpanel .nav-tabs > li {
 padding: 0 10px;
}
/*#drop-desktop {
 display:none;
}
#drop-mobile {
 display:block;
}*/
.drop1 {
 background-color:#f9f9f9;
 border-radius:20px;
 width:40px;
 border:solid 1px #c6c6c6;
 height:40px;
 position:absolute;
 top:4%;
 left:42%;
 padding-top: 6px;
 font-size: 18px;
 font-weight: bold;
}
.drop2 {
 background-color:#f9f9f9;
 border-radius:20px;
 width:40px;
 border:solid 1px #c6c6c6;
 height:40px;
 position:absolute;
 left: 70%;
 top: 13%;
 padding-top: 6px;
 font-size: 18px;
 font-weight: bold;
}
.drop3 {
 background-color:#f9f9f9;
 border-radius:20px;
 width:40px;
 border:solid 1px #c6c6c6;
 height:40px;
 position:absolute;
 left: 70%;
 top: 28%;
 padding-top: 6px;
 font-size: 18px;
 font-weight: bold;
}
.drop4 {
 background-color:#f9f9f9;
 border-radius:20px;
 width:40px;
 border:solid 1px #c6c6c6;
 height:40px;
 position:absolute;
 bottom:4%;
 left:43%;
 padding-top: 6px;
 font-size: 18px;
 font-weight: bold;
}
.drop5 {
 background-color:#f9f9f9;
 border-radius:20px;
 width:40px;
 border:solid 1px #c6c6c6;
 height:40px;
 left: 29%;
 position: absolute;
 top: 10%;
 padding-top: 6px;
 font-size: 18px;
 font-weight: bold;
}
.product-panel .col-md-4
{
	margin-bottom:20px;
}
.reorder-panel ul li
{
	line-height:25px;
}
.lessontitle
{
	padding: 10px 15px 42px;
}
.txtManualScore
{
    width:60px;
}
}
@media screen and (max-width: 767px) 
{
    
     .exerciseBox
     {
         padding:0px !important;
     }
     .quest-container
     {
         padding:10px !important;
     }
    .quickFlip
    {
        width:100% !important;
    }
    
 .logo {
 margin-left:15px;
}
.navbar-nav {
 background-color:#f4f4f4;
 margin: -7px -15px;
}
.nav > li {
 border-bottom: 1px solid #8cc63f;
 padding:3px 0px;
}
.navbar-default .navbar-nav > li > a.home {
 display:none;
}
.navbar-default .navbar-nav > li > a {
 border-radius:0px;
 
}

 .navbar {
 background: none repeat scroll 0 0 #2a3990;
 color:#fff;
 height:20px;
 width:100%;
 padding-left:0px !important;
 padding-right:0px !important;
 position:relative;
 z-index:999;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #fff;
}
 .navbar-default .navbar-toggle {
 border:none;
 float:left;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
 background-color:transparent;
}
.navbar-default .navbar-nav > li > a.active { 
    border: none;
}
.navbar-default .navbar-nav > li a.login
{
	margin:-3px 0px 0px 0px;
	  padding: 8px 8px 11px;
}
.banner_details {
 margin: 20px 20px 0px 20px;
}
.banner_details h2 {
 font-size: 25px;
}
.banner_small_details {
 font-size: 14px;
}
 .feature {
 text-align:center;
}
.feature .data h3 {
 margin-top:0px;
}
.feature > div > span {
 float:none;
}

#mobileView {
 display:inline-table;
 width: 100%;
 margin:0 auto 50px !important;
}
#ipadView {
 display:none;
}
.support-center-container {
 padding: 30px 10px;
}
.panel-body .tabpanel .nav.nav-tabs li {
 width:100%;
border-left: 1px solid #e5e5e5;
}
 .panel-body .tabpanel .nav.nav-tabs li.active {
 border-left: 1px solid #e5e5e5;
}
.panel-heading a .arrow-img {
 margin-top:0;
}
.progesslink {
 margin-top:10px;
}
.progesstxt {
 margin-left: -3px;
 margin-right:4px;
}
#mobiledevice-progress {
 display:block;
}
 #desktopdevice-progress {
 display:none;
}
 .btn {
 padding: 12px 25px;
}
 .drop1 {
 top:4%;
 left:44%;
}
.drop2 {
 left: 75%;
 top: 16%;
}
.drop3 {
 left: 75%;
 top: 30%;
}
.drop4 {
 bottom:5%;
 left:43%;
}
.drop5 {
 left: 30%;
 top: 10%;
}
.product-panel
{
	text-align:center;
}


.lisep
{
	display:none ;
}
ul.dash-links li
{
	
	padding:8px 0px;
	width:100%;
}
.toplinks
{
	width:100%;
}
.toplinks ul
{
	margin:0;
	padding:0;
	width:100%
}
.toplinks ul li
{
	list-style-type:none;
	float:left;
	padding:0px 5px
}
.product ul.dash-links li
{
	list-style-type:none;
	float:left;
	padding:0px 5px;
	width:auto;
}

#reorder-desktop
{
	display:none;
}
#reorder-mobile
{
	display:block;
}
.testtitle h4 {
    font-size: 18px;
}
#reorder-mobile .lesson-column
{
	margin: -17px -10px -10px;
}
#reorder-mobile .lesson-column .btn
{
	 padding: 5px 13px !important;
}
.reorder-icon
{
	 color: #888;
    margin: 3px 10px 0 -10px;
}
.reorder-text
{
	text-align: justify;
    width: 80%;
}
.del-icon
{
	color: #888;
    margin-right: 10px;
    margin-top: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
ul.popup-lesson
{
	margin:0;
	padding:0;
}
ul.popup-lesson li
{
	list-style-type:none;
	margin-bottom:10px;
	padding-left:10px
}
ul.popup-lesson .form-control-feedback
{
	 left: auto;
    right: 0;
    top: 0;
}
ul.popup-lesson.has-success .form-control
{
	background-color:#f4f4f4;
	border:solid 1px #e8e8e8;
}
#desktoptable
{
	display:none;
}
#mobiletable
{
	display:table;
}
#lessonlevelmobiletable
{
	display:table;
}
#mobiletable1
{
	display:table;
}
.desktoptable
{
	display:none;
}
.mobiletable
{
	display:table;
}
.lessonlevelmobiletable
{
    display:table;
}
.mobiletable1
{
	display:table;
}
.thead
{
	background-color:#f4f4f4;
	color:#555;font-weight:bold;
}
.shoppingpadding
{
	padding-top:65px;
	padding-bottom:65px;
	padding-left:15px;
	padding-right:15px;
}
}

 @media screen and (max-width: 990px) 
 {
     .create-g5
{  
    position: absolute;
    top: 375px;
}
 }
 
 
 @media screen and (max-width: 480px) {
 .drop1 {
 top:4%;
 left:37%;
}
.drop2 {
 left: 84%;
 top: 16%;
}
.drop3 {
 left: 84%;
 top: 30%;
}
.drop4 {
 bottom:5%;
 left:36%;
}
.drop5 {
 left: 18%;
 top: 10%;
}
.insttext
{
	margin-left:0;
}
.marginminus
{
	margin-left:0px;
}
.preview-btn.col-md-12.activitygradebook button{ width:100%; margin-bottom:10px;}
}


 @media screen and (max-width: 479px) 
 {

 .links .pull-left {
 float:none !important;
}
 .links .pull-right {
 float:none !important;
}
 .links ul li {
 padding:0;
 float:none;
}
 .mobilelist {
 display:none;
}
/* .quest-footer .pull-right {
 float:left !important;
 margin-top:20px;
}*/
 #mobiledevice {
 display:block;
}
 #desktopdevice {
 display:none;
}
 #mobiledevice h4 {
 font-size: 16px;
 line-height: 20px;
}
 .quest-container .btn {
 margin-bottom: 10px;
}
.activity ul li {
 padding: 0 5px;;
}
.drop1 {
 top:4%;
 left:30%;
}
.drop2 {
 left: 79%;
 top: 8%;
}
.drop3 {
 left: 80%;
 top: 42%;
 padding-top: 6px;
}
.drop4 {
 bottom:5%;
 left:29%;
}
.drop5 {
 left: 3%;
 top: 10%;
}
.toplinks ul
{
	margin:0;
	padding:0
}
.toplinks ul li
{
	list-style-type:none;
}
.lessontitle {
   
    padding: 10px 15px 38px
}
.btn-cont
{
	margin-left:0px;
	display:block
}
}

.lesson-setting-g1 {
    font-size: 14px;
    left: 247px;
    position: absolute;
    top: 107px;
}

@media screen and (max-width:767px) 
{
    .lesson-setting-g1 {
     font-size: 14px;
    left: 145px;
    position: absolute;
    top: 86px;
}}

@media screen and (max-width:980px) 
{

.accordion-g1.padding0.pull-right{position: relative; right: -25px; top: -43px;}
.accordion-g2.padding0.pull-right{position: relative; right: -25px; top: -43px;}
.accordion-g3.padding0.pull-right{position: relative; right: -25px; top: -43px;}
.accordion-g4.padding0.pull-right{position: relative; right: -25px; top: -43px;}
.accordion-g5.padding0.pull-right{position: relative; right: -25px; top: -43px;}
.accordion-g6.padding0.pull-right{position: relative; right: -25px; top: -43px;}
.accordion-g7.padding0.pull-right{position: relative; right: -25px; top: -43px;}
}
@media screen and (max-width: 320px) {#btnOrderReset{left: 31px;
    position: absolute;
    top: 65px;}}
@media screen and (max-width: 360px) 
{
    
         .totalQuesBox
    {
            margin-top: 10px;
        position:relative;
    }
    .totalQuesBox .floatLeftNew
    {
        padding: 10px 0px 10px 3px;
    width:100%;
    margin-top: 15px;
    }
     .criticalNav
    {
        left:auto !important;
        
    }
    .previous
    {
       
        position:absolute;
        margin: -10px 0 0 -5px !important
        
    }
    .next
    {
        width: 35px !important;
    float: right;
    margin-left: 4px !important; position:absolute;margin-top:-10px !important;right:0 !important;
    }
    .exerciseBox .questionNo
{
    word-wrap:normal !important;
}
       .flash
     {
       width: 100% !important;
     }
    
     .flashcardimg {
	    background-position: 123px -554px;
	    display: inline-block;
	    height: 27px;
	    position: relative;
	    transition: none 0s ease 0s;
	    width: 40px;
	    vertical-align: top;
	    margin-bottom:10px;
    }
    
.btn {
    padding: 12px 8px;
}
#reorder-mobile.quest-container .quest-footer .btn
{
	width:100%;
}
.btn-cont .btn
{
	margin-bottom:10px;
}
/*.thead
{
	word-break:break-all;
}*/
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus
{
    outline:none;
    color:#fff;
}
.home-learmore
{
    font-size:12px;
    font-weight:bold;
}
.supportlink h6

{

    margin-top:-30px;
    padding-top:15px;
}
.disable-anchor,.disable-anchor:hover {
    text-decoration:none !important;
    cursor: not-allowed;      
	background:#f2f2f2 !important;
	color:#989898 !important; text-shadow:none !important; filter:none !important;
}



.Auto-create-chk-g1
{
	position: absolute;
    right: -32px;
}

.instruction span {
position: absolute;
right: 10px;
top: 4px;
font-size: 15px;
font-weight: bold;
color: #700003;
cursor:pointer;
}

.instruction {
border: 1px solid #EBCCD1;
position: relative;
float: right;
background-color: #F4E1E1;
padding: 5px 30px 5px 5px;
color: #A94442;
}

@media screen and (max-width: 460px)
{
.quickFlipCta {
    width: 100%;
}
}
.instructorGradebook
{
    margin-bottom:10px;
}
.radioButton
{
    top:5px;
}
.instructorStudentView
{
    padding-top:8px
}
.nextDueAssignmentDisabled
{
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.backgroundActivityContainer
{
    background : #FFE599;
}

#link508
{
	color:white;
	text-decoration: underline;
}


 /*LMM-400 Changes*/
     .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-summary {
    line-height: 1.7em;
    font-size: 120%;
   
    color: #333;
    
    font-weight: 200;
    margin-bottom: 25px;
}
.title {
    color: #333;
    font-size: 46px;
    font-weight: bold;
    margin: 10px 0px;
    text-transform: uppercase;
    line-height: 45px;
}
.support.carousel-doublediv .left h3 {
    text-transform: none;
    font-weight: normal;font-size: 30px;
}
     .carousel-text.support {
    position: absolute;
    width: 490px;
    left: 5%;
    margin-left: auto;
   top:40%;
    color: #fff;
    z-index: 2;border:none;
    background:none;    padding: 0;
}
.supportpage.carousel-inner>.item>img {
    margin-top: 0px;
    height: auto;
    border:none;
    background:none;    padding: 0;
}
@media (max-width: 500px)
{

.title {
    
    font-size: 28px;
}
.page-summary {
    line-height: 1.7em;
    font-size: 95%;
}
.carousel-text.support{top:10%}
}


ul.bullet li{list-style-type:disc !important}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{margin:0 auto;width:100%;}

#dvactivity-innercontainer .panel-group.margintop20{margin-top:20px;}
 .redtext {
    color: #bf1e2e;
}
.gradenewstyle .radioButton{float: left;margin-right: 5px;margin-top: 7px;}
.gradenewstyle .helpicon{float: left;margin-top: 4px;}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/********************** FAD-984 ****************************/
.User-dropdown .btn-default,
.User-dropdown .btn-default:active,
.User-dropdown .btn-default:focus,
.User-dropdown .btn-default:hover {
    background-color: #27347D !important;
    border: solid 1px #27347D;
    padding: 14px 25px 14px 13px;
    color: #fff !important;
    text-transform: initial;
    text-align: center;
    width: auto;
    cursor: pointer;
    border-radius: 0.25rem;
    margin-right: 0px;
    margin-top: -2px;
}

    .User-dropdown .btn-default .caret {
        margin-left: 7px;
    }


.User-dropdown .dropdown-toggle::after {
    color: #fff;
}

.User-dropdown .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #27347D !important;
    border: none !important;
    margin: -1px 0 0;
    padding: 10px 15px !important;
    width: 100% !important;
    right: 0;
    cursor: pointer;
}

    .User-dropdown .dropdown-menu li a {
        border-bottom: 1px solid #2D3C97;
        color: #fff;
        text-align: left;
        font-size: 14px;
        padding: 10px 15px 11px;
        text-transform: none !important;
        margin: 0px 0 3px !important;
        cursor: pointer;
    }
   .User-dropdown.on .btn-default .caret{
transform: rotate(180deg);
}
        .User-dropdown .dropdown-menu li a:hover,
        .User-dropdown .dropdown-menu li a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #2A3990;
        }


    .User-dropdown .dropdown-menu .dropdown-close .dropdown-toggle {
        border: none;
        border-radius: 0;
        padding: 14px 20px 6px;
    }

.desktop-md {
    display: block;
}

.mobile-md {
    display: none;
}

@media (max-width:767px) {
    .desktop-md {
        display: none;
    }

    .mobile-md {
        display: block;
    }
         .main_container_width.container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .User-dropdown .btn-default,
    .User-dropdown .btn-default:active,
    .User-dropdown .btn-default:focus,
    .User-dropdown .btn-default:hover {
        padding: 11px 18px 11px 18px !important;
    }

        .User-dropdown .btn-default .fa {
            font-size: 30px;
            color: #fff;
        }

    .User-dropdown .dropdown-menu {
        left: inherit;
        margin-right: 0px;
        margin-top: 52px;
        padding: 0 !important;
    }

        .User-dropdown .dropdown-menu li a {
            padding: 15px;
            font-size: 18px;
        }
         .User-dropdown .dropdown-menu li{    padding: 0px 10px;}
}
.product-title{width:100%;text-align:center}
/*.product-title a{color:#2A3990 }*/
.product-title {color:#2A3990 }
