/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-mrt-2015, 9:38:18
    Author     : branmi
*/

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

body {
    background-image: url(../images/interface/footerbg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #009EE2;
    background-attachment: fixed;
    font-family: "pragmatica-web",sans-serif;
}

h2 {
    margin-bottom: 20px;
}

h2, h3, h4, h5, h6 {
    color: #fff !important;
    font-family: "pragmatica-web",sans-serif;
    font-style: normal !important;
    font-weight: 200 !important;
}


#logo {
    margin: 13px 13px 13px 0;
    float: left;
}

#preloader {
    background-color: #fff;
    padding: 22%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
    margin: 0 auto;
}

.buttoncircle {
    font-size: 3em !important;
    color: #009EE2 !important;
}


.buttoncircle:hover {
    box-shadow: 6px 0px 0px 9px #333;
    color: #009ee2 !important;
    font-size: 3em !important;
    border-radius: 50%;
}

.buttonicon {
    color: #fff !important;
    font-size: 1.4em !important;
    padding-left: 0.35em;
    pointer-events: none !important;
}

#preloader i {
    font-size: 100px;
    color: #999;
}

#headerspacer {
    margin-top: 34px;
}

#header h2 {
    font-size: 25px;
    color: #009EE2;
    margin: 0px;
    margin-bottom: 5px;
    width: 100%;
}

#headerbg {
    background-color: #fff;
    box-shadow: 0 0 6px 0 #000;
}

#header {
/*    height: 100px;
    background-image: url(../images/png/headerbg.png);*/
}

#footer {
    color: #fff !important;
    font-family: "pragmatica-web",sans-serif;
    font-style: normal !important;
    font-weight: 200 !important;
    font-size: 0.8rem;
}

.icon-bar {
    background-color: #fff;
}

.iconbar > a:hover {
    border-radius: 50%;
    box-shadow: 6px 0 0 9px #333;
    color: #009ee2 !important;
    font-size: 3em !important;
}

.icon-bar > a:hover {
    background-color: #fff;
}

#icon-bar-image {
    width: 40px;
}

.iconbar_hover {
    box-shadow: 6px 0px 0px 9px #333;
    color: #009ee2 !important;
    font-size: 3em !important;
    border-radius: 50%;
}


#portaltitle {
    /*margin-top: 30px;*/
}


.maincontainer {
    background-color: #555555;
    margin-bottom: 20px
}

#contentcontainer {
    /*padding: 20px;*/
/*    box-shadow: 0 10px 10px #ccc;
    background-color: #fff;*/
    color: #fff;
    font-family: "pragmatica-web",sans-serif;
    font-style: normal !important;
    font-weight: 200 !important;
}

#course_menu .panel {
    margin-bottom: 0px;
    background-color: #FFF;
    border: none;
    color: #009EE2;
}
#course_menu .panel:hover {
    color: #009EE2;
    border: none;
    outline: 2px solid #006088;
}

#course_menu .panel a {
    color: #009EE2;
}

.startinstruction,
.starttest {
    background-color: #FFF;
    font-weight: normal;
    font-size: 20px;
    color: #009EE2;
    border: none;
}

.startinstruction:hover,
.starttest:hover {
    background-color: #FFF;
    font-weight: normal;
    font-size: 20px;
    color: #009EE2;
    border: none;
    outline: 2px solid #006088;
}

#instructioncontainer {
    padding: 0px;
    background-color: #fff;
	max-width: 1279px;
}

#coursecontent {
    padding: 0;
    position: relative;
    /*min-height: 100%;*/
}


#image_container {
    background-color: #fff;
}

#image{
	background-repeat: no-repeat;
    
    /*position: absolute;*/
}

#image {
    max-height: 100%;
    max-width: 1280px;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}

#image img {
    max-height: 100%;
    max-width: 100%;
}

#foreground_image{
	z-index: 101;
}

#foreground {
    position: relative;
    max-width: 100%;
}

#background_image{
	z-index: 100;
}

.headerbar {
/*    background-color: #555555;*/
}

.contentwrapper {
    box-shadow: 0 0 2px 1px #888;
}

.title h1 {
    font-family: "pragmatica-web",sans-serif;
    font-style: normal !important;
    font-weight: 200 !important;
    color: #009EE2;
    font-size: 25px;
    padding-top: 34px;
}

.mobiletitle h1 {
    font-family: "pragmatica-web",sans-serif;
    font-style: normal !important;
    font-weight: 200 !important;
    color: #009EE2;
    font-size: 18px;
    padding-top: 0px;
}


/* ==========================================================================
   Coursemenu
   ========================================================================== */

#course_menu a {
    
}

#course_menu_ul li p {
    color: #fff;
}

#course_menu_ul li p:hover {
/*    box-shadow: 0 0 10px 0 #b0b1b0;
    -webkit-transition: box-shadow 0.15s ease-in-out 0s;
    -moz-transition: box-shadow 0.15s ease-in-out 0s;
    -o-transition: box-shadow 0.15s ease-in-out 0s;
    -ms-transition: box-shadow 0.15s ease-in-out 0s;
    transition: box-shadow 0.15s ease-in-out 0s; */
}

.coursepanel {
    background: #FFF none repeat scroll 0 0;
    color: #999;
    margin-bottom: 1.25rem;
    padding: 1.25rem 1.25rem 0.25rem;
    border-radius: 5px;
}

.turnaroundtime {
    font-size: 130% !important;
    font-family: "pragmatica-web",sans-serif !important;
    font-weight: 200 !important;
    color: #009EE2;
}

#course_launcher {
    /*margin: 0 -25px -20px !important;*/
}



/* ==========================================================================
   Navigation
   ========================================================================== */
.navigatie{
/*	margin-top:25%;
	z-index:2;
	right: 0;
	position:absolute;*/
}


/* Navigationbuttons
   ========================================================================== */

.icon-bar {
    display: table !important;
}

.icontable {
    padding-left: 0px;
    padding-right: 0px;
}

.icontable a {
    padding-right: 0px;
    padding-left: 0px;
}

svg {
    color: #fff;
}

.navbutton {
    background-color: #fff;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    margin: 0 0.6rem 1.25rem;
    color: #009EE2;
    font-weight: normal;
    transition: background-color 300ms ease-out;
    border-radius: 5px;
    display: block;
}

.navbutton:focus, .navbutton:hover, .navbutton:focus {
    background-color: #ccc; 
}

.startbutton {
    background-color: #F4921D;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    /*margin: 0 0 1.25rem;*/
    color: #fff;
    font-weight: normal;
    transition: background-color 300ms ease-out;
    border-radius: 5px;
    display: block;
}

.startbutton:focus, .startbutton:hover, .startbutton:focus {
    background-color: #ccc; 
}

.chapterbutton {
    background-color: #67bd3a;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    /*margin: 0 0 1.25rem;*/
    color: #fff;
    font-weight: normal;
    transition: background-color 300ms ease-out;
    border-radius: 5px;
    display: block;
}

.chapterbutton:focus, .chapterbutton:hover, .chapterbutton:focus {
    background-color: #4B7F2F; 
    color: #fff;
}

.testbutton {
    background-color: red;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    /*margin: 0 0 1.25rem;*/
    color: #fff;
    font-weight: normal;
    transition: background-color 300ms ease-out;
    border-radius: 5px;
    display: block;
}

.testbutton:focus, .testbutton:hover, .testbutton:focus {
    background-color: #AA0000;
    color: #fff;
}


.chaptercompleted:before {
    color: #fff;
    content: '\f058';
    font-family: "FontAwesome";
    margin-left: -20px;
    margin-top: -10px;
    position: absolute;
}

#course_menu_ul .disabled {
    pointer-events: none;
    cursor: default;
    background-color: #B6E29E;
    color: #a8a8a8;
}

/* audio slideshow */
#slideshow{
    width:100%;
	/*min-height: 660px;*/
	max-width: 1280px;
}

/*tekst wolkjes*/
#text{
	color:#fff;
	padding-top:10px;
    padding-left: 75px;
	opacity: 0.9;
	z-index:4;
	position:absolute;
}

#text_container{
	padding:10px;
	padding-left:20px;
	min-width:300px;
	background-color: #109657;
}


/*einde tekst wolkjes*/

.progress_track{
	height:22px;
	padding: 0px;
	margin: 0px;
    background-color: #BBBBBB;
}

.progress{
	height:100%;
	width:0px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #A6FF4D;
    background: repeating-linear-gradient(
        135deg,
        #64C84B,
        #64C84B 10px,
        #6BCF52 10px,
        #6BCF52 20px
    );
}
.audio_player{
    bottom: 0px;
    width: 100% !important;
    display: block;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.imgcontainer{
    width: 100%;
    background-color: #fff;
    text-align: center;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


/* Small screens
   ========================================================================== */
@media only screen {
    body {
    }
    .maincontainer {
        background-color: #333;
        margin-bottom: 20px;
    }
    #header h2 {
        color: #FFF;
    }
    
    .next{
        margin-top:5%;
        z-index:2;
        right: -27px;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 50%;
    }
    
    .previous{
        margin-top:5%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar {
        background-color: #dedede;
    }
    
    .icon-bar a {
        padding: 1em 0;
    }
    
    .icon-bar > * img {
        height: 1.5rem;
        width: 1.5rem;
    }
    
} 

/* Define mobile styles
   ========================================================================== */

@media only screen and (max-width: 40em) {
    body {
    }
    .maincontainer {
        background-color: #333;
        margin-bottom: 20px;
    }
    #header {
        background-color: #1792b5;
    }
    #header h2 {
        margin-top: 5px;
        font-size: 22px;
    }
    .next{
        margin-top:5%;
        z-index:2;
        right: -27px;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 50%;
    }
    
    .previous{
        margin-top:5%;
        z-index:2;
        left: 0;
        position:absolute;
    } 
    
    .icon-bar a {
        padding: 1em 0;
    }
    
    .icon-bar > * img {
        height: 1.5rem;
        width: 1.5rem;
    }
    
    .icon-bar {
        background-color: #dedede;
    }
} 

/* max-width 640px, mobile-only styles, use when QAing mobile issues
   ========================================================================== */



/* Medium screens
   ========================================================================== */
@media only screen and (min-width: 40.063em) {
    body {
    }
    .maincontainer {
        background-color: #333;
        margin-bottom: 20px;
    }
    #header h2 {
        color: #009EE2 !important;
    }
    .next{
        margin-top:25%;
        z-index:2;
        right: 0;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 100%;
    }
    
    .previous{
        margin-top:25%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar a {
        padding: 2em 0;
    }
    
    .icon-bar > * img {
        height: 2.5rem;
        width: 2.5rem;
    }
    
    .icon-bar {
        background-color: #fff;
    }
} 


/* min-width 641px, medium screens
   ========================================================================== */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    body {
    }
    .maincontainer {
        background-color: #333;
        margin-bottom: 20px;
    }
    #contentcontainer {
        margin-top: 30px;
    }
    #header h2 {
        color: #009EE2 !important;
    }
    .next{
        margin-top:25%;
        z-index:2;
        right: 0;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 100%;
    }
    
    .previous{
        margin-top:25%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar {
        background-color: #fff;
    }
} 

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues
   ========================================================================== */

/* Large screens
   ========================================================================== */
@media only screen and (min-width: 64.063em) {
    #contentcontainer {
        margin-top: 30px;
    }
    #header h2 {
        color: #009EE2 !important;
    }
    .next{
        margin-top:25%;
        z-index:2;
        right: 0;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 100%;
    }
    
    .previous{
        margin-top:25%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar {
        background-color: #fff;
    }
} 

/* min-width 1025px, large screens
   ========================================================================== */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .next{
        margin-top:25%;
        z-index:2;
        right: 0;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 100%;
    }
    
    .previous{
        margin-top:25%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar {
        background-color: #fff;
    }
	
	.row {
		max-width: 70em !important;
	}
	
} 

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues
   ========================================================================== */



/* XLarge screens
   ========================================================================== */
@media only screen and (min-width: 90.063em) { 
    .next{
        margin-top:25%;
        z-index:2;
        right: 0;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 100%;
    }
    
    .previous{
        margin-top:25%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar {
        background-color: #fff;
    }
} 

/* min-width 1441px, xlarge screens
   ========================================================================== */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .next{
        margin-top:25%;
        z-index:2;
        right: 0;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 100%;
    }
    
    .previous{
        margin-top:25%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar {
        background-color: #fff;
    }
} 

/* min-width 1441px and max-width 1920px, 
   use when QAing xlarge screen-only issues
   ========================================================================== */








/* XXLarge screens
   ========================================================================== */
@media only screen and (min-width: 120.063em) { 
    .next{
        margin-top:25%;
        z-index:2;
        right: 0;
        position:absolute;
    }
    .next img,
    .previous img {
        width: 100%;
    }
    
    .previous{
        margin-top:25%;
        z-index:2;
        left: 0;
        position:absolute;
    }
    
    .icon-bar {
        background-color: #fff;
    }

} 
/* min-width 1921px, xxlarge screens
   ========================================================================== */

.reveal-modal h1,
.reveal-modal h2 {
	color:#009ee2 !important;
}

.page_progress{
	width:100%; 
	z-index: 10; 
	position:absolute; 
	text-align:center;
}

.item{
	float:right;
}

.close-reveal-modal{
	color: #000 !important;
}