
/*  pp_css_stylesheet.php - Antoine Robinson 21st May 2018-  Part of ParentPortal */


*{
	margin:0;
	padding:0;
}

@font-face {
    font-family:dosis;
	src: url('../../global/fonts/dosis/dosis-semibold.ttf');
    src: url('../../global/fonts/dosis/dosis-semibold.ttf') format('opentype'),
	url('../../global/fonts/dosis/dosis-semibold.ttf') format('truetype');
}

@font-face {
    font-family:asap;
    src: url('../../global/fonts/asap/asap-regular.ttf') format('opentype'),
	url('../../global/fonts/asap/asap-regular.ttf') format('truetype');
}

@font-face {
	font-family:open-sans;
	src: url('../../global/fonts/open-sans/opensans-regular.ttf'),
	url('../../global/fonts/open-sans/opensans-regular.ttf') format('truetype')	;
}


body{
	font:1.2em 'Tahoma', Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-family: 'open-sans', Tahoma, sans-serif;
	line-height: 130%;
	color:white;
	background-color:#f1eef7;	  /* #FAF9F6 (live) #eceaff (test)   E4FF89 (test_previous) */	
	width: 100%;	
	margin: 0;
	/* overflow: hidden; */
	margin-left: 0;
	min-width: 340px !important;
	background: url('../images/college_purple_wallpaper.jpg') center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.clearboth{
	clear:both;
}

#darken_background, #darken_background2, #darken_background3 {
	display: none;
	position: absolute;
	z-index: 3150;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#darken_background2 {
	z-index: 600;
}

#darken_background3 {
	z-index: 900;
}

#idx_initialscreen {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #5C3F84;
	color: #EEE2FF;
	
}

#img_large_wykelogo, #img_large_pp_logo {
	position: absolute;
}

#img_large_wykelogo {
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));	
}


#container{
	margin: 0;
	height: 100%;	
	/* overflow: hidden; */
	position: initial !important;
	display:flex;
	align-items: center;
	justify-content: center;
}

#container a {
	color:#382354;
	text-decoration:none;
}
#container a:hover, #footer a:hover{	
	color:#5C3F84;
}


#img_logo {
	position: absolute;
	top: 16px;
	right: 170px;
	z-index: 3100;
}


#mainlogo {
	position: absolute;
	margin: 0;
	z-index: 3100;
	top: 3px;
}

#mainscreen {
	position: absolute;
	width: 100%;
	background-color: transparent;
	overflow: hidden;		
    -moz-box-shadow:    	0px 2px 3px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 	0px 2px 3px rgba(0,0,0,0.6) inset;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.6) inset;
	z-index: 1000;	
}

#btn_privnotice {
	position: absolute;
	top: 25px;
	right: 250px;
	font-size: 0.9em;
	line-height: 1em;
}


#wykemenu {
	width: 100% !important;
	overflow-x: hidden;
	background-color:#EEE6F2;
	text-align: left;
	
}


#div_pageheading_wrapper {	
	position: absolute;
	top: 0px;	
	padding: 0px 20px 10px 0px;	
	margin: 13px 0px 5px 70px;
	z-index: 3100;
}

#div_pageheading {
	position: relative;
	color: white;	
	font-size: 1.1em;
	width: 100%;
	background-color: rgba(56, 1, 86, 0.8);  /* LIVE */ 
	/* border: 10px solid #FAF4FF; */
	background-color: transparent;
	opacity: 1 !important;
	border-radius: 3px;
	text-shadow: 2px 2px 3px black;
}

#div_revbuttons {
	margin-top: 20px;
}

.div_review {
}

#div_reviewhelp td {
	vertical-align: top;
}


.heading_image {
	height: 30px;
	margin-top: 8px;
	margin-bottom: -5px;
	margin-right: 15px;
	-webkit-filter: drop-shadow(2px 2px 3px #000);
	filter: drop-shadow(2px 2px 3px #000);	
}


.download {
	background-color: transparent;
	padding: 2px 10px;
	margin-right: 5px;
	border-radius: 0px;
	font-size: 0.9em;
	vertical-align: middle;
	margin-top: 0px;
	cursor: pointer;
	transition-duration: 0.3s;
}

.download:hover {
	color: white !important;
	background-color:  #5e3d89 !important;
}

.download a {	
	font-weight: bold;
}

.download a:hover {	
	font-style: normal;
}


/*Content*/

#content{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	margin:0;
	top: 0;
	padding:10px 10px 0px 10px;
	line-height:130%;	
	overflow-y: hidden;
	overflow-x: hidden;
	clear: both;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.3) !important;
	z-index: 3000;
}

#content ol li,#content ul li{
	margin-left:20px; /* changed from 20px because it ruins the tabber tabs */
}

#loginAs {
	font-size: 0.8em;	
}

/*Footer*/
#footer{
	position: fixed;
	border-bottom: none;
	height: aut0;
	color:#fff;
	width: 100%;
	bottom: 0px;	
	z-index: 20000;
	font-weight: normal;
	font-size: 0.8em;	
    padding: 0px 100px 2px 10px;
	vertical-align: middle;
	background-color: transparent;	
    -moz-box-shadow:    	0px -2px 3px rgba(0,0,0,0.6) ;
	-webkit-box-shadow: 	0px -2px 3px rgba(0,0,0,0.6) ;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.6);
	z-index: 5000;
}
/*Element Styles*/
h1, h2, h3, h4, h5, h6 h7{
	color:white;
	padding:5px 0;
	font-weight: normal;
	line-height: 1.2em;
}
h1{
	font-size:1.5em;
}
h2{
	font-size:1.4em;
}
h3, .greeting {
	background-color:#723B87;
	color: white;
	padding-left: 10px;
	font-size:1.2em;
	margin-top: 5px;
	line-height: 1.3em;
}
h4 {
	color: #EBE0FC;
	font-size:1.3em;
}
h5{
	font-size:1.1em;
	font-weight: bold;
}
h6{
	font-size:1em;
	font-weight:bold;
}
h7{
	font-size:1em;
}
h7 span{
	font-size:1em;
	font-weight:bold;
}
p{
	margin:4px 0 10px 0;
}

ul {
	list-style-type:disc;
	font-size:1.0em;
	margin:0 0 0 5px;
}
li {
	padding:1px;
}

a {
	color: rgba(240, 229, 255, 0.8) !important;
	transition-duration: 0.3s;
}

a:hover {
	color:  rgba(213, 183, 255, 1) !important;
}

#footer a{
	color:#fff;
}

a img{
	border:none;
	transition-duration: 0.2s;
}

a img:hover {
  -webkit-filter: drop-shadow(1px 1px 2px #222);
	filter: drop-shadow(1px 1px 2px #222);
	opacity: 0.8;
}

dt{
	color:#5C3F84;
	font-weight:bold;
	font-size:14px;
	padding:2px 0;
}
dd{
	padding-left:25px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

button:focus {
	outline-color: #8888cc !important;
	outline-width: 3px !important;	
}

input[type=button] {
	padding: 2px 5px;
}

input[type=text], input[type=password] {
	padding: 4px 6px 3px 6px;
}

textarea {
	width: 99%;
	font:1.1em 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px !important;
	border: 2px solid rgba(83, 63, 91, 0.8);
	color: #5A1175;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.7);
}

.newsheading1 {
	font-size: 1.3em !important;
	color: #421F51 !important;
}

.newsheading2 {
	font-size: 1.1em !important;
	color: rgba(83, 39, 102, 0.9) !important;
}

.greeting {	
	padding: 5px 8px;
}


#div_progresscircle, #div_progresscircle2, #pleasewait {
	position: absolute;
	width: 100%;
	top: 10%;
	text-align: center;
}

#div_progresscircle2 {
	position: relative;
	margin-top: 50px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

.prog_spinner {
	margin-top: 80px;
}

#pleasewait {
	margin-left: 20px;
	width: 80%;
	z-index: 10000;
	background-color: #1B1130;
	padding: 30px;
}

#pleasewait.error_message {
	background-color: #A83C3C !important;
}

.phonenum {
	color: inherit;
}

.checkbox {
	/* Double-sized Checkboxes */
  -ms-transform: scale(1.5, 1.5); /* IE */
  -moz-transform: scale(1.5, 1.5); /* FF */
  -webkit-transform: scale(1.5, 1.5); /* Safari and Chrome */
  -o-transform: scale(1.5, 1.5); /* Opera */
  padding: 10px;
  margin-right: 5px;
  border: 2px solid white;
  cursor: pointer;
}

.checkbox_large {
	width: 40px !important;
	height: 40px !important;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

/****************************************
/***********Section DIVs*******************/

#div_details_entry {
}

.section_div, .section_div2 {
	padding-bottom: 10px;
	border-bottom: 1px  #BDAD8F solid;
	display: none;
}

.section_data {
	padding-top: 5px;
	margin-left: 20px;
}

/*******LOGIN and PASSWORD CHANGE boxes*************/


#pleasewaitMsg {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	color: white;
}

#progress_img {
	margin-right: 10px;
	vertical-align: middle;
}

#div_testing {
	margin-top: 100px;
	margin-left: 30px;
	color: white;
	font-size: 0.8em;
}

.td_leftpad {
	padding-left: 12px;	
}

.td_centre {
	text-align: center;
}

#div_register {

}

#div_login_section {
	/* position: absolute; */
	visibility: hidden;
	opacity: 0;
	max-height: 600px;
	/* margin-top: 150px; */
	/* overflow-y: auto; */
	/* width: 300px;	 */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
}
#div_login_alert {
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    border: 1px solid white;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 17px;
	padding: 6px;
}

#div_login_alert p {
	margin: 0;
}
#div_login_alert span {
	font-size: 40px;
    padding: 10px 10px 10px 4px;
}

#div_login_section_a, #div_login_section_b {
	width: 235px;
	display: block;
}

#div_login_error {
	font-size: 1.2em;
	color: red;
	height: 35px;
	vertical-align: top;
}

#div_register {

}

.red_border {
	border: 1px solid red;
}

.logon_field {
	color: rgb(184, 173, 204);
	width: 210px;
	height: 40px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	vertical-align: bottom;
	margin-bottom: 20px;
	position: relative;
}

.logon_icon {
	margin-top: 10px;
	margin-right: 10px;
}

.logon_label {
	position: absolute;
	margin-top: 15px;
	margin-left: 5px;
}

.field_clearbutton {
	position: absolute;
	margin-top: 17px;
	left: 193px;
	opacity: 0.7;
	visibility: hidden;
}

.field_clearbutton:hover {
	opacity: 1;
}


.field_errmessage {
	position: absolute;
	margin-top: -10px;
	left: 160px;
	font-size: 0.6em;
	color: #ff0000;
}

.error_field {
	border-bottom: #ff0000 1px solid;
}

.logon_input {
	position: absolute;
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-left: -2px;
	height: 23px;
	width: 135px;	
	color: white;
	font-size: 1em;
}



.logon_input:focus {
	border: none;
}

.logon_input:disabled {
	color: #EEE2FF;
}

#div_viewselfie {
	margin-right: 25px;
}


.btn_login {	
	background-color: transparent;
	color: #eee;
	border: 1px solid #5C3F84;
	border-color: transparent;
	outline: 1px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	font-size: 1em;
	padding: 12px 75px;
	transition-duration: 0.4s;
	width: 100%;
}

#div_register {	
	background-color: transparent;
    color: rgb(238, 238, 238);
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8em;
    transition-duration: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: transparent;
    outline: rgba(255, 255, 255, 0.6) solid 1px;
    padding: 12px 10px;
    margin-bottom: 10px;
}

#div_forgot_pass {
	margin-bottom: 10px;
}

#btn_changepass {
	padding: 12px 30px;
}

#btn_reqreset {
	padding: 12px 30px;
}

#btn_update_email {
	padding: 12px 30px;	
}

.btn_login:hover, .btn_login:active, #div_register:hover, #div_register:active {
	cursor: pointer;
	background-color: white;
	border-color: #5C3F84;
	color: #5C3F84;
	outline: 1px solid rgba(255, 255, 255, 1);
	
}

#img_up_arrow {
	background: url('../images/up_arrow_white.png') no-repeat;
	object-fit: cover;
	 height: 20px;
	 width: 20px;
}

.btn_login:hover #img_up_arrow {
	background: url('../images/up_arrow_purple.png') no-repeat;
}

#div_attachment_area li {
	list-style: none;
}

 .div_contactwyke {
	margin-left: -5px;
}

.div_contactwyke {
	color: #EEE2F8 !important;
}

.login_msg_text {
	font-size: 0.9em;
	color: white;
	margin: 20px 0px;
}

.login_msg_text_small {
	font-size: 0.65em;
	line-height: 1em;
	color: white;
	margin: 20px 0px;
}

#div_login_welcome .login_msg_text {
	font-size: 1.5em;
	line-height: 2em;
}

#span_resetemail {
	font-style: italic;
}

input[type=button].btn_cancel {
	display: block;
	padding-left: 5px; padding-right: 5px;
	background-color: #642828;
	color: #eee;
}
input[type=button].btn_cancel:hover, input[type=button].btn_cancel:active {
	cursor: pointer;
	background-color: #b00000;
	color: white;
}

#loggedin_user {	
}

#btn_msgClose .btn_return{
	border: none;
	background-color: transparent;
	color: white;
	font-size: 1.2em;
}


.closebutton {
	vertical-align: top;
	margin: 0 0 5px 0px;
}

.closeButton, .applyButton, .closeButtonSmall, .applyButtonSmall {
	position: relative;
	float: right;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	color: #cc1111;
	border: 1px solid #cc1111;
	border-radius: 0px;
	cursor: default;
	text-align: center;
	top: 50px;
	vertical-align: middle !important;
}

.closeButton, .applyButton {
	right: 0px;
	top: 5px;
	height: 16px; width: 16px;
	font:13px 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.closeButton:hover, .applyButton:hover, .closeButtonSmall:hover, .applyButtonSmall:hover {
	background-color: #cc1111 !important;
	color: white;	
	font-weight:bold;  	
	box-shadow: none;
}

 .btn_return:hover{
	color: #EA6764 !important;
	color: white;
}

.div_checkbox {
	vertical-align: top;
	height: 40px;
	cursor: default;
}


.lesson_heading {		
	font-size: 1.1em;
	font-weight: bold;	
}

.div_period {
	margin: 0px 25px 5px 0px;	
}

.box_2col {
	column-span: 1;
}

.box_1col, .box_2col, .btn_review, .btn_bookapt, .div_bookapt, .btn_dispapps, .div_dispapps, .optionbtn {
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 20px;	
	border-radius: 3px;
	padding: 5px;
	-moz-box-shadow:   1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background-color: #6C5D82;
	border: 1px solid #5A1175;
	color: white;
}

.btn_dispapps {
	max-width: 200px !important;
}


.box_1col {
	width: 25%;
}


.div_1col {
	width: 30%;
}

.div_2col {
	width: 100%;
}

.div_3col {
	width: 100%;
}

.box_content {
	padding: 5px 10px !important;
	vertical-align: top !important;
}

.box_pathways, .box_details {
	cursor: pointer;
}

.div_textarea {
	height: auto;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: -5px;
	margin-right: 30px;
}

.cb_selection {
	margin-top: -16px;	
	cursor: default;
}

.cb_selection_disabled {
	cursor: default;	
}

#div_save_submit {	
	position: absolute;
	top: 23px;
	right: 20px;
	padding: 0px;
	z-index: 5000;
}

.btn_submit, #btn_save {
	border: 3px solid #006600;
	background-color: #006600;
	color:  #eeffee;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 10px;	
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	transition-duration: 0.3s;
	cursor: pointer !important;
	margin-left: -10px;
	letter-spacing: -0.02em;
}

#btn_save {
	font-size: 15px;
	border-width: 2px;
	width: 36px;
	padding: 0px 1px 0px 1px;
}

.btn_submit:hover, #btn_save:hover {
	border-color:  #009900;
	background-color: #009900;
	color: white;
	cursor: pointer;
}

.tbl_row1 {
	background-color: rgba(223, 220, 226, 0.8);	

}

.tbl_row2 {
	background-color: rgba(235, 226, 235, 0.8);
}


.tbl_row1ly {
	background-color: rgba(223, 220, 226, 0.5);	
	color: #555;
}

.tbl_row2ly {
	background-color: rgba(235, 226, 235, 0.5);
	color: #555;
}

.tbl_hspacing {
	border-spacing: 0px 2px !important;
}

.tbl_hspacing  th {
}

.tbl_ucas_grades {
	border: none !important;
	border-spacing: 0px 1px;
}

.tbl_ucas_grades td {
	border: none;
	color: #6C587A;  
	border-left: 1px solid rgba(92, 63, 132, 0.3);
	border-bottom: 1px solid rgba(92, 63, 132, 0.3);
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.tbl_studetails {
	width: 100%;
}

.tbl_studetails th {
	padding-left: 5px;
}

.tbl_studetails td {
	height: 20px !important;
	padding: 1px 4px;
}

.tbl_careerdiary {
	color: #5C3F84;
}
.tbl_careerdiary td {
	vertical-align: top;
}

.tbl_careerdiary .td_recby {
	min-width: 100px;
	max-width: 150px;
}

#div_feedback_instructions {
	margin-top: -20px !important;
	margin-bottom: 20px;
}

.div_question {
	margin-top: 10px;
	width: 97.5%;
}



/**** Side menu ****/

#div_sidemenu_wrapper {
	width: auto;
	height: 100%;
}

#div_sidemenu_container {
	position: fixed;
	top: 300px;
	font-size: 0.7em;	
	padding-left: 5px;
	padding-top: 0px;
	margin-left: -5px;
	margin-top: 0px;
	height: auto;
	width: auto;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	border-radius: 0px 0px 5px 0px;
	z-index: 10000;
	cursor: default;
}

#div_sidemenu {	
}

#sidemenu_title {
	color: #E0D0EF;
}





.sidemenu_optnarrow {	
	background-color:#50217F;  /* LIVE */ 		
	padding: 1px 20px 4px 15px;
	height: 10px;
	width: 40px;
	margin: 0px;
	color: white;
	text-align: center;
	z-index:1510;
	margin-left: 0px;
}

.sidemenu_optnarrow:not(#div_sidemenu_img) {
	padding: 8px 0px 4px 5px;
	width: 45px;
	height: 25px;
	margin-top: -2px;
}


.sidemenu_optwide {
	background-color:#50217F;  /* LIVE */ 		
	width: 210px;
	height: 40px;
	padding: 15px 0px 0px 10px;
	margin: 0px;
	margin-top: 0px;
	color: white;
	margin-left: -5px;
}

.sidemenu_optwide:not(#sidemenu_title) {
	width: 205px;
	height: 25px;
	padding:6px 0px 6px 20px;
	vertical-align: middle;
	margin-top: -12px;
	margin-left: -10px;
}

#div_sidemenu_container:hover .sidemenu_optwide {
	
}


.sidemenu_optwide_last {
	padding-bottom: 1px;
	border-radius: 0px 0px 5px 0px;
}

.sidemenu_opt:hover div{
	transition-duration: 0.2s;
	background-color:#7B33C4 !important;  /* LIVE */ 
}



#sidemenu_opthead .sidemenu_optwide {
	width: 210px;
}

#div_sidemenu_img {
	padding: 5px 5px 40px 5px;
	width: 40px;
	vertical-align: top;
}

.sidemenu_subopt {
	-moz-box-shadow:    	0px 4px 3px rgba(0,0,0,1) inset;
	-webkit-box-shadow: 	0px 4px 3px rgba(0,0,0,1) inset;
	box-shadow: 0px 4px 3px rgba(0,0,0,1) inset;
}

.sidemenu_subopt img {
	padding-left: 10px;	
}

.sidemenu_subopt div {
	background-color:#361656;
	
}

.sidemenu_subopt .sidemenu_optwide {
	width: 170px;	
}

.icn_submenu {
	position: absolute;
	left: 10px;	
	vertical-align: middle;
	width: 6px;
	color: rgba(255, 255, 255, 0.3) !important;
	transform: rotate(0deg);
	background-color: transparent !important;
	padding: 0;
	font-weight: bold;
}

.icn_submenu:hover {
	background-color: transparent !important;
}

.rotate90 {
	transform: rotate(90deg);
}

.rotate180 {
	transform: rotate(180deg);
}




/************Pathways section ******************/

.div_pathway_cell {
	vertical-align: top;
	text-align: center;
	font-size: 0.8em;
	height: 35px;
	width: 100px;
	padding: 4px 5px;
	margin-left: -2px;
	margin-top: -2px;
	transition-duration: 0.3s;
	line-height: 1.1em;
	background-color: #EFEAF2;	
	border: 2px solid #ACA1BA;
}

.div_pathway_cell:hover {
	background-color: #C6B1D3;
	cursor: pointer;
}

.cell_selected {
	background-color: #774A71;
	color:  #F3E8FF;
}

.cell_selected:hover {
	background-color: #9B6895;
}

/************Links section ******************/
#links_div {
	margin-top: 0px; margin-bottom: 0px;
	padding-top: 5px;
	column-span: all;	
}

#links_div img {
	height: 30px;
}

#links_div .imglink {
	text-align: center;
	padding: 5px 2px;
	width: 95px;
	height: 50px;
	margin: 5px 3px 0 3px;	
	background-color: transparent;
	border: solid 1px #D7C9E0;
	/* text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.4), 1px 1px 0px rgba(0, 0, 0, 0.5); */
	vertical-align: top;
	font-size: 0.8em;
	cursor: default;
}

#links_div .imglink:hover {
	cursor: default;
	background-color: #F6EFF9;
	border: solid 1px #9488A0;
}

#links_div a:hover {
	text-decoration: none;
}
	
#search_div {
	margin-top: 0;
	width: 100%;
}

#searchbox {
	height: 50px;
	width: 70% !important;
	margin-left: 0;
}

#searchbox table {
	margin-top: 0 !important;
	visibility: hidden;	
	width: 100% !important;
}

#searchbox .gcs-input-box {
	border: none !important;
}

#searchbox .gsib_a {
	visibility: hidden !important;
}

#searchbox input[type=text] {
	visibility: visible;
	padding: 5px 10px !important;
	width: 100% !important;
	border: 1px solid black !important;
}

#searchbox input[type=image] {
	margin-top: 5px !important;
	visibility: visible;
}

.div_displayarea {
	position: fixed;
	top: 0;
	color: white;
	padding: 0px 0px 10px 20px;	
	overflow: auto;
	line-height: 1.5em;
}

.div_dashboard_wrapper {
	column-count: 2;
	column-gap: 20px;
	width: 100%;
}

@media screen and (max-width: 1050px) {
	.div_dashboard_wrapper {
		column-count: 1;
		column-gap: 0;
		display: flex;
		flex-direction: column;
		/* width: auto !important; */
	}
}

.div_dashbox {
}


/******Miscellaneous Class Styles ************/

.inline {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.left, .floatleft {
	float:left;
}

.right, .floatright {
	float:right;
}

.input_errmsg {
	color: #aa0000;
	font-weight: bold;
	font-size: 0.7em !important;
}

.box_message {
	color: #aa0000;
	font-size: 0.9em !important;
	font-weight: bold;
	text-align: center;
}

img.left , img.right {
	margin:5px 8px;
}
.w50{
	width:49%;
}
.blue{
	color:#5C3F84;
}
.indent{
	margin: 0px 0px 0px 20px;	
}
.highlight{
	color:#0088CE; /*0088CE*/
	font-weight:bold;
}

.rowhdrtable {
	background-color: #EFEBE4  ; 
}
.row1table {
	background-color: #F1FFC0   ; 
}
.row2table {
	background-color: #F7F5F1     ; 
}
.highlighttable{
	color:#0088CE; 
	font-weight:bold;
	background-color: #e8e2d9; 
	border-style: none;
	border-bottom: #e8e2d9 ;	
	border : none ;	
	border-collapse: collapse;
}
	
.high_flyer{
	background-color:#F2AB50 ;
}

.studenttext {
	background-color: #F6C78A; /*was BAFEBA*/
}
.readonlytext {
	background-color: #EFEBE4; /*was BAFEBA*/
}
#entryform studenttext {
	background-color: #F6C78A; /*was BAFEBA*/
}

.form_popup {
	background-color:#EFEBE4    ;	  /*was efebe4 or FAF9F6*/
	margin-left: 2.5em;
	margin-top: 0.5em;

}
.button {
    /*border: 1px solid #006;*/
    background: #CFC1E1  ;
	font-size: 10px;
	border-bottom: #D85035 ; /*D85035 Wyke red*/
	width: 80px;
	cursor: pointer ;
}

.linespace {	
	line-height: 1.3em;
}

.floatright {
	float: right;
}

.hidden {
	display: none;
}

.novis {
	visibility: hidden;
}

.background_red {
	border: solid 3px #dd0000 !important;
	background-color: #EFDCDF !important;
}

.subtitle {
	font-weight: bold;
	margin-bottom: 5px;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.width30 {
	width: 30px;
}

.width50 {
	width: 50px;
}
.width70 {
	width: 70px;
}

.grey {
	color: #AAA;
}

.red {
	color: #FF5555 !important;
}

.link {
	
}

.strong {
	font-weight: bold;
}

.link_light, .link_dark {
	font-size: 0.8em;
	color: #BAABC9;
	cursor: pointer;
	transition-duration: 0.2s;	
}

.link_light:hover {
	color: #d8c8f4;
	text-decoration: none !important;
}

.link_dark {
	font-size: 1em;
	color: #502560  !important;
}

.link_dark:hover {
	text-decoration: none !important;
	color: rgba(122, 83, 137, 0.8) !important;
}

.footer_link {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1em;	
	margin-left: 15px;	
}

#lnk_signout:hover, #lnk_changepass:hover {
	color: white;
}

.dropshadow {
  -webkit-filter: drop-shadow(1px 1px 2px #222);
  filter: drop-shadow(1px 1px 2px #222);
}


.headingtext {	
	color: white;	
	font-size:1em;	
	line-height: 1.3em;
	margin-bottom: 10px;
	opacity: 0.8;
	column-span: all;
}

.td_centre, .centre, .textcentre {
	text-align: center !important;
}

.fullwidth {
	width: 100%;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle !important;
}

.textleft {
	text-align: left !important;
}

.gap_above {
	margin-top: 10px;
}
.gap_above_small {
	margin-top: 5px;
}

.no_gap_above {
	margin-top: 0px !important;
}

.gap_below {
	margin-bottom: 10px !important;
}

.gap_below_small {
	margin-bottom: 5px !important;
}

.left_margin_20 {
	margin-left: 20px !important;
}

.right_margin_20 {
	margin-right: 20px !important;
}

.left_margin_10 {
	margin-left: 10px !important;
}

.left_margin_5 {
	margin-left: 5px !important;
}

.right_margin_10 {
	margin-right: 10px !important;
}

.no_right_margin {
	margin-right: 0 !important;
}

.top_margin_min5 {
	margin-top: -5px !important;	
}

.att_figure_col {
	width: 25%;
	padding: 0px 20px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
	vertical-align: top;
	
}

.large_figure, .extra_large_figure {
	vertical-align: top;
	font-size: 2vw;
	line-height: 1em;
	font-weight: bold;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.3), -1px -1px 0px rgba(255, 255, 255, 0.3),1px 1px 0px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
}

.extra_large_figure {
	font-size: 3em;
}

.att_red { color: #b00000; }
.att_amber { color: #d88201; }
.att_green { color: #00a000; }

.width20 { width: 20px !important; }
.width40 { width: 40px !important; }
.width50 { width: 500px !important; }
.width100 { width: 100px !important; }
.width200 { width: 200px !important; }

.text_dimmer {
	opacity: 0.7;	
}

.tbl_stulist, #tbl_erecords {
	margin-bottom: 20px !important;
}


.tbl_stulist th{
	font-size: 0.9em;
	text-align: left;
	padding-left: 10px;
    color: white !important;
	background-color: transparent !important;
}

.th_sort:hover {
	text-decoration: underline;
}

.th_sort_selected {
	text-decoration: underline;
}

.tbl_stulist td {
	border-top: white 1px solid;
	border-bottom: rgba(191, 173, 147, 0.7) 1px solid;
	padding: 0 5px;
	font-size: 0.9em;
    height: 12px;
}

.tbl_bor_sep {
	border-collapse: separate !important;
	border-spacing: 2px !important;
}

.th_coursetitle {
	min-width: 400px !important;
}

.tr_no_btm_brd td {
	border-bottom: none !important;
}

.nocolour {
	color: #6C587A !important;
}

.iframe_format {
	width: 100%;
	border: none;
	
}

.tran_background {
	background-color: transparent !important;
}

.border_white {
	border: white solid 1px !important;
}

.div_coursetitle {
	border: 2px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.1);
	padding: 5px 10px 5px 10px;
	max-width: 600px;
	border-radius: 5px;
	margin: 10px 0px 10px -10px;
}

/******timetable formatting *******/

.tbl_timetable {
	/* position: absolute; */
	border: none !important;
	border-top: 1px solid #381f47;	
	padding: 0 20px 20px 20px;
	color:#5C3F84;
	/* left: 0px; */
	margin: 0px 20px 20px 0px;
}

.tbl_timetable_headerrow {
	border-top: none;
}

.tbl_timetable th{
	border-top: none !important;
	border-bottom: none;
	padding-bottom: 5px;
	color: white !important;
	background-color: #987FAE !important;
	border-left: none !important;
	border-right: none !important;
}

.tbl_timetable th:hover {
}

.tbl_timetable td {
	padding: 6px 6px 6px 6px !important;
	border-top: white 1px solid !important;
	border-bottom: rgba(173, 167, 186, 0.5) 1px solid !important;
	font-size: 0.8em;
	line-height: 1.2em;
}



/******attendance mark formatting *******/


.top_border_2 {
	border-top: 3px solid #67597A !important;
}

.tbl_attmarks {	
	border-spacing: 1px 0px;
	margin-bottom: 20px !important;
}

.tbl_attmarks tr {
	margin-bottom: 5px;
}

/*
.tbl_attmarks tr:hover td {
	background-color: #EFEFEF !important;
} */

.tbl_attmarks_grid {
	border-spacing: 1px 0px;
}

.tbl_attmarks_grid tr {
	margin-bottom: 2px;
}

.tbl_attmarks_grid th {
	text-align: left;
	line-height: 1em;
	padding-left: 3px;
}

.tbl_attmarks_grid .weekdate {	
	letter-spacing: -0.1em;
	font-size: 0.8em;
	text-align: center;
	padding-left: 0;
}

.tbl_attmarks_grid td {	
	font-size: 0.8em;
	padding: 2px 5px !important;
	height: 15px;
}

.tbl_attmarks td {
	padding: 2px 1px;
	text-align: center;
	cursor: default;
}

.td_attmarks_mark, .div_attmarks_mark {
	text-align: center !important;
	transition-duration: 0.2s;
	border: 1px solid white;
	border-color: transparent;
}

.tbl_attmarks_grid .td_attmarks_mark {
	min-width: 20px;
	font-size: 1em;
}

.td_attmarks_markcell {
	padding: 1px !important;
	font-size: 0.9em !important;
	width: 5px !important;
	text-align: center !important;
}

.th_attmarks_period {
	width: 5px !important;
	min-width: 10px;
	max-width: 5px !important;
	padding: 0 !important;
	text-align: center !important;
	background-color: yellow;
}

.tbl_attmarks td.td_attmarks_week {
	text-align: left !important;
	padding-left: 5px;
	max-width: 70px;
}

.td_attmarks_spacer {
	padding: 0;
	width: 1px;
	max-width: 1px !important;
	font-size: 1px;
	background-color: #F4F1F8 !important;
	border-color: #F4F1F8 !important;
	visibility: hidden;
}

.td_attmarks_red {
	color: #89483C;
	background-color: #E5C6C0  !important;
}

.td_attmarks_green {
	color: #48893C;
	background-color: #C3E2BE    !important;
}

.td_attmarks_amber {
	color: #84662E;
	background-color: #FFE3BA    !important;
}

.td_attmarks_blue {
	color: #2D4982;
	background-color: #BAD1FF    !important;
}


.td_attmarks_repabs {
	background-color: rgba(59, 103, 247, 0.3) !important;
}


/*** late marks ***/

.td_attmarks_late {
	background-size: 95% 95%;
	background-repeat: no-repeat;
}

.td_attmarks_late05 { background-color: #E2DFB7   !important; }
.td_attmarks_late10 { background-color: #D8CDAD   !important;  }
.td_attmarks_late15 { background-color: #D1C192    !important;  }
.td_attmarks_late20 { background-color: #D3BE94    !important;  }
.td_attmarks_late25 { background-color: #D8BD97    !important;  }
.td_attmarks_late30 { background-color: #DBAF83    !important;  }

.td_attmarks_late35 {
	background-color: #DD9D6E    !important;
	color: white !important;
}

.td_attmarks_late40 {
	background-color: #E2885A    !important;
	color: white !important;
}

.td_attmarks_late45 {
	background-color:  #E56D44    !important;
	color: white !important;
}

.td_attmarks_late50 {	
	background-color: #E84D2E    !important;
	color: white !important;
}

.td_attmarks_late55 {	
	background-color: #EA2917    !important;
	color: white !important;
}

.td_attmarks_late60 {
	background-color: #ED0000    !important;
	color: white !important;
}

.att_approved {
	border: 2px solid #2DAD35 !important;
}
.att_rejected {
	border: 2px solid #BA3230 !important;
}
.att_pending {
	border: 2px solid #EAAA3C !important;
}
.att_direct {
	border: 2px solid #1A631E !important;
}

.div_attmarks_mark {
	width: 18px;
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 0px !important;
	height: 22px;
	cursor: default;
	vertical-align: top !important;
	font-size: 1.1em;
}

.div_attkey_row {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 0.9em;
}



.td_attmarks_mark:hover, .td_attmarks2_mark:hover {	
	border-color: #081644 !important;
	font-weight: bold;
}



.tbl_rowdivide {
	background-color: transparent !important;
	border-bottom: none;
	border-top: solid 1px #5C3F84;
}



.tbl_rowdivide td {
	color: #EBE0FC !important;
	padding-top:15px !important;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	border: none !important;
	background-color: transparent !important;
}

.tbl_rowsubtotal {
	background-color: #E6D1Fa  ;
	font-weight: bold;
	border-top: solid 2px #5C3F84;
	border-bottom: solid 2px #5C3F84;
	height: 2px;
}

.tbl_rowftr {
	background-color: #CFC1E1  ;
	font-weight: bold;
	border-top: double #5C3F84;
	border-bottom: double #5C3F84;
}


/****** Monitoring group formatting *****/

.dashbox_discipline  .box_content {
	padding: 0px !important;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    text-align: left !important;
    white-space: nowrap;
    font-size: 0;
}

.dashbox_discipline .dashbox_erectotals {
    padding: 5px 10px !important;
    /* border: 1px solid rgba(108, 93, 130, 1); */
    border-bottom: none;
    border-right: none;
    width: auto;
    margin-top: -1px;
    margin-right: 10px;
    white-space: initial;
	font-size: 1.1rem;
}

@media screen and (max-width: 800px) {
	.dashbox_discipline .dashbox_erectotals {
		font-size: 0.8rem;
	}
}

.mongroup_first {
	border-right: 1px solid rgba(108, 93, 130, 1);
}

.mongroup {
	text-align: center !important;
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5) inset;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 50%) inset;
    background-color: #E6DCEA;
    width: 50%;
    display: inline-block;
    font-size: 1.1rem;
	border-bottom: 1px solid rgba(108, 93, 130, 1);
	box-sizing: border-box;
	padding: 6px;
}

.mongroup_title {
	line-height: 1.2em;
	font-size: 0.9vw;
	height: 50px;
	font-weight: bold;
}

.mongroup_stat {
	font-size: 1vw;
}

.mongroup_red {
	background-color:#AD4545 !important;
    color: #FFCCCC;
}

.mongroup_green {
	background-color: #3E9B3E !important;
	color: #CCFFCC;
}
.att_red {
	color: #b00000;
}

.att_amber {
	color: #d88201;
}

.att_green {
	color: #00a000;
}

/****** eRecord box formatting *******/

.div_erecbox {
	border: 1px solid #6C5D82;
	padding: 0px;
	/* float: left; */
	/* margin-right: 20px; */
	background-color: #6C5D82;
	cursor: default;
	margin-bottom: 30px;
	-webkit-column-break-inside: avoid;
	width: calc(100% - 10px);
	box-sizing: border-box;
}

.div_erecbox_titlebar {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: inherit;
	padding: 3px 10px;
	color: white;
}

.div_erecbox_content {
	height: 100%;
	width: 100%;
	padding: 0;
	background-color: rgba(242, 234, 242, 0.9);
	color: #473556;  
	vertical-align: top;
}

.div_erecbox_col1 {
	width: 15vw;
}

.div_erecbox_col2 {
	border-left-style: solid;
	border-left-width: 1px;	
	border-color: inherit;	
}

.div_erecbox_column {
	height: 100%;
	vertical-align: top;
	padding: 5px;
}

.clearfloat::after {
	clear: right;
}

.dashbox_examres {
	background-color: #4A617C;
	color: #E5F0FF;
	border: 1px solid #4A617C;
}

.dashbox_examres .div_erecbox_content {
	background-color: #E5F0FF;
	color: #4A617C;
}

.dashbox_consent {
	background-color: #7A6649;
	color: #FFF4E5;
	border: 1px solid #7A6649;
}

.dashbox_event, .dashbox_progress_banner {
	background-color: #493766;
	color: #EFE5FF;
	border: 1px solid  #9882BA;
	transition-duration: 0.2s;
	display: inline-block !important;
	margin-bottom: 10px;
}

.dashbox_event .div_erecbox_content, .dashbox_progress_banner .div_erecbox_content {
	color: #3D244F;  
}

.dashbox_consent.consent_given {
	background-color: #577747;
	color: #EDFFE5;
	border: 1px solid #567747;
	column-span: all;
}

.dashbox_consent .div_erecbox_content, .dashbox_consent .newsheading1, .dashbox_consent textarea, .dashbox_consent input {
	background-color: #FFF4E5;
	color: #7A6649 !important;
}

.dashbox_consent.consent_given .div_erecbox_content, .dashbox_consent.consent_given .newsheading1, .dashbox_consent.consent_given textarea, .dashbox_consent.consent_given input {
	background-color: #EDFFE5;
	color: #577747 !important;
}

.dashbox_consent textarea, .dashbox_consent input {
	background-color: white;	
}

.div_erecbox_green {
	background-color: #5C7F4C;
	color: #EDFFE5;
	border: 1px solid #5C7F4C;
}

.div_erecbox_green .div_erecbox_content {
	background-color: #EDFFE5;
	color: #5C7F4C;
}

.div_erecbox_amber {
	background-color: #7C6F4A;
	color: #FFF7E5;
	border: 1px solid #7C6F4A;
}

.div_erecbox_amber .div_erecbox_content {
	background-color: #FFF7E5;
	color: #7C6F4A;
}

.div_erecbox_red {
	background-color: #7C4A4A;
	color: #FFE5E5;
	border: 1px solid #7C4A4A;
}

.div_erecbox_red .div_erecbox_content {
	background-color: #FFE5E5;
	color: #7C4A4A;
}

.div_erecbox_purple {
	background-color: #66497A;
	color: #F4E5FF;
	border: 1px solid #66497A;
}

.div_erecbox_purple .div_erecbox_content {
	background-color: #F7EDFF;
	color: #66497A;
}

.dashbox_event:hover, .dashbox_progress_banner:hover {
	border: 1px solid #D7CCE8;
	background-color: #56427A;
	outline: 2px solid #D7CCE8;
	cursor: pointer;
    -moz-box-shadow:    	3px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 	3px 3px 3px rgba(0,0,0,0.5);
    box-shadow:                 3px 3px 3px rgba(0,0,0,0.5);  	
}



.erecs_information {
	background-color: #eae5ff;
	color: #21048c   !important; 
}

.erecs_nolanyard {
	background-color: #FFF7E5;
	color: #91762B  !important;
}

.erecs_coursedesc {
	font-size: 0.85em;
	letter-spacing: -0.02em;
}

/****************************************************************************************/
/* Formatting for Reviews tables															*/
/****************************************************************************************/
.reviews_subheading, .reviews_heading, #idx_revheading, #idx_erv_summary {
    margin-top:10px;
    margin-bottom: 7px;
    font-size: 1.3em;    
    padding: 2px 2px;	
    color: #F0E5FF;
}

.reviews_heading, #idx_revheading, #idx_erv_summary {
    border: 1px solid #9985a7;
    margin-bottom: 20px !important;
    /*
    -moz-box-shadow:    	1px 1px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 	1px 1px 2px rgba(0,0,0,0.6);
    box-shadow:                 1px 1px 2px rgba(0,0,0,0.6);          */
}


.tbl_summary, .tbl_help {
	font-size: 0.9em;
	color:#5C3F84;
	border: none !important;
	border-top: 1px solid #381f47;	
	padding: 0 20px 0px 0px;
	color:#5C3F84;
	margin: 0px 0px 30px 0px;
	border-spacing: 2px 2px;
}

.tbl_help {
	border-collapse: collapse;
}

.tbl_summary th, .tbl_help th {
	font-size: 1em;
	text-align: left;
	color: white;
	padding: 4px 0px 4px 2px;	
	line-height: 1em;
}

.tbl_summary td, .tbl_help td{
	border-top: white 1px solid;
	border-bottom: rgba(0,0,0 0.5) 1px solid;
	padding: 0 5px;
	font-size: 1em;
}


td.commentbox{
	/*width:98%;*/	
    padding: 0;
}

td.commentbox-teacher {	
	min-width: 300px;
	padding: 5px 7px;
}
td.commentbox-student{
	background-color:#f2e2f3  !important; 
	padding: 5px 7px;
}

td.commentbox-tutor{
	vertical-align:top;
	background-color: #CFC9E8;	
	padding: 5px 7px;		
}


.tutor_commentbox {
	background-color: #E2D5EF !important;
}

.tutor_commentbox_refauth {
	border: 1px solid #003F99;
	background-color: #CCE2FF !important;
}



/*----------------Grade RAG colour styles------------------*/
.gradebox {
	padding: 5px 5px !important;
	width: 60px !important;
}

.grade_empty{
    /* text-align: center; */
	width: 30px !important;
}

.grade_red, .grade_amber, .grade_green, .grade_green_plus, .grade_no_gcse, .blue_auth, .grade_green_ucas {
	padding-left: 7px !important;
}
.grade_red{
	background-color:#F77162 !important;
	color: #550000;
}
.grade_amber{
	background-color:#E2AA5A !important;
	color: #6B3E00;
}
.grade_green{
	background-color:#9BCC51 !important;
	color:#335400;
}
.grade_green_plus{
	background-color:#61CC47 !important;
	color:#335400;
}

.grade_green_ucas {
	background-color:#008C54 !important;
	color: white !important;
	padding: 3px;
	font-size: 1.2em;
}

.grade_no_gcse{
        text-align: center;
}

.blue_auth {
	background-color: #003F99 !important;
	color: white;
}

/**********Attendance RAG colour styles************/
.attend_red {
	/* background-color: #ffcaca; */
	color: #dd0000 !important;
}
.attend_amber {
	/* background-color: #ffeeca ; */
	color: #e07101 !important;
}
.attend_green {
	/* background-color: #caffca; */
	color: #00aa00 !important;
}

.attend_redlight {
	/* background-color: #ffcaca; */
	color: #FF4F4F !important;
}
.attend_amberlight {
	/* background-color: #ffeeca ; */
	color: #FF9C02 !important;
}
.attend_greenlight {
	/* background-color: #caffca; */
	color: #00FF00 !important;
}


.nopadding {
	padding: 0 !important;
}

.div_splitcell {
	width: 100%;
	height: 100%;	
	display: flex;
	flex-direction: row;
}

.div_gradecell {
	line-height: 1.2em;
	width: 50%;
	height: 100%;
	text-align: center;
}

.btn_review, .btn_bookapt, .div_bookapt, .btn_dispapps, .div_dispapps {
	text-align: center;
	width: 90px;
	border:none;
	margin-right: 4px;
	cursor: pointer;
	transition-duration: 0.3s;
	background-color: #6C5D82;
	color: white;
	font-size: 0.8em;
	margin-bottom: 10px;
	border: 1px solid black;
	border-color: transparent;
}

.btn_review:hover, .btn_bookapt:hover, .btn_dispapps:hover {
	background-color: #7D6C96;
}

.btn_bookapt.btn_bookapt_unavail, .btn_bookapt.btn_bookapt_unavail:hover {
	cursor: default;
	background-color: rgba(61, 49, 79, 0.8);
	color: rgba(255, 255, 255, 0.6);
	box-shadow: none;
}

.btn_bookapt_halfwidth {
	width: 40px;
}

.btn_review.btn_active {
	background-color: #6F5793;
	border-color: #3F2C5B;
}

.btn_review_help {
	background-color: #76587A;
}

.btn_review_help:hover {
	background-color: #8A698E;
}

.btn_review_help.btn_active {
	background-color: #85548C;
	border-color: #4F2954;
}

.btn_bookapt, .div_bookapt, .btn_dispapps {
	margin-top: 0px;		
	width: 130px;	
	margin-left: 20px;
	margin-top: 10px;	
	padding: 5px 10px;
	min-height: 20px;
	line-height: 1.5em !important;
}

.div_bookapt {
	width: 60%;
	cursor: default;
	box-shadow: none;
	border-color: #EDFFFA;
	background-color: rgba(91, 127, 119, 0.8);
}

.div_bookapt.inperson {
	background-color: rgba(64, 57, 114, 0.8) !important;
}

.div_bookapt.online {
	background-color: rgba(59, 119, 113, 0.8) !important;
}

.div_bookapt2 {
	border-color: #F2EDFF;
	background-color: rgba(101, 87, 132, 0.8);
}

.btn_cancelapt, .btn_reschedapt {
	cursor: pointer;
	transition-duration: 0.3s;
}

.btn_cancelapt:hover, .btn_reschedapt:hover {
	opacity: 0.7;	
}

.div_helptext {
	width: 91%;
	max-width: 800px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: rgba(255, 255, 255, 0.7) dashed 1px;
	border-radius: 5px;
	padding: 10px;
	font-size: 0.9em;
	background-color: rgba(255, 255, 255, 0.1);
}


/*** TABLE CSS TESTING ***/

.table    { display: table }
.tr       { display: table-row }
.thead    { display: table-header-group }
.tbody    { display: table-row-group }
.tfoot    { display: table-footer-group }
.col      { display: table-column }
.colgroup { display: table-column-group }
.td, .th   { display: table-cell }
.caption  { display: table-caption }


#testtable {
	height: 400px;
	width: 90%;
	overflow-y: scroll;
	overflow-x: scroll;
}

.testtable {
	margin-top: 20px;
}

.headcol {
	margin-right: 0px;
	background-color: grey;
	border-color: transparent !important;
}

.testtable .thead {
}

.testtable .th {
	padding: 10px;
	border: 1px solid purple;
	background-color: grey;
	border-color: transparent !important;
}


.testtable .td {
	padding: 10px;
	border: 1px solid grey;
	cursor: pointer;
}

.testtable .td:hover  {
		background-color: white;
		color: grey;
}


.imglink {
	text-align: center;
    padding: 5px 2px;
    width: 110px;
    height: 50px;
    margin: 5px 0px 0 0px;
    background-color: transparent;
    border: 1px solid #5A1175;
    border-color: transparent;
    vertical-align: top;
    font-size: 0.7em;
    cursor: default;
    transition-duration: 0.3s;
    color: rgba(255, 255, 255, 1);
    border-radius: 3px;
    box-shadow: none !important;
}

.imglink3 {
	background-color: #575F77 !important;
    width: 130px;
}

.links_div {
	width: 100%;
    margin-left: -30px;
    padding-left: 28px;
    margin-right: -100px;
    margin-bottom: 30px;
    column-span: all;
}

	.tbl_wykeexp {
		/* border-collapse: collapse; */
		border-spacing: 0;
		margin: 25px 0;
		font-size: 0.9em;
		font-family: sans-serif;
		min-width: 400px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
		/* border-radius: 10px; */
}

	.tbl_wykeexp thead tr {
		background-color: #3E1963;
		color: #ffffff;
		text-align: left;
	}

	.tbl_wykeexp th,
	.tbl_wykeexp td {
		padding: 12px 15px;
	}

	.tbl_wykeexp tbody tr {
		/* border-bottom: 1px solid #dddddd; */
		/* border-left: 2px solid #3E1963; */
		/* border-right: 2px solid #3E1963; */
	}
	
	.tbl_wykeexp tbody tr:nth-of-type(even) {
		background-color: #6F5793;
	}
	
	.tbl_wykeexp tbody tr:last-of-type td {
		border-bottom: 2px solid #3E1963;
	}

	.tbl_wykeexp thead th:first-child {
		border-top-left-radius: 10px;
		border-left: 2px solid #3E1963;
		border-collapse: separate;

	}
	
	.tbl_wykeexp thead th:last-child {
		border-top-right-radius: 10px;
		border-right: 2px solid #3E1963;
	}

	.tbl_wykeexp tbody tr td:first-child {
		border-left: 2px solid #3E1963;
	}

	.tbl_wykeexp tbody tr td:last-child {
		border-right: 2px solid #3E1963;
	}

	
	.largevalue b {
		/* border-top: 1px solid; */
		/* border-bottom: 1px solid; */
	}

	.largevalue {
		font-size: 1.4em;
	}


	@media (max-width: 500px) {
		#btn_privnotice {
			top: 15px;
			font-size: 0.7em;
			left: 0;
			right: 0;
			margin: 0 auto;
			width: 58px;
		}
	}

	@media (max-height: 800px) {
		#div_login_section {
			/* margin: 0 auto; */
			/* zoom: 0.8; */
			/* left: 25% !important; */
			/* display: block; */
			/* transform: translateX(50%); */
			/* right: 50%; */
		}
	}

	#div_digits {
		display: flex;
	}

	#inp_code {
		/* --w: 1ch; Width of the digit */
		/* --g: .15em; Gap between digits */
		/* --b: 1px; Box Border Width */
		/* --c: white; Box Border Color */
		/* --_n: 6; Number of digits */
		/* font-size: 32px;
		color:white;
		line-height: 1.5;
		letter-spacing: var(--w);
		font-family: monospace;
		width: calc(12ch);
		padding-left: calc((var(--w) - var(--g)) / 2);
		clip-path: inset(0 calc(var(--w) / 2) 0 0);
		-moz-appearance: textfield;
		appearance: textfield;
		background: repeating-linear-gradient(90deg, var(--c) 0 var(--b), #0000 0 calc(1ch + var(--w) - var(--g) - var(--b)), var(--c) 0 calc(1ch + var(--w) - var(--g)), #0000 0 calc(1ch + var(--w))), conic-gradient(at calc(100% - var(--g) - 1px) var(--b), #0000 75%, var(--c) 0) 0 0 / calc(1ch + var(--w)) calc(100% - var(--b));
		border: none; */
	}

	#inp_code {
        --w: 2ch; /*Width of the digit */
		--h: 2.5ch;
		--g: .15em; /*Gap between digits */
		--b: 1px; /* Box Border Width */
		--c: white; /* Box Border Color */
		--_n: attr(maxlength type(< integer >)); /* Number of digits */
		--r: 10px;
		--x: 0px;

		--y: 0px;
		font-size: 32px;
		color:black;
		line-height: 1.5;
		letter-spacing: 1ch;
		font-family: monospace;
		width: calc(13ch);
		background-color: transparent;
		border: none;
		outline: none;
		padding-left: calc((1ch - .24em) / 2);
		clip-path: inset(0 calc(2ch / 1) 0 0);
		-moz-appearance: textfield;
		appearance: textfield;
		color: white;


		/* background: */
		/* radial-gradient(farthest-side,var(--c) 98%,transparent 100%) var(--x)  var(--y) / calc(2*var(--r)) calc(2*var(--r)),
    radial-gradient(farthest-side,var(--c) 98%,transparent 100%) calc(var(--x) + var(--w) - 2*var(--r)) var(--y) / calc(2*var(--r)) calc(2*var(--r)),
    radial-gradient(farthest-side,var(--c) 98%,transparent 100%) var(--x) calc(var(--y) + var(--h) - 2*var(--r)) / calc(2*var(--r)) calc(2*var(--r)),
    radial-gradient(farthest-side,var(--c) 98%,transparent 100%) calc(var(--x) + var(--w) - 2*var(--r)) calc(var(--y) + var(--h) - 2*var(--r)) / calc(2*var(--r)) calc(2*var(--r)), */


	/* linear-gradient(white,white) calc(0px + 10px) 0px / calc(2ch - 2*10px) 2.5ch; */


    /* linear-gradient(var(--c),var(--c)) var(--x) calc(var(--y) + var(--r)) / var(--w)  calc(var(--h) - 2*var(--r)); */
        /* repeating-linear-gradient(90deg, var(--c) 0 var(--b), #0000 0 calc(1ch + var(--w) - var(--g) - var(--b)), var(--c) 0 calc(1ch + var(--w) - var(--g)), #0000 0 calc(1ch + var(--w))) */
        /* ,  */
        /* conic-gradient(at calc(100% - var(--g) - 1px) var(--b), #0000 75%, var(--c) 0) 0 0 / calc(1ch + var(--w)) calc(100% - var(--b)); */



		/* border: none; */
		/* background-repeat: no-repeat; */
		
    }



	.border {
		position: absolute;
		width: 1.5ch;
		border: 1px solid black;
		background-color: white;
		height: 100%;
		display: block;
		z-index: -1;
		font-size: 32px;
		color:black;
		line-height: 1.5;
		letter-spacing: 1ch;
		font-family: monospace;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 8px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(2.6px);
		-webkit-backdrop-filter: blur(2.6px);
		border: 1px solid rgba(255, 255, 255, 1);
		color: white;
	}
	.border:nth-of-type(1) {
		left: 0;
	}
	.border:nth-of-type(2) {
		left: 2ch;
	}
	.border:nth-of-type(3) {
		left: 4ch;
	}
	.border:nth-of-type(4) {
		left: 6ch;
	}
	.border:nth-of-type(5) {
		left: 8ch;
	}
	.border:nth-of-type(6) {
		left: 10ch;
	}

	#inp_code_wrapper {
		position: relative;
		margin-top: 20px;
	}

    #inp_code:focus {
        outline: none;
    }   

	#inp_code:focus {
		outline: none;
	}

	#inp_code::-webkit-outer-spin-button,
	#inp_code::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}


	.codedigit {
		border: 2px solid white;
		border-right-width: 1px;		
		width: 13%;
		height: 30px;
		padding: 2px;
		text-align: center;
		vertical-align: middle;		
	}

	#div_stu_select {

	}

	.stubox {
		border: 1px white solid;
		border-radius: 5px;
		padding: 10px;
		font-weight: bold;
		width: 100%;
		font-size: 0.8em;
		margin-bottom: 4px;
	}

	.stubox:hover {
		background-color: rgba(255, 255, 255, 0.1);
		cursor: pointer;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

	.dashbox_progress_banner {
		display: none;
	}

