/* @override
	http://www.elearning.dev/css/additional.css
	http://elearning.dev/css/additional.css
	http://elw.local/css/additional.css */


@media (min-height: 100px) {
    .fixed500{
        height: 300px;
    }
    .tabbed500{
        height:206px;
    }
}
@media (min-height: 500px) {
    .fixed500{
        height: 400px;
    }
    .tabbed500{
        height:306px;
    }
}
@media (min-height: 600px) {
    .fixed500{
        height: 500px;
    }
    .tabbed500{
        height:406px;
    }
}

/*TODO move this course style part to themes*/
.header-coursetitle{
	position:relative;
	left:250px;
	z-index:10;
	width:580px;
}

.coursepage_logo{
	position:relative;
	left: -15px;
}

#bottommenu{
	margin-bottom: -20px;
	margin-top: -15px;
	font-size: 0.9em;
}

.usercourse-bar {
	width: 205px;
	height: 20px;
	position: relative;
	top:2px;
}

.usercourse-bar span {
	display:inline-block;
	height: 10px;

}

.status-open {
	background-color: transparant;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.status-busy {
	background-color: #fff0a3;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.status-success {
	background-color: #afff8e;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.status-failed {
	background-color: #f59090;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.bar-end {
	background-color: transparent;
	border-right: 1px solid #ddd;
}


/********** DEVELOPMENT SECTION ****************/
.display-platform-academy{
	font-size:0.8em;
}

.environment-detection-holder{
	position: relative;
	z-index: 10000;
}
.environment-detection{
    position: absolute;
    background-color: Crimson  ;
    color: Cornsilk;
    border:5px solid MidnightBlue ;
    border-radius:10px;
    box-shadow: 10px 10px 5px #888888;
    padding: 10px;
    font-weight: bold;
    top: 5px;
    /*cursor: pointer;*/
    /*right:0;*/
    left:0 ;  /* ls ik heb de rechterkant even nodig */
}

.env-detect{
	width:40px;
}
.env-detect-hide{
	display:none;
}
.display-platform-academy{
	cursor: pointer;
}
/*.environment-detection:hover{
    box-shadow: 5px 5px 2px #888888;
	top: 10px
}*/



/*********EVALUATION***********/
.evaluation-txt{
	padding: 10px 15px;
	margin: 0;
}

#questions-container{
	height: 400px;
	overflow: auto;
}
.question-indicator{
	font-weight: bold;
	color: #999;
}
.question-radio-holder{
	padding :0 15px;
}
.question-area{
	padding-bottom:3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
    font-weight:bold;
}
#evaluation-form{
    width:920px;
}
#evaluation-form .modal-dialog{
    width:900px;
}
.question-categorie{
    float:left;
    border-left:1px solid #ebebeb;
    text-align:center;
    padding:0 3px;
}
.question-categorie.holder-1{
    width:125px;
}
.question-categorie.holder-2{
    width: 55px;
}
#user-courses-table{
	/*padding-left:10px;*/
	/*padding-right:10px;*/
}
#user-courses-table .glyphicon{
    cursor:pointer;
}
.management-header{
    background-color: #14555B;
    color:#fff;
}
.man-first-child{
    background-color: #14555B;
    color:#fff;
}
.man-first-child{
    background-color: #14555B;
    color:#fff;
}
.man-first-child{
    background-color: #14555B;
    color:#fff;
}
.management-number{
    text-align: right;
}
#user-courses-table .table tbody tr:hover td, .table tbody tr:hover th{
    background-color: transparent;
}
.evaluatie-thanks{
	list-style: none;
	margin-top: 20px;
	margin-left: 0px;
}

#grbko-logo{
    margin-top:10px;
}
#version{
    position:absolute;
    font-size:.9em;
    color:#dfba21;
    padding:0 30px 0 0 ;
}
#version:hover{
    color:#000;
}

/*********************** ACADEMY SECTION ********************************/

#academy_infoblock{
	height:140px;
}

#academy_courseblock table td{
overflow-wrap: break-word;
  word-wrap: break-word;

  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

#academy_courseblock table th.wide{
	min-width : 182px;
}

#studentcourse_header{
	height:140px;
}
#btn_close-courseinfo{
	position:relative;
	top:23px;
	right:2px;
}
#studentcourse_container{
	/*display:none;*/
}
#studentcourse_grid{
	/*display:none;*/
}

#cnt_courseimage{
	margin-bottom:10px;
	width:100%;
}
#cnt_courseimage img{
	display: block;
	margin: 0px auto 0px auto;
}
#academy_toolbar{
	padding:0px;
	margin-top: 0px;
}
.course-info-icon{
	position:relative;
	top:3px;
}
#btn_savebatch{
	position:relative;
	left:90px;
}
.cnt_student{
	 height: 400px;
	 overflow-y:auto;
	 padding:5px;
	 border : 1px solid #e0e0e0;
	 font-size:0.9em;
}
.subheader-actionbar{
	margin-top: -5px;
	margin-bottom: -20px;
	height:35px;
}
.subheader-actionbar button{
	width: 102px;
	margin-left:16px;
	z-index:10;
	position:absolute;
	top:125px;
}

.subheader-actionbar button i{
	position:relative;
	top:2px;
	font-size:1.3em;
}

.coursetitle-header{
	float:right;
	position:absolute;
	top:-20px;
	right:10px;
	font-weight: normal;
	font-size: 0.9em;
	color: #69a54a;
}
#btn_savebatch_disabler{
	background-color:#e0e0e0;
	width:140px;
	height:30px;
	position:absolute;
	left:85px;
	z-index:10000;
	border-radius:3px;
	opacity:0.7;
}

.usercourse-paging-bar {
    padding-left: 30px;
    border-top: 1px solid #ddd;
    width: 555px;
    padding-top: 10px;
    margin-left: 0px!important;
}

.usercourse-paging-bar label{
   float: left;
}

.usercourse-paging-bar .btn-reload {
	cursor: pointer;
	margin-right: 10px;
	border: 1px solid #bcbcbc;
	padding: 2px;
	border-radius: 3px;
	position:relative;
	top:2px;
	margin-left:-24px;
}

.usercourse-paging-bar input{
   width: 30px;
   height: 24px;
   float: right;
}

.matrix-tab {
	height: 40px;
	position: relative;
	top: 2px;
	border: none;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-right: 14px;
	background-color: transparent;
}
.matrix-tabs button.active{
	background-color: #eee;
}


/*  editor course button*/

.cke-btn-course {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #cccccc #cccccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 3px 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    white-space: pre-line;
    width: 350px;
}


.btn-clear-course-selection {

    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #dff0d8 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #dff0d8 100%);
    background-repeat: repeat-x;
}

.cke-btn-course:hover {
    background-color: #a5a5a5;
    background-image: -moz-linear-gradient(center top , #efefef, #c0c0c0);
}

/* home page edit link*/
#publicHomePage{
	position:absolute;
	top:240px;
	left:140px;
	z-index:1000;
}

#publicHomePage > a{
   color: #e38a2e;
}

/*footer*/
.footer .smaller{
	font-size:0.8em;
}
.footer .centered{
	text-align: center;
}

#socialmedia a img{
	margin-top:5px;
}

mt-5{
	margin-top:5px;
}
mt-6{
	margin-top:6px;
}

.demo{
	background-color: #9bcbff;
}

.datetime-bar{
	padding:8px 0px 8px 8px;
	border: 1px solid #e0e0e0;
	border-radius:5px;
	display: inline-block;
}

/*validator additional styles*/
.error.valid {
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

/*form additional styles*/
.form-actions-condensed{
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #fff;
}

.controls .infofield{
	line-height: 30px;
	font-size:0.9em;
}

/* subscription forms additional styling*/
.modal-subscribe{
	height:280px;
}

.button-subscribe{
	width:220px!important;
}

.checked-courses{
	float: right;
	position: relative;
	top: -19px;
	font-weight: normal;
}
.checked-users{
	position: absolute;
	top: 8px;
	left: 50px;
	font-weight: normal;
}

/* beheer -> stijl overview  */

#themePagingGrid-form .id-csv {
    display: inline-block;
    word-break: break-all;
}

#show-no-login {
	display:none;
	line-height: 1.5;
	width:400px;
	padding-right:0px;
	margin-right: 0;
}

/* ======================== profile section ====================== */
.icon-green {
	color: green;
}

.icon-red {
	color: red;
}

/* ======================= general course styles =================== */

.back-orange {
	background-color: #DF872D!important;
	padding: 20px;
	margin-left: -30px;
	margin-right: -30px;
}

.back-green {
	background-color: #5AA6AD!important;
	padding: 20px;
	margin-left: -30px;
	margin-right: -30px;
}

.back-gray {
	background-color: #B5B2B1!important;
	padding: 20px;
	margin-left: -30px;
	margin-right: -30px;
}

.text-white {
	color: #fff;

}

.text-white ul {
  list-style: none; /* Remove default bullets */
}

.text-white ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  margin-top: -1em;
  font-size: 1.5em;
  position:relative;
  top:2px;
}

.text-black {
	color: #202020;

}

.text-black ul {
  list-style: none; /* Remove default bullets */
}

.text-black ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #202020; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 1.5em;
}


.xs-small-inline {
	width:22px;
	height:21px;
	position:relative;
	left:-5px;
}


.report-list-group{
	margin:0;
	padding:0;
	list-style: none;
}
.report-list-group-item{
	margin:0;
	padding:10px 0px 5px 0px;
	border-bottom:1px solid #bbb;
}
.report-legendheader{
	background-color:#111;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding-left:10px;
	width:1240px;
	position: relative;
	left:15px;
	padding-top:10px;
}
.report-totalheader{
	background-color:#444;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding-left:10px;
}
.management-table{
	display: flex;
	flex-wrap: nowrap;
}
.col-title{
	width:425px;
}
.col-stat{
	width:175px;
}
.organisation-x{
	background-color: #ccc;
	border-bottom: 4px solid #000;
}
.target-x{
	background-color: #ddd;
	border-bottom:none;
}
.user-x{
	background-color: #eee;
	border-bottom:none;
}
.report-scroller{
	height:600px;
	overflow-y:scroll;
	overflow-x:hidden;
}


.scroll-y350{
    overflow			: auto;
    padding-top			: 27px;
    height 				: 368px;
}

.basic-modal{
    border: none;
    border-radius:25px;
    padding:0;
}

.dialog-modal{
    width:800px;
}
.dialog-header{
    background: #0d47a1;
    padding:15px;
    width:100%;
}
.dialog-title{
    color:#fff;
    font-size: 1.5em;
    margin:0;
}
.dialog-close{
    -webkit-appearance: none;
    padding:0;
    cursor:pointer;
    background: transparent;
    border:0;
    color:#b2b2b2;
    float: right;
    font-size: 26px;
}
.dialog-close:hover{
    color: #fff;
}
.dialog-body {
    padding: 15px;
}
.course-sorter-area{
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    list-style: none;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}
.course-sorter-area li{
    padding: 5px;
    border-bottom: 1px solid #ccc;
    cursor: move;
    display:grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}
.three-lines{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
    padding: 5px;
    /*border: 1px solid #b2b2b2;*/
}
.three-lines div{
    border-left: 1px solid #b2b2b2;
}
.row-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 100;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top:70px;
    left:50%;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 8px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
