/*
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 : 13-Jun-2018, 11:20:46
    Author     : Sami
*/

.enrolmentRow {
    background-color:#d7d7d7;
}

.myCourseDataContainer {
    display:none;
}

.myCoursesTable {
    margin-bottom:30px;
}

#cs_overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    display: none;
}

/* 
    KW 05/01/19 modified percentages to take up more of the window.
	KW 09/12/19 changed style so that it centres instead of position = fixed.
*/
.cs_iframe {
    width: 98%;
    height: 98%;
    text-align: center;
    z-index: 10000;
    background-color:#fff;
}