/*hiding the body until the page loads */

.product-tile .product-heading {height:70px;}
.product-tile .product-description, .product-tile .product-footer {height:80px;}
/*login Page */
#validateIconEmail{position:absolute;top:20px;display:inline-block;width:30px;height:24px;margin-left:5px;background-repeat:no-repeat; right:15px; z-index: 999 !important;}
#validateIconFullname{position:absolute;top:20px;display:inline-block;width:30px;height:24px;margin-left:5px;background-repeat:no-repeat; right:15px; z-index: 999 !important;}
#validateIcon{position:absolute;top:20px;display:inline-block;width:30px;height:24px;margin-left:5px;background-repeat:no-repeat; right:15px; z-index: 999 !important;}
.valid{background-image:url('https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/login_valid.png');}
.invalid{background-image:url('https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/login_invalid.png');}

.emailcarrot {width:30px; height: 30px; margin-top: 16px; margin-left:40px;}
.passwordcarrot {width:30px; height: 30px; margin-top: 16px; margin-left:40px;}

/* Changing Login Screens for Mobiles */
.ember-view.form-group .form-control {
    box-shadow:inset 3px 3px 3px #aaa;
    -webkit-box-shadow:inset 3px 3px 3px #aaa;
    -moz-box-shadow:inset 3px 3px 3px #aaa;
    font-size: 12px;
}

/*fixing missing header */
.DashboardProduct__AccountLogo {width:20% !important;}
.DashboardProduct__AccountLogo.hidden-xs {width:20% !important;}
/*enrollment page */


.panel.RegistrationForm {
  background-image: url('https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/gradient.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #fff;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
background-size: contain;
-moz-background-size:contain;
-webkit-background-size:contain;
-webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.4);
}


.RegistrationForm{margin-bottom: 40px;}

#main.registration-page {background-color:#fff !important;}


.ember-view.form-group 
{width:55%; margin-bottom: 0px; height:70px; border-radius:0px 0px 15px 15px;
background: #f8f8f8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2U4ZTllYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2U4ZTllYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e9eb 42%, #e8e9eb 55%, #d7d8da 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(42%,#e8e9eb), color-stop(55%,#e8e9eb), color-stop(100%,#d7d8da)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e9eb 42%,#e8e9eb 55%,#d7d8da 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e9eb 42%,#e8e9eb 55%,#d7d8da 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e9eb 42%,#e8e9eb 55%,#d7d8da 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8f8f8 0%,#e8e9eb 42%,#e8e9eb 55%,#d7d8da 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d7d8da',GradientType=0 ); /* IE6-8 */
vertical-align: bottom;
position: relative;
box-shadow: 5px 5px 5px #ccc; margin-bottom: 20px;
margin-right: auto;
margin-left:auto;

}

.registration-horizontal-rule {display: none;}
#registration div.form-group button.btn {height:50px;}

.registration-page .ember-checkbox {height:30px; width: 30px; margin-left:40px; margin-top:0px; position: relative; top:5px;}

.ember-view.form-group.checkbox {
    box-shadow: none;
text-align: center;
  background: none;
  max-width:460px;
  color: #333;
}


.RegistrationForm__TermsOfUse {color:#333 !important;}

.panel.RegistrationForm .text-center {font-size: 1.2em;}

.RegistrationForm__TermsOfUse {font-size: 1.2em;}

.ember-view.form-group .form-control {

padding:8px 9px 8px 8px;
margin-top:8px;
border-radius: 30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
position: absolute;
right:10px;
width: 75%;
top:10px;

}

.RegistrationForm button.btn {background-color: #4F9ABF; color: #fff;}


.ember-view.form-group label.control-label {

 position: absolute; left: 33%; top:23px; z-index: 1000;
 color: #ccc;

}

.panel.RegistrationForm p {text-align: center;}

.ember-view.form-group.checkbox label.control-label {
 position: relative; left: 10px; top:10px; font-size: 15px; 
 
}

.ember-view.form-group.promotion-code__input {

display:none !important;
}
form.panel.RegistrationForm {display: none;}


/*frontpage settings*/
/* You shouldnt need to modify these settings. They control the header*/
#product-page #feature {
    padding-top:0
}

#app-header {
    height:80px;
    padding:0
}

.header-branding h1.logo {
    margin-top:0!important
}

.collegelogo {
    height:65px;
    position:relative;
    left:-10px
}


.hero-region.jumbotron.container .col-sm-6 {text-align: left !important;}

#registration {
    width:80% !important;
    margin-left:10% !important;
}

.ember-view.form-group {
    position:relative
}

#registration div.form-group button.btn {
    height:75px;
    max-width:160px;
    margin-left:auto;
    margin-right:auto
}

div#feature-legend {
    width:410px;
    margin:auto;
    padding-top:3px
}

div#feature-legend a {
    padding-left:15px
}

img.feature-legend-image {
    height:35px
}

div.user-nav.dropdown {
    top:-10px
}

/*this chnages the search bar position and text colors*/
#search-form.callout-region {
    background-color:#FF8C00;
    padding-bottom:5px;
}

.search-form .search-label {
    text-transform:uppercase;
    font-size:16px;
    width:100%;
    position:relative;
    top:-10px
}

.search-form {
    height:60px
}

.search-form .search-box {position: relative; top:-10px;}
.search-form .search-submit:before {position: relative; top:-10px;}

/*Product Page */

/*this will change the size of the tab text */
.nav.nav-tabs a{font-size:14px;}

/*this is the box that surrounds the FAQ and T and Cs. It is the one with a blue border on the left*/

#product-page .callout-region {
    background-color:#0073ac;
    padding-top:2px;
    padding-bottom:10px;
}

#product-page .callout-region h3 {
    color:#fff
}

#product-page .callout-region h3.h2 {
    font-size: 1.2em; font-weight: 300;
}

#product-page .callout-region .btn-info {
    background-color:#fff;
    color:#0073ac
}

.bs-callout-primary {
    border-left:#0073ac 5px solid;
    background-color:#fafafa;
    padding:5px;
    margin-top:20px;
    margin-bottom:20px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc
}

/*these are sime general settings for the buttons (FAQ and TandC) in that blue boreded box*/
.bs-callout-primary .btn {
    display:block;
    text-align:left;
    margin-bottom:5px;
    background-color:transparent;
    border:none;
    margin-left:20px
}

.bs-callout-primary .btn span {
    position:relative;
    left:-20px
}

/*This changes to font color of any headings on the product page */
#product-page .product-details h1,#product-page .product-details h2,#product-page .product-details h3,#product-page .product-details h4 {
    color:#0073ac
}

.product-bg .jumbotron {padding-top:10px; padding-bottom:10px;}


#app-header > div > div > div.col-xs-12.col-sm-6.col-md-5 {background-color: #fff; z-index: 9999 !important; text-align: center;}

/*this controls the height and size of the logo on the product page*/
.collegelogo {
    height:65px;
    position:relative;
    left:-10px
}

/*These are the buttons on the product page for FAQ and Terms and Conditions*/
.btn.tandc {
    background-image:url(https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/tandc.svg);
    background-repeat:no-repeat;
    background-position:0 50%;
    padding-left:50px;
    background-size:30px;
    font-weight:300;
    font-family:helvetica; 
    color:#0073AC;
}

.btn.faq {
    background-image:url(https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/faq.svg);
    background-repeat:no-repeat;
    background-position:0 50%;
    padding-left:50px;
    background-size:30px;
    font-weight:300;
    font-family:helvetica; 
    color: #0073AC;
}


/*change the base layout of the front/landing page*/

.product-tile.course-tile .product-description, .product-tile.program-tile .product-description{display: none;}
.product-tile .product-heading {color:#0073AC;}
/* Carousel base class you dont need to change any of these*/
.carouselipa {
    margin-bottom:0
}

.carouselipa-inner {
    max-width:97%!important;
    margin:0 auto;
    background-color:#fff
}

.hero-unit {
    padding:0;
    margin-bottom:0
}

.carouselipa .container {
    position:relative;
    z-index:9
}

.carouselipa-control {
    height:80px;
    margin-top:0;
    font-size:120px;
    text-shadow:0 1px 1px rgba(0,0,0,.4);
    background-color:transparent;
    border:0;
    z-index:10;
    color:#fff!important;
    opacity:1
}

.carouselipa .item {
    min-height:220px
}

.carouselipa .item.slide_one {
	background-image: none;
}

#highlight_carousel.carouselipa.slide {
  background-image: none;
  height:300px;
  background-color:#ededed;
  background-attachment:scroll;
  
  background-position: top center;		
  background-repeat: no-repeat;
    -webkit-background-size: 100% 300px; 
    -moz-background-size: 100% 300px; 
    -o-background-size: 100% 300px; 
    background-size: 100% 300px; 

}

#highlight_carousel .slide_one .carouselipa-caption h1 {
}

#highlight_carousel .slide_one .carouselipa-caption .lead {
    border:none
}

#highlight_carousel .slide_two .carouselipa-caption .lead {
    border-top:2px dotted #5f6b69;
    border-bottom:2px dotted #5f6b69;
    margin-left:72px;
    padding-left:10px;
    margin-top:10px
}

#highlight_carousel .slide_three .carouselipa-caption .lead {
    border-top:2px dotted #5f6b69;
    border-bottom:2px dotted #5f6b69
}

.carouselipa .item.slide_two {
    background:none
}

.carouselipa .item.slide_three {
    background:none
}

.carouselipa img.slide_background {
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    height:435px
}

.carouselipa-caption {
    background-color:transparent;
    position:relative;
    padding:0 20px;
    margin:0 auto
}

.item-wrap {
    max-width:1140px;
    margin:0 auto;
    width: 100%;
}

#highlight_carousel .carouselipa-caption .container {
    padding-top:30px
}

#review_carousel .carouselipa-caption {
    margin-top:70px
}

#feature_carousel .carouselipa-caption {
    margin-top:70px;
    max-width:825px
}

#feature_carousel .carouselipa-caption h1 {
    border-bottom:none;
    font-size:42px;
    padding-top:50px;
    margin-left:315px;
    color:#fff;
    text-shadow:0 1px 1px rgba(0,0,0,.4)
}

#highlight_carousel .carouselipa-caption h1 {
    border-bottom:none;
    font-size:32px;
    color:#fff;
    text-shadow:0 1px 1px rgba(0,0,0,.4);
    padding-bottom:10px;
    font-weight:400;
    letter-spacing:2px;
    font-family:arial;
    font-size:36px;
    line-height:35px;
    text-transform:none;
    margin-top:0
}

#highlight_carousel .carouselipa-caption .lead {
    font-size:14px;
    line-height:20px;
    color:#fff;
    text-shadow:0 1px 1px rgba(0,0,0,.4);
    border-top:1px solid #5f6b69;
    border-bottom:1px solid #5f6b69;
    padding:8px 0;
    margin-top:5px
}

#feature_carousel .carouselipa-caption .lead {
    padding-top:25px;
    font-size:18px;
    margin-left:315px;
    line-height:1.25;
    color:#fff;
    text-shadow:0 1px 1px rgba(0,0,0,.4)
}

.carouselipa-caption .btn {
    margin-top:10px
}

.carouselipa-caption {
    top:0;
    left:0;
    text-align:left;
    width:580px;
    margin:0
}

.carouselipa-inner {
    width:100%;
    height:295px;
    position: relative;
    top:5px;
}

.carouselipa-inner img {
    float:left;
    margin-right:20px;
    margin-top:20px
}

.carouselipa-control.left {
    background:no-repeat;
    width:70px;
    height:70px;
    top:35%
}

.carouselipa-control.right {
    background:no-repeat;
    width:70px;
    height:70px;
    top:35%;
    right:40px
}

#highlight_carousel .carouselipa-caption .lead {
    margin-left:40px!important;
    border:none!important;
    margin-top:-8px;
    margin-bottom:8px
}

#home-page {
	background:none;
    display:none;
}

/* These settings change the position and color of the text in the carousel, you shouldnt need to change these settings */
h3.bannertext {
    font-size:1.5em;
   
    text-align:left;
    text-shadow:none;
    -moz-text-shadow:none;
    -webkit-text-shadow:none;
    font-weight:300
}

/*this is for the red text span*/
.bannertext .redsim {
    color:#ff8c00;
    font-size: 25px;
}

/*this is for the white text span*/
.bannertext .whitesim {
	color:#ff8c00;
	font-size: 25px;
	text-transform:lowercase;
}


.bannertext span {
    display:block
}

.tophelpmenu {margin-right:35px;}
/*this is for the positioning text to the middle*/
.caption-middle {
    margin-left:auto;
    margin-right:auto
}

/*this is for the positioning text to the middle*/
.caption-right {
    float:right;
    text-align:left!important;
    margin-right:15%;
    top:-10px;

}

.caption-left {

margin-left:10px;

}

/*this is for the positioning text to the left it simply left justifys the text*/
.caption-left h3 {
    text-align:left
}

/*this is for base colors dont need to touch*/
#highlight_carousel .carouselipa-caption h1 {
    color:#84B374
}

#highlight_carousel .carouselipa-caption .lead {
    color:#333
}



.carousel {display: none;}
/* this is for changing the carousel  images*/
/*height of the images*/
.carouselipa .item {
    height:auto;
    overflow: hidden;
}

/*Change slide one image*/
.carouselipa .item.slide_one {
    background-image:url(https://lsc.unisim.edu.sg/unilearn/ipa/ip1001/mainobj.png);
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    background-position: bottom center;
    background-size: contain;
    padding-left:15px;
    padding-right:15px;
    height: 280px;
    
}

/*Change slide one image*/
.carouselipa .item.slide_two {
    background-image:url(https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/slide_2_people.png);
    background-repeat:no-repeat;
    background-position: bottom center;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
     background-size: contain;
       padding-left:15px;
    padding-right:15px;
      height: 295px;
    
    }

/*changes the text independently on each slide. Both top and bottom values can be assined*/
.slide_one_top {}
.slide_one_bottom {}
.slide_two_top {}
.slide_two_bottom {}


/*Change slide background image*/
.carouselipa-inner {
    max-width:1140px !important;
    background-color: transparent !important;
}

/*use this to change the next and back buttons on the carousel*/
.carouselipa-control.left {
    background-image:url(https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/btn_left.png);
    background-size:cover
}

.carouselipa-control.right {
    background-image:url(https://s3.amazonaws.com/SSL_Assets/jlagreca/SIMU/btn_right.png);
    background-size:cover
}

.jqFlag {

background:none repeat scroll 0 0 transparent !important;
border-right: 79px solid transparent !important;
border-top:79px solid rgb(0, 115, 172) !important;
height:0 !important;
width:0 !important;
position: absolute !important;

}

.product-flag {float:left !important; margin-top:-79px !important;}

.hero-unit {width:100%; margin-left:0; margin-right:0;}

#dashboard-in-progress-tab-panel > div.row.DashboardProduct__Course > div.col-xs-12.col-sm-6.col-md-8 > div > img, img.DashboardProduct__AccountLogo.hidden-xs, .DashboardProduct__Details img.DashboardProduct__AccountLogo.hidden-xs{width:150px !important;}
.ProductIcon__Wrapper--gallery-show {display:none;}
#listings .product-image > span {display:none;}
#dashboard-in-progress-tab-panel > div.row.DashboardProduct__Course > div.col-xs-12.col-sm-6.col-md-8 > div > img, img.DashboardProduct__AccountLogo.hidden-xs, .DashboardProduct__Details img.DashboardProduct__AccountLogo.hidden-xs{width:150px !important;}
#registration.fullwidth {width:100% !important; margin-left:0 !important;}
.carrotparent {max-width: 480px; margin-left:auto; margin-right: auto; position:relative;}
.ember-view.form-group .form-control {width:80%;}
div#description div a img.product-account-logo {display:none;}
#search-form .search-label, #search-form .search-box-wrapper {margin-top:23px;}
#search-form .search-submit:before {z-index:2;}
#search-form.callout-region {padding-bottom:0px;}