/*

CSS file


*/

/* tags starting with # are commented for Firefox but valid for IE */
body {
    margin: 0px;
}

/*hide stuff*/
.noshow {
    position: absolute;
    left: -9000px !important;
}
  
.LoginPageBody {
    width: 220px;
    left: 0;
    background-color: #14626a;
    position: fixed;
    height: 100%;
    z-index: 4;
    overflow: visible;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal !important;
}

.LoginPageBody input[type="text"], input[type="password"]{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    display: inline-block;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    height: 36px;
    line-height: 24px;
    margin: 0;
    padding: 4px 10px;
    vertical-align: middle;
    width: 100%;
    max-width: 450px;
}

.LoginPageBody input[type="submit"] {
	    text-decoration: none;
    padding: 5px 10px 5px 10px;
    vertical-align: bottom;
    margin: 0 15px 0 15px;
    font-size: 8pt;
    background-color: #fcc22d;
    color: black;
    border-style: none;
    border-color: #fcc22d;
    /* border-radius: 3px; */
    display: inline-block;}
.LoginPageBody input[type="submit"]:hover {
        background-color: #022a2e;
    border-color: #022a2e);
	color: white;
}

.LoginPageBody table {
    left: 120px;
    position: absolute;
}

.LoginPageBody table td table td {
    background-color: white !important;
}

.LoginPageBody table td table:before {
    content: "Online Module Choices 2025/26";
    overflow: visible;
    width: 600px;
    position: absolute;
    left: 0px;
    top: -40px;
	font-family: 'Athelas', Georgia, 'Times New Roman', serif;
    color: #14626a;
    display: block;
    font-size: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.PageHeadingGraphic
{
	color:white;
	background: url(logo.png) top left  no-repeat;
	/*height:105px;*/
	height: 95px;
	width: 600px;
	
}

.LanguageChooserHolder
{
	position: absolute;
	bottom: 3px;
	/*top: 3px;
	right: 10px;*/
}

span.LanguageChooser
{
	/*float: right;	*/
}

span.LanguageChooser SELECT.LanguageChooserDropDownList
{
	/*display:inline;*/
	/*color:#FA090C;*/
	padding: 5px;
}

span.LanguageChooserLabel
{	
	/*display:inline-block;*/
	/*margin:-3px 2px 0px 2px;*/
	vertical-align:middle;
	color:#ffffff;
	/*color:#14626a;*/
	/*text-transform: uppercase;*/
	      font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	/*font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;*/
	/*font-weight:bold;*/
}
#PanelLogonType {
    width: 220px !important;
    left: 0;
    background-color: #14626a;
	color: #14626a;
    position: fixed;
    height: 100% !important;
    z-index: 4;
    overflow: visible;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal !important;
	top: 90px;
}

div#PanelLogonType:before {
    content: "As you are both a student and a member of staff, you need to choose the type of user:";
    left: 280px;
	top:50px;
    width: 800px;
    position: absolute;
}

input#RadioButtonStudent {
    left: 280px;
    position: absolute;
	top:80px;
}
label[for=RadioButtonStudent]
{
    overflow: visible;
    width: 400px;
    position: absolute;
	top:80px;
    left: 360px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}

/*input#RadioButtonStudent:before{
    content: "Login as Student";
    overflow: visible;
    width: 400px;
    position: absolute;
    left: 60px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}*/
input#RadioButtonStaff {
    left: 280px;
    position: absolute;
	top:110px;
}
/*input#RadioButtonStaff:after {
    content: "Login as Staff";*/
	label[for=RadioButtonStaff]
{
    overflow: visible;
    width: 400px;
    position: absolute;
	top:110px;
    left: 360px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}

input#RadioButtonStaff:before {
    content: "Online Module Choices 2025/26";
    overflow: visible;
    width: 600px;
    position: absolute;
    left: -4px;
    top: -106px;
	font-family: 'Athelas', Georgia, 'Times New Roman', serif;
    color: #14626a;
    display: block;
    font-size: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
input#StartSessionButton {
    left: 280px;
    position: absolute;
    top: 250px;
		    text-decoration: none;
    padding: 5px 10px 5px 10px;
    vertical-align: bottom;
    margin: 0 15px 0 15px;
    font-size: 8pt;
    background-color: #fcc22d;
    color: black;
    border-style: none;
    border-color: #fcc22d;
    /* border-radius: 3px; */
    display: inline-block;}
	
input#StartSessionButton:hover {
        background-color: #022a2e;
    border-color: #022a2e);
	color: white;
}

/*CSS FIXES FOR STUDENT SEARCH PAGE */
.searchSpec span {
   display:none;
}

.searchSpec:before {
    content: "Online Module Choices 2025/26";
    overflow: visible;
    width: 600px;
    position: absolute;
    left: 280px;
    top: 20px;
	font-family: 'Athelas', Georgia, 'Times New Roman', serif;
    color: #14626a;
    display: block;
    font-size: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.searchSpec {
    /*position: absolute;
    left: 280px;*/
	    width: 220px;
    left: 0;
	top: 90px;
    background-color: #14626a;
    position: fixed;
    height: 100%;
    z-index: 4;
    overflow: visible;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal !important;
}

.studentList {
	float: left;
    margin-left: 280px;
	margin-top: 35px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal !important;
}
#GridViewResults {
	float: left;
    margin-left: 280px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal !important;
}

table#SearchSpecLeft td {
    max-width: 0px;
    overflow: visible;
    white-space: nowrap;
}

table#SearchSpecLeft span{
        color: #999;
    display: block;
    font-size: 15px;
    line-height: 23px;
   padding-bottom: 36px;
}

label#SetSearchLabel{
    color: #999;
    display: block;
    font-size: 15px;
	
}

.AoTypesLabel, span.CallbackSearcherLabel, .hasUnacknowledgedStudentProvidedNote.FindStudentSearchSpec, label[for=CheckBoxLimitResultSize] {
        color: #999;
    display: block;
    font-size: 15px;
    /*line-height: 23px;
   padding-bottom: 36px;*/
}
label[for=CheckBoxLimitResultSize]
{ display:inline;}


span.AoTypesLabel{
	display:block;
}

table#SearchSpecLeft input, table#SearchSpecLeft select{
	    margin-top: 15px;
}

table#SearchSpecLeft input, table#SearchSpecLeft select, div#FindStudentSearchSpec input, div#FindStudentSearchSpec select, div#FindStudentSetSpecInternal input[type="text"] {
	    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
   
    box-sizing: border-box;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    height: 36px;
    line-height: 24px;
    padding: 4px 10px;
    vertical-align: middle;
    width: 100%;

}
table#SearchSpecLeft input, table#SearchSpecLeft select {

    max-width: 200px;}
	
div#FindStudentSearchSpec input, div#FindStudentSearchSpec select {
	min-width:200px;
	max-width:400px;
}

div#FindStudentSearchSpec {
    width: 400px !important;

    float: right;
    background-color: #fcc22d;
    padding: 35px;
	 margin: 35px;
}
/*div#FindStudentSearchSpec {
    width: 400px !important;
    position: absolute;
    top:0px;
    left: 1420px;
    background-color: #fcc22d;
    padding: 35px;
}*/
div#FindStudentSetSpec {
    width: 400px !important;
    float: right;
    background-color: #ed8165;
    padding: 35px;
    margin: 30px;
}
/*div#FindStudentSetSpec {
    width: 400px !important;
    position: absolute;
    top: 400px;
    left: 1420px;
    background-color: #ed8165;
    padding: 35px;
}*/
div#FindStudentSetSpecInternal {

    background-color: #ed8165;
	 font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}
fieldset {
    border-style: none;
}
input#ButtonFind, input#Logoff{
    left: 18px;
}
input#ButtonFind, input#Logoff{
   background: #ffffff;
    border: 2px solid #fff;
    color: #000;
    height: auto;
    min-width: 180px;
    max-width: 180px;
    white-space: normal;


    border-radius: 0;
   
    box-sizing: border-box;

    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
      margin-bottom: 2px;
    user-select: none;
    vertical-align: middle;
   
    z-index: 2;
}
input#ButtonFind:hover, input#Logoff:hover {
    background: #1f808c;
}

input#ButtonSubmit, #GridViewResults input, .SearchButton{
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    vertical-align: bottom;
    margin: 0 15px 0 15px;
    font-size: 8pt;
    background-color: #fcc22d;
    color: black;
    border-style: none;
    display:inline-block;
}

input#ButtonSubmit:hover, #GridViewResults input:hover, .SearchButton:hover {
        background-color: #022a2e;
    border-color: #022a2e);
	color: white;
}
/*input#ButtonSubmit {
    position: absolute;
    top: 50px;
}*/
/*makes 'allocated to' box on student search page bigger */
select#CallbackSearcherV2IsAllocatedTo_ctl01 {
    height: 100px !important;
}

