body, .app {
    background: linear-gradient(to bottom, #fcd468 0%, #6CA743 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: rgba(252,212,104,1);
    background: -moz-linear-gradient(top, rgba(252,212,104,1) 0%, rgba(109,167,67,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,212,104,1)), color-stop(100%, rgba(109,167,67,1)));
    background: -webkit-linear-gradient(top, rgba(252,212,104,1) 0%, rgba(109,167,67,1) 100%);
    background: -o-linear-gradient(top, rgba(252,212,104,1) 0%, rgba(109,167,67,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,212,104,1) 0%, rgba(109,167,67,1) 100%);
    background: linear-gradient(to bottom, rgba(252,212,104,1) 0%, rgba(109,167,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd468', endColorstr='#6da743', GradientType=0 );
    -webkit-overflow-scrolling: auto !important;
}

.scrollable-content {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

html, body {
position:fixed; overflow:hidden;
}


h1 {
    color: #328c40;
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-weight: 700 !important;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px;
}

p {
    margin: 0 0 4px;
}

a {
    color: #328c40;
}    

a:hover {
    color: #3c763d;
    text-decoration: none;
}

.section {
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    padding: 10px 15px;
}


.btn-default {
    color: #fff;
    background-color: #328c40;
    border: 1px solid #56a262;
    margin: 10px;
}

.btn-group>.btn-default.active, .btn-group>.btn-default.active:focus {
    color: #fff;
    background-color: #f19b13;
    border-color: transparent;
}


.form-control {
	height: 40px;
}

.switch.active {
    background-color: #328c40;
    border: 1px solid #328c40;
}

.switch.active .switch-handle {
    border-color: #328c40;
}

.page-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;    
    background: url(../img/loading.gif) 50% 42% no-repeat rgba(15, 89, 27, 0.58);
    background-size: 40px;
    z-index: 1000;
    top: 50%;
    left: 50%;
    text-align: center;
    padding-top: 100px;
    color: #fff;
    border-radius: 8px;
    margin-left: -75px;
    margin-top: -75px;
    
}

.btn {
	padding: 8px 12px;
    cursor: pointer;
}

.btn-primary {
	background-color:#f19b13 !important;
	color: #fff !important;
	border: 0 none;
	height: 40px;
}

.btn-green {
	background-color:#328c40 !important;
	color: #fff !important;
	height: 40px;
}

.sidebar  {
	background-color: #328c40;
}

.sidebar .menu-icon {
	display: inline-block;
	width: 30px;
}

.sidebar .list-group-item {
    border-bottom: 3px solid #328c40;
    background: #51b060;
    color: #fff
}

.sidebar h3 {
    color: #fff;
    font-size: 18px;
    padding: 20px 0px;
}

.sidebar form {
	padding:10px;
}

.list-group-item.active, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #f19b13;
    border-color: #f19b13;
 }   
   
.app-body {
    background: transparent;
}

.app-content-loading {
    position: fixed;
    left: 49%;
    top: 49%;
}

.navbar {
	/*background: rgba(255, 255, 255, 0.29);*/
	background: rgb(154, 188, 98);
}

.navbar-app .btn, .navbar-app .btn-navbar {
    line-height: 40px;
	color: #fff;
    margin: 12px;
}
.navbar-app .btn-group>.btn:first-child {
    margin-left: 12px;
}

.navbar-app.navbar-absolute-top, .navbar-app.navbar-absolute-top .btn, .navbar-app.navbar-absolute-top .btn-navbar {
	color: #f19b13;
}
.navbar-app .btn-navbar:hover, .navbar-app .btn:hover {
    color: #328c40;
}

.navbar-app.navbar-absolute-top {
	background:transparent;
	border:0;
    top: auto;
}

.navbar-brand { 
    padding: 5px; 
    height: 80px;
}

.navbar-brand .logo {
	margin: 0 auto;
    height: 60px;
}

.list-group-item {
    background-color: rgba(255, 255, 255, 0.2);
}

.show_more_courses {
    position: relative;
    z-index: 100000;
    margin: 10px;
    display:block;
}

.courses_title {
	margin: 15px 10px -5px 10px;
}


.courselist .list-group-item .fa.pull-right {
    margin-top: -50px;
    background: url(../img/rate_s.png) 50% no-repeat #328c40;
    height: 50px;
    width: 50px;
    background-size: 40px 40px;
    border-radius: 4px;
}
.courselist .list-group-item .fa.pull-right:before {
	content: " ";
}

.courselist_course, .courselist_prof, .courselist_uni, .courselist_info, .proflist_prof, .proflist_info, .unilist_uni, .unilist_info {
	display: block;
    max-width: 85%;
}

.courselist_course, .proflist_prof, .unilist_uni {
    font-weight: 700;
    font-size: 16px;
    margin: 5px 0;
}	

.glyphicon.ng-scope.glyphicon-star, .glyphicon.ng-scope.glyphicon-star-empty {
    font-size: 2.5em;
    padding: 8px;
}


.glyphicon:empty {
    width: 1em;
}
.glyphicon {
    font: 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    color: #328c40;
}
.glyphicon.glyphicon-star-empty {
	color: #ddd;
}

.glyphicon-star:before, .glyphicon-star-empty:before {
    content: "\f005";
}

.rating .category_title {
	display: inline-block;
    width: 130px;
}

.rating .rating_number {
	display: inline-block;
    width: 80px;
    font-weight: bold;
}

.rate_now_btn {
    display: block;
    margin: 0 10px 10px 10px;

}

.desktop_link {
        font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 16px;
}

.leaderboard_container {
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
}
.contentad_container {
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
}

.footerad_container {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    background: rgb(154, 188, 98);
    z-index: 10000;
    border-width: 1px 0 0;
    border-color: #ccc;
}

