/*!
 * Chamilo LMS stylesheet - Default v.2.0
 * Homepage: https://chamilo.org
 * Author: Alex Aragón <alex.aragon@beeznest.com>
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Based on Bootstrap v3
*/
@import 'root.css';

@font-face {
  font-family: 'Gudea-Regular';
  font-style: normal;
  font-weight: 300;
  src: local('Gudea Regular'), local('Gudea-Regular'), url(fonts/Gudea-Regular.woff2) format('woff2'), url(fonts/Gudea-Regular.woff) format('woff');
}

@font-face {
  font-family: 'BebasNeuePro-Regular';
  font-style: normal;
  font-weight: 300;
  src: local('BebasNeuePro Regular'), local('BebasNeuePro-Regular'), url(fonts/BebasNeuePro-Regular.woff2) format('woff2'), url(fonts/BebasNeuePro-Regular.woff) format('woff');
}

@font-face {
  font-family: 'BebasNeuePro-Bold';
  font-style: normal;
  font-weight: 300;
  src: local('BebasNeuePro Bold'), local('BebasNeuePro-Bold'), url(fonts/BebasNeuePro-Bold.woff2) format('woff2'), url(fonts/BebasNeuePro-Bold.woff) format('woff');
}


html {
  position: relative;
}
body {
  margin: 0 0 60px;
  font-family: 'Gudea-Regular';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body > main footer.footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
a {
  color: #337AB7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2E75A3;
  text-decoration: none;
}
a:focus {
  outline: none;
}

.navbar-nav > li{
  margin-bottom: 0;
}
.navbar-collapse{
  overflow: hidden !important;
}
.navbar-default {
  background: -webkit-linear-gradient(45deg, #B4191C, #E10119) !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  color: #000;
  background-color:#2C5B8E;
}
.navbar-default .navbar-nav > li > a{
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
  background: #18477A;
  color: #ffffff;
}
.navbar-nav > li > .dropdown-menu{
  min-width: 100%;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.navbar-default .navbar-nav > .open > .dropdown-menu{
  padding: 3px 4px;
}
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
  padding: 6px 9px;
}
.nav > li > a:hover, .nav > li > a:focus{
   background-color: transparent;
}
.navbar-form .form-control{
  height: 25px;
  padding: 6px;
}
.navbar-default .navbar-brand {
  color:white;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border: none;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #ffffff;
}

.badge-warning{
  background-color: #FD6600;
}
.breadcrumb{
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: outside none none;
  background-color: #ECF0F1;
}
.breadcrumb > .active{
  color: #95a5a6;
}
.panel-default{
  border-color: #ECF0F1;
}
/* Jquery UI */
.ui-accordion .ui-accordion-icons{
  padding-left: 0.2em;
}
/* End Jquery UI */
.bgfooter{
  background-color:#1A2226;
}
.bgfooter{
  color: #ffffff;
}
.bgfooter a{
  color: #ffffff;
}

/* Custom styles */

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'BebasNeuePro-Regular';
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	background: -webkit-linear-gradient(45deg,#b4191c,#e10119) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.h1, h1 {
	font-size: 3.4em;
}
.h2, h2 {
	font-size: 3em;
}
.h3, h3 {
	font-size: 2.6em;
}
.h4, h4 {
	font-size: 2.2em;
}
.h5, h5 {
	font-size: 2em;
}
.h6, h6 {
	font-size: 1.9em;
}

.panel-default > .panel-heading {
  color: #212020 !important;
  background-color: var(--panel-title-bg-color);
  border-color: #ddd;
}


.panel-heading a {
	color: #212020;
}







/*------------lms div met populaire cursussen heb ik hieronder uit gezet ---------*/
.hot-courses {
    display: none;
}

.colored-text, .title_colored_text {
    /*color:map-get($customer-palette, primary-color)!important;*/
    font-weight: bold;
    color: #7fb933;
}

/***** PAGE HEADER *****/
.page-header {
    margin: 10px 0 10px;
}

header {
    padding-top: 15px !important;
    /*margin-bottom: -20px;*/
    z-index: 2;
    position: relative;
    background: #fff;
}

.logo {
    /**/
    margin-bottom: 12px !important;
    margin-top: -12px;
}

.imgHeader {
    width: 100%;
}

.videoHeader {
    width: 100%;
    height: 480px;
    text-align: center;
}

@media (max-width: 467px) {
    .videoHeader {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .videoHeader {
        height: 480px;
    }
}

@media (min-width: 992px) {
    .videoHeader {
        height: 480px;
    }
}

@media (min-width: 1300px) {
    .videoHeader {
        height: 740px;
    }
}

.videoHeader > iframe {
    height: 100%;
    max-height: 480px;
    width: 100%;
}

@media (max-width: 467px) {
    .videoHeader > iframe {
        max-height: 250px;
    }
}

@media (min-width: 768px) {
    .videoHeader > iframe {
        max-height: 480px;
        max-width: 853px;
    }
}

@media (min-width: 992px) {
    .videoHeader > iframe {
        max-height: 480px;
        max-width: 853px;
    }
}

@media (min-width: 1300px) {
    .videoHeader > iframe {
        max-height: 740px;
        max-width: 1312px;
    }
}

/***** HEADER CAROUSEL *****/
.headerSlider {
    width: 100%;
}

.carousel {
    /*position: absolute;*/
}

.carousel .item img {
    width: 100%;
}

#my_carousel {
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
	max-height: 400px;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/***** NAVBAR *****/
nav {
	/*
    -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
	*/
}

.nav > li > a :hover, .nav > li > a :focus {
    background-color: transparent;
}

.navbar {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-form .form-control {
    height: 25px;
    padding: 6px;
}

.navbar-collapse {
    overflow: hidden !important;
}

.navbar-toggle {
    z-index: 4;
	border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent !important;
}


.navbar-default {
    /*background: transparent !important;*/
    border: none;
}

@media (max-width: 467px) {
    .navbar-default {
        /*margin-top:-33px;*/
    }
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    min-width: 100%;
    margin-top: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-align: left;
}

.navbar-default .navbar-nav > .active > a {
    color: #000;
    background-color: transparent !important;
    font-weight: bold;
    text-align: left;
}

.navbar-default .navbar-nav > .active > a :focus, .navbar-default .navbar-nav > .active > a :hover {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a {
    background: #fff;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a > :focus, .navbar-default .navbar-nav > .open > a > :hover {
    background: #fff;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a .dropdown-menu {
    padding: 3px 4px;
}

.navbar-default .navbar-nav > .open > a .dropdown-menu > li > a {
    padding: 6px 9px;
}

.navbar-default .navbar-nav .navbar-collapse, .navbar-default .navbar-nav .navbar-form {
    border-color: transparent;
    border: none;
}

.navbar-default .navbar-nav .navbar-toggle {
    border-color: transparent;
    z-index: 3;
}

.navbar-default .navbar-nav .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-nav .navbar-toggle :focus, .navbar-default .navbar-nav .navbar-toggle :hover {
    background-color: black;
}

#navigation_link_block {
    /*display:none;*/
}

#lp_navigation_elem {
    /*margin-top:-20px;*/
}

/***** BREADCRUMBS *****/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: outside none none;
    background-color: #7fb933;
    /*display:none;*/
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb > .active {
    color: #FFFFFF;
}

#section-mycampus #main_content {
    margin-top: 50px;
    background: white;
    padding: 20px;
}

.breadcrumb {
	background: -webkit-linear-gradient(45deg, #B4191C, #E10119) !important;
}

/***** LINKS *****/
a {
    color: #1f1f1f;
    text-decoration: none;
}

a :hover, a :focus {
    color: #6ab33e;
}

a :focus {
    outline: none;
}

/***** BUTTONS *****/
.btn-primary {
    background-color: #006bb3 !important;
    border-color: #006bb3 !important;
}

.but, .button {
    background: #000;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
}

a.but:hover, a.button:hover {
    color: #006bb3;
    text-decoration: none;
}

/***** PANELS *****/
.panel-default {
    /* border: none; 
    margin-top: -20px;*/
    box-shadow: none;
}

.panel-default .panel-heading {
    color: #2c3e50;
    background-color: #f7f7f7 !important;
    border-color: transparent;
}

/*
#profile_block .panel-heading,
#help_block .panel-heading,
#course_block .panel-heading,
#skill_block .panel-heading,
#navigation_link_block .panel-heading,
.panel-title {
    color: #006bb3;
    background-color: #f7f7f7;
    border: none !important;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
*/

#navigation_link_block .panel-heading {
    margin-top: 34px;
}

#profile_block > #profileCollapse > .panel-body > .nav > li > a,
#help_block > #helpsCollapse > .panel-body > .nav > li > a,
#course_block > #courseCollapse > .panel-body > .nav > li > a,
#skill_block > #skillsCollapse > .panel-body > .nav > li > a,
#navigation_link_block > .panel-body > .nav > li > a {
    color: #1f1f1f !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    /* border: none !important; */
}

.custom-login-block .input-group {
    float: left;
}

/**** DASHBOARD ***/
#db-ranking {
    background: darkturquoise;
}

#db-skills {
    background: #f39501;
}

#db-progress {
    background: dimgray;
}

/**** SKILLS WHEEL *****/
#wheel-display-heading {
    display: none;
}

#skill_wheel #intro {
    font-family: "Open Sans", sans-serif;
    background: #000;
    line-height: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

/***** PARTS *****/
.scroll-button {
    text-align: center;
    cursor: pointer;
    z-index: 10;
    position: relative;
    display: none;
}

.scroll-button img {
    margin-top: -230px;
    display: none;
}

/***** COURSE LIST ****/
.image-button {
    margin-bottom: 20px;
}

.image-button .lp-title-container, .image-button .course-title-container {
    width: 100%;
    bottom: 0;
    position: relative;
}

.image-button .course-title, .image-button .lp-title {
    padding: 15px;
    z-index: 2;
    position: absolute;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0px;
    border: solid 10px white;
    border-top: none;
}

.image-button .course-image {
    background: #006bb3;
    border: solid 10px white;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursus: pointer;
}

.image-button a .course-image:hover {
    background: #006bb3;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/**** PROGRESS BAR ****/
.progress-text {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 15px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
}

.chart {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 15px;
    padding: 0px;
    z-index: 11;
}

.chart-area {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#notifications {
    margin-top: -20px;
    margin-bottom: 20px;
}

.status-notifications a {
    float: right;
    clear: right;
    margin-right: 1em;
}

.status-notifications a:first-child {
    margin-top: 1em;
}

/***** PRELOADER ****/
#preloader {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #000;
    z-index: 1000;
}

.preloader-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
}

/***** ICONS *****/
#start_icon, #elearning_icon, #start_icon, #intro_icon, #work_icon, #goals_icon {
    fill: #98bf0c;
}

svg {
    width: 30%;
}

.workIcon path, .startIcon path {
    fill: #006bb3;
    background: #006bb3;
}

intro-icon .startIcon path {
    fill: #006bb3;
    background: #006bb3;
}

/***** BADGES *****/
.badge-warning {
    background-color: #FD6600;
}

/***** TAB MENU *****/






@media (max-width: 467px) {
    .section-mycampus #tab-menu {
        margin-top: -178px;
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .section-mycampus #tab-menu {
        margin-top: -28px;
        margin-bottom: 35px !important;
    }
}

@media (min-width: 992px) {

    .section-mycampus #tab-menu {
        margin-top: -64px;
        margin-bottom: 35px !important;
    }
	
	.mobile-container {
		margin-top: 0 !important;
	}

}

@media (min-width: 1200px) {
    .section-mycampus #tab-menu {
        margin-top: -64px;
        margin-bottom: 35px !important;
    }
	
	.section-mycampus #tab-menu .actief {
        background-color: #D50719;
    }
	
}


#tab-menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

#tab-menu > ul > li {
    display: inline;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding: 14px 10px;
    text-decoration: none;
    cursor: pointer;
    background: #EFEEEE;
}


#tab-menu > ul > li:hover {
	background: #D50719;
	color: #fff;
}

#tab-menu .active {
    background: #D50719;
	color: #fff;
}

/*----------------------------------session menu items----------------------------------*/
.session-tab-menu {
    margin-top: 0px;
    margin-bottom: 20px;
}

.session-tab-menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.session-tab-menu > ul > li {
    display: inline;
    color: white;
    text-align: center;
    line-height: 60px;
    padding: 14px 10px;
    text-decoration: none;
    cursor: pointer;
    background: #1693e5;
    width: 300px;
}

.session-tab-menu > ul > li:hover {
    background: #06385b;
}

.session-tab-menu .active {
    background: #06385b;
}

.course-overview {
    margin-top: 125px;
    /*zet deze uit als je geen gebruik maakt van tab-menu*/
}

#banner-section {
    margin-top: -20px;
}

#banner-section #banner > img {
    width: 100%;
}

#banner-section #banner #login_block #notices, #banner-section #banner .side-bar #notices {
    width: 100%;
    margin-bottom: 15px;
}

#banner-section #banner #login_block #notices .panel-heading, #banner-section #banner .side-bar #notices .panel-heading {
    display: none;
}

#banner-section #banner #login_block #notices .panel-title, #banner-section #banner .side-bar #notices .panel-title {
    display: none;
}

#banner-section #banner #login_block #notices .panel-body, #banner-section #banner .side-bar #notices .panel-body {
    color: #1f1f1f;
    background-color: #f39501;
    /*border: 1px solid #ebccd1;
    border-radius: 5px;*/
    height: 90px;
    width: 95%;
    position: relative;
    z-index: 10;
    padding: 4px 12px;
    margin-bottom: -10px;
    margin-top: 20px;
    right: 0px;
    top: 0px;
}

#banner-section #banner .side-bar #skills {
    display: none;
}

#banner-section #banner .side-bar #helps {
    display: none;
}

#banner-section #banner .side-bar #navigation_link_block {
    /* display:none;*/
}

#banner-section .title {
    line-height: 30px;
    background: #98bf0c;
    top: 0;
    right: 0;
    position: relative;
}

@media (max-width: 467px) {
    #banner-section .title {
        line-height: 30px;
        background: #98bf0c;
        top: 0;
        right: 0;
        position: relative;
    }
}

@media (min-width: 768px) {
    #banner-section .title {
		font-family: 'BebasNeuePro-Bold';		
        background: transparent;
        line-height: 50px;
        color: #fff;
        text-align: center;
        font-size: 4em;
        z-index: 2;
        height: auto;
        min-height: 60px;
        padding: 15px 0px;
        position: absolute;
        top: 170px;
    }
}

#banner-section .title .user_name {
    color: #006bb3 !important;
}

#banner-section .intro-text {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 467px) {
    #banner-section .intro-text {
        width: 100% !important;
        position: inherit !important;
        border-radius: 0px !important;
        top: 0px;
        /*margin-bottom:350px;
        margin-top:0px;*/
    }
}

@media (min-width: 768px) {
    #banner-section .intro-text {
        width: 100% !important;
        position: inherit !important;
        border-radius: 0px !important;
        top: 0px;
        /* margin-bottom:341px;
         margin-top:-350px;*/
    }
}

@media (min-width: 992px) {
    #banner-section .intro-text {
        width: 100% !important;
        position: inherit !important;
        border-radius: 0px !important;
        top: 0px;
        /*margin-bottom:594px;
        margin-top:-430px;*/
    }
}

@media (min-width: 1200px) {
    #banner-section .intro-text {
        width: 1170px;
        margin: 0px;
        /* top:210px;*/
        position: absolute !important;
        margin-top: 0px;
    }
}

#banner-section .intro-text .intro-list {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 467px) {
    #banner-section .intro-text .intro-list {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    #banner-section .intro-text .intro-list {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #banner-section .intro-text .intro-list {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #banner-section .intro-text .intro-list {
        width: 1170px;
    }
}

#banner-section .intro-text .intro-text-columns .intro-text-column .intro-content {
    background: #006bb3 !important;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    color: white;
    opacity: 0.9;
    margin: 5px;
    padding: 15px;
}

#banner-section .intro-text .intro-text-columns .intro-text-column .intro-content h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #98bf0c !important;
}

/***** SECTIONS *****/
.section-login {
    background: #fff !important;
}

.section-login #banner-section .title {
    background: #ae0f11 !important;
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    z-index: 2;
    margin-top: -100px;
    margin-bottom: -25px;
    height: auto;
    min-height: 60px;
    padding: 15px 0px;
    position: relative;
    top: 0;
}

.section-login .wrap #banner-section .title .user_name {
    color: #98bf0c !important;
}

.section-login .wrap #banner-section #banner > #login_block > .panel-body > #homepage-announcements {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

.section-login .wrap #banner-section #banner > .static, .section-login .wrap #banner-section #banner > .welcome_msg {
    display: none;
}

.section-login .wrap #menu-section {
    width: 100% !important;
}

@media (max-width: 467px) {
    .section-login .wrap #menu-section {
        position: inherit;
        margin-top: -18px;
        background: #f7f7f7 !important;
        width: 100%;
    }

    .section-login .wrap #menu-section #homepage-announcements {
        background: transparent !important;
        color: #1f1f1f !important;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .section-login .wrap #menu-section {
        position: inherit;
        margin-top: -18px;
        background: #f7f7f7 !important;
        width: 100%;
    }

    .section-login .wrap #menu-section #homepage-announcements {
        background: transparent !important;
        color: #1f1f1f !important;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .section-login .wrap #menu-section {
        position: inherit;
        margin-top: -18px;
        background: #f7f7f7 !important;
        width: 100%;
    }

    .section-login .wrap #menu-section #homepage-announcements {
        background: transparent !important;
        color: #1f1f1f !important;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .section-login .wrap #menu-section {
        position: inherit;
        margin-top: -18px;
        background: #f7f7f7 !important;
        width: 100%;
    }

    .section-login .wrap #menu-section #homepage-announcements {
        background: transparent !important;
        color: #1f1f1f !important;
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .section-login .wrap #menu-section {
        position: absolute;
        margin-top: -393px;
        background: transparent !important;
        width: 100%;
    }

    .section-login .wrap #menu-section #homepage-announcements {
        background: #98bf0c !important;
        filter: alpha(opacity=80);
        opacity: 0.8;
        color: white !important;
        width: 100%;
    }
}

@media (min-width: 1700px) {
    .section-login .wrap #menu-section {
        position: absolute;
        margin-top: -650px;
        background: transparent !important;
        width: 100%;
    }

    .section-login .wrap #menu-section #homepage-announcements {
        background: #98bf0c !important;
        color: white !important;
        width: 100%;
    }
}

.section-login .wrap #menu-section #homepage-announcements {
    padding: 20px 60px;
    z-index: 20;
    width: 100%;
}

@media (max-width: 467px) {
    .section-login .wrap #menu-section #menu-section-news-slider {
        left: 0;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .section-login .wrap #menu-section #menu-section-news-slider {
        left: 0;
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .section-login .wrap #menu-section #menu-section-news-slider {
        left: 0;
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .section-login .wrap #menu-section #menu-section-news-slider {
        left: 0;
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .section-login .wrap #menu-section #menu-section-news-slider {
        left: 5%;
        padding: 4px;
        width: 35%;
    }
}

.section-login .wrap #menu-section #menu-section-main-menu {
    display: none;
}

.section-login .wrap #content-section > .loginPage {
    display: block;
}

.section-login .wrap #content-section > .personalPage {
    display: none;
}

.section-login .wrap #course-section > #course-list > .course-overview > .course-container > #tab-menu {
    margin-top: -333px;
    margin-bottom: 100px;
}

.section-login .wrap #footer-section {
    display: none;
}

@media (min-width: 992px) {
    .section-login .panel-body {
        background-color: #FFF;
        border: 1px solid #FFF;
        /*border-radius: 0px;*/
        position: absolute;
        left: 5%;
        top: 200px;
        width: 35%;
    }
}

@media (max-width: 467px) {
    .section-login .panel-body {
        width: 100% !important;
        position: inherit !important;
        border-radius: 0px !important;
        border-radius: 0px;
    }
}

@media (min-width: 768px) {
    .section-login .panel-body {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .section-login .panel-body {
        width: 35%;
        background-color: #e9e9ea;
    }
}

.section-login .panel-body .alert {
    margin-bottom: 0px !important;
}

.section-login #content-section {
    margin: 0;
}

.section-login > .wrap > #content-section > .container > .col-md-3 {
    margin-bottom: -315px;
    margin-top: 29px;
}

.welcome_msg {
    position: absolute;
    left: 1%;
    top: 185px;
    width: 35%;
    z-index: 20;
}

@media (max-width: 467px) {
    .welcome_msg {
        width: 100% !important;
        position: inherit !important;
        border-radius: 0px !important;
        top: 0px;
    }
}

@media (min-width: 768px) {
    .welcome_msg {
        width: 95%;
        top: 240px;
        border-radius: 5px !important;
    }
}

@media (min-width: 992px) {
    .welcome_msg {
        width: 95%;
        top: 600px;
    }
}

@media (min-width: 1200px) {
    .welcome_msg {
        width: 25%;
        top: 500px;
        left: 80px;
    }
}

.welcome_msg .static {
    background: #a94442;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.welcome_msg .static span {
    color: white;
}

.welcome_msg .static h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.welcome_msg .static .content {
    color: white;
    font-weight: normal;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

#homepage-announcements {
    background: #98bf0c;
    color: #1f1f1f;
    padding: 20px 60px;
    z-index: 20;
    width: 100%;
}

#homepage-announcements .page-header {
    display: none;
}

#homepage-announcements .carousel-indicators {
    display: none;
}

#homepage-announcements #carousel-announcement .carousel-caption {
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0px !important;
    padding-top: 5px !important;
    background-color: transparent !important;
    position: relative;
    text-align: left;
    text-shadow: none;
    color: #006bb3;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

#homepage-announcements .carousel-content {
    line-height: 18px;
}

#homepage-announcements .carousel-content .block-text a {
    background: #006bb3;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    min-width: 30%;
    margin: 10px 0px;
    display: table-caption;
}

#homepage-announcements #carousel-announcement {
    min-height: 115px !important;
}

#homepage-announcements #carousel-announcement .carousel-control .glyphicon-chevron-right {
    margin-right: 6px;
}

#homepage-announcements #carousel-announcement .carousel-control .glyphicon-chevron-left {
    margin-left: 6px;
}

#homepage-announcements .glyphicon:hover {
    color: #98bf0c !important;
}

.carousel-content .block-text {
    padding-left: 0% !important;
    padding-right: 0% !important;
    min-height: 150px !important;
}

#intro-section {
    width: 100%;
    /*top:-90px;
    position:relative;*/
}

#intro-section .title {
    /* background: rgba(0, 0, 0, 0.85);*/
    margin-bottom: -25px;
    margin-top: -50px;
    height: auto;
    position: absolute;
    top: 13%;
    left: 10%;
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
}

@media (max-width: 467px) {
    #intro-section .title {
        margin-top: 6px;
    }
}

#intro-section .intro-text {
    color: #1f1f1f;
    /*padding-top: 80px;
    padding-bottom: 0px;*/
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #intro-section .intro-text {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #intro-section .intro-text {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #intro-section .intro-text {
        width: 1170px;
    }
}

#intro-section .intro-text-columns {
    padding-top: 25px;
    padding-bottom: 115px;
}

#intro-section .intro-text-column img {
    width: 100%;
}

#login_block .nav-pills {
    margin-bottom: -10px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#login_block #notice_block p {
    color: white;
}

#course-section {
    width: 100%;
    display: inline-block;
    background-color: #D50719;
}

#course-section .title {
    display: none;
}

#course-section #course-list {
    margin-top: -115px;
}

@media (max-width: 467px) {
    #course-section #course-list {
        margin-top: 21px;
    }
}

@media (min-width: 768px) {
    #course-section #course-list {
        margin-top: 21px;
    }
}

@media (min-width: 992px) {
    #course-section #course-list {
        margin-top: -114px;
    }
}

@media (min-width: 1200px) {
    #course-section #course-list {
        margin-top: -114px;
    }
}

#course-section #course-list .scroll-button {
    margin-top: -20px;
}

#course-section .course-overview {
    /*padding-top: 125px;*/
    padding-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #course-section .course-overview {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #course-section .course-overview {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #course-section .course-overview {
        width: 1170px;
    }
}

#course-section .course-overview .course-container {
    margin-bottom: 125px;
}

#status-section {
    display: none !important;
    width: 100%;
    display: inline-table;
    background: white;
    min-height: 300px;
}

#status-section #status {
    margin-top: -77px;
    min-height: 300px;
}

#status-section #status .title {
    margin-top: -30px;
}

#status-section #status .scroll-button {
    margin-top: -20px;
}

#status-section #status .scroll-button > img {
    margin-top: -83px;
}

#profile-section .scroll-button {
    margin-top: -81px;
}

#profile-section .title {
    margin-top: -8px;
}

#lp-section {
    width: 100%;
    /*margin-top:-196px;*/
    display: inline-table;
    /*background: map-get($customer-palette, primary-color);*/
    background: #f7f7f7;
}

#lp-section .scroll-button {
    margin-top: -20px;
    display: none;
}

#lp-section .scroll-button > img {
    margin-top: -135px;
}

#lp-section #lp-list .title {
    margin-top: -30px;
    display: none;
}

#lp-section .lp-overview {
    padding-top: 75px;
    padding-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #lp-section .lp-overview {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #lp-section .lp-overview {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #lp-section .lp-overview {
        width: 1170px;
    }
}

#lp-section .lp-container {
    margin-bottom: 100px;
}

#additional-section {
    margin-top: -8px;
}

#additional-section .scroll-button {
    margin-top: -40px;
}

#additional-section .scroll-button img {
    margin-top: -95px;
}

#additional-section .title {
    font-family: "Open Sans", sans-serif;
    background: transparent !important;
    line-height: 50px;
    color: #006bb3;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    margin-bottom: -25px;
    padding-top: 25px;
    position: relative;
    width: 100%;
}

@media (max-width: 467px) {
    #additional-section .title {
        margin-top: -9px;
    }
}

#additional-section #additional-list {
    background: white;
    margin-bottom: 50px;
}

#additional-section #additional-list .additional-overview .container #page-breadcrumb .breadcrumb {
    /*background:map-get($customer-palette, light-gray);*/
    background: white;
}

#additional-section #additional-list .additional-overview .row #main_content {
    /*background:map-get($customer-palette, light-gray)!important;*/
}

#additional-section #additional-list .additional-overview #view_as_link {
    margin-top: 40px;
    margin-bottom: -75px;
    position: relative;
    z-index: 20;
}

#additional-section #additional-list > .additional-overview > .container > .col-md-12 > #main_content {
    background: transparent !important;
}

#additional-section #additional-list > .title {
    /*margin-top:-9px;*/
}

#bottom-navigation-section {
    z-index: 20;
    position: relative;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 100px;
    height: 100px;
}

#bottom-navigation-section .but, #bottom-navigation-section .button {
    background: #006bb3;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    min-width: 30%;
}

#bottom-navigation-section a.but:hover, #bottom-navigation-section a.button:hover {
    color: #06558a;
    text-decoration: none;
}

#menu-section {
    padding-top: 20px;
    background-color: #f7f7f7;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}

#menu-section #notices #notice_block .panel-collapse .panel-body h5 {
    color: #ff0000 !important;
}

#menu-section #notices #notice_block .panel-collapse .panel-body p {
    color: white;
}

#menu-section #menu-section-main-menu {
    background: #f7f7f7;
    margin-bottom: 50px;
}

#menu-section #menu-section-main-menu .side-bar {
    /*margin-top:-30px;*/
}

#menu-section #menu-section-main-menu .side-bar .panel-body {
    background: transparent !important;
}

.section-mycampus {
	background-color: #fff;
}

.section-mycampus .wrap #intro-section .scroll-button img {
    /*margin-top:-265px;*/
}

.section-mycampus .wrap #content-section .container .col-md-9 #page-content .classic-courses .panel {
    margin-bottom: 20px;
    margin-top: 0px;
}

.section-mycampus .wrap #content-section .container .col-md-9 #page-content .classic-courses .panel .panel-body {
    background: white;
}

.section-mycampus .wrap #menu-section {
    width: 100%;
}

.section-mycampus .wrap #menu-section #homepage-announcements {
    background: #98bf0c;
    width: 100%;
}

.section-mycourses .wrap #banner-section .title {
    line-height: 30px;
    background: #98bf0c;
    top: 0;
    right: 0;
    position: relative;
}

@media (max-width: 467px) {
    .section-mycourses .wrap #banner-section .title {
        line-height: 30px;
        background: #98bf0c;
        top: 0;
        right: 0;
        position: relative;
    }
}

@media (min-width: 768px) {
    .section-mycourses .wrap #banner-section .title {
        right: 64%;
        top: 7%;
        position: absolute;
        background: transparent !important;
    }
}

@media (min-width: 992px) {
    .section-mycourses .wrap #banner-section .title {
        right: 23%;
        top: 210px;
        position: absolute;
        background: transparent !important;
    }
}

@media (min-width: 1200px) {
    .section-mycourses .wrap #banner-section .title {
        right: 16%;
        position: absolute;
        top: 170px;
        background: transparent !important;
    }
}

@media (min-width: 1300px) {
    .section-mycourses .wrap #banner-section .title {
        right: 16%;
        position: absolute;
        top: 170px;
        background: transparent !important;
    }
}

.section-mycourses .wrap #intro-section {
    display: -webkit-box;
    background: #f7f7f7;
}

/*.section-mycourses > .wrap > #content-section > .container > .col-md-9 > #page-content > .classic-courses > .panel > .panel-body{
    
}
.section-mycourses > .wrap > #content-section > .container > .col-md-9 > #page-content > .classic-courses > .panel{
    
}*/
.section-mycampus > .wrap > #content-section > .loginPage {
    display: none;
}

.section-mycampus > .wrap > #content-section > .personalPage {
    display: block;
}

.section-mycourses > .wrap {
    background: #fff;
}

.section-mycourses {
    /*
    background-image: url("images/background_leerpad.jpg");
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    */
}

#learning_path_left_zone {
    margin-top: 36px;
}

.section-mycourses > #content-scorm > #learning_path_main #learning_path_right_zone > .lp-view-zone-container .lp-view-tabs .tab-content #lp-view-content > #wrapper-iframe {
    /*margin-top:-60px;*/
}

#learning_path_right_zone .lp-view-tabs .tab-content {
    top: 3px !important;
}

#content-section {
    /*margin: 100px 0;*/
}

.section-mycourses #exercise_form {
    background: white !important;
}

.section-mycourses #content_id {
    background: #fff;
    padding-top: 25px;
}

.section-mycourses .exercise {
    border: none;
    background: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 30px;
    background: white !important;
}

.section-mycourses .exercise > .page-header {
    font-family: "Open Sans", sans-serif;
    /*background: #000;*/
    line-height: 50px;
    color: #000;
    width: 50%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: -30px auto 20px auto !important;
    padding: 0px !important;
}

.section-mycourses .exercise > .page-header > h2 {
    font-family: 'Anago Bold', sans-serif;
    background: #000;
    line-height: 50px;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.section-mycourses .exercise > .page-header > h2 > img {
    display: none;
}

.section-global .question-result {
    border: none;
    background: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 20px;
    padding: 20px;
}

.section-global .question-result > .page-header {
    font-family: "Open Sans", sans-serif;
    background: #000;
    line-height: 50px;
    color: #fff;
    width: 75%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: -60px auto 20px auto !important;
    padding: 0px !important;
}

.section-global .question-result > .page-header > h2 {
    font-family: 'Anago Bold', sans-serif;
    background: #000;
    line-height: 50px;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.section-global .question-result > .page-header > h2 > img {
    display: none;
}

.section-global .question_row_answer {
    border: none;
    background: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 20px;
}

.section-global .question_row_answer > .page-header > h4 {
    color: #006bb3;
    font-weight: bold;
}

/***** LEARNPATH TOOLS *****/
#course_tools {
    min-height: 250px;
    margin-bottom: 50px;
}

#course_tools .content {
    margin-bottom: 0px !important;
}

#course_tools .big_icon {
    padding: 0px;
}

#course_tools .big_icon img {
    border: none !important;
    -webkit-box-shadow: none !important;
    -opera-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0px;
}

#course_tools .content a {
    color: #1f1f1f !important;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 30px;
}

#course_tools .content a:hover {
    color: #006bb3 !important;
}

#course_tools .content a:hover .course-tool {
    /* background:map-get($customer-palette, gray)!important;*/
}

.course-tool {
    background: #f7f7f7 !important;
    margin: 5px 15px;
    padding-top: 10px;
    cursor: pointer;
}

.course-tool:hover {
    /*background:map-get($customer-palette, gray)!important;*/
}

/***** FOOTER *****/
.bgfooter {
    background: #f7f7f7;
}

.bgfooter {
    color: #1f1f1f;
}

.bgfooter a {
    color: #1f1f1f;
}

.software-name, .software-name > a:link {
    color: #1f1f1f;
}

/***** CHAMILO LEARNING PATH *****/
/***** LEARNINGPATH STYLES *****/
.lp-view-zone-container {
    /*margin-top:30px;*/
    margin: 0px;
}

#learning_path_toc {
    /*margin-top:13px;*/
    background-color: #fff !important;
    background-image: url("images/title_course_balk.png") !important;
    background-repeat: repeat-x !important;
    border-radius: 0px;
    border: none;
    /* left:0px;
     right: 0px;
     bottom:0px;
     */
}

#learning_path_breadcrumb_zone {
    -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
}

#learning_path_breadcrumb_zone .breadcrumb {
    color: #000 !important;
}

.lp-view-zone-container {
    margin-top: 20px;
}

.tab-content {
    margin-top: 25px;
}

.progress-bar-warning {
    background-color: #006bb3 !important;
}

.icon-toolbar .fa {
    background-color: #000;
}

.expand .fa {
    background-color: #98bf0c !important;
}

/***** SCORM STYLES *****/


/***** TEST QUESTIONS ****/
.main-question {
    background: #fff;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.main-question .question_title {
    color: #006bb3 !important;
}

/***** JQUERY UI *****/
.ui-accordion .ui-accordion-icons {
    padding-left: 0.2em;
}

/***** SCORM STYLES *****/
.progress-bar-success {
    background-color: #006bb3 !important;
}

.scorm_item_normal.scorm_highlight.scorm_completed {
  background-color: #c3c3c3;
}

.scorm_item_normal.scorm_highlight.scorm_not_attempted {
    background-color: #c3c3c3;
}

#scorm-info {
    background: #fff !important;
    /*margin-top:90px!important;*/
    border-radius: 0px;
    border: none;
    margin-top: -20px;
}

.scorm-title {
    color: #fff !important;
    background: #98bf0c !important;
    width: 100%;
    line-height: 25px;
    padding: 10px;
}


.scorm_item_normal .scorm_completed {
    background: transparent !important;
}

/***** TEST QUESTIONS ****/
.main-question {
    background: #fff;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.main-question .question_title {
    color: #006bb3 !important;
}

/***** MISCELLANEOUS *****/
.section-mycampus > .wrap > #banner-section > #banner > #login_block {
    background: #f7f7f7 !important;
}

@media (max-width: 467px) {
    .section-mycampus > .wrap > #banner-section > #banner > #login_block {
        height: 460px;
        padding-top: 20px;
        border-radius: 0px;
    }
}

@media (min-width: 768px) {
    .section-mycampus > .wrap > #banner-section > #banner > #login_block {
        height: 460px;
        padding-top: 20px;
        border-radius: 0px;
    }
}

@media (min-width: 992px) {
    .section-mycampus > .wrap > #banner-section > #banner > #login_block {
        height: auto;
    }
}

.section-mycampus > .wrap > #course-section > #course-list > .scroll-button > img {
    display: none;
}

.section-session_my_space > .wrap > #content-section > .container,
.section-mycourses > .wrap > #content-section > .container,
.section-platform_admin > .wrap > #content-section > .container {
    background: white;
    padding: 20px;
}


/*
#user_image_block {
    background: transparent !important;
    margin-top: 20px;
}

#user_image_block .panel-body {
    background: transparent !important;
}

#profile #profile_block {
    background: transparent !important;
}

#profile .panel-default {
    background: transparent !important;
}

#teachers {
    margin-top: 20px;
}

#teachers .panel-default {
    background: transparent !important;
}

#helps .panel-default {
    background: transparent !important;
}

#course .panel-default {
    background: transparent !important;
}

#skills .panel-default {
    background: transparent !important;
}
*/


#notices {
    /*float:none;
    position: absolute;

    width: 100%;
    margin: 0px;
    margin-top: -40px;*/
}

#notices .panel-heading {
    display: none;
}

#notices .panel-default {
    background: #f39501 !important;
    border-radius: 0px;
    text-align: center;
}

.panel-body {
    /*background: white;*/
}

.sidebar .panel-body {
    background: transparent !important;
}

.sidebar > div {
    margin-top: 40px;
}

#navigation_link_block {
    margin-top: -14px !important;
    background: transparent !important;
}

/******* tabel format ranking *******/

/* body */ 
.ui-jqgrid tr.jqgrow td {
	font-weight: normal; 
	overflow: hidden; 
	white-space: pre; 
	height: 22px;
	padding: 6px 10px 6px 10px;
	border-bottom-width: 1px; 
	border-bottom-color: #ccc; 
	border-bottom-style: solid;
}

.ui-jqgrid .ui-jqgrid-resize {
  height: 20px !important;
  position: relative;
  cursor: e-resize;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #ccc;
}

.ui-jqgrid .ui-jqgrid-htable th div {
  height: 20px;
}


/*
#gbox_skill_ranking {
    margin-top: -100px;
}

.ui-jqgrid-view table {
    border-collapse: inherit;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 0px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    background: #000;
    color: #006bb3;
    height: 70px;
    padding: 10px 0px;
    white-space: normal;
}

.ui-jqgrid tr.jqgrow td {
    line-height: 40px;
    font-size: 20px;
    height: 60px !important;
}

.ui-jqgrid tr.jqgrow:nth-child(even) {
    background: #a2c28f;
}

.ui-jqgrid tr.jqgrow:nth-child(odd) {
    background: #fff;
}

.ui-jqgrid tr.jqgrow td > img {
    height: 30px;
    width: auto;
}
*/

/*----------------admin opmaak------------------*/
.section-platform_admin #intro-section {
    display: none;
}






/* Custom pages */

.custompage .container-login {
	background: url(images/login-photo.jpg);
	background-size: cover;
}


#cm-content > .container {
  padding-bottom: 60px;
  margin-bottom: 0px;
  margin-top: 30px;
}

/* Section my campus */

.section-mycampus .custom-flex-layout {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	background-color: #fff;
	margin-top: -230px;
	border-radius: 5px;
	box-shadow: 0 0 20px -10px #000;	
}

.section-mycampus .custom-sidebar-row {
	padding: 20px 0;
}

.section-mycampus .custom-user-welcome-row {
	padding: 20px 0;
}

.section-mycampus .nav-pills > li > a {
  padding: 4px 15px 4px 0;
}

.section-mycampus .custom-flex-layout .list-group-item {
  padding: 4px 15px 4px 0;
}

.section-mycampus #home-welcome .ck-title,
.section-mycampus #home-welcome h1
{
	margin-top: 0;
}

	.mobile-container {
		display: none;
	}
	.desktop-container {
		display: block;
	}

@media (max-width: 1200px) {
	  .section-mycampus .custom-flex-layout {
		flex-direction: column;
		background: none;
		box-shadow: none;
		margin-top: 0;
	  }
	  
	  .section-mycampus .sidebar > div {
			margin-top: 0;
	  }
	  
	#cm-content > .container {
	  margin-top: 0;
	}
  
  
  /* Homepage navigation */
  
	
	.navbar-default .navbar-right{
		background: -webkit-linear-gradient(45deg,#b4191c,#e10119);
	}
  

  /* Homepage tabs to dropdown */
  
	  #tab-menu > ul > li {
		  line-height: 20px;
	  }
  
  
	.mobile-container {
		display: block;
		margin-top: -200px;
		margin-bottom: 65px;
	}
	
	.mobile-container .icon {
		background: -webkit-linear-gradient(45deg,#b4191c,#e10119);
		padding: 10px;
		display: block;
		color: #fff;
	}
	
	.desktop-container {
		display: none;
	}
  
	  
	.section-mycampus #tab-menu .mobile-container {
	  max-width: 480px;
	  margin: auto;
	  background-color: #555;
	  height: 500px;
	  color: #000;
	  border-radius: 10px;
	}  
	  
	.section-mycampus #tab-menu {
	  overflow: hidden;
	}

	.section-mycampus #tab-menu ul {
	  display: none;
	  position:absolute;
	  z-index: 1000;
	}

	.section-mycampus #tab-menu li {
	  color: #000;
	  padding: 14px 16px;
	  text-decoration: none;
	  display: block;
	  border-bottom: 1px solid #ccc;
	}

	.section-mycampus #tab-menu li.icon {
	  background: black;
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0;
	}

	.section-mycampus #tab-menu li:hover {
	  background-color: #ddd;
	  color: #000;
	}

	.section-mycampus #tab-menu .active {
	  background-color: #ddd;
	  color: #000;
	}











  
  /*
  
  
	#tab-menu ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	
	
	#tab-menu ul li {
		display: block !important;
		float: none !important;
	}
	#tab-menu ul li.active {
		text-align: left !important;
	}
	#tab-menu ul li.active:after {
		font-family: fontello;
		content: "";
		font-size: 1em;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		min-width: 1em;
		margin-left: 1em;
		text-decoration: inherit;
		text-transform: none;
		float: right;
		transform: rotate(90deg);
	}
	#tab-menu ul li:not(.active) {
		display: none !important;
	}
	#tab-menu ul.expanded li {
		display: block !important;
	}
	#tab-menu ul.expanded li:not(.active) a {
		text-align: left !important;
	}
	#tab-menu ul.expanded li.active:after {
		content: "";
		transform: rotate(270deg);
	}
	
	*/
}

/* Section my courses */

.section-mycourses #banner {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	
}