body{
	background:#f8f8f8;
}

select{
	-webkit-appearance:none;
	-moz-appearance:none;
	background:url(../images/selectarr.png);
	background-repeat:no-repeat;
	background-position:right center;
	text-indent:1px;
	padding-right: 40px !important;
	color: #202838;
}

header{
	background:#202838;
}

header > div{
	padding:10px 0px;
}

header ul li a,header ul li{
	font-family:'Cabin-Bold';
	font-size:16px;
}

.navbar-nav u a{
	color:#fff;
}

.brand-name h2{
	color: #fff;
    float: left;
    font-family: "Aleo-Light";
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 15px;
}

.hidden {
    display: block !important; /* !important to override inline style */
    position: absolute;
    visibility: hidden;
    left: -999em;
    z-index: -20;
}

.navbar-right li:not(:last-child) {
    border-right:1px solid #fff;
}

header .container{
	padding-top:0px;
	padding-bottom:0px;
}

header .home {
    padding-bottom: 15px;
}
header .reglogin {
    padding-bottom: 15px;
}

.navbar-nav > li > a{
	padding-top:7px;
	padding-bottom:7px;
	position:relative;
}

/**BANNER CSS**/

.banner{
	background:url(../images/banner.jpg);
	width:100%;
	padding:100px 0px 30px 0px;
}

.banner .btn-primary{
	background:transparent;
	border-color:#fff;
	color:#fff;
	float:none;
}

.banner .btn-primary:hover{
	background:#fff;
	color:#202838;
}

.banner h2{
	font-size:60px;
	font-family:'Aleo-Light';
	color:#fff;
	margin:0px;
}

.banner sup{
	display: inline-block;
    font-size: 30px;
    margin-top: 47px;
    vertical-align: top;
}	

.banner p{
	 font-family: 'Cabin-SemiBold';
	 color:#b7e2e1;
	 font-size:30px;
	 padding:20px 0px 60px 0px;
}

.banner p:last-child{
	 font-family: 'Cabin-Bold';
	 color:#fff;
	 font-size:16px;
	 padding-bottom:0px;
	 padding-top:10px;
}

.banner p a{
	color:#fff;
	text-decoration:underline;
}

.home-blue{
	background:#202838;
	padding:60px 0px;
	color:#fff;
	font-size:32px;
	font-family:'Aleo-Light';
	text-align:center;
}

.home-white{
	padding:60px 0px;
	text-align:center;
	font-size:24px;
}

.home-grey-section{
	background:#edeeef;
}

.home-sections{
	padding:40px;
}


.home-sections h2{
	line-height:22px;
	 line-height: 50px;
}

.home-sections p{
	font-size:20px;
}

.home-sections .last{
	padding-top:60px;
	padding-bottom:60px;
}

.home-sections h2 span{
	font-family:'Aleo-Bold';
}


.beta-launch{
	background:#f05d3a;
	margin-bottom:50px;
}

.betafirst{
	text-align:center;
}

.betafirst h2{
	color: #fff;
    font-family: "Aleo-Light";
    font-size: 50px;
    margin: 0px 0px 10px 0px;
}

.betafirst sup {
    display: inline-block;
    font-size: 20px;
    margin-top: 22px;
    vertical-align: top;
}

footer .home-sections .betafirst p{
	color:#6e2b1c; 
	font-size:26px; 
	font-family:Cabin-SemiBold;
}

footer .home-sections .betalast h3{
	color:#ffffff;
	font-size:40px;
	margin-bottom:20px;
}

footer .home-sections .betalast  p{
	font-size:18px;
	font-family:Cabin-Regular;
	padding-bottom:40px;
}

.betalast .newsletter input[type="text"]{
	color:#f6a99c;
	width:50%;
}

.betalast .newsletter span{
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
	display: inline-block;
}

.betalast .newsletter button{
	border-color:#f69e89;
	color:#f69e89;
	padding: 8px 40px;
}


/**FOOTER**/
footer{
	background:#202838;
	padding:50px 0px;
}

footer .home-sections h3{
	color:#b7e2e1;
	font-size:30px;
}

footer .home-sections p{
	color:#fff;
	font-size:32px;
	font-family:'Aleo-Regular';
}

footer .home-sections .last{
	padding-top:0px;
	padding-bottom:20px;
}

footer .home-sections{
	padding-top:50px;
	padding-bottom:50px;
}


footer ul li{
	list-style:none;
	padding:0px;
	margin:0px;
}

footer ul li a{
	color: #fff;
    display: inline-block;
    font-family: "Cabin-Bold";
    font-size: 16px;
    padding-bottom: 12px;
}

footer ul li a sup{
	font-size:11px;
}

footer .newsletter h6{
	font-size:17px;
	color:#b7e2e1;
	font-family:'Aleo-Light';
	margin-top:0px;
	margin-bottom: 1px;
}

.social-icon a{
	background:url(../images/social-icons.png);
	height: 34px;
    width: 32px;
	float: left;
	margin-right:8px;
}

.social-icon a.f-fb{
	background-position:-32px 0;
}

.social-icon a.f-tw{
	background-position:-64px 0;
}


.social-icon{
	padding:10px 0px 35px 0px;
	 float: left;
	 width:100%;
}

footer .newsletter p{
	font-size:12px;
	font-family: "Cabin-Regular";
	color:#fff;
	margin-bottom:20px;
}

.newsletter input[type="text"]{
	background:none;
	border:0px;
	border-bottom:2px solid #fff;
	color:#a4a7ad;
	font-family: 'Aleo-LightItalic';
	font-size:14px;
	width:100%;
	padding-bottom:4px;
	margin-bottom:10px;
}

footer .newsletter button{
	background:none;
	border-color:#73767c;
	color:#73767c;
	padding: 12px 40px;
}

footer .newsletter button:hover, footer .newsletter button.active{
	border-color:#fff;
	color:#fff;
}

footer .newsletter h6 sup{
	font-size:11px;
}


/**INTERNAL PAGES**/
header .dropdown > a{
	color:#fff;
	font-size:16px;
	font-family:Cabin-Bold;
	padding:15px 45px 15px 30px;
	position:relative;
	float:right;
}

header .dropdown > a:after{
	background:url(../images/selectarr.png) -2px -13px;
	width: 23px;
	height:30px;
	content:'';
	position:absolute;
	right:15px;
	top:14px;
}

header .open > a:after{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	background-position: -2px -7px;
}

header .dropdown-menu{
    margin-top: 0;
    padding: 0;
    top: 74px;

}
header .open > a,  header .dropdown-menu{
	background:#15191f;
	font-size:16px;
	font-family:Cabin-Bold;
	color:#fff;
}

header .dropdown-menu, header .dropdown-menu li a{
	border:0px;
	box-shadow:none;
	min-width: 100%;
	border-radius:0px;
	color:#fff;
}

header .dropdown li a{
	padding:15px 30px;
	border-top:1px solid #454e60;
}

header .dropdown li{
	border-right:0px!important;
}


header .dropdown li a:hover{
	background:#000000;
	color:#fff;
}

.internal{
	padding-top: 23px;
}

.reglogin .internal{
	padding-top: 38px;
}

.menu li a{
	padding:40px;
}

.brand-name, .home{
	padding-top:15px!important;
}

.forms{
	padding-bottom:30px;
}

#form-signin button, #form-resetpassword btn{
	margin-top:20px;
}

.form-control.error{
	border:1px solid #f05e42;
	color:#f05e42;
}

.error{
	clear: both;
    color: #f05e42;
    display: inline-block;
    text-align: left;
    width: 100%;
	margin-bottom: 10px;
}

#uploadimage{
	padding-top:0px;
}

#form-register2 #prefix{
	width: 40%;
}

.forms .left{
	background:#fff;
	padding:90px 40px 30px 40px;
}

.register-form .left, .register-form2 .left{
	padding-top:20px;
}

.register-form2 .left{
	text-align:center;
}

.forgot-password .left{
	padding-top:40px;
}

.forms .left h1, .h1class, .add-TA h1.add-assist{
	font-family:'Aleo-Light';
	font-size:40px;
	color:#f05d3a;
	padding-bottom: 15px;
}

.add-TA h1.add-assist{
	text-align:left;
}

.remove{
	text-align:right;
	text-align: right;
	color:#878787 ;
	font-size:16px;
	float:right;
	font-family:Aleo-Light;
}

.courseware-tags{
	padding-top:10px;
}


.courseware-tags a{
	margin-left:2px;
	color: #333;
}

#div_courseware_list .teachit > div{
	padding-top:15px;
	padding-bottom:15px;
}

.center{
	text-align:center;
}

.pclass{
	font-family:'Cabin-Bold';
	font-size:16px;
}

.pclass2{
	font-family:'Cabin-Regular';
	font-size:16px;
}

.forms .left p{
	padding-top:5px;
}

.forms form{
	margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    width: 90%;
}

.forms form.register{
	padding-top:20px;
}

.flinks{
	display: block;
	font-size:16px;
	font-family:'Cabin-Bold';
	padding-top:15px;
	text-align:left;
}

.flinks, .flinks a{
	color:#8a8a8a;
}


.noprob{
	padding-top:0px!important;
}

.msg-block{
	text-align: left;
	font-size:12px;
	line-height:16px;
	padding-bottom:8px;
}

.notes{
	font-family:'Cabin-Bold';
	font-size:16px;
	padding-bottom:8px;
	margin-bottom:0px;
	text-align: left;
}

.input-space{
	margin-bottom:50px;
}

/**EMAIL SENT**/
.center-block, .reset-email .flinks{
	text-align:center;
}

.reset-email .left{
	padding-top:50px;
}

.reset-email .noprob{
	padding-bottom:20px;
}

.reset-email .left h1{
	padding-bottom:0px;
	margin-top:15px;
}

.glyphicon-ok{
	font-size:80px;
	color:#b7e2e1;
}

.reset-email .default-sel{
	float:none;
	margin-top:40px;
}

.icons{
	background:url(../images/sprite.png);
}

.msg-icon{
	width:105px;
	height:90px;
	display: inline-block;
}

/**REGISTER STYLING**/

.tabs-register{
	margin-bottom:15px;
}

.tabs-register > div > div.selected{
	background:#5dbcbb;
	padding:8px 10px;
	font-family:'Cabin-Bold';
	font-size:16px;
	color:#fff;
}

.tabs-register > div > div.completed{
	background:#5dbcbb;
	padding:5px 10px;
	font-family:'Cabin-Bold';
	font-size:16px;
	color:#fff;
}

.tabs-register > div > div{
	background:#d3d3d3;
	padding:5px 10px;
	font-family:'Cabin-Bold';
	font-size:16px;
	color:#fff;
}

/**STEP 2**/

.avatar{
	position:relative;
}

.avatar p{
	position:absolute;
	top:10px;
	right:10px;
	color:#ababab;
	text-align:left;
}

.avatar img{
	border-radius:50%;
	border:2px solid #d3d3d3;
}

.register-form2 .left h4{
	font-size:16px;
	font-family:'Cabin-Bold';
	padding-top:10px;
}

.register-form2 .register{
	padding-top:40px!important;
}

.imgformat span{
	font-family:'Cabin-Italic'
}

.register-form2 .later{
	/*margin-top:15px;*/
	margin-left:-20px;
	border-color: #8d94a3;
    color: #202838;
}

/**STEP 3**/

.child-select{
	margin-left:50px;
}

.border-select{
	margin-bottom:0px;
	padding-bottom:8px;
}

.subject-add{
	border-top:1px solid #d5d5d5;
	margin-top:8px;
	padding-top:8px;
}

.add-more .added .button .sign, .added, .add-objective .subject-add .button .sign:hover{
	background: #fbfffe none repeat scroll 0 0 !important;
    border-color: #9da4af !important;
    border-radius: 50%;
    color: #000 !important;
}

a.subject-add .sign{
	color:#000;
}

.subject-rem{
	border-top:0px;
	margin-top:0px;
	padding-top:0px;
}


.register3 div:nth-child(3) #btnDel{
	display:none;
}

.subject-add .button{
	font-size:16px;
	text-align:right;
	font-family:'Cabin-Bold';
	padding:5px 0px 15px 0px;
	cursor:pointer;
	line-height: 28px;
}

.subject-add .button .sign{
	background:#fff;
    border: 2px solid #b7e2e1;
    border-radius: 50%;
    float: right;
    font-size: 35px;
    height: 30px;
    line-height: 19px;
    margin-left: 5px;
    text-align: center;
    width: 30px;
	font-family:Aleo-Light;
}

/**MY COURSES**/

.my-courses .avatar{
	text-align:left;
	display:inline-block;
	vertical-align: top;
}

.my-courses h1{
	display: inline-block;
}

.my-courses .col-lg-10{
	float:none;
	margin:0 auto
}

.my-course-details{
	padding-top:40px;
	width:100%;
	display:inline-block;
}

.my-course-details p{
	font-size:16px;
	font-family:Cabin-Bold;
	color:#202838;
	margin-bottom: 5px;
}

.my-course-details > div{
	background:#fff;
	padding:30px;
	border:1px solid #fff;
	
}

.my-course-details > div:hover{
	border:1px solid #37b2b1;	
}

.my-course-details > div .avatar a > img{
	width:90px;
	height:90px;
	border:0px;
	margin-right:30px;
	vertical-align:top;
}

.my-course-details > div .avatar a{
	position:relative;
}

.my-course-details > div .avatar div img{
	border-radius:0px;
	border:0px;
	margin-top: 26px;
}


.my-course-details > div .avatar a:hover div{
	display:block;
}

.my-course-details > div .avatar a div{
    background: rgba(0,0,0,0.5);
    display: inline-block;
    float: left;
    height: 90px;
    width: 90px;
	display:none;
	border-radius: 50%;
	top:0;
	position:absolute;
}

.my-course-details > div p{
	font-size:20px;
	 margin-bottom: 15px;
}

.my-course-details > div p.mb{
	margin-bottom:5px;
}

.ppreview{
	 font-size:20px!important;
	 margin-bottom: 15px!important;
}


.my-course-details h2{
 	display: inline-block;
    font-size: 30px;
    margin-top: 0;
	margin-bottom:5px;
}

.my-course-details h3, .preview-course h3{
    font-size: 24px;
   font-family: 'Aleo-Regular';
   margin-top:0px;
   color:#f05d3a;
   margin-bottom:15px;
}

.my-course-details h2 span{
	font-size:14px;
	font-family:Cabin-Bold;
	color:#a4a7ad;
	
}

.cr-details > span, .my-course-details .spanpreview{
	color:#000;
	font-size:16px;
	width:100%;
	display:inline-block;
}

.my-course-details .locationpreview{
	padding:25px 0px;
	background:none!important;
	border:0px;
}

.my-course-details .locationpreview:hover{
	border:none!important;
}

.cr-details > span{
	color:#000;
	font-size:16px;
	width:100%;
	display:inline-block;
}

.location{
	padding:25px 0px;
}

.location span, .my-course-details .nocourse{
	font-family: 'Cabin-BoldItalic';
	font-size:16px;
	color:#b9b7b6;
}

.location span{
	margin-left: 10px;
    padding-top: 3px;
	display: inline-block;
}

.my-course-details .nocourse{
	padding:20px 0px 40px 0px;
	float: left;
}

.cr-details{
	width:82%;
	display:inline-block;
}

/**DASHBOARD CSS**/
.search{
	float:right;
	margin:25px 20px 0px 0px;
	cursor:pointer;
}
.search .ico{
	background:url(../images/sprite.png)  -108px 0;
	display: inline-block;
    height: 45px;
    width: 45px;
}

.dashboard > div > div:first-child{
	margin-top:50px;
}
.dashboard .avatar{
	text-align:center;
}


.dashboard h1{
	text-align:center;
    margin: 0;
    padding-bottom: 0;
    padding-left: 20px;
}

.dashboard > div > div:first-child img{
	width:120px;
	height:120px;
	position: relative;
    top: -12px;
}

.my-courses > div > div:first-child img{
	width:70px;
	height:70px;
}

.bgfff{
	background:#fff;
}

.courses{
	margin:50px 0px;
	
	display: inline-block;
}

.courses > div{
	margin:50px 0px;
}

.courses > div:first-child{
	border-right:2px solid #e6e6e6;
}

.courses p{
	height: 64px;
	line-height: 19px;
}

.courses .btn-default{
	padding:8px 40px;
	margin-top:15px;
	text-align: center;
	float:none;
	border-color:#
}

#div_courseware_list .courses .btn-default{
	 border-color: #b8e2e1;
      color: #333;
}

.courseimg{
	background:url(../images/course.png);
	display: inline-block;
    height: 163px;
    width: 148px;
}

.course-landing .pclass.addons{
	padding:0px 0px 5px 0px;
	margin:0px;
}

.course-landing .btn-default{
	margin-top:40px;
}

.ft30{
	font-size:30px;
	padding-top:20px;
}

.padding{
	padding:60px 0px;
}

.courseimg-big{
	background:url(../images/course-big.png);
	display: inline-block;
    height: 312px;
    width: 312px;
}


.teachitimg{
	background:url(../images/course.png);
	background-position:-142px 0px;
	display: inline-block;
    height: 163px;
    width: 148px;
}

.courses > div > div{
	display: inline-block;
    text-align: center;
    width: 68%;
}

.courses h2{
	font-family:Aleo-Light;
	font-size:30px;
	color:#f05d3a;
}

.courses h6{
	font-family:Cabin-Bold;
	font-size:16px;
	margin-bottom:5px;
	line-height:20px;
}

.courses > div{
	text-align:center;
}

.courses a p{
	color:#000000;
	padding:30px 80px;
}

/**COURSE LANDING**/

.course-landing .pclass{
	padding-top:20px;
}

.features{
	text-align:center;
	margin-bottom:60px;
}

.features .more{
	background:#f8f8f8;
	border-radius: 50%;
    display: inline-block;
    padding: 20px;
    position: relative;
     top: -18px;
}

.features .more:after{
	background:url(../images/selectarr.png);
	height: 50px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 30px;
	content:'';
}



.menu{
	padding-left:30px;
}

.menu > li a{
	text-transform:uppercase;
}

.menu li.active a, .menu li:hover a{
	position:static;
	background:#15191f;
}


/**VALIDATION STYLE**/

label.error, .ValidationErrors {
    color: #f05e42;
    font-size: 12px !important;
	text-align:left;
	padding-top:5px;
	display: inline-block;
	font-weight:400;
	font-family: Cabin-Regular!important;
	width:100%;
}

.char_lenght {
    color: #f05e42 !important;
    float: right !important;
    font-size: 12px !important;
    padding-right: 8px;
    text-align: right !important;
    width: 100%;
}


@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	font-weight: normal;
	height: 50px;
	position: relative;
	width: 50%;
	text-align:left;
	font-size: 14px;
	color:#b7b7b7;
}
.sbHolder:focus{
		border:1px solid #d3d3d3;
}
.sbSelector{
	display: block;
	height: 50px;
	left: 0;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #b7b7b7;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/selectarr.png);
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/selectarr.png);
}
.sbToggleOpen{
	background: url(../images/selectarr-up.png);
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	border:1px solid #d3d3d3;
}

.sbOptions a{
	border-bottom: 1px solid #d3d3d3;
	display: block;
	outline: none;
	padding: 10px 15px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #202838;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background:#eee;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.uniaff .sbHolder{
	width:100%;
}

.ErrorField{
	border:1px solid red;
	color:red;	
}

/**PASSWORD METER**/
.strenght{
	position:relative;
}

.password-strenght{
	position:absolute;
	top:14px;
	right:10px;
	display:none;
}

.password-strenght span{
	color:#d3d3d3;
	padding-right:5px;
	float: left;
}

.password-strenght > div{
	background:#d3d3d3;
	width:4px;
	margin-right:2px;
	display:inline-block;
	height:20px;
}

.password-strenght div:first-of-type.pwdScore0{
	background:#f05d3a!important;	
}

.pwdScore1{
	background:#f9b81b!important;	
}

.pwdScore2{
	background:#5dbcbb!important;	
}

.password-strenght div:last-child.pwdScore1, .password-strenght div:nth-last-child(2).pwdScore1{
	background:#d3d3d3!important;	
}

/**SYLLABUS SETUP**/
/**COURSE LOCATION**/

.courselocation h3{
	font-size:20px;
	font-family:Cabin-Bold;
	padding-top:20px;
}

.courselocation .form-control{
	width:60%;
}

.courselocation h4{
	color:#b9b7b6;
	font-size:16px;
	font-family:Cabin-Bold;
	margin-top:15px;
	margin-bottom:40px;
}
.teacher{
	margin:0px 0px 20px 0px!important;
	padding:0px;
	width:100%;
	text-align:left;
	display:inline-block;
}

.teacher .subject-add .button .sign{
	font-size: 43px !important;
    line-height: 41px;
	border-color:#b7e2e1!important;
	background:#fbfffe;
}

.teacher h3{
	margin:0px 0px 0px 20px;
	
}

.teacher img{
	height: 90px;
	width: 90px;
	float: left;
	margin-right:15px;
}

.talocation img{
	height: 25px;
	width: 19px;
	float: left;
	margin-right:4px;
}

.teacherlocation img{
	height: 25px;
	width: 19px;
	float: left;
	margin-right:4px;
}

.teacherdet{
	color: #000000;
    display: inline-block;
    font-family: Aleo-Bold;
    font-size: 20px;
    height: 0;
    vertical-align: middle;
	position:relative!important;
	width: 86%!important;
	text-align:left!important;
}

.teacherdet .subject-add{
	position:absolute;
	right:0;
	top:0;
	margin:0px;
	padding:0px;
}

.teacherdet .subject-add .button .sign{
	border-color:#a0a6b3;
	margin-right:0px;
}

.teacherdet span{
	font-family:Aleo-Light;
}

.teacherdet span:last-child{
	font-family:Aleo-LightItalic;
}
.teacherdet div{
	font-family:Cabin-Regular;
	font-size:16px;
	margin-top:5px;
}
.syllabus-setup{
	padding:40px 0px;
}

.posrel{
	position:relative;
}

.mb15{
	margin-bottom:15px;
}

.syllabus-setup .checkbox-inline{
	width:49%;
	font-size:16px;
	margin-left:0px;
	padding-left:30px;
	vertical-align:top;
}

.syllabus-setup h1{
	font-family: 'Cabin-MediumItalic';
	font-size:20px;
	color:#202838;
	text-align:right;
	margin-top:0px;
}

.basics-setup h1{
	color:#5dbcbb;
}

.syllabus-setup h6{
	font-family: 'Cabin-Italic';
	font-size:16px;
	color:#d3d3d3;
	text-align:right;
}

.edit{
	font-size:16px;
	padding-right:10px;
	color:#000;
}

.linkview{
	padding-top:25px;
}

.syllabus-tabs{
	padding-top:50px;
}

.syllabus-tabs .tab-content{
	padding:50px 20px 0px 20px;
}

.syllabus-tabs .tab-content h2 span, .syllabus-tabs .tab-content p.big, .preview-course .cr-details h2 span{
	color:#a4a7ad;
	font-size:20px;
	font-family:Cabin-Bold;
}

.h2preview span{
	font-size:20px!important;
}

.syllabus-tabs .tab-content p.big, .syllabus-tabs .tab-content p{
	color:#000;
	font-size:20px;
	font-family:Cabin-Bold;
}

.syllabus-tabs .tab-content p{
	font-family:Cabin-Regular;
	font-size:16px;
}

.syllabus-tabs textarea.form-control, .char{
	width:75%;
	height:200px!important;
	margin-top:60px;
}

.char{
	margin-top:0px;
	height:auto!important;
	font-family:Cabin-Italic;
	font-size:12px;
	color:#b7b7b7;
	text-align:right;
	padding:5px 10px;
}

.syllabus-tabs .glyphicon-pencil, .edit-pencil{
	font-size:20px;
	color:#202838;
}

.courseware-btn, .assign-btn{
	border:3px solid #8d94a3;
	float:right;
	padding:8px 8px 6px 8px;
	margin-top:10px;
}

.courseware-btn span{
	background:url(../images/sprite.png);
	background-position:-132px -82px;
	height: 20px;
    width: 24px;
	display: inline-block;	
}

/**DATE PICKER CSS**/
#simple-select-min-max{
	width:75%;
	display:inline-block;
	float:left;
	margin:30px 0px;
}
#simple-select-min-max .ui-datepicker{
	
	width:100%;
}
.calendar-legends{
	margin-left: 20px;
    padding-top: 200px;
    width: 100%;
}


.calendar-right-div{
	width:23%;
	margin-left:2%;
	display:inline-block;
	margin-top:50px;
	margin-bottom:30px;
	
}
.exception{
	color:#f05d3a;
	font-size:12px;
	font-family: 'Cabin-Italic';
	float:left;
}

.exception p{
	font-family: 'Cabin-Bold';
	margin-bottom:5px;
}

.calendar-legends > div{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.calendar-legends > div span:first-child{
	width:30px;
	height:30px;
	background:#e9e9e9;
	float: left;
}

.calendar-legends > div.selected span:first-child{
	background:#f05d3a;
}

.calendar-legends > div.unselected span:first-child{
	background:#f8f8f8;
	border:3px solid #e2e2e2;
}


.calendar-legends > div span:last-child{
	float: left;
    font-family: "Cabin-Bold";
    font-size: 12px;
    margin: 4px 8px;
}

#simple-select-min-max .ui-datepicker .ui-datepicker-calendar th, #simple-select-min-max .ui-datepicker .ui-datepicker-calendar td{
	padding:20px 10px;
}
.ui-datepicker {
	background-color: #fff;
	display: none;
	padding: 10px;
	width: 320px;
	margin-top:2px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-size:16px;
	font-family:Cabin-Bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
	color:#f16341;
	font-size:18px;
	cursor:pointer;
}

.ui-state-disabled{
	 color: #d5d5d5!important;
	 cursor:default!important;
}

.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
	font-size:18px;
	color:#f16341;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 10px;
}
.ui-datepicker .ui-datepicker-calendar th{
	color:#b7e2e1;
	font-size:11px;
	font-family:Cabin-Medium;
}

.ui-datepicker .ui-datepicker-calendar td {
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	border:1px solid #transparent;		
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	border:1px solid #e2e2e2;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
	font-size:16px;
	color:#202838;
	font-family:Cabin-Medium;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #f16341;
	color:#fff;
}

.ui-datepicker .unselected {
	background-color:#e9e9e9;
	color:#202838;
}

.ui-datepicker .ui-datepicker-current-day a {
	background-color: #f16341;
	color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}

/*ADD COURSEWARE**/

/*.course-btns a:first-child{
	margin-right:10px;
}*/

.course-btns{
	position:relative;
}

.add-courseware .h1class {
	font-size:30px;
	padding-top:40px;
}

.teachit p{
	font-size:12px!important;
	width:85%;
}

.add-courseware .teachit .teachitimg{
	float:left;
	margin-right:70px;
	margin-bottom: 50px;
}

.teachit .btn-default{
	margin-top:0px;
}

.teachit > div > div{
	width:100%;
	text-align:left;
}

.teachit > div:first-child{
	border-right:0px;
}

.teachit > div{
	margin:0px;
	padding:50px;
}

.arrows{
	left: -120px;
    position: absolute;
    top: 67px;
}

.modal-courseware-tabs h4 span{
	font-family:'Cabin-Italic';
	color:#b7b7b7;
	font-size:16px;
	padding-left:15px;
}
.modal-courseware-tabs h4{
	padding-bottom:0px;
}

.modal-courseware-tabs span{
	margin: 26px 0 5px;
}

#from-web .assign-btn{
	margin:0px;
}

.modal-body #from-web input[type="text"]{
	 width: 447px;
}

.all-hide{
	display:none;
}


#from-web .link{
	margin-right:0px;
}

.modal-courseware-tabs > div{
	width:150px;
	height:150px;
	background:#fff;
	float:left;
	margin-right:25px;
	border:3px solid #fff;
	cursor:pointer;
	text-align:center;
}

.icon-courseware{
	background:url(../images/courseware-sprite.png)
}

.modal-courseware-tabs .sr-icons{
	display: inline-block;
    height: 44px;
    width: 44px;
}

.modal-courseware-tabs > div:hover .sr-icons{
	background-position:-48px 0px;
}

.modal-courseware-tabs .uploadoc{
	background-position: -90px 0;
    display: inline-block;
    height: 45px;
    width: 38px;
}

.modal-courseware-tabs  > div:hover .uploadoc{
	background-position: -126px 0;
}
.mt15{
	margin-top:15px;
}

.back-coursware{
	background-position: -163px 0;
    display: inline-block;
    height: 24px;
    left: 10px;
    position: absolute;
    top: -30px;
    width: 20px;
	cursor:pointer;
	display:inline-block;
}

.modal-courseware-tabs .http{
	color:#9b9b9b;
	font-size:24px;
	font-family:'Aleo-BoldItalic';
	height: 44px;
	display:inline-block;
}

.modal-courseware-tabs > div:hover .http{
	color:#f05d3a;
}


.modal-courseware-tabs p{
	font-size:14px;
}

.modal-courseware-tabs > div:hover{
	border-color:#b8e2e1;
}

.modal-courseware-tabs > div.last{
	margin-right:0px;
}

#isbn .btn-default{
	padding-top:8px;
	padding-bottom:8px;
	position:relative;
	left:-4px;
}

.isbn-search h4{
	 margin: 0 0 4px;
}

#isbn .modal-title{
	margin-bottom:20px;
}

#isbn .modal-body input[type="text"]{
	font-weight:700;
}

#noresult{
	font-size: 18px;
    text-align: center;
	padding-top: 30px;
}

.searching{
	display:inline-block;
	text-align:center;
	 width: 100%;
}
.searching p{
	padding-top:10px;
}

.courseware-actual {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}

.courseware-actual h6{
	 margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}

.courseware-actual > div {
    display: inline-block;
    vertical-align: top;
    width: 69%;
}

.courseware-actual img{
	border:1px solid #dcdcca;
	margin-right: 40px;
}

.courseware-actual > div{
	 display: inline-block;
    vertical-align: top;
}

.courseware-actual h6{
    font-family: aleo-light;
    font-size: 26px;
	 padding-top:10px;
	 font-weight:400;
}


.courseware-actual p:last-child{
	font-size:12px;
}

.courseware-actual p span{
	font-family:Cabin-Italic;
}

.yourcourse {
	margin:0px;
	width: 100%;
}

.yourcourse h6, .yourcourse h6 a{
	text-align:left;
	color:#000;
	line-height: 28px;
}


.skip:hover, .skip-default{
	border-color:#8d94a3!important;
	color:#000!important;
}

.yourcourse p{
	width:100%;
	height:auto!important;
}

.yourcourse .subject-add, .calendar-page .subject-add{
	border-top:0px;
}

.yourcourse .subject-add .button, .yourcourse .subject-add .button .sign{
	float:left;
}

.yourcourse .subject-add .button{
	  line-height: 30px;
	  font-size:14px;
	  font-family:"Aleo-LightItalic";
	  color:#b7b7b7;
}

.yourcourse .subject-add .addnote{
	  padding-left:5px;
}

.yourcourse .courseware-actual > div{
	width:77%;
}

.yourcourse .subject-add .button .sign, .calendar-page .subject-add .button .sign{
	width:50px;
	height:50px;
	line-height: 39px;
	font-size: 46px;
	margin:0px 15px 0px 0px
}
.yourcourse textarea.form-control {
    height: 100px !important;
    width: 100% !important;
	 border: 1px solid #b7b7b7;
	 float: left;
	 margin-top:10px;
}

.addmatnt{
    display: inline-block;
    position: relative;
    width: 100%;
	margin-bottom:30px;
}


.char140{
   bottom: 0;
    font-family: Cabin-Italic;
    font-size: 12px;
    position: absolute;
    right: 5px;
	color:#c2c2c2;
}

.addmaterialnote .pclass{
	color:#000;
	padding-top: 14px;
	padding-right:10px;
	
}

.courseware-actual p:last-child.stnote{
	color:#878787!important;
	font-family:Aleo-LightItalic!important;
	font-size:14px!important;
	width: 65%;
}

.stnote span{
	color:#b7b7b7;
}

/**CALENDAR PAGE**/

.meetsevery > div > a{
	background:#fff;
	font-family:Cabin-Bold;
	font-size:16px;
	padding:15px 0px;
	width:41px;
	text-align:center;
	color:#000;
	display:inline-block;
}

.calendar-page .subject-add .button .sign{
	margin:8px;
	float:right;
	 display: inline-block;
}

#officehours{
	width:100%; 
	float:left;
}


#officehours > div{
	display:inline-block;
}
.calendar-page .subject-add{
	 display: inline-block;
}

.meetsevery > div > a:hover, .meetsevery > div > a.selected{
	background:#f05d3a;
	color:#fff;
}

/*ADD LESSON**/

#sortable{
	 background: rgba(0, 0, 0, 0) url("../images/divider.png") repeat-y scroll center top;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0px;
    position: relative;
    width: 100%;
}

.add-lesson .h1class{
	text-align:center;
	font-size:30px;
	margin-bottom:0px;
}

.less-count{
	font-size:20px!important;
	font-family:Cabin-Bold!important;
	text-align:center;
}

.less-count span{
	color:#7bd739;
}


.week-num{
	position:absolute;
	top:-4px;
	left:15px;
	font-family:Cabin-Medium;
	font-size:16px;
}

.lesson-weeks > div{
	border-left:10px solid #e9e9e9;
	position:relative;
	text-align:center;
}

.lessons .subject-add{
	text-align:center;
	display: inline-block;
	border-top:0px;
	margin:0px;
	padding:0px;
}

.divider{
	width:2px; 
	height:40px; 
	background-color: #dddfdf; 
	display:inline-block; 
	text-align:center;
}

.lessons .subject-add .button .sign{
	border-color:#8d94a3;
	color:#202838;
	width:50px;
	height:50px;
	font-size: 40px !important;
	line-height: 42px;
	margin-left:-11px;
}

.lessons .subject-add .button .sign:hover{
	border-color:#b8e2e1;
}

.lessons h4{
	font-family:Cabin-Bold;
	font-size:16px;
	color:#202838;
	margin-bottom:0px;
	margin-top:5px;
}

.lessons h5{
	font-family:Cabin-Medium;
	font-size:14px;
	color:#202838;
	margin-top:5px;
}

.lesson-weeks > div.active-week{
	border-left:10px solid #5dbcbb;
}

.lessons{
	width:400px;
	margin: 0 auto;
	text-align:center;
	padding:10px;
	background:#f8f8f8;
	position:relative;
	margin-bottom:20px;
}

.lesson-added{
	background:#fff;
}

.lessons span{
	font-size:18px!important;
}

.bar-icon {
    position:absolute;
	left:10px;
}
.hamburger{
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
	margin-bottom:2px;
	background-color: #c2c2c2;
}

.add-lesson-2 .btn-default{
	position: relative;
    top: -7px;
}

.add-lesson-2 .h1class{
	font-size:24px;
	padding:0px;
	margin:0px;
}

.push-right{
	padding-left:50px;
	padding-top:30px;
}

.add-lesson-2 p.pclass{
	font-size:14px;
	font-family:Cabin-Regular;
}

.add-details label{
	padding-bottom:25px;
}

.add-details .lessons{
	text-align:left;
	width:100%;
}

.add-details textarea.form-control{
	height:120px!important;
	display: inline-block;
	margin-top:0px;
	width:85%;
}

.add-details .subject-add{
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}




.add-details .pclass{
	display: inline-block;
    margin-bottom: 0px;
	padding-bottom: 0px;
	font-family:Cabin-Regular
}


.add-details .subject-add .button{
	padding:0px 0 15px;
}

.add-details p{
	font-size:12px!important;
}

.add-details .subject-add .button .sign{
	border-color:#b8e2e1
}

.add-more .subject-add{
	display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 0;
    vertical-align: bottom;
	
}

.add-more .subject-add .button .sign{
	color:#d9d9d9;
	border-color:#ffffff;
}

.add-objective{
	margin-bottom:15px;
	position:relative;
}

.add-objective > div{
	width:85%;
	background:#fff;
	display: inline-block;
	vertical-align: top;
}

.add-objective> div > p{
	color:#fff;
	font-size:12px;
	padding:10px 10px 10px 40px!important;
}

.add-objective> div p{
	margin-bottom:0px;
}


.add-objective .bar-icon{
	top:15px;
}

.add-desc > div {
	width:99%;
	 position: relative;
}

.add-desc > div .char140 {
	right:10px;
	bottom:10px;
}

.add-desc > div textarea.form-control {
	width:100%;
}

.add-assignment .subject-add{
    bottom: 6px;
    position: absolute;
    right: 0;
    vertical-align: top;
}

.selectdrop select.form-control{
	width:53%;
	display: inline-block;
}

.selectdrop .pclass{
	cursor:pointer;
}

.add-assignment .selectdrop, .due-assign{
	margin-bottom:15px;
}

.add-assignment .assign-btn{
	float:none;
	display:inline-block;
	position: relative;
    top: 5px;
}

#allAssignment > div{
	position:relative;
}

.add-assignment .pclass{
	font-size:14px;
	vertical-align:middle;
	margin:0px 10px;
}

.add-assignment .link, .add-assignment .download{
	margin-right:0px;
}

.due-assign .pclass{
	font-size: 16px;
    padding-bottom: 0;
    vertical-align: middle;
}

.due-assign input.form-control{
	margin-right:10px;
	width: 50px;
	text-align:center;
}

.due-assign .form-group{
	width:100%;
}
.due-assign .subject-add{
	float:right;
}

.due-assign .sign{
	 border-color: #8e95a4 !important;
	 color:#000!important;
}

.link-selected{
	border-top:1px solid #c2c1c1;
	margin-top:20px;
	padding-top:20px;
}

.link-placeholder{
	display: inline-block;
    width: 60%;
}

/**SYLLABUS SETUP BASIC**/
.steps{
	padding-bottom:75px;
}

.basics-setup .disabled{
	opacity:0.4;
	position:relative;
}

.disablediv{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	z-index:1;
}

.steps-button{
	margin-top:40px;
}

.steps h2{
	font-size:20px;
	font-family:Cabin-Bold;
	color:#000;
	position:relative;
}

.steps label{
	font-size:16px;
	font-family:Cabin-Bold;
}

.back{
	position:relative;
	color:#000;
	font-size:16px;
}

.steps.active h2:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e080";
	left:-25px;
	color:#f05d3a;
}

.back:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e079";
	left:-25px;
	color:#f05d3a;
}


.steps.active h2.checked:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e013";
	left:-25px;
	color:green;
}

/*.step2 h2.notActive:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e079";
	left:-25px;
	color:#f05d3a;
}*/

.step2 h2.active:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e080";
	left:-25px;
	color:#f05d3a;
}

.step2 h2.checked:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e013";
	left:-25px;
	color:green;
}

.step3 h2.active:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e080";
	left:-25px;
	color:#f05d3a;
}

.step3 h2.checked:before{
	font-family: 'Glyphicons Halflings';
	position:absolute;
	content: "\e013";
	left:-25px;
	color:green;
}

.back:before{
	color:#000;
}

.mr10{
	margin-right:10px;	
}
	

.name-course{
	padding:0px;
	width:100%;
	border:0px;
	border-bottom:2px solid #dadada;
	text-align:center;
	background:none;
}

.name-course:focus{
	border-bottom:2px solid #b7e2e1;
}

#form-syllabussetup input[type="checkbox"] {
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}


#form-syllabussetup .checkbox-inline label{
	font-weight:400;
	font-family:Cabin-Regular;
	word-wrap:break-word;
}


#form-syllabussetup input[type="checkbox"] + label:before{ background-color: #ffffff;margin-right:5px; margin-left: -29px; content: "";height: 20px;line-height: 14px;float: left;text-align: center;width: 20px;}
#form-syllabussetup input[type="checkbox"]:checked + label:before {content: "\2714";font-size: 16px;color: #fff; background:#b7e3e2;}

#form-syllabussetup .disabled input[type="checkbox"] + label:before{
	border:1px solid #ddd;
}

.form-control::-moz-placeholder{
  color: #b7b7b7;
  opacity: 1;
  font-family: 'Aleo-LightItalic';
}
.form-control:-ms-input-placeholder {
  color: #b7b7b7;
   font-family: 'Aleo-LightItalic';
}
.form-control::-webkit-input-placeholder {
  color: #b7b7b7;
   font-family: 'Aleo-LightItalic';
}


.nav-tabs{
	border-bottom:0px;
	width: 100%;
	display:inline-block;
}

.syllabus-tabs .nav-tabs > li{
	width:25%;
}

.syllabus-tabs .nav-tabs > li > a{
	border-radius:0px;
}

.nav-tabs > li > a{
	border-bottom:10px solid #e9e9e9;
}

.nav-tabs > li > a p{
	color:#f16d4d;
}

.nav-tabs > li > a h5,
.nav-tabs > li > a h5:hover{
	font-size:16px;
	font-family:Cabin-Bold;
	color:#000000;
	margin:0px 0px 2px 0px;
}

.nav-tabs .glyphicon-ok{
	font-size:20px;
	float:left;
	padding-right:10px;
	font-size: 28px;
	color:#e9e9e9;
}

.nav-tabs li.active .glyphicon-ok{
	/*color:#65d116;*/
}

.nav-tabs li.completed .glyphicon-ok{
	color:#65d116;
}

.nav-tabs li.completed p{
	color:#65d116;
}

.nav-tabs > li > a p,
.nav-tabs > li > a p:hover{
	font-size:12px;
	margin:0px;
}

.nav-tabs > li.active > a p,
.nav-tabs > li.active > a p:hover{
	color:#65d116;
}


.nav-tabs > li.inprogress > a p,
.nav-tabs > li.inprogress > a p:hover{
	color:#000000;
}

.nav-tabs > li.notstarted > a p,
.nav-tabs > li.notstarted > a p:hover{
	color:#f16d4d;
}


.link, .view, .download, .print, .right-arrow{
	display:inline-block;
    height: 24px;
    width: 24px;
	margin-right:15px;
	vertical-align: middle;
}

.link{
	background-position: -104px -52px;
}

.view{
	background-position: -132px -52px;
	width:28px;
}

.print{
	background-position: 0 -95px;
    height: 35px;
    margin-right: 0;
    width: 35px;
}

.right-arrow{
	background-position: -41px -93px;
    height: 35px;
    margin-right: 0;
    width: 24px;
}

.download{
	background-position: -104px -80px;
}

.modal-body input[type="text"]{
	width:342px;
	padding:10px 25px;
	font-size:14px;
	font-family:Aleo-Light;
	display:inline-block;
}

.copylink{
	color:#202838;
	font-size:16px;
	font-family:Cabin-Bold;
	border:3px solid #b8e2e1;
	text-align:center;
	padding:7px 30px;
	display:inline-block;
	position:relative;
	left:-3px;
}

.copied{
	color:#fff;
	background:#b8e2e1;
}

/*ADD TA**/

.add-TA h1.center{
	text-align:center;
}

.ta-hours p{
	display:inline-block;
}


.ta-hours .btn-default{
	float:right;
}


.ta-hours{
	padding-top:40px;
}

.ta-hours-pg{
	padding-left: 14px;
	padding-top: 10px;
}

/*ADD POLICY**/

.syllabus-tabs .add-policy{
	padding:0px 20px;
	width:100%;
	text-align:left;
	
}

.doc-show{
	margin-right:20px;
}

.seemore{
	display:block;
	color:#f05d3a;
	padding-top:3px;
}

.add-policy .pclass, .add-policy h2{
	text-align:center;
}

.add-policy .btn-default{
	margin-left:10px;
	margin-top:30px;
}

.add-policy h2{
	padding-bottom:0px;
}

.add-policy .add-on{
	 font-size: 20px !important;
	 padding-bottom:50px;
}

.addclpol{
		text-align:center;
		padding-top:40px;
}

.add-policy .subject-add .button .sign {
    border-color: #b8e2e1;
}

.policy-added2 p{
	font-family: Aleo-Light !important;
	font-size: 14px !important;
	margin-bottom: 0 !important;
}

.policy-added2, .objective-added{
	padding:20px 0px;
	border-bottom:2px solid #d3d3d3;
	display:inline-block;
}

.policy-added2 .subject-add .button .sign, .objective-added .subject-add .button .sign{
	border-color:transparent;
}

.policy-added2 > div{
	float: left;
    margin-right: 40px;
    width: 72%;
}

.add-policy .icon, .policy-modal .icon{
	background:#5dbcbb;
	width:70px;
	height:70px;
	display:inline-block;
	border-radius: 50%;
	 margin-right:20px;
	 border: 2px solid transparent;
}

.policy-modal .mce-panel{
	margin-bottom:10px;
	width:320px;
}

#policy-guidelines .mce-panel{
	margin-bottom:10px;
	width:420px;
}

.policy-modal .objective-modal .mce-panel{
	width:100%;
}


.policy-guidelines .icon{
	background:#5dbcbb!important;
}


#policy .modal-dialog{
	width:700px;
}

.policy-modal .h1class{
	font-size:24px;
}

.policy-modal #policy-category > div{
	display: inline-block;
    vertical-align: top;
    width: 16%;
	margin-bottom:20px;
	cursor:pointer;
}

.policy-modal #policy-category > div p{
	font-size:12px;
	text-align:center;
}

.policy-modal #policy-category .icon{
 	background:#fbfffe;
 	cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
	margin-bottom:5px;
 }
 
.policy-guidelines > div > div{
 	display: inline-block; float: left;
 }
 
 
.policy-guidelines > div > div.mceditor{
	width:320px;
}
  
.policy-guidelines .btn-default{
 
 	margin-top: 20px;
	margin-right:5px;
 }
 
 .policy-guidelines textarea{
	 width:82.5%;
	 height:150px;
}
 
 .policy-guidelines > div{
	display: inline-block; 
	width: 100%; 
	padding:40px 40px 0; 
 }


#selected_policy_title{
	width:70px;
	margin-right:20px;
	text-align:center;
}

#selected_policy_title1, #selected_policy_title2{
	width:70px;
	margin-right:20px;
	text-align:center;
}
.policy-modal .icon:hover{
 	background:#fbfffe;
 	border:2px solid #5dbcbb;
 }
 
 .icons-policies{
	 background:url(../images/icons-polices.png);
	display: inline-block;
    height: 60px;
    width: 60px;
}

.student-conduct-icon{
	  margin-top: 15px;
}

.electronics-icon{
	background-position: -115px 0;
    margin-left: 2px;
    margin-top: 9px;
    width: 39px;
}

.academic-honesty-icon{
	background-position: -183px 0;
    margin-left: 7px;
    margin-top: 9px;
}

.makeup-work-icon{
	background-position: -13px -117px;
    margin-left: 8px;
    margin-top: 6px;
}

.grading-icon{
	background-position: -292px 0;
    margin-left: 1px;
    margin-top: 7px;
    width: 52px;
}


.equity-icon{
	background-position: -377px 0;
    margin-left: 7px;
    margin-top: 11px;
    width: 57px;
}

.disability-icon{
	background-position: -16px -58px;
    margin-left: 16px;
    margin-top: 6px;
    width: 50px;
}

.support-services-icon{
	background-position: -122px -58px;
    margin-left: 10px;
    margin-top: 7px;
    width: 50px;
}
.late-work-icon{
	background-position: -221px -58px;
    margin-left: 10px;
    margin-top: 9px;
    width: 50px;
}

.participation-icon{
	background-position: -318px -58px;
    margin-left: 10px;
    margin-top: 12px;
    width: 50px;
}

.attendance-icon{
	background-position: -412px -58px;
    margin-left: 7px;
    margin-top: 12px;
    width: 50px;
}

.other-icon{
	background-position: -128px -118px;
    margin-left: 10px;
    margin-top: 9px;
    width: 50px;
}

/**white icons**/

.policy-added .student-conduct-icon{
	 background-position: -56px 0;
}


.policy-added .electronics-icon{
	background-position: -145px 0;
    margin-left: 11px;
    margin-top: 9px;
    width: 38px;
}


.policy-added .academic-honesty-icon{
	background-position: -243px 0;
}


.policy-added .makeup-work-icon{
	background-position:-71px -117px;
}

.policy-added .makeup-work-icon{
	background-position:-71px -117px;
}

.policy-added .grading-icon{
	background-position: -333px 0;
	margin-left: 8px;
}

.policy-added .equity-diversity-equal-opportunity-icon{
	background-position: -428px 0;
    margin-left: 8px;
    margin-top: 10px;
}

.policy-added .disability-icon{
	background-position: -64px -58px;
}


.policy-added .support-services-icon{
	background-position: -168px -58px;
}

.policy-added .late-work-icon{
	background-position: -264px -58px;
    margin-top: 7px;
}

.policy-added .participation-icon{
	background-position: -366px -58px;
}

.policy-added .attendance-icon{
	background-position: -455px -58px;
    margin-left: 12px;
}


.policy-added .other-icon{
	background-position: -186px -118px;
}

.grading-guidelines textarea{
	width:60%;
	float:left;
}

.doc-upload{
	width:20%;
	 text-align: center;
	 padding-top: 25px;
	 cursor:pointer;
}

.doc-upload #file-name{
	padding-left: 23px;
    word-wrap: break-word;
}

.doc-upload p{
	font-size:12px;
	padding-top: 7px;
}

.preview-doc{
	position: absolute;
	right: 20px;
}

/**Add Objective**/

#objective .modal-dialog{
	width:800px;
}


#objective .modal-body input[type="text"], .objective-modal, .objective-modal textarea, .objective-modal > div{
	width:100%;
	margin-bottom:10px;
	
}

#objective .modal-body input[type="text"]{
	padding: 15px 12px;
}

.objective-modal textarea.first{
	height:150px;
}
.objective-modal > div{
	 display:inline-block;
	 margin-top:20px;
}

.objective-added{
	margin-top:50px;
	width:100%;
}

.objective-added > div{
 	display: inline-block;
    vertical-align: top;
    width: 82%;
	margin:0px 4%;
}

.objective-added .subject-add{
	margin-right:4%;
}

.tip-icon{
	position: absolute;
    right: 27px;
    top: 50px;
    width: 40px;
	cursor:pointer;
}

.objective-added .bullet-before{
	position:relative
}
.objective-added .bullet-before:before{
	 background: #f05d3a;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -15px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 6px;
}

.objective-added p{
	font-family:Aleo-light!important;
}

.objective-tip{
	width:560px;
	border:2px solid #000;
	margin: 20px auto;
	background:#fff;
	padding:20px;
	position:relative;
}

.objective-tip > div.first{
	width:65px;
	  display: inline-block;
}

.objective-tip p{
	text-align:center;
	font-family:Aleo-Bold!important;
	color:#f05d3a!important;
	padding-top:5px;
}

.objective-tip > div:last-child{
	display: inline-block;
    padding: 20px 20px 0;
    vertical-align: top;
    width: 440px;
}

.objective-tip .carousel-control.right{
	background:none;
}

.objective-tip .carousel-control{
	position:static;
	color:#5dbcbb;
	text-shadow:none;
	font-size:16px;
	font-family:Cabin-Bold;
	opacity:1;
	text-shadow:none;
	  width: 100%;
	  display:inline-block;
	  margin-top:10px;
}

.objective-tip button.close{
	position: absolute;
    right: 10px;
    top: 10px;
}

/**PREVIEW COURSE**/

.preview-course{
	padding:40px 0px;
	
}

.preview-course .cr-details{
	width:100%;
	background:none;
	padding:0px;
	border:0px!important;
}

.my-course-details .h2preview{
	font-size:40px;
}

.preview-course .cr-details h2{
	font-size:40px;
}

.preview-course .teacherdet{
	background:none;
	width:83%!important;
	vertical-align:sub;
}

.teacher-type{
	font-size:20px;
	font-family:'Cabin-bold';
	margin-top:0px;
	margin-bottom:15px;
	text-align:left;
}

.preview-gutter{
	margin-top:30px;
}

.preview-course .add-policy{
	display:inline-block;
	border-bottom:1px solid #d3d3d3;
	width:100%;
	position:relative;
	padding:0px 20px;
}

.preview-course .policy-added2{
	border: 0 none;
    margin-right: 2%;
    width: 47%;
	display: inline-block;
	padding-top:0px;
}

.preview-course .policy-added2 > div:last-child{
   display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: top;
    width: 72%;
	padding-top: 15px;
}

.toggle-plus{
	color: #f05d3a;
    float: right;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: -71px;
	cursor:pointer;
}

.objective-added > div p, .policy-added2 > div p {
	font-size:16px;
}

.policy-added2 > div p {
	font-family:Aleo-Light;
}

.preview-course .objective-added{
	margin:0px;
	border:0px;
	padding:10px 40px 0px 40px;
}


.preview-course .objective-added > div{
	margin:0px;
	width:100%;
	margin-bottom:15px;
}

.preview-course .objective-added > div:last-child{
	margin:0px;
	width:100%;
	margin-bottom:15px;
}

/**TIMEPICKER**/

.ui-timepicker{
	background:#fff;
}


/**LESSON PREVIEW DETAILS**/
.preview-lessons{
	padding-top:40px;
}
.lesson-details h2{
	font-size:30px;
	float:left;
	 margin-top: 0;
}

.viewing{
	float: left;
    font-family: Cabin-BoldItalic;
    font-size: 16px;
    padding-left: 50px;
    padding-top: 7px;
}

.viewing span{
	padding-right:20px;
}

.viewing a{
	color:#202838
}

.viewing a.notselected{
	color:#c8c9cb
}

.jump{
	float: right;
    font-family: Cabin-Bold;
    font-size: 16px;
	cursor:pointer;
}

.preview-lessons .panel-group .panel{
	box-shadow:none;
	border:0px;
	width:87%;
	position: relative;
}

.preview-lessons .panel-title > a{
	color: inherit;
	position: absolute;
	right: 0;
	top: 0;
	right: -117px;
}

.preview-lessons .subject-add .button .sign{
	border-color: #8d94a3;
}

.preview-lessons .subject-add .button, .preview-lessons .subject-add{
	padding:0px;
	margin:0px;	
}

.preview-lessons .panel-default > .panel-heading{
	border:0px;
	background:#fff;
	border-radius:0px;
	padding:20px 50px;
}

.preview-lessons .panel-default > .panel-heading + .panel-collapse > .panel-body{
	background:#fbfbfb;
	border:0px;
	padding:20px 50px;
}

.panel-heading{
	font-size:16px;
	font-family:Aleo-Light;
	color:#f16d4d;
	margin-bottom:0px;
}

.panel-heading p{
	font-size:18px;
	font-family:Aleo-Light;
	color:#f16d4d;
	margin-bottom:0px;
	padding-top:10px;
}

.panel-heading p a, .panel-heading a{
	color:#f16d4d;
}

.panel-title span{
	font-family:Cabin-Bold;
}
.panel-heading .lesson-title{
	font-size:18px;
	font-family:"Aleo-Light";
}

.preview-lessons .divs{
	font-size:14px;
	padding-bottom:15px;
	font-family:Aleo-Light;
}

.preview-lessons .objectives ul{
	list-style:none;
	font-size:14px;
	padding:0px;
}

.assignlesson span{
	font-family:Aleo-BoldItalic;
	color:#5dbcbb;
}

.duedate{
	color:#8d94a3;
	font-family:Aleo-LightItalic;
	padding: 10px 0px 15px 0px;;
}

.assignlesson a{
	text-decoration:underline;
	color:#5dbcbb;
	font-family:Aleo-Bold;
}

.assignlesson ol{
	padding-left:14px;
}

/**LESSON VIEW**/

.tleft{
	text-align:left!important;
}

.lesson-view .lesson-name{
	font-size:14px;
	font-family:Cabin-Bold;
}


.lesson-view .lesson-date{
	font-size:14px;
	font-family:Cabin-Regular;
}

.lessonview-icons{
	background:url(../images/lesson-view-sp.png);
	display:inline-block;
	width:20px;
	height:20px;
}

.prevactive{
	background-position:-20px 0px;
}

.next{
	background-position:-40px 0px;
}

.nextactive{
	background-position:-62px 0px;
}

.noteaddico{
    background-position: 0 -23px;
    height: 27px;
    width: 29px;
}

.noteaddedico{
	background-position: -29px -23px;
}

.pt40{
	padding-top:40px;
}

.next-course a:first-child{
	margin-right:10px;
}

.lviewnoteadd{
	background:#fff;
	padding:10px;
}

.lviewnoteadd span{
	color:#b7b7b7;
	font-family:Aleo-LightItalic;
	font-size:14px;
	padding:4px 20px 0px 15px;
}

.delnote{
	font-size:14px;
	color:#000;
	font-family:'Cabin-Bold';
}
.delnote img{
	margin-right:10px;
}

.add-note-vlesson{
	background: #fbfbfb;
 	float: left;
    padding: 40px;
    width: 100%;
	position:relative;
}

.my-course-details > div.add-note-vlesson  p{
	 color: #878787;
    font-family: aleo-light;
    font-size: 15px;
}

.add-note-vlesson .bar-icon{
	top:10px;
}

.add-note-vlesson textarea{
	height:120px;
	margin-bottom:15px;
}

.cancelbtn{
	font-size: 16px;
	font-family:Cabin-Bold;
	color:#202838;
	padding: 15px 40px;
}

.note-added-vlesson span{
	display: inline-block;
    font-family: Aleo-Light;
    padding-left: 20px;
    width: 675px;
}

.main-video-lesson{
	margin-top:40px;
	padding:0px!important;
	display: inline-block;
	width:100%;
}


.main-video-lesson > div{
	padding:20px;
	width:100%;
}

.main-video-lesson h5, .main-video-lesson span{
	padding:0px 40px;
}

.main-video-lesson a h5{
	font-size:25px;
	font-family:Aleo-Light;
	margin-top:20px;
	margin-bottom:0px;
	color: #202838;
}
.main-video-lesson span{
	color:#a9a9a9;
	font-family:Cabin-MediumItalic;
	display:inline-block;
	margin-top:2px;
}

.main-video-lesson .bodtop{
	border-top:1px solid #d3d3d3;
	display: inline-block;
	padding: 0 20px;
}

 #columns[data-columns]::before {
     content: '2 .col-lg-6';
}

#columns > div > div{
	padding:0px;
}

#columns{
	padding-left:0px;
	padding-right:0px;
}

.main-video-lesson .bodtop > div{
	display: inline-block;
}

.main-video-lesson #columns > div > div{
	border-bottom:1px solid #d3d3d3;
	padding:15px;
}

.main-video-lesson #columns > div > div > div{
	text-align: center;
	width: 100%;
	margin: 0px auto;
}


.main-video-lesson #columns > div > div > div img{
	display:inline-block;
}


.main-video-lesson #columns > div{
	border-right:1px solid #d3d3d3;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.main-video-lesson .subject-add .button{
	text-align:center;
}

.main-video-lesson .sign{
	padding:0px;
	font-family:Cabin-Regular;
	float:none!important;
	margin:0px!important
}

.bodtop .pclass{
	font-size:16px;
}

.main-video-lesson .add-assignment p{
	margin-bottom:0px;
}

.main-video-lesson .add-assignment span{
	padding:0px;
	color:#202838;
}

.main-video-lesson .bodtop > div > div{
	padding:20px 0px;
}

.lessons-view-details .panel-body{
	padding:40px 40px 10px 40px;
}

.lessons-view-details{
	padding:0px;
	width: 100%;
}

.lessons-view-details .panel-group .panel{
	width:100%;
	background:#fbfbfb;
}

.video-more > div{
	width:50%;
}

/**PLUGIN CSS**/

.plugin .modal-dialog{
	width:760px;
}

.plugin .lviewnoteadd{
	margin-top:20px;
}

.plugin .modal-body .top-head{
	text-align:center;
	width:100%;
}

.plugin .modal-body{
	padding-top:0px;
}


.plugin h1{
	font-size:30px;
	margin-top: 5px;
}

.plugin .main-video-lesson{
	width:300px;
	margin-right:50px;
	margin-top:0px;
}

.plugin .main-video-lesson > div, .plugin .main-video-lesson h5, .plugin .main-video-lesson span{
	padding:0px;
}

.plugin .main-video-lesson h5{
	font-size:22px;
	padding-bottom:5px;
}

.savesthisbl{
    width: 310px;
	margin-top:32px;
}

.savesthisbl label{
	font-weight:normal;
}

.savesthisbl p{
	font-size:10px;
	color:#c2c2c1;
	padding:12px 0px;
}

.savesthisbl input[type="text"]{
	width:100%;
}

.savesthisbl .btn-default{
	padding-left:60px;
	padding-right:60px;
	margin-top:30px;
}

.plugin .cancelbtn{
	margin-top:30px;
}

.plugin textarea{
	  height: 240px;
}
.nomar{
	margin-top:0px;
}

.plugin .lviewnoteadd{
	cursor:pointer;
}

/**LIBRARY**/

.library h5, .library span{
	padding:10px 0px;	
}

.allLibrary > div, .wt100{
	width:100%;
	float:left;
}
.allLibrary > div {
	position:relative;
 margin-bottom: 8px;
}
.allLibrary > div  a{
	position:absolute;
	right: -60px;
    top: -5px;
	border:0px;
	margin:0px;
	padding:0px;
}
.allLibrary .subject-add .button .sign{
	width:50px;
	height:50px;
	font-size:42px;
	line-height: 40px;
	padding-left: 2px;
	background:#fbfffe;
}

.library .bodtop{
	padding:0px;	
}

.misc-library{
	padding:50px 0px 10px 0px;
}

.misc-library span{
	color:#202838;
	font-family:Aleo-Light;
}

.library-note{
	margin-top:10px;
}


.library-top > div:first-child{
	border-right:1px solid #d3d3d3;
	padding-bottom:10px!important;
}

/**LIBRARY SEARCH**/

.search-box-library{
	background:#fff;
	border-bottom:1px solid #d3d3d3;
}

.search-box-library img{
	padding:5px 0px;
	float:left;
}

.search-box-library h3{
	font-size:20px;
	color:#f05d3a;
	font-family:Aleo-Light;
	float:left;
	padding:13px 70px 14px 20px;
	margin:0px;
	border-right:1px solid #d3d3d3;
}

.search-box-library select{
	width:406px;
	padding: 14px 12px;
}

.search-box-library .btn-default{
	border:3px solid #8d94a3;
	color:#202838;
	font-family:Cabin-Bold;
	font-size:16px;
	padding:11px 12px 10px;
}

.search-box-library .add-course{
	border-color:#b8e2e1;
}

.search-box-library .btn-default:hover{
	border-color:#000;
}

.search-box-library .add-course:hover{
	border-color:#55bab9;
}



.search-box-library .subject-add{
	border:0px;
	margin:0px;
	padding:0px;
}


.search-box-library .subject-add .button{
	padding:0px;
}

.search-box-library .subject-add .button .sign{
	border-radius:0px;
	margin-left:0px;
	width: 46px;
	height:49px;
	line-height: 35px;
	font-size:50px;
}

.ml80{
	margin-left:80px;
}

.search-box-library input{
	width:700px;
	padding: 13px 12px 14px 12px;
}

.search-results{
	padding:40px 80px 0px 80px;
}

.search-results .pclass{
	margin-bottom:0px;
}

.tags > div:first-child{
	border-top:0px;
}

.bod-top2{
	border-top:1px solid #d3d3d3;
}

.search-results h4{
	font-size:30px;
	margin:0px;
	padding-bottom:0px;
	float:left;
}
.search-results h4 span{
	font-size:30px;
	margin:0px;
	padding-bottom:0px;
}

.search-results h4 span a{
	color: #202838;
    float: right;
    font-family: cabin-regular;
    font-size: 26px;
    position: relative;
    vertical-align: middle;
	cursor:pointer;
	padding:2px 15px;
}

.back-tags{
	float:left;
	padding:40px 25px 0px 25px;
}

.back-tags:before{
	margin-left:25px;
}

.tags h5{
	margin-top:0px;
}

.tags span{
	margin-bottom:20px;
}

.savethistag .form-group{
	margin-bottom:10px;
}
.tags{
	margin-top:0px;
}

.buttons-tags-save{
	padding:30px 0px;
	float:left;
	width: 100%;
}

.buttons-tags-save .delnote{
	margin-top:10px;
}

.removeLibrary h4{
	padding-bottom:0px;
}

.removeLibrary .search-box-library{
	border: 0 none;
    display: inline-block;
    text-align: center;
	background:none;
}

.removeLibrary .modal-body{
	padding-top:40px;
}

.removeLibrary .search-box-library .tag-search{
	margin-right:40px;
}

.removeLibrary .search-box-library .btn-default{
	padding-left:40px;
	padding-right:40px;
}

.buttons-tags-save .cancelbtn{
	background:none;
	border:0px;
}

div.tagsinput {background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag {display: block; float: left; padding:2px 4px; text-decoration:none; background: #d3d3d3; color: #202838; margin-right: 5px; margin-bottom:5px; font-size:14px; font-family:Aleo-Light;}
div.tagsinput span.tag a { font-weight: bold; color: #202838; text-decoration:none; font-size: 11px;  } 
div.tagsinput input { width:80px; margin:0px; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}

/* custom styles for the typeahead */



.tt-dropdown-menu {
  text-align: left;
  width:100%;
}

.twitter-typeahead{
	float:left;
}

.typeahead {

  background-color: #fff;

}




.tt-query {

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.tt-hint {

  color: #999

}



.tt-dropdown-menu {
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-top:0px;
  height:200px;
  overflow:auto;
}



.tt-suggestion {

  padding: 3px 20px;
  font-size: 14px;
	color: #b7b7b7;
  line-height: 24px;

}



.tt-suggestion.tt-is-under-cursor {
  background-color: #ebebeb;
  color:#202838;
}



.tt-suggestion p {

  margin: 0;

}

/**ONLY THIS FOR REGISTER 2**/

.register-form2 .clonediv{
	position:relative;
}

.register-form2 .subject-add{
	position:absolute;
	right:0;
	border:0px;
	padding:0px;
	margin:0px;
	right: -37px;
	top:0px;
}

.register-form2 .subject-add{
	position:absolute;
	right:0;
	border:0px;
	padding:0px;
	margin:0px;
	right: -60px;
	top:0px;
}

#form-register3 .subject-add{
	position:static;
}

.register-form2 .subject-add .button .sign{
	font-size: 45px;
    height: 45px;
    line-height: 37px;
    width: 45px;
}

/**Account Settings**/

.account-settings .top{
	padding:60px 0px 25px 15px;
}

.account-settings h1{
	margin-top:5px;
}

.account-settings .form-group{
	margin-bottom:10px;
}


.account-settings form.register{
	padding-top: 20px !important;
}

.account-settings .border-select{
	padding-top:30px;
}

.account-forms .emailadd{
	padding:60px 0px;
}

.account-forms .university{
	display: inline-block;
    width: 89%;
}

.account-forms .university select{
	display: inline-block;
    width: 98% !important;
	float:left;
}

.frmlast{
	margin-bottom:0px;
}

.adduniv .subject-add, .adduniv .subject-add .button .sign{
	float:left;
}

.adduniv .subject-add .button {
	line-height:42px;
}


.adduniv .subject-add .button .sign{
	margin-right:10px;
}


.adduniv{
	border-top:1px solid #d5d5d5;
	width: 100%;
	float:left;
	margin-top:40px;
}

.register-form2 .addanothersub .button .sign{
	font-size: 30px;
	height: 30px;
	line-height: 22px;
	width: 30px;
}

.register3 .subject-rem .button .sign{
	font-size: 50px;
    height: 45px;
    line-height: 32px;
    width: 45px;
}



.account-forms .labelacc{
	font-size:12px;
	padding-top:6px;
	text-align:left;
}

.account-settings form{
	width:100%;
	padding-top:40px;
}



.account-forms .nav-tabs li{
	width:50%;
}

.account-forms .nav-tabs li a{
	background:#d3d3d3;
	color:#fff;
	font-family:Cabin-Bold;
	font-size:16px;
	border-bottom:0px;
	padding:15px 20px;
	margin-right:10px;
}

.account-forms .nav-tabs li:last-child a{
	margin-right:0px;
}

.account-settings h4{
	margin-bottom:0px;
}


.account-forms .nav-tabs li.active a, .account-forms .nav-tabs li:hover a, .account-forms .nav-tabs li.active:hover a{
	background:#5dbcbb;
	color:#fff;
}

/**STATIC PAGES**/
.static{
	padding:80px 0px;
	text-align: center;
}

.team{
	text-align: left;
}

.static .pclass{
	font-family:'Cabin-Medium';
}

.static h1{
	margin-top:0px;
}

.static p.ft24{
	font-size:20px;
	font-family:'Cabin-Medium';
	font-weight:400;
}

.static p.ft24 a{
	color:#f05d3a;
	font-family:'Aleo-Bold';
}

.aleo-bold{
	font-family:'Aleo-Bold';
	margin-bottom:0px;
	padding-bottom:0px;
}

.team h2{
	margin-top:0px;
	padding-bottom:70px;
}

.team img{
	padding-bottom:20px;
	margin: 0 auto 0 23px;
}

.team .name{
	font-size:18px;
	color:#f05d3a;
	font-family:'Aleo-Regular';
	text-align:center;
	margin-bottom:0px;
}

.team .title{
	font-size:14px;
	text-align:center;
}

.mce-tinymce {
	/*margin-bottom:15px!important;*/
}

/**RESPONSVE STYLES**/
@media (max-width: 767px) {
	.navbar-nav, .menu{
		margin:0px;
		padding:0px;
	}
	.menu li a{
		padding-top:10px;
	}
	.menu li a:after{
		position:static;
	}
	.navbar-right li:not(:last-child) {
		border-right:0px;
	}
	.navbar-nav{
		width:100%;
		display:inline-block;
	}
	.forms .left h1, .h1class{
		font-size:30px;
	}
} 

@media print {
	.print-enabled header, .print-enabled footer, .printin, #policy_plus, #obj_plus, .preview-doc, .print-enabled .viewing, .print-enabled .jump, .print-enabled .preview-lessons .subject-add{
		display:none;
	}
	
	.syllabus-setup{
		padding:0px;
	}
	
	.print-enabled .my-course-details, .print-enabled .add-policy, .print-enabled .teachit > div, .print-enabled .preview-lessons .panel-default > .panel-heading{
		padding:0px;
	}
	.print-enabled .location{
		padding:10px 0px 0px 0px;
	}
	.print-enabled .preview-gutter{
		margin-top:0px;
	}
	
	.print-enabled .my-course-details > div{
		padding:10px 0px;
	}
	
	.add-policy .icon, .policy-modal .icon{
		display:none;
	}
	
	.print-enabled .preview-course .teacherdet{
		width:78%!important;
	}
	
	.print-enabled .yourcourse .courseware-actual > div{
		width:74%;
	}
	
	.print-enabled .policy-desc, .print-enabled .collapse{
		display:block!important;
	}
	
	.print-enabled .teacher-type{
		margin-bottom:10px;
	}
	
	.print-enabled .preview-lessons .panel-default > .panel-heading{
		padding-bottom:10px;
	}
	
	.print-enabled .preview-lessons .panel-group .panel{
		width:100%;
	}

	.print-enabled .panel-body{
		padding:10px 0px!important;
	}
	
	.print-enabled .teacher-type
	{
		width:100%;
		float:left;
	}
	
	.print-enabled .col-lg-1{
		display:none;
	}
	
	* { overflow: visible !important; }
}