@import url(./web/html5reset.css);
/* importing font*/
@import url(//fonts.googleapis.com/css?family=Open+Sans);
::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.wrapper {
	padding: 65px auto 0;
	overflow: visible;
	width: 1024px;
}

.left-section {
	float: left;
    width: 650px;
	margin-right: 20px;
	vertical-align:top;
}

.amazon-sign-in-form .left-section {
    width: 485px;
}

.amazon-sign-in-form label.login-form-label{
    width: 490px;
}

.collapsed-border-vertical {
    border-right: 1px solid #E6E6E6;
    overflow: visible;
}

.collapsed-border {
    border:1px solid #e6e6e6;
    line-height: 0;
    height: 0;
    overflow: visible;
    text-align: center;
}

span.midtext {
    font-size: 27px;
    background-color: #fff;
    padding: 10px;
    font-style: italic;
    color: #aeaeae;
}
.gray-icon {
    background-color: #A8A8A8;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    line-height: 23px;
    margin: 14px 0;
    padding: 5px;
    text-align: center;
    width: 20px;
}

.heavy{
    font-weight:bold;
}
.purple{
    color: #8257ae;
}
.green{
    color: #093;
}
input[type="button"]{
    background-color: #242424;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f2f2f), to(#191919));
    background: -webkit-linear-gradient(top, #2f2f2f, #191919);
    background: -moz-linear-gradient(top, #2f2f2f, #191919);
    background: -ms-linear-gradient(top, #2f2f2f, #191919);
    background: -o-linear-gradient(top, #2f2f2f, #191919);
    border: 1px solid #575757;
    cursor: pointer;
    height: 52px;
    color: #FFFF00;
    padding: 5px 45px;
    font-size: 26px;
}
input.gray[type="button"]{
    background-color: #7c7c7c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), to(#7c7c7c));
    background: -webkit-linear-gradient(top, #7c7c7c, #7c7c7c);
    background: -moz-linear-gradient(top, #7c7c7c, #7c7c7c);
    background: -ms-linear-gradient(top, #7c7c7c, #7c7c7c);
    background: -o-linear-gradient(top, #7c7c7c, #7c7c7c);
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #000000;
    height: 52px;
    margin-left: 10px;
}
div.midtext-vertical{
    font-size: 27px;
    background-color: #fff;
       margin-left: -24px;
    font-style: italic;
    color: #aeaeae;
	vertical-align:middle;	
	margin-top:20%;
	display:block;
	position:absolute;
	padding:10px;
}

.clear {
    clear: both;
}

.text-right{
    text-align: right;
}
.right-section{
	display: inline-block;
	width: 316px;
	vertical-align:top;
    padding-top: 40px;
}
.access-code-link {
    margin-top:10px;
}
.inline-list li{
	display: inline-block;
	position: relative;
}
.hide{
	display: none;
}
.dropdown{
	right:0;
    position: absolute;
	top: 100%;
	z-index: 100;
}
.dropdown li{
	display: block;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.icon{
    height: 100%;
    line-height: 100%;
    display: inline-block;
    width: 16px;
}
.icon-down{
     background: url('../../images/proed/web/drop-arrow.png') center center no-repeat;
}
.colwrap{
    position: relative;
}
.col1, .col2,.col3, .col7{
    padding: 0 5px;
    float: left;
}

.col2{
    width: 112px;
}
.col3{
    width: 168px;
}
.col7{
    width: 410px;
}
body {
	font-family: 'Open Sans';
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

h1{
	font-size: 2.25em;
}
h2{
	font-size: 2.0em;
}
h3{
	font-size: 1.75em;
}
h4{
	font-size: 1.5em;
}
h5{
	font-size: 1.25em;
}
h6{
	font-size: 1em;
}

.width-30-Per{width: 30%;}
.width-20-Per{width: 20%;}
.width-15-Per{width: 15%;}
.text-align-right{ text-align:right!important; }
.text-align-left{ text-align:left!important; }
.text-align-center{    text-align: center!important;}
.float-none{ float:none!important;}
.bold{ font-weight:bold;}
a.underlined{ text-decoration:underline!important;}
.stax{
    text-align: right;
}
.error-message{
    color: #EC6B6B;
    float: right;
    font-size: 13px;
    line-height: 22px;
    margin: 23px 207px 0 0;
}
.success-message {
    background-color: #EBEBEB;
    color: #009966;
    margin-bottom: 2px;
    padding: 20px;
    text-align: center;
    width: 49%;
}
#message img {
  margin-right: 5px;
  margin-top: 2px;
}

header#page-header{
	background: url('../../images/proed/web/headerback.png') repeat-x 0 0;
	color: #fff;
	height:50px;
	line-height: 50px;
	position: fixed;
	top:0;
	width: 100%;
}
header a,
header a:link,
header a:active,
header a:hover,
header a:visited {
	color: #fff;
	text-decoration: none;
}

#logo{
	background: url("../../images/proed/web/forDummies-logo.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    text-indent: -100px;
    width: 169px;
    float: left;
}

#register-form #page-content{
    overflow: hidden;
}

#body-content.ls-payment-view-body-content section#page-content {
    padding: 0 20px;
}
.ls-payment-view-body-content #ordertable tbody td.total-section{
    padding: 0px;
}
.dummies-page-content-wrapper{
    margin-top: 63px;
}
.dummies-page-content-wrapper #page-content{
    padding-top: 27px;
}
.page-content-wrapper #page-content{
	margin-bottom:50px;
	min-height:550px;
}

.page-content-wrapper.mgh-page-content-wrapper, .page-content-wrapper.mgh-paeasy-page-content-wrapper, 
.page-content-wrapper.mgh-radeasy-page-content-wrapper, .page-content-wrapper.mgh-naplex-page-content-wrapper {
    padding-top: 90px;
}

header.signin-icon {
	background: url('../../images/proed/web/signin-icon.png') no-repeat 0 0;
}
header.signup-icon {
    background: url('../../images/proed/web/signup-icon.png') no-repeat 0 0;
}
#top-nav {
    float: right;
    width: 423px;
}
#top-nav a{
    font-family: 'ProximaNova', 'Droid Sans', 'Helvetica', Verdana, sans-serif;
    font-weight: bolder;
}
.access-code-valdtn-mes, .payment-sub-price-err-mes{
	color: red;
    font-size: 12px;
    padding-top: 3px;
 }

.succ, .err{
    background: none repeat scroll 0 0 #66C2A3;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 641px;
    display:block;
    margin-top: 10px;
}
.err{
    background: #c00;
}



#user-nav{
    float: right;
}
#user-nav img{
    vertical-align: middle;
}
input, textarea, select {
    border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #000;
    font: bold 12px Open Sans;
    padding: 8px;
}
.content-form {
    background-color: #EBEBEB;
    border: 1px solid #DCDCDC;
    padding: 40px 35px;
    margin-bottom:30px;
    position: relative;
    top: 25px;
}
.form-row {
	margin-bottom: 30px;
    line-height: 26px;
}
.form-row:last-child{
    margin-bottom: 0;
}
label.login-form-label {
	display: inline-block;
    height: 30px;
    line-height: 30px;
    width:150px;
    color: #000000;
}
#remember-me{
    padding-left: 153px;
    margin-bottom: 30px;
    margin-top: -4px;
}
label.checkbox{
    cursor: pointer;
    padding-left: 36px;
    background: url('../../images/proed/web/tick.png') 0 0 no-repeat;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #000000;
}
input[type='checkbox']:checked + label{
    background-position: 0 -28px;
}
input[type="checkbox"]{
    opacity: 0;
    display:none;
}
input[type="text"], input[type="password"],input[type="email"], select {
     font-size: 14px;
    font-weight: 200;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    width: 388px;
}
.wrap{
    overflow: auto;
}
#forgot-password-link {
	display: inline-block;
	margin-top: 12px;
}
#loginSubmitBtn, #signupBtn {
	margin-right: 14px;
}
#page-content a,
aside a{
    text-decoration: underline;
	color: #0380b7;
	cursor: pointer;
}
.muted{
    color: #a8a8a8;
}
p.muted{
    float: left;
    font-size: 13px;
    margin: 22px 20px 10px;
    
}
#forgot-pass{
    display: inline-block;
    line-height: 52px;
    height: 52px;
}
#signupForm #courseClassSectionMap {
    display: none;
}

/* Begin- dialog pop up UI on click of cancel link*/
.dialog { 
	text-align: center;
	display: none;
    font-size: 15px;
    padding: 7px;
    z-index: 1007;
    margin-top: 5px;
     /* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#757575, endColorstr=#757575)";
}

#course-details-dialog { 
	width: 750px;
	z-index: 1007;
}

#dialog-close {
	font-size:20px;  
	line-height:15px;  
	position: absolute;
    right: 10px;
    top: 10px;
	color:#6fa5e2;  
	font-weight:500; 
	background: url('../../images/proed/web/dialog-close-icon.png') 0 0 no-repeat;
	width:17px;
	height:17px;
}

#dialog-close:hover, .course-details-edit-icon:hover{
	cursor:pointer;	
}

.dialog-content-wrapper{
    height: 160px;
     background-color: #FFFFFF;
}

.overlay {
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%;
   background: #666666  50% 50% repeat; 
   opacity: .50;
   filter:Alpha(Opacity=50);
   z-index:1005; 
}

.dialog-content .quit-payment-process {
    margin: 32px 0 0 427px;
}

.try-for-free-btn{
	margin: 20px 20px 0 0;
	float: right
}

.cancel-payment-text{
	padding-top: 30px;
	margin-bottom: 15px;
}

.quit-payment-or-checkout {
    margin-left: 10px;
}
/* End - dialog pop up UI on click of cancel link*/

/* Begin - cancel link css on payment page */
.cancel-payment-btn{
	color: #0380B7;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
    margin-left: 125px;
    text-decoration: underline;
}

#altForm .col.span_16.cancel-payment-process-wrapper {
    margin-top: 60px;
    padding-right: 0;
}

.cancel-payment-or-checkout{
	 margin-left: 10px;
}
/* End - cancel link css on payment page */

/*input[type="submit"] {
    background-color: #242424;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f2f2f), to(#191919));
    background: -webkit-linear-gradient(top, #2f2f2f, #191919);
    background: -moz-linear-gradient(top, #2f2f2f, #191919);
    background: -ms-linear-gradient(top, #2f2f2f, #191919);
    background: -o-linear-gradient(top, #2f2f2f, #191919);
    border: 1px solid #575757;
    cursor: pointer;
    height: 52px;
    color: #FFFF00;
    font-size: 26px;
    float: right;
    width:195px;
}*/

#forgot-password-form #forgotPasswordSubmitButton{
	margin-right: 11px;
}
#reset-password-form #doneBtn{
	margin-right: 11px;
}
#submit-btn .btn-primary {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
button#paypal{
    width: 290px;
    height: 70px;
    background: url('../../images/proed/web/ck-paypal.png') 0 0 no-repeat;
    border:none;
}

#login-btn {
    cursor: pointer;
    margin-left: 20px;
    margin-top: 12px;
}
aside a {
	display: inline-block;
}
.other-options {
	background-color: #ebebeb;
	border: 1px solid #d6d6d6;
    padding: 20px;
    margin-top: 20px;
}
.other-options span{
    font-size: 16px;
}

.other-options.athens-login-block{
	padding-bottom:20px;
}

.social-link{
    width:253px;
    height: 45px;
    overflow: hidden;
    text-indent: -100px;
    margin: 10px auto;
    display: block
}
aside a.facebookLink {
	background: url('../../images/proed/web/fIcon.png') no-repeat 0 0;
}
aside a.openIdLink {
	background: url('../../images/proed/web/openidIcon.png') no-repeat 0 0;
}
body{
   	 font-family: "Open Sans";
}
#top-nav .dropdown li{
    background: #000;
    width: 150px;
}
#top-nav .dropdown li a{
    display: block;
    padding: 0 0 0 15px;
    line-height: 25px;
    text-align: left;
}
#top-nav .dropdown li a:hover{
    background: #efefef;
    color: #333;
}

.center{    text-align: center;}
.width-100{  width:100%!important;}
.clear-both{ clear:both;}
.margin-top-20{ margin-top:20px;}
.padding-0{ padding:0px!important;}
.margin-10{ margin:10px!important;} 
.padding-left-30{ padding-left:30px;}
.vertical-align-middle{vertical-align:middle;}
.padding-left-10{ padding-left:10px;}
.padding-top-35{ padding-top:35px;}
.green-text{ color:#009966;}
.margin-top-bottom-20{ margin: 20px 0px 20px 0;}
.float-left{ float:left;}
.float-right{ float:right;}
.clear-both{ clear:both;}
.display-inlineblock{ display:inline-block;} 
.margin-top-5{ margin-top:5px;}
.margin-top-15{ margin-top:15px;}
.margin-bottom-15{ margin-bottom:15px;}
.margin-top-30{ margin-top:30px;}
.margin-top-bottom-10{ margin: 10px 0px;}
.padding-top-bottom-10{ padding: 10px 0px!important;}

.padding-bottom-0{ padding-bottom:0px;  }
.margin-bottom-24{ margin-bottom:24px!important;  }
.small-info-text{color:#9b9b9b; font-weight:normal; font-size:13px;      line-height: 20px;}
.col .small-info-text{color:#9b9b9b; font-weight:normal; font-size:13px;  margin-right:10px;     line-height: 20px;}
#totalpricerow{
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 22px;
}
.price{
    text-align: right;
    padding-right: 20px;
    width: 6%;
    border-left: 3px solid #FFFFFF;
}

#top-nav span{
    text-align: center;
}
.has-drop{
    position: relative;
}
.has-drop.drop-shown{
    background: #000;
}
a.rnd-btn{
    font-weight: bolder;
}
.rnd-btn{
    border-radius: 5px;
    padding: 5px 10px;
}
#top-nav .rnd-btn{
    border: 1px #fafa03 solid;
}
#top-nav a.active{
    color: #fafa03
}
.grad-div-right{
    background: url('../../images/proed/web/grad-divider.png') right center no-repeat;
}
.left-btn{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right:0;
}
.border-bottom{
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    overflow: auto;
}
.margin-top-35{
	margin-top: 35px;
}
.border-top {
    border-top: 1px solid #E6E6E6;
    margin-top: 25px;
    padding-bottom: 35px;
    width:100%;
}
.wrapper .border-top{
    margin-left:0px
}
.right-btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -4px;
}

select{
    background-color: #FFFFFF;
    width: 100%;
    height: 52px;
    line-height: 52px;
}

.course-group-top-notification-Bar,.top-notification-Bar, .form-field-top-notification-Bar, .custom-top-notification-Bar{
	background-color:#F8F8C1;
	display: none;
	z-index:10001;
	height:75px;
}

.top-c-notification-Bar{
	background-color:#F8F8C1;
	display: none;
	z-index:10001;
	height:75px;
}


header.icon  h1{ 
    margin-top: 0;
    margin-bottom: 0;
}
.notification-text{
    color: #2B2B2B;
    line-height: 5;
    margin: 0 auto;
    width: 960px;
}

.validation-mes, #emailValidationMessage{
	color: red;
	margin-left: 154px;
	height: 0px;
	font-size: 16px;
}

.validation-mes-course-drop-down,.country-validation-mes{
	color: red;
    left: 200px;
    margin-top: 52px;
    position: absolute;
}
.country-validation-mes{
    margin-top: 56px;
    left: 40px;
}

#loading-indicator{
	background-color: #FFF1A8;
    border-radius: 4px 4px 4px 4px;
    color: black;
    font-size: 80%;
    height: auto;
    line-height: 1;
    padding: 2px;
    position: fixed;
    text-align: center;
    top: 0;
    white-space: pre-wrap;
    width: auto;
    z-index: 5000;
}

/* HEADER STYLES START*/

header#page-header{
    background: url('../images/headerback.png') repeat-x 0 0;
    color: #fff;
    height:50px;
    line-height: 50px;
    position: relative;
    width: 100%;
}
header a,
header a:link,
header a:active,
header a:hover,
header a:visited {
    color: #fff;
    text-decoration: none;
}
header.icon h1 {
   font-size: 26px;
   color: #020202;
}
#logo{
    background: url("../images/forDummies-logo.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    text-indent: -100px;
    width: 169px;
    float: left;
}

#signin-content {
	margin-top: 90px;
    min-height: 500px;
}

header.icon {
    display: block;
    line-height: 40px;
    min-height: 40px;
    padding-left: 52px;
    width: auto;
}

header .icon-bars {
    background: url(/webresources/images/mgh/shopping-cart.svg) no-repeat scroll 9px 11px transparent;
    float: left;
    height: 35px;
    width: 56px;
}
.ls-payment-view-body-content #payment-order-icon, #payment-order-icon{
	padding-left: 0;
}
header.icon-flag {
    background: url('../../images/proed/web/icon-flag.png') no-repeat 10px center;
	height: 47px;
}

#top-nav .dropdown li{
    background: #000;
    width: 150px;
}
#top-nav .dropdown li a{
    display: block;
    padding: 0 0 0 15px;
    line-height: 25px;
    text-align: left;
}
#top-nav .dropdown li a:hover{
    background: #efefef;
    color: #333;
}

#top-nav span{
    text-align: center;
}
.has-drop{
    position: relative;
}
.has-drop.drop-shown{
    background: #000;
}
a.rnd-btn{
    font-weight: bolder;
}
.rnd-btn{
    border-radius: 5px;
    padding: 5px 10px;
}
#top-nav .rnd-btn{
    border: 1px #fafa03 solid;
}
#top-nav a.active{
    color: #fafa03
}


#top-nav {
    float: right;
    width: 423px;
}
#top-nav a{
    font-family: 'ProximaNova', 'Droid Sans', 'Helvetica', Verdana, sans-serif;
    font-weight: bolder;
}
/* HEADER STYLES END*/

/* PROGRESS BAR CODE START */

#process-line-header{
    padding: 10px 0;
    margin: 20px 0 30px 10px;
}
#progressbar{
    margin-left: 50px;
    font-weight: bold;
    font-size: 20px;
    overflow: auto;
}
#progressbar .num{
    background: #fafafa;
    color: #7c7c7c;
    border-radius: 5px;
    border: 1px #d6d6d6 solid;
    padding: 8px;
    width: 22px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
}
#progressbar .num-inactive{
    background: #fafafa;
    color: #eaeaea;
     padding: 8px;
	     border-radius: 5px;
    border: 1px #f4f4f4 solid;
    padding: 8px;
    width: 22px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
}
.inactive-step{  color: #eaeaea;  }
#progressbar .current-step, #access-code-progressbar .current-step{
    color: #54A1CD;
}
.dummies-body-content-wrapper.ls-payment-view-body-content #progressbar .current-step .num,
.dummies-page-content-wrapper #access-code-progressbar .current-step .num {
    color: #FFF;
    background-color: #444444;
}
.dummies-body-content-wrapper.ls-payment-view-body-content #progressbar .current-step,
.dummies-page-content-wrapper #access-code-progressbar .current-step {
	color: #000;
}
.dummies-body-content-wrapper #altForm input[type="submit"],.dummies-body-content-wrapper .payment-confirm-course-access input[type="submit"] {
	background: -moz-linear-gradient(center top , #2F2F2F, #191919) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #575757;
    color: #FFFF00;
}

#progressbar .current-step .num, #access-code-progressbar .current-step .num{
    background-color: #54A1CD;
    color: #fff;
}
/* PROGRESS BAR CODE END*/



/* CHOOSE PRICING START*/

#comparision-table{
    margin: 20px 0;
    font-size: 20px;
}

#comparision-table #title .span_6,
#comparision-table #title .span_4{
    height: 100px;
    line-height: 40px;
    padding-top: 15px;
}

#comparision-table #title .small{
    font-size: 0.85em;
    margin-top: -20px;
}

#comparision-table .graybox{
    background-color: #ebebeb;
    text-align: center;
    border: 1px #dcdcdc solid;
    border-top:none;
}

#comparision-table #title .graybox{
    border-top: 1px #dcdcdc solid;
}

#comparision-table .span_4{
    width: 24%;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
}

#comparision-table .span_6{
    width: 36%;
    height: 70px;
    line-height: 70px;
}
#comparision-table .span_6:last-child{
    float: right;
}

/* CHOOSE PRICING END*/

/* STYLES COMMON FOR THE FOLLOWING: 4-payment process-1, 5-Enter-coupon-1.html , 6-Enter-coupon-2-invalid.html , 7-Enter-coupon-3-valid.html, 8-payment process-3.html START*/
#altForm{
    overflow: visible;
}
#altForm .col.span_16{
    margin: 15px 0 8px -10px;
    height: 56px;
    line-height: 56px;
}
#altForm input[type="text"]{
    width: 80%;
}
#altForm .col.check-out-btn {
	float: right;
	padding: 0;
}
#altForm p.muted{
    margin: 20px 10px;
}
#altForm .line-height-20{ 
	line-height:20px!important; 
	height:auto;  
	margin:5px 0 0 0  ;
    width:100%;
}
#ordertable .last-row td{ 
	background:#EBEBEB; 	
	line-height: 60px;
    height: 60px;
}
#ordertable .coupon-row td{
	height: 0px;
	line-height: 20px;
}
#ordertable{
    width: 100%;
    margin: 30px 0 3px;
    table-layout: fixed;
}

.order-payment-info-table#ordertable{
	table-layout: auto;
}

#ordertable th, #ordertable td{
    font-size: 18px;   
}
#ordertable th{
    background: #f3f3f3;
    border-bottom: 3px solid #fff;
    padding:0px 10px 0px 20px;
    font-weight: normal;
}
#ordertable td{
    background: #ebebeb;
    padding: 16px 10px 16px 10px;
    text-align:center;
    vertical-align::middle;
}
#ordertable td.with-seperator{
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
    text-align:center;
    vertical-align::middle;
}
#ordertable td.bottom-border{
    background: #f3f3f3;
    border-bottom:  2px solid #fff;
	text-align:center;
	vertical-align:middle;
	line-height: 60px;
    height: 60px;
}
#ordertable thead th{
    line-height: 55px;
    height: 55px;
    text-align: left;
}
#ordertable tbody td{
	border-bottom: 3px solid #FFFFFF;
}
#ordertable tbody.right-border-white td{
 	border-right: 4px solid #FFFFFF;
}
.row #ordertable .sno{
	text-align: center;
}
.row #ordertable .desc{
	text-align: left;
}
.row #ordertable .qty{
	text-align: center;
}

.price.text-align-center > span {
   display: inline-block;
   width: 50px;
}

/* payment currency dropdown styles begin */

#payment__btn__count {
	background-color: #EBEBEB;
    border: 1px solid #D2D2D2;
    border-radius: 0 0 0 0;
    color: #000000;
    width: 30px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    margin: 0 5px 0 -42px;
}

#payment-currency-dropdown {
	line-height: 1.5;
	border: 1px solid gray;
	position: absolute;
	width: auto;
	font-size: 14px;
	text-align: left;
	display: none;
	min-width: 36px;
}

.payment-dropdown-arrow {
	padding: 10px 0 0 5px;
}

.currency-div.currencySelected{
	background-color: #0D9765;
	color: #FFFFFF;
}
/* payment currency dropdown styles end */

/* card type info styles */
	#card-info-wrapper {
	background: none repeat scroll 0 0 #E7E7E7;
	border: 1px solid #E3E3E3;
	left: 340px;
	list-style-type: none;
	margin-left: -25px;
	margin-top: -4px;
	position: absolute;
	top: -78px;
	width: 253px;
}
/* card type info styles end */

/* cvv number information hover styles */

#cvv-info-wrapper:after, .cvv-info-amex-wrapper:after {
	border-color: #FFFFFF transparent;
	border-width: 10px 10px 10px 0;
	left: -3px;
	top: 176px;
}
#cvv-info-wrapper:before, #cvv-info-wrapper:after, .cvv-info-amex-wrapper:before, .cvv-info-amex-wrapper:after {
    border-style: solid;
	border-width: 10px 10px 10px 0;
	bottom: auto;
	color: #E7E7E7;
	content: "";
	display: block;
	left: -10px;
	position: absolute;
	top: 100px;
	width: 0;
}
#cvv-info-wrapper, .cvv-info-amex-wrapper {
	background: none repeat scroll 0 0 #E7E7E7;
	border: 1px solid #E3E3E3;
	left: 340px;
	list-style-type: none;
	margin-left: -25px;
	margin-top: -4px;
	position: absolute;
	top: -78px;
	width: 253px;
}
#cvv-info-wrapper img, .cvv-info-amex-wrapper img {
	margin: 10px 10px 0 10px;
}
#cvv-info-wrapper p, .cvv-info-amex-wrapper p {
	font-size: 12px;
    line-height: 1.3em;
    margin: -10px 15px 15px 25px;
    text-align: justify;
}
#cvv-info-wrapper .cvv-rgt-Arw, .cvv-info-amex-wrapper .cvv-rgt-Arw{
	background: url('../../images/proed/web/card-info-right-Arw.png') no-repeat 14px 4px;
}

/* cvv number information hover styles end */

/* COUPON CODE START*/
.underlined.coupon-code-link {
    display: block;
    margin-top: 20px;
    width: 110px;
}
#couponform {
    background: #ebebeb;
    padding: 8px;
    border:none;
}
#couponform form label{
    height: 52px;
    line-height: 52px;
    float: left;
}
#couponform form input[type="text"]{
    width: 240px;
    margin-left: 20px;
}
#couponform form input[type="submit"]{
    width: 98px;
    float: none;
    margin-left: 10px;
}
#coupon-message {
    background: #f3f3f3;
    padding: 30px;
    width: 320px;
    line-height: 25px;
    color: #009966;
    font-size: 18px;
    float: left;
    margin-right: 3px;
}
#coupon-message img {
    margin-right: 5px;
}
#coupon-validity {
    background: none repeat scroll 0 0 #F3F3F3;
    float: left;
    font-size: 14px;
    padding: 32px;
    width: 133px;
}
/* COUPON CODE END*/
/* STYLES COMMON FOR THE FOLLOWING: 4-payment process-1, 5-Enter-coupon-1.html , 6-Enter-coupon-2-invalid.html , 7-Enter-coupon-3-valid.html, 8-payment process-3.html END*/

/*!
 * Gridpak Beta CSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
 
 

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



    /* 1. 16 Column Grid 0px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    6.25%
    Span 2:    12.5%
    Span 3:    18.75%
    Span 4:    25.0%
    Span 5:    31.25%
    Span 6:    37.5%
    Span 7:    43.75%
    Span 8:    50.0%
    Span 9:    56.25%
    Span 10:    62.5%
    Span 11:    68.75%
    Span 12:    75.0%
    Span 13:    81.25%
    Span 14:    87.5%
    Span 15:    93.75%
    Span 16:    100%
    
    ----------------------------------------------------------------------------- */
	 @media screen and print {
	 
	 	.site-logo {
	 		display:block;
	 		width: 288px;
	 		height: 53px;
	 		background: #ff0000;
	 	}
	 	.header .site-logo img {
	 		display:block;
	 		width: 288px;
	 		height: 53px;
	 	}
	 }
    @media screen and (min-width: 0px) {
        
        .row {
            margin-left:-10px;
        }
        .col {
            border-left-width:10px;
        	padding:0 10px;
        }
        
        
        
        /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.
        
        .span_3,
        .my_semantic_class_name {
            ...
        }
        */
        
        .span_1 {
            width:6.25%;
        }
        .span_2 {
            width:12.5%;
        }
       	.span_3 {
            width:18.75%;
        }
        .span_4 {
            width:25.0%;
        }
        .span_5 {
            width:32.5%;
        }
        .span_6 {
            width:32.5%;
        }
        .span_7 {
            width:40.75%;
        }
        .span_8 {
            width:50.0%;
        }
        .span_9 {
            width:56.25%;
        }
        .span_10 {
            width:62.5%;
        }
        .span_11 {
            width:66.75%;
        }
        .span_12 {
            width:75.0%;
        }
        .span_13 {
            width:81.25%;
        }
        .span_14 {
            width:87.5%;
        }
        .span_15 {
            width:93.75%;
        }
        .span_16 {
            margin-left:0;
            width:100%;
        }        
    }
    
.expiration-date {
	min-width: 19.3%;
}

.exp-month-margin {
	margin-left: -3px;
}

option.type-text-style {
	font-style: italic;
}

#course-drop-down-div .sbSelector ,
#course-class-section-drop-down-div .sbSelector, #country-drop-down-div .sbSelector, #country-state-list-select-box .sbSelector{
	color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 52px;
    padding-bottom: 18px;
    text-decoration: none;
    white-space: nowrap;
    width: 544px;
    text-overflow: ellipsis;
}
#country-drop-down-div .sbSelector, #country-state-list-select-box .sbSelector{
    width : 100%;
}
#otherCountry{
    margin-left : 154px;
}

#course-drop-down-div1 .sbSelector, #course-name .sbSelector {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
   	line-height: 52px;
}


.ls-payment-view-body-content .state-div .sbOptions li a,
.ls-payment-view-body-content .country-div .sbOptions li a,
.ls-payment-view-body-content .city-div .sbOptions li a,
.ls-payment-view-body-content .zip-div .sbOptions li a,
.ls-payment-view-body-content .state-div .sbSelector ,
.ls-payment-view-body-content .country-div .sbSelector ,
.ls-payment-view-body-content .city-div .sbSelector ,
.ls-payment-view-body-content .zip-div .sbSelector {
	text-decoration:none !important;
	color:#000000 !important;
	font-weight:normal;
	font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 135px;
    text-align: left;
}

.ls-payment-view-body-content .state-div .sbHolder ,
.ls-payment-view-body-content .country-div .sbHolder ,
.ls-payment-view-body-content .city-div .sbHolder ,
.ls-payment-view-body-content .zip-div .sbHolder {
    height: 2em;
    display: inline-block;
    margin-left: 1em;
    top: 0.5em;
    width: 150px;
}

.ls-payment-view-body-content .state-div .sbOptions ,
.ls-payment-view-body-content .country-div .sbOptions ,
.ls-payment-view-body-content .city-div .sbOptions ,
.ls-payment-view-body-content .zip-div .sbOptions {
    top: 0;
    margin-top: 0;
    width: 150px;
    line-height: 35px;
    padding: 0;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

.ls-payment-view-body-content .state-div  ,
.ls-payment-view-body-content .country-div  ,
.ls-payment-view-body-content .city-div  ,
.ls-payment-view-body-content .zip-div  {
    width: 24%;
    float: left;
}

.ls-payment-view-body-content
.course-name-span {
    display: inline-block;
    max-width: 500px;
    vertical-align: middle;
    width: 220px;
    text-align: left;
    padding-left: 10px;
}

#card-drop-down-div .sbSelector {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
   	line-height: 52px;
}

#course-drop-down-div .sbHolder,
#course-class-section-drop-down-div .sbHolder{
	width:562px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #000000;
    height:52px;
}

#course-drop-down-div .sbOptions,
#course-class-section-drop-down-div .sbOptions{
	width:562px;
	background:#fff;
	margin-top: 15px;
    height: auto;
    max-height:220px !important;
}

#course-drop-down-div .sbOptions a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#course-drop-down-div1 .sbHolder,
#course-class-section-drop-down-div .sbHolder{
	width:562px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #000000;
    height:52px;
}

#course-drop-down-div1 .sbOptions,
#course-class-section-drop-down-div .sbOptions{
	width:562px;
	background:#fff;
	margin-top: 15px;
    height: 80px;
}
#course-class-section-drop-down-div .sbOptions{
    height : auto;
}

#course-drop-down-div1 .sbOptions a ,
#course-class-section-drop-down-div .sbOptions a{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#course-drop-down-div .sbToggle, #card-drop-down-div .sbToggle, #state-state-list-select-box .sbToggle, #country-drop-down-div .sbToggle, #course-drop-down-div1 .sbToggle,
#course-duration-drop-down-div .sbToggle, #course-name .sbToggle,#course-class-section-drop-down-div .sbToggle{
	top:10px;
}
#country-drop-down-div .sbOptions li a, #state-state-list-select-box .sbOptions li a, #country-state-list-select-box .sbOptions li a{
	color: #000000;
	font-size: 14px;
	font-family: open sans;
	font-size: 14px;
	font-weight: 200;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 2px 24px 2px 10px;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
}

#country-drop-down-div a.sbSelector, #state-state-list-select-box a.sbSelector, #country-state-list-select-box a.sbSelector{
	color: #000000; 
	font-size : 14px; 
	font-weight : 200;
	text-decoration: none;
	line-height: 48px;
	font-size: 14px;
	font-weight: 200;
	font-family: open sans;
}

#country-drop-down-div .sbHolder, #state-state-list-select-box .sbHolder, #country-state-list-select-box .sbHolder{
	height: 50px;
	margin-top: 6px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
#country-drop-down-div .sbHolder, #country-drop-down-div .sbOptions, #state-state-list-select-box .sbHolder,#state-state-list-select-box .sbOptions{
	width: 210px;
}
#course-name .sbOptions li a:hover, #country-drop-down-div .sbOptions li a:hover, #country-state-list-select-box .sbOptions li a:hover{
	color: #ffffff;
}
#country-drop-down-div .sbSelector[selectedid="default"]  {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}
#card-drop-down-div .sbToggle, #duration-dropdown .sbToggle{
	background: url("../../images/select-icons.png") no-repeat scroll 0 -116px rgba(0, 0, 0, 0);
    display: block;
    height: 36px;
    outline: medium none;
    position: absolute;
    right: 0;
    width: 30px;
}
#card-drop-down-div{
	position: relative;
}
#card-drop-down-div .sbHolder, #course-name .sbHolder{
    background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 49px;
    margin-top: 3px;
    position: relative;
    width: 121px;
}

#card-drop-down-div .sbOptions, #course-name .sbOptions {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 5px 5px;
    margin-top: 11px;
    width: 121px;
    border-top: none;
}

#card-drop-down-div .sbOptions li, #course-name .sbOptions {
	line-height: 35px;
	padding: 0;
}

#card-drop-down-div .sbOptions a, #course-name .sbOptions a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    padding: 2px 24px 2px 10px;
}

#card-drop-down-div .sbOptions a:hover {
	background-color: #0380b7;
	color: #fff;
}

#card-drop-down-div .sbOptions a[rel="Type"], #card-drop-down-div .sbSelector.card-type-style {
	color: #797979;
	font-style: italic;
}

.payment-validation-mes, .exp-date-valdtn-err {
	font-size: 13px;
    color: red;
    margin-top: -20px;
}


.payment-validation-mes.country-valdtn-mes{
    margin-top: 38px;
    position: absolute;
}
#card-type-valdtn-mes{
	width: 130px;
	position: absolute;
    top: 55px;
}
.exp-date-valdtn-err{
	display:none;
	margin-left: 128px;
	position: relative;
    top: 10px;
}

#card-number-validation-mes{
    /* margin-top:14px; */
}

#cvv-number-wrapper{
 
}

#card-error{
    display: none;
}

#card-error-msg{
    color:red;
    height:0px;
}

.payment-header{
    text-align:center;
}

#altForm .col.span_16.card-error{
    line-height: 20px;
}

.paypalDirectPaymentDiv .cvv-info-position {
	position:relative;
}
.payment-confirm-course-access.border-bottom {
	overflow: hidden;
}

#btn-access-your-course {
    width: 350px;
}
#page-content .payment-confirm-course-access a{
	text-decoration: none;
}
.go-back {
    background: url("../../images/proed/web/back-icon.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 8px;
    margin-left: -10px;
    margin-top: 14px;
    position: absolute;
    width: 14px;
}

.cursor-pointer{
	cursor: pointer;
}

.madatory-fields{
	color: #A8A8A8;	
}

.margin-left-10{
 	margin-left: 10px;
}
#header{
	padding-left: 0;
}
.payment-bill-wrapper .page-no{
	float:right;
	margin-top: 50px;
	margin-bottom: 15px;
}

.payment-bill-page .payment-bill-wrapper{
	width:70%;
	margin-left: 10%;
}
.payment-bill-page .price-block{
	margin-left: 4px;
}

/* LS */

#course-duration-drop-down-div .sbSelector {
	color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 52px;
    padding-bottom: 18px;
    text-decoration: none;
    white-space: nowrap;
    width: 390px;
    text-overflow: ellipsis;
}

#course-duration-drop-down-div .sbHolder {
	width:410px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #000000;
    height:52px;
    display:inline-block;
}

#course-duration-drop-down-div .sbOptions {
	width:410px;
	background:#fff;
	margin-top: 15px;
    height: 220px;
}

#course-duration-drop-down-div .sbOptions a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#course-drop-down-div .sbSelector,
#course-class-section-drop-down-div .sbSelector{
    width: 390px;
}

#course-drop-down-div .sbHolder,
#course-class-section-drop-down-div .sbHolder,#signupForm #country-drop-down-div .sbHolder, #country-state-list-select-box .sbHolder {
	width:410px;
	display:inline-block;
}

#course-drop-down-div .sbOptions,
#course-class-section-drop-down-div .sbOptions, #country-drop-down-div .sbOptions, #country-state-list-select-box .sbOptions{
	width:410px;
}


.ls-body-content-wrapper .edit-link:hover {
	color: #c2c8d9;
}

.ls-body-content-wrapper .course-section-view-wrapper .main {
    padding-top: 15px;
}
.ls-body-content-wrapper .wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.ls-body-content-wrapper .content {
    float: left;
    width: 100%;
}
.ls-body-content-wrapper .course-section-view-wrapper .go-back {
    background: url("../../images/proed/web/back-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 8px;
    left: -20px;
    position: relative;
    top: 10px;
    width: 14px;
}
.ls-body-content-wrapper .box {
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 1em;
    padding: 1.25em 1em;
    margin-right: 0;
}
.ls-body-content-wrapper .box .box__header {
    color: #0095DA;
    font-size: 16px;
}

.ls-body-content-wrapper .box__header {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #FFFFFF;
    box-shadow: none;
    color: #2E2E2E;
    font-family: "Proxima Nova";
    font-weight: 600;
    margin: -1.25em -1em 1em;
    padding: 1em;
}
.ls-body-content-wrapper h2, .beta {
    font-size: 1.5625em;
}
.ls-body-content-wrapper h1, .alpha, h2, .beta, h3, .gamma, h4, .delta, h5, .epsilon, h6, .zeta {
    color: #2E2E2E;
    font-family: "Open Sans",sans-serif;
    margin: 0.25em 0 0.5em;
}

.ls-body-content-wrapper .main-scroller-div {
    clear: both;
    height: auto;
}

.ls-body-content-wrapper .course-subscription-div {
    height: 235px;
    overflow: hidden;
    position: relative;
}

.ls-body-content-wrapper .list--books-nav {
    position: relative;
}
.list--books-nav .cycle-prev {
    left: 0;
}
.ls-body-content-wrapper .list--books-nav .cycle-prev, .ls-body-content-wrapper .list--books-nav .cycle-next {
    position: absolute;
    top: 70px;
}
.ls-body-content-wrapper .s:before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
}
.ls-body-content-wrapper .text--center .s, .ls-body-content-wrapper .list--books-nav .s, .ls-body-content-wrapper .list--books__circle .s {
    background-image: url("../../images/proed/web/spritePickCourse.png");
}
.ls-body-content-wrapper .pointer-text {
    cursor: default;
}
.ls-body-content-wrapper .s {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.ls-body-content-wrapper .list--books-nav .cycle-next {
    right: 0;
}
.ls-body-content-wrapper .list--books-nav .cycle-prev, .ls-body-content-wrapper .list--books-nav .cycle-next {
    position: absolute;
    top: 70px;
}
.ls-body-content-wrapper .subscribe-course-list {
    display: block;
    margin: 15px 80px 0;
}
.ls-body-content-wrapper .list--books {
    text-align: center;
}
.ls-body-content-wrapper .margin-top-11 {
    margin-top: 11px !important;
}
.ls-body-content-wrapper .list--books__figure {
    display: inline-block;
    margin: 0 1.325em 1em;
    max-width: 107px;
    vertical-align: top;
    white-space: normal;
}

.ls-body-content-wrapper .list--books__box:after {
    bottom: -5px;
    content: "";
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: -1;
}
.ls-body-content-wrapper .list--books__box, .ls-body-content-wrapper .list--books__box:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    padding: 7px;
    width: 93px;
}

.ls-body-content-wrapper .list--books__box {
    display: block;
    position: relative;
}

.ls-body-content-wrapper .list--books__box img {
    display: block;
}
.ls-body-content-wrapper .select-course-thumbnail {
    cursor: pointer;
}


.ls-body-content-wrapper .proed-content-ellipsis:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 1.3em;
    position: absolute;
    right: 0.9em;
    top: 30px;
    width: 5px;
}
.ls-body-content-wrapper .proed-content-ellipsis:after {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #FFFFFF;
    content: "…";
    float: right;
    margin-left: -2.9em;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 29px;
    width: 1em;
}

.ls-body-content-wrapper .switch-courses-wrapper {
    display: inline-block;
    height: 52px;
    position: relative;
    width: 84px;
    overflow: hidden;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
}

.ls-body-content-wrapper .proed-content-ellipsis > *:first-child {
    float: right;
    margin-left: -5px;
    width: 100%;
}
.ls-body-content-wrapper .list--books a {
    color: #0380B7;
    text-decoration: none;
}

.ls-body-content-wrapper .list--books__title {
    display: block;
    font-size: 0.9375em;
    margin-top: 0.5em;
    text-align: center;
}

.ls-body-content-wrapper h2, .beta {
    font-size: 1.5625em;
}

.ls-body-content-wrapper .box__header > img {
    padding-bottom: 2px;
    vertical-align: middle;
}

.ls-body-content-wrapper .search-form--books {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 2em 11em;
    max-width: 580px;
    padding: 3px;
    vertical-align: top;
}
.ls-body-content-wrapper .text--center {
    text-align: center;
}
.ls-body-content-wrapper .search-form--books .s--search-large {
    margin: 0 0.8em;
}

.ls-body-content-wrapper .s--search-large {
    background-position: -64px 0;
    height: 28px;
    width: 28px;
}

.ls-body-content-wrapper .search-form--books .text-input {
    width: 410px;
}

.ls-body-content-wrapper .search-form--books > * {
    color: #7B7B7B;
    display: inline-block;
    vertical-align: middle;
}
.ls-body-content-wrapper .text-input--plain {
    border: medium none;
}
.ls-body-content-wrapper .input {
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    padding: 0.5em;
}

.ls-body-content-wrapper #search-course-for-subscribe-new-course-btn {
    margin-right: 0;
}
.ls-body-content-wrapper .search-form--books .btn {
    height: 52px;
    line-height: 52px;
}
.ls-body-content-wrapper .text--center .btn--secondary {
    background: -moz-linear-gradient(center top , #595959, #444444) repeat scroll 0 0 #444444;
    border: 1px solid #1D1D1D;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset;
    color: #FCFB3B;
    font-weight: bold;
}
.ls-body-content-wrapper .btn {
    -moz-box-orient: vertical;
    background: linear-gradient(to bottom, #70B864 4%, #4C9644 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #4A7E44 !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0 20px;
    text-shadow: 0 1px 2px #FFFFFF;
    vertical-align: middle;
}
.box__header--flat {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
}
.box__header > img + h1 {
    display: inline-block;
    margin: 0 0 0 1em;
    vertical-align: middle;
}
.list--books__circle .s--link {
    background-position: -112px 0;
    height: 11px;
    width: 11px;
}
.list--books__circle {
    background: none repeat scroll 0 0 #E7E7E7;
    border: 4px solid #FFFFFF;
    border-radius: 3em 3em 3em 3em;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 30px;
    left: 100%;
    line-height: 30px;
    margin: 0 0 -25px -25px;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: 1;
}
.list--books__circle, .list--books__box-overlay {
    opacity: 0;
    transition: all 0.15s ease 0s;
    visibility: visible;
}
.select-course-icon:hover .list--books__circle,
.subscribe-course-icon:hover .list--books__circle{
	opacity: 1;
    visibility: visible;
	filter: alpha(opacity=100);
}
.list--books__circle .s--plus {
    background-position: -96px 0;
    height: 13px;
    width: 13px;
}
/* Switch course styles - End */

label.login-form-label{
	vertical-align:top;
	margin-top:13px;
}

input[type="submit"] {
    background-color: #54A1CD;
    border-bottom: 2px solid #3276A1;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 26px;
    height: 52px;
    width: 195px;
}

.dummies-page-content-wrapper input[type="submit"]{
    background-color: #2F2F2F;
    border-bottom: 2px solid #575757;
    color: #FFFF00;
}

.dummies-page-content-wrapper input[type="submit"]:hover {
	background-color: #2F2F2F;
}

input[type="submit"]:hover {
	background-color: #67b0da;
}

/* LS Footer Styles Start */

footer.ls-footer {
	color: #000000;
	background: none repeat scroll 0 0 #252628;
	padding: 1.5em 0;
}
footer.mgh_footer{
    padding: 0.5em 0.5em 1em;
}
.ls-footer .media__body {
	margin-left: 1%;
	margin-top: 9px;
}

.back-to-top-wrapper {
	display: inline-block;
}

.footer-back-to-top {
	color: #AEAEAE;
	padding: 9px 0;
	position: absolute;
	right: 17%;
}
.mgh_footer .footer-back-to-top, .mgh_footer .footer-back-to-top-icon {
	padding: 20px 0;
}

.footer-links{
	font-size: 13px;
	color: #8D8D8D;
	line-height: 1.25em;
    margin-top: 7px;
    margin-bottom: 0px;
}

.footer-back-to-top-icon {
	color: #AEAEAE;
	padding: 9px 0;
	position: absolute;
	right: 14.5%;
}

.mgh-outer-wrapper {
	background: none repeat scroll 0 0 #303234;
	line-height: 2em;
	overflow-x: auto;
	overflow-y: hidden;
}

.mgh-outer-wrapper .media__body {
	margin-top: 0em;
	width: 58.5%;
}

.subscribe-wrapper {
	background: none repeat scroll 0 0 #333537;
	display: inline-block;
	width: 41%;
	padding-bottom: 1.5em;
}

.mgh-social-links {
	float: left;
	width: 54px;
}

.subs-text {
	color: #B2B2B2;
	margin-left: 14px;
	font-size: 17px;
}

.subs-input {
	display: inline-block;
	float: left;
}

.mgh-outer-wrapper .subscribe-news-wrapper {
	height: 6em;
	margin-top: 15px;
	width: 96%;
}

.mgh-outer-wrapper #subscribeNewsInput {
	height: 12px;
	margin-left: 10px;
	width: 266px;
	border-radius: 0;
}

.mgh-outer-wrapper #subscribeSubmitBtn {
	height: 33px;
	font-size: 12px;
	width: 98px;
	border:0px solid #1b8f77;
	background-color: #2CA88E;
	border-bottom: 2px solid #1b8f77;
	border-radius:3px;
}

footer.ls-footer .snapwiz-publish-section{
	position:relative;
}

footer.ls-footer.mgh_footer .snapwiz-publish-section{
	position:relative;
    top: 10px;
    float: none;
}

@-moz-document url-prefix() { 
  footer.ls-footer.mgh_footer .snapwiz-publish-section {
    top:-13px;
  }
}

footer.ls-footer .snapwiz-publish-section a {
	position:absolute;
	right:-120px;
	bottom:-40px;
}

/* LS Footer Styles end */

/*Payment view styles - Begin */
#course-name .sbHolder{
	height: 2em;
	display: inline-block;
	margin-left: 1em;
    top: 0.5em;
    width: 150px;
}
#course-name .sbSelector {
	line-height: 38px;
}
#course-name .sbToggle {
	top: 3px;
}
#course-name .sbOptions{
	top: 0;
	margin-top: 0;
	width: 150px;
}
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 1em;
    padding-right: 1em;
}
.payment-mode{
	margin-left: 1em;
}
/*Payment view styles - End */

/*LS header view styles - Begin */
.ls-student-header.ls-student-header-view {
	background: none repeat scroll 0 0 #41484C;
    border-bottom: 1px solid #41484C;
    border-top: 1px solid #000000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 3px;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1004;
}
.ls-student-header .ls-student-header-wrapper:after{
    clear: both;
    content: "";
    display: table;
}

.ls-student-header-wrapper, .ls-body-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1068px;
    padding-left: 0;
    padding-right: 0;
}

.ls-student-header__left {
    float: left;
    text-align: left;
}

.ls-student-header-view .ls-site-nav-drop-down:after{
    display: none;
}
.ls-site-nav-drop-down:after {
    background: url("../../images/ls/sprite.png") repeat scroll -22px 0 rgba(0, 0, 0, 0);
    content: "";
    cursor: pointer;
    display: block;
    height: 13px;
    margin-top: -6px;
    position: absolute;
    right: 0.15em;
    top: 50%;
    width: 18px;
}

.ls-student-header-view .ls-site-nav-drop-down{
    height: 48px;
    width: 3em;
    margin: 0;
}
.ls-site-nav-drop-down {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 10em;
}
.ls-student-header-view .ls-site-nav-drop-down a.navigator, .ls-insturctor-header-view .ls-site-nav-drop-down a.navigator{
    background-position: 1px 0;
    height: 45px;
    margin-top: 2px;
    padding: 0;
    width: 43px;
}
.ls-student-header-view .ls-site-nav-drop-down a, .ls-student-header-view .ls-site-nav-drop-down .active a{
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: 600;
    padding: 0;
}
.ls-site-nav-drop-down a, .ls-site-nav-drop-down .active a{
    color: #3D3D3D;
    display: block;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    padding: 0 1.5em 0 0.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-site-nav-options:after {
    clear: both;
    content: "";
    display: table;
}
.ls-student-header-view .ls-site-nav-drop-down ul{
    background: none repeat scroll 0 0 #2F3437;
    border: 1px solid #2F2F31;
    border-radius: 0 0 0 0;
    box-shadow: -1px 2px 2px #A8A8A8;
    display: none;
    text-align: left;
    width: 275px;
}
.ls-site-nav-options {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ls-student-header-view .ls-site-nav-drop-down li{
    display: block;
    float: none;
}
.ls-student-header-view .ls-site-nav-drop-down li{
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: auto;
}
.ls-student-header-view .ls-site-nav-drop-down li{
    border-bottom: 1px solid #292E31;
    border-top: 1px solid #32373A;
}

.ls-student-header-view .ls-site-logo{
    display: inline-block;
    line-height: 0;
    margin-right: 0;
    vertical-align: middle;
}
.ls-student-header-view .ls-site-logo {
    margin-bottom: 0;
    margin-right: 8px;
    vertical-align: middle;
}
.ls-student-header-view .ls-site-logo{
    height: 34px;
    margin-left: 8px;
    margin-top: 3px;
    overflow: hidden;
}

.ls-site-logo img {
    display: inline-block;
}

.nav--dropped {
    position: relative;
}
.ls-user-nav {
    float: right;
    margin-top: 3px;
}
.ls-user-nav .nav--dropped__toggle {
    line-height: 0;
    text-align: right;
}
.ls-student-header-view .nav--dropped__toggle {
    margin-top: 6px;
}

.nav--dropped__toggle {
    cursor: pointer;
}

.ls-site-nav-options li, .ls-site-nav-options a {
    display: inline-block;
}
.ls-user-nav__photo {
    border: 1px solid #393B41;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    vertical-align: middle;
}
.ls-user-nav__photo:before {
    border-radius: inherit;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.ls-site-nav-options li, .ls-site-nav-options a {
    display: inline-block;
}
.ls-user-nav__photo {
    border: 1px solid #393B41;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    vertical-align: middle;
}

.ls-user-nav__photo img {
    display: block;
    height: 28px;
    width: 26px;
}
.ls-user-nav__username {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0.3em 0 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}
.ls-icon-img:before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
}

.ls-icon-img {
    background-image: url("../../images/ls/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.ls--arrow-down-icon {
    background-position: -40px 0;
    height: 6px;
    width: 9px;
}
.ls-user-nav .nav--dropped__content-wrap {
    padding-top: 1.2em;
}
.nav--dropped__content-wrap {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 30px;
    transition: all 0.25s ease 0s;
    visibility: hidden;
    z-index: 100;
}

.ls-user-nav .nav--dropped__content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    padding: 0.25em 0;
}
.nav--dropped__content {
    margin: 0;
    padding: 0;
}

.nav--dropped li {
    display: block;
}
.ls-user-nav .nav--dropped__content a {
    display: block;
    padding: 0.25em 3em 0.25em 1em;
    text-align: left;
}
.ls-user-nav .nav--dropped__content a {
    color: #888888;
    font-size: 0.875em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.nav--dropped:hover .nav--dropped__content-wrap {
	visibility: visible;
	opacity: 1;
	top: 79%;
}

.navigator-sprites {
    background: url("../../images/ls/ls-toc-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ls-student-header-view .ls-site-nav-drop-down:hover .active a, .ls-student-header-view .ls-site-nav-drop-down:hover a:hover{
	color:#FFF;
}
.ls-student-header-view .ls-site-nav-drop-down  a.navigator:hover{
	background-position: -41px 0;
}
.ls-student-header-view .ls-site-nav-drop-down  a.navigator , .ls-insturctor-header-view .ls-site-nav-drop-down  a.navigator{
  	background-position: 1px 0;
    height: 45px;
    padding: 0;
    width: 43px;
    margin-top: 2px;
}

/*McGraw-Hill course specific styles */
.ls-student-header-view.mgh-student-header-view, .ls-student-header-view.mgh-naplex-student-header-view,
.ls-student-header-view.mgh-paeasy-student-header-view, .ls-student-header-view.mgh-radeasy-student-header-view{
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 3px;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1004;
    background-color: #F5F5F5;
    border: none;
}
.ls-student-header-view.mgh-student-header-view .ls-user-nav__username,
.ls-student-header-view.mgh-naplex-student-header-view .ls-user-nav__username,
.ls-student-header-view.mgh-paeasy-student-header-view .ls-user-nav__username,
.ls-student-header-view.mgh-radeasy-student-header-view .ls-user-nav__username{
	color: #888888;
	font-size: 12px;
}

.ls-student-header-view.mgh-student-header-view .ls-site-logo,
.ls-student-header-view.mgh-naplex-student-header-view .ls-site-logo,
.ls-student-header-view.mgh-paeasy-student-header-view .ls-site-logo, 
.ls-student-header-view.mgh-radeasy-student-header-view .ls-site-logo{
	margin-left: 6px;
	height: 51px;
	margin-top: 0px;
}
.mgh-student-header-view .home-icon, .dummies-student-header-view .home-icon {
    display: block;
    height: 32px;
    width: 36px;
}
.mgh-student-header-view .home-icon {
    background: url("../../images/mgh/app/mgh-home-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dummies-student-header-view .home-icon {
    background: url("../../images/mgh/app/dummies-home-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.home-icon-section {
    display: none;
}
.header.mgh-student-header-view .home-icon-section, .header.dummies-student-header-view .home-icon-section {
    display: inline-block;
    position: relative;
    top: 0.6em;
    left: 1em;
}
#discounted-price-for-course{
    padding:0px;
}
.mgh-student-header-section{
	padding: 5px 0 0px;
	background: none repeat scroll 0 0 #f6f6f6;
}
.mgh-student-header-section.dummies-student-header-view {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.mgh-student-header-view .btn--outline, .dummies-student-header-view .btn--outline{
	background: none;
}
.dummies-header.mgh-student-header-section {
    background: none repeat scroll 0 0 #000000;
}
.dummies-header.mgh-student-header-section .btn--outline {
     background: none;
}
.dummies-header.mgh-student-header-section #right-navigation a {
    color: #00BECC;
    font-weight: 700;
}
.ls-payment-view-body-content .course-name-span{
    height:50px;
    line-height:55px;
}
.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*LS header view styles - End */
/*Institutional Login view styles - Begin */
.header-institution-name{
	float: left;
    font-size: 28px;
    font-weight: bold;
    margin: 0.4em 0 0 0.5em;
    max-width: 15em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25em;
    overflow: hidden;
    line-height: 1em;
    text-align: center;
}
#page-content .signup-icon{
	line-height: 48px;
}
.ed-icon {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    color: #4ca4e8;
    position: absolute;
    width: 178px;
    top: 8px;
    left: 20px;
}
.dist-announcement-popup {
    padding-top: 7px;
    margin-top: 14px;
    float: right;
    position: absolute;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
	z-index:2000;
}
.tooltip:before{
    border-color: #080808 transparent;
    border-style: solid;
    border-width: 0 16px 14px;
    bottom: auto;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 0;
}
.tooltip:after{
    border-color: #080808 transparent;
    border-style: solid;
    border-width: 0 16px 14px;
    bottom: auto;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 0;
    box-shadow: 0 0 0px #c2c2c2;
}
/*Institutional Login view styles - End */

/*Institutional Login Error view styles - Begin */
.institutionErrorPageIcon{
	margin: 9em 0 5em;
}
.institutionErrorMessage{
	color: #707070;
}
.textAlignCenter{
	text-align: center;
}
.institutionalHeader, .mghInstitutionFooter{
	 background-color: #E7E7E7;
}
/*Institutional Login Error view styles - End */

/*Institutional footer view styles - Begin */
.mghInstitutionFooter{
	 padding: 1em;
}
.poweredBySnapwizLogoSection{
	float: right;
	padding-right: 2em;
}
.ls-payment-view-body-content .tax-label-span{
    background-color: #54a1cd;
    float: right;height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 29px;
}
.discounted-price-span {
    margin-right: 52px;
}
.ls-payment-view-body-content .cancel-payment-process-wrapper{
    .width: 44%;float: right;
}
#altForm .col.span_16.cancel-payment-process-wrapper {
    width: 45%;
}
/*Institutional footer view styles - End */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
    .wrapper{
        width: auto;
    }
    .right-section{
        width: 648px;
    }
    footer.ls-footer .snapwiz-publish-section{
        margin-left: 5%;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
    .card-details .pull-left{
        width: 20%;
    }
    .col.span_9.credit-card-number-div{
        width: auto;
    }
    .cancel-payment-btn{
        margin-left: 110px;
    }
    .exp-date-valdtn-err {
        margin-left: 133px;
        top: 10px;
    }
    #card-drop-down-div .sbSelector{
        width: 100%;
    }
    #try-for-free input[type="submit"]{
        font-size: 24px;
        text-align: center;
    }
}
@media only screen
and (max-device-width : 800px){
    .wrapper{
        width: auto;
    }
    .right-section{
        width: 648px;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    .ls-payment-view-body-content .state-div  ,
    .ls-payment-view-body-content .country-div  ,
    .ls-payment-view-body-content .city-div  ,
    .ls-payment-view-body-content .zip-div  {
        width: 100%;
        float: left;
    }
    .ls-payment-view-body-content .state-div .sbHolder ,
    .ls-payment-view-body-content .country-div .sbHolder ,
    .ls-payment-view-body-content .city-div .sbHolder ,
    .ls-payment-view-body-content .zip-div .sbHolder {
        height: 2em;
        display: inline-block;
        top: 0.5em;
        width: 80%;
    }
    .ls-payment-view-body-content .state-div .sbOptions, .ls-payment-view-body-content .country-div .sbOptions, .ls-payment-view-body-content .city-div .sbOptions, .ls-payment-view-body-content .zip-div .sbOptions{
        width: 100%;
    }
    .ls-payment-view-body-content .tax-label-span{
        float: left !important;
        width: 50% !important;
        margin-right: 0px;
    }
    .ls-payment-view-body-content #ordertable tbody .total-parent-section{
        background: none repeat scroll 0 0 #EBEBEB;
    }
    .ls-payment-view-body-content #ordertable tbody .total-parent-section td{
        width:40% !important;
    }
	.left-section, .right-section {
        width: 100%;
    }
    .right-section{
        display: none;
    }
    .content-form {
        padding: 10px 15px;
        margin-bottom:10px;
        top: 25px;
    }
    input[type="text"], input[type="password"], input[type="email"], select{
        width: 100%;
        height: 30px;
    }
    #signin-form input[type="text"], input[type="password"], input[type="email"], select {
         width: 96%;
         height: 25px;
         padding: 5px;
     }
     input[type="text"], input[type="password"], input[type="email"], select{
        font-size: 16px;
     }
    #signin-form #courseDropDown, #signin-form #courseClassSectionDropDown, #signin-form #courseDurationDropDown, #signin-form option{
        width: 97%;
        height: 40px;
    }
    #signin-form sbHolder{
        width: 97%;
        height: 40px;
    }
    #course-drop-down-div .sbOptions, #course-duration-drop-down-div .sbOptions{
        top: 26px;
        width: 100%;
    }
    #remember-me label{
        height: 24px;
    }
    #remember-me label.checkbox{
        background-size: 24px auto;
    }
    #signupForm #subscribeCheckbox + label {
        height: 24px;
        background-size: 24px auto;
    }
    label.checkbox{
        background-size: 8% auto;
        height: 27px;
        line-height: 22px;
    }
    #course-drop-down-div .sbHolder, #course-class-section-drop-down-div .sbHolder, #course-duration-drop-down-div .sbHolder,#signupForm #country-drop-down-div .sbHolder, #country-state-list-select-box .sbHolder {
        width: 99%;
        height: 50px;
    }
    #signupForm .sbSelector{
        text-align: left;
        line-height: 40px;
    }
    #course-drop-down-div .sbSelector, #course-class-section-drop-down-div .sbSelector, #course-duration-drop-down-div .sbSelector{
        width: 98%;
    }
    #course-drop-down-div .sbToggle, #course-class-section-drop-down-div . sbToggle{
        top: 4px;
    }
    
    #remember-me{
        padding-left: 0px;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    #loginSubmitBtn, #signupBtn{
        width: 100%;
        margin-top: 40px;
        margin-right: 0px;
    }
    .mgh-outer-wrapper .media__body{
        width: 100%;
    }
    footer.mgh_footer{
        padding: 0px;
        text-align: center;
    }
    footer.ls-footer .snapwiz-publish-section a{
        float: left;
        position: relative;
        bottom: 0px;
        right: 0px;
        padding-bottom: 20px;
        left: 36%;
    }
    .page-content-wrapper #page-content{
        min-height: 0px;
    }
    .divider{
        padding: 10px;
        top: 34px;
        text-align: left;
        padding-left: 1px;
        line-height: 50px;
    }
    header.icon h1{
        font-size: 19px;
    }
    .registration-divider{
        padding: 15px;
        top: 34px;
        text-align: left;
        padding-top: 0px;
        line-height: 50px;
    }
    .registration-divider a{
          text-decoration: underline;
    }
    input[type='checkbox']:checked + label{
        background-position: 0 -25px;
    }
    .validation-mes, #emailValidationMessage{
        margin-left: 0px;
        font-size: 11px;
    }
    .validation-mes-course-drop-down{
        left: 13px;
        margin-top: 50px;
        font-size: 11px;
    }
    .header-institution-name{
        width: 100%;
        font-size: 20px;
        margin: 0px 0px 0px 0px;
        height: 20px;
        margin-top: 20px;
    }
    .page-content-wrapper.mgh-page-content-wrapper{
        padding-top: 110px;
    }
    #forgot-password-form #forgotPasswordSubmitButton{
        width: 100%;
        margin-right: 0px;
    }
    #forgot-password-form #email-id{
        margin-bottom: 25px;
    }
    #emailForgotPwd{
        width: 90%;
        height: 15px;
    }
    .top-c-notification-Bar{
        height: auto;
    }

    /*payment page css*/

    .ls-payment-view-body-content .go-back {
            margin-left: 8px;
    }
    .ls-payment-view-body-content #payment-order-icon {
        padding-left: 30px;
        margin-top: 0px !important;
    }
    .ls-payment-view-body-content #progressbar.payment-process,
    #progressbar.payment-success{
        margin-left: 0px;
        margin-top: 10px;
        font-size: 15px;
    }
    .ls-payment-view-body-content #progressbar.payment-success .col.span_55{
        display : none;
    }
    .ls-payment-view-body-content #progressbar.payment-process .col.span_7{
        width: 100%;
        padding-top: 10px;
    }
    .ls-payment-view-body-content .course-name-span {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }
    .ls-payment-view-body-content .payment-mode {
        margin-left: 0px;
    }
    .ls-payment-view-body-content #page-content a.coupon-code-link,
     .ls-payment-view-body-content .gray-icon.cvv-info-hover,
     .ls-payment-view-body-content .madatory-fields,
     #ordertable .price.text-align-center,
     .ls-payment-view-body-content #page-content .border-bottom{
        display : none;
    }
    .ls-payment-view-body-content #ordertable tbody .heavy td:first-child{
        width: 100%;
        vertical-align: top;
    }
    .ls-payment-view-body-content #ordertable tbody .heavy td{
        display : inline-block;
        width: 100%;
        border: none;
    }
    td#discounted-price-for-course{
        float: right;
    }
    .ls-payment-view-body-content .price.text-align-center > span {
        text-align: center;
        width: 10%;
        float: none;
    }
    .paypalDirectPaymentDiv #altForm .card-details,
    .paypalDirectPaymentDiv #altForm .span_7,
    .ls-payment-view-body-content .wrapper
     {
        width : 100%
    }
    .discounted-price-span {
        margin-right: 10%;
    }
    .ls-payment-view-body-content .span_9{
        width: auto;
    }
    .ls-payment-view-body-content .pull-left {
        width: 100% !important;
        height: 50%;
        padding-left: 10px;
        padding-bottom: 4px;
    }
    .ls-payment-view-body-content #card-drop-down-div .sbOptions{
        width: 100%;
    }
    .ls-payment-view-body-content #card-drop-down-div .sbSelector,
    .ls-payment-view-body-content #card-drop-down-div .sbHolder{
        width: auto;
    }
    .ls-payment-view-body-content header.icon h1 {
        font-size: 22px;
    }
    .ls-payment-view-body-content #card-drop-down-div {
        width: 100%;
        margin-top: 2%;
    }
    input[type="submit"]{
        width: 170px;
        font-size: 20px;
    }
    .collapsed-border-vertical.collapsed-border-vertical-mgh {
        height : auto;;
        border-right: none;
        margin: 0px 5px;
        width: 96.5%;
    }
    .ls-payment-view-body-content .cancel-payment-btn {
          margin-left: 10px;
          line-height: 50px;
    }
    .ls-payment-view-body-content .cancel-payment-or-checkout {
        margin-right: 10px;
    }
    .ls-payment-view-body-content #altForm .col.span_16 {
        height: auto;
        margin: 0px;
        line-height: 20px;
        margin-top: 20px;
        margin-left: 0px;
    }
    .ls-payment-view-body-content .payment-validation-mes{
        margin-top: 0px;
        min-width: 125%;
    }
    .ls-payment-view-body-content #card-type-valdtn-mes {
        top: 60px;
    }
    .col.span_5.expDateYearDiv{
        width: 50%;
    }
    .ls-payment-view-body-content .exp-month-margin{
        width: 40%;
        margin-right: 5%;
    }
    .ls-payment-view-body-content #altForm .exp-month-margin #expDateMonth{
        width: 100%;
    }
    #body-content.ls-payment-view-body-content #altForm .billing-information input[type="text"]{
        width: 93%;
        padding: 2.5%;
    }
    .ls-payment-view-body-content #card-drop-down-div .sbOptions,
    .ls-payment-view-body-content #country-drop-down-div,
    .ls-payment-view-body-content #country-drop-down-div .sbOptions{
        width: 100%;
    }
    .ls-payment-view-body-content #country-drop-down-div .sbSelector,
    .ls-payment-view-body-content #country-drop-down-div .sbHolder{
        width:  98%;
    }
    .ls-payment-view-body-content #altForm #nameOnCard ,
    .ls-payment-view-body-content #altForm #cardNumber,
    .ls-payment-view-body-content #altForm #cvvNumber {
        width: 95%;
        padding: 2.5%;
    }
    .ls-payment-view-body-content p.muted {
        margin-left: 10px;
        margin-right: 10px;
        text-align: inherit;
    }
    .ls-payment-view-body-content .span_10{
        width : 100%;
    }
    #body-content.ls-payment-view-body-content section#page-content {
        padding: 70px 0 0 0;
    }
    #ordertable{
        margin-top: 20px;
    }
    .ls-payment-view-body-content .credit-card-number-div{
        width: 100%;
        height: 55%;
    }
    .ls-payment-view-body-content .card-number-label{
        height: 25%;
    }
    .mgh-body-content-wrapper.ls-payment-view-body-content .wrapper {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .ls-payment-view-body-content #course-name .sbSelector {
        text-align: left;
        width: 100%;
    }
    .ls-payment-view-body-content #course-name .sbHolder{
        width: 46%;
    }
    .row{
        margin-left: 0;
    }
    .col{
        border-left-width: 0;
        padding: 0 5px;
    }
    .ls-payment-view-body-content #altForm #cvv-number-wrapper{
        width: 100%;
    }
    .exp-month-margin{
        margin-left: 0px;
    }
    .ls-payment-view-body-content #altForm .col.span_16 .col.padding-0{
        margin-left: 5px;
        line-height: 50px;
    }
    .ls-payment-view-body-content #altForm .col.span_16.cancel-payment-process-wrapper{
        width: auto;
        margin-top: 50px;
        float: right;
        padding-right: 7%;
    }
    .paypalDirectPaymentDiv #altForm .span_7{
        padding-top: 10px;
    }
    .billing-information .col.span_11 {
        width: 100%;
    }
    #ordertable tbody td{
        border: none;
    }
    #country-drop-down-div .country-valdtn-mes{
        top: 57px;
    }
    .ls-payment-view-body-content #country-drop-down-div{
        position: relative;
    }
    .exp-date-valdtn-err{
        top: 0px;
        margin-left: 20px;
    }
    label.login-form-label{
        display: block;
    }
    .validation-mes, #emailValidationMessage{
        height: auto;
    }
    #course-details-dialog{
        width: 96%;
    }
    .try-for-free-btn{
        margin: -5px 15px -3px 0;
    }
    .dialog-content .quit-payment-process{
        margin: auto;
        line-height:40px;
    }
    .quit-payment-or-checkout{
        margin-left: 20px;
        line-height:40px;
    }
    .card-details h5, .billing-information h5{
        font-size: 1.25em;
    }
    #card-drop-down-div .sbOptions, #course-name .sbOptions{
        width: 100%;
    }
    #ordertable th{
        padding: 0px 5px 0px 5px;
        font-size: 17px;
    }
    #course-name .sbHolder{
        margin-left: 5px;
    }
    #country-drop-down-div .sbOptions, #country-state-list-select-box .sbOptions{
        width:99%;
        top: 48px !important;
    }
}
