/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
:invalid {box-shadow:none;outline:0;}
/* Start Global Styles. */
@import url(//fonts.googleapis.com/css?family=Arimo:400,400italic);
body,h1,h2,h3,h4,h5,h6,p,div,span
{
	font-family:'Arimo', sans-serif;
	font-color:#3E3E3E;
}

.ui-mobile .ui-page 
{
    z-index:1;
}

/* Vertical space between mobile fields. */
.ui-field-contain > label ~ [class*="ui-"], .ui-field-contain .ui-controlgroup-controls
{
	margin-top:3px;
	margin-bottom:3px;
}

/* Form Validation Styles. */
/* style placeholder text */
::-webkit-input-placeholder {color:#9E9E9E;}/* Chrome/Safari */
:-moz-placeholder{color:#9E9E9E;}/* Firefox 18- */
::-moz-placeholder{color:#9E9E9E;}/* Firefox 19+ */
:-ms-input-placeholder{color:#9E9E9E;}/* IE */
input:-moz-placeholder{color:#9E9E9E;}

input:invalid
{
	/* fields that are marked as invalid. */
	background-color:#F9E3E3;
	color:#000000;
	text-shadow:none;
}

input:required:invalid, input:focus:invalid 
{
	/* invalid form input for required fields, and field with focus. */
	background-image:url('/mobile/gfx/global/icon/field_required.png');
	background-repeat:no-repeat;
	background-position:98% center;
	background-color:#F9E3E3;
	color:#000000;
	text-shadow:none;
}
.ui-btn:not(.ui-btn-active):not(.ui-flipswitch-on)
{
	color: #38C;
}
input:required:valid s
{
  /* valid form input */
  background-image:none;
  background-color:transparent;
  color:#3E3E3E;
}

/* Global Action Sheet. */
#ax_actionSheet
{
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:100;
	background-color:#FFFFFF;
	width:100%;
	border-top:1px solid #3E3E3E;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-left:1px solid #3E3E3E;
	border-right:1px solid #3E3E3E;
}

div.ax_actionSheetMessage
{
	max-height:120px;
	overflow:scroll;
	text-align:center;
	padding:15px;
	color:#2C6DAF;
	font-size:12px;
}

#ax_overlay
{
	position:fixed;
	z-index:99;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#3E3E3E;
	filter: alpha(opacity=50);
	opacity: 0.5;
}



#contactView .ui-tabs{
	padding: 0;
}

.initial
{
  	background-color:transparent !important;
 	color:#3E3E3E;
}

.hint.ui-btn-icon-left:after
{
	background-color:orange;
}
#enrol_tool_header
{
	margin-left: 1.5em;
}

.workshops
{
	border-bottom-width:1em !important;
}
.qualifications
{
	border-bottom-width:1em !important;
}
.past-workshops
{
	border-top-width:0.5em !important;
}
.past-EL
{
	border-top-width:0.5em !important;
}
.due-today
{
	color: green;
}

.due-future
{
	color: navy;
}

.due-past
{
	color: red;
}

progress::-webkit-progress-bar{
	    background-color: #f3f3f3;
    border: 0;
    width: 100%;
    height: 100%;
}

progress.instance-status-Booked::-webkit-progress-value,progress.instance-status-Tentative::-webkit-progress-value,  progress.instance-status-Commenced::-webkit-progress-value,
.instance-status-Booked,.instance-status-Tentative,  .instance-status-Commenced
{
	background-color: rgba(168, 227, 255, 0.73)!important;
}
progress.instance-status-Cancelled::-webkit-progress-value, progress.instance-status-Suspended::-webkit-progress-value,
.instance-status-Cancelled, .instance-status-Suspended
{
	background-color: rgba(217, 66, 51, 0.3) !important;
}
progress.instance-status-Attended::-webkit-progress-value, progress.instance-status-Completed::-webkit-progress-value,
.instance-status-Attended, .instance-status-Completed
{
	background-color: rgba(138, 242, 142, 0.63) !important;
}

progress.instance-status-InProgress::-webkit-progress-value,
.instance-status-InProgress
{
	background-color: rgba(168, 227, 255, 0.73)!important;
}
progress.instance-status-Deferred::-webkit-progress-value,
.instance-status-Deferred
{
	background-color: rgba(248, 242, 43, 0.31) !important;
}
div.instance-status-Booked,div.instance-status-Tentative,  div.instance-status-Commenced
{
	max-width:4em;
	min-width:4em;
	margin-right:2em;
	
}
div.instance-status-Cancelled, div.instance-status-Suspended
{
	max-width:4em;
	min-width:4em;
	margin-right:2em;
	
}
div.instance-status-Attended, div.instance-status-Completed
{
	max-width:4em;
	min-width:4em;
	margin-right:2em;
	
}

div.instance-status-InProgress
{
	max-width:4em;
	min-width:4em;
	margin-right:2em;
}
div.instance-status-Deferred
{
	max-width:4em;
	min-width:4em;
	margin-right:2em;
	
}



.instance-date
{
	max-width:35%;
	min-width:35%;
}
.instance-list-location-descriptor
{
	font-weight: bold;
  		width: 30%;
  		display: inline-block;
	max-width: 5em;
}
.result-heading
{
	text-align:left !important;
	padding-left:0;
}
.result-list-descriptor
{
	font-weight: bold;
  		width: 35%;
  		display: inline-block;
	max-width: 6em;
	text-align: right !important;
}
.instance-list-descriptor
{
	font-weight: bold;
  		width: 28%;
  		display: inline-block;
	max-width: 5em;
}


.followup-list-date
{
	max-width:25%;
	min-width:25%;
	margin-right:2em;
}
.followup-list-name
{
	white-space:normal !important;
	max-width: 70%;
	color: #38c;
	font-weight: 700;
}
.followup-label
{
	max-width:30%;
	min-width:30%;
	width:30% !important;
	clear: left;
	white-space:normal !important;
}
.followup-label h3
{
	white-space:normal !important;
}
.followup-input
{

	max-width: 70%;
	width: 70% !important;
}
.attendance-true
{
	text-align:center;
}
.attendance-true a
{
	background-color:#55FA5A !important;
	overflow: hidden !important;
  	vertical-align: middle !important;
	text-align:center !important;
	width:100%;
}
.attendance-false a
{
	background-color:#FA4F4F !important;
	overflow: hidden !important;
  	vertical-align: middle !important;
	text-align:center !important;
	width:100%;
}
.attendance-null a
{
	overflow: hidden !important;
  	vertical-align: middle !important;
	text-align:center !important;
	width:100%;
}
.outcome-NYA a, .outcome-CE a, .outcome-NoSt a, .outcome-PE a, .outcome-P a, .outcome-Blank a, .outcome-RPLIP a 
{
	background-color: rgba(255, 249, 178, 0.8) !important;
}
.outcome-W a, .outcome-CNA a, .outcome-RCCNG a, .outcome-RPLNG a, .outcome-SUP a,
.outcome-WFP a, .outcome-WN a, .outcome-WP a, .outcome-NC a, .outcome-NAS a, .outcome-NoStart a
{
	background-color: rgba(255, 187, 170, 0.8) !important;
}
.outcome-NR a
{
	background-color: rgba(136, 233, 255, 0.8) !important;
}
.outcome-C a, .outcome-CT a, .outcome-RPLG a, .outcome-CGAP a, .outcome-RCCG a, .outcome-CJOB a
{
	background-color: rgba(170, 255, 173, 0.8) !important;
}

.background-login
{
    position: fixed;
  	left: 0;
  	right: 0;
  	top: -100px;
  	z-index: 1;
    background-image: url('/mobile/gfx/global/img/cloud-bkg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    filter: blur(1px);
  	-webkit-filter: blur(1px);
  	background-size: cover;
  	height:1000px;
  	display:block;
  	opacity: 0.4;
}
.login-frm
{
	z-index: 99;
	filter: none;
	-webkit-filter: none;
	position: fixed;
	left: 0;
	right: 0;
}
.login-footer
{
	z-index: 90;
	filter: none;
	-webkit-filter: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#pageLogo
{
	z-index: 99;
}

.ui-corner-all.ui-btn:not(.ui-btn-icon-notext),
.ui-listview.ui-corner-all, .ui-flipswitch.ui-corner-all,
.ui-controlgroup.ui-corner-all
{
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ui-flipswitch a
{
	margin-top: 0.1em !important;
	margin-bottom: 0.1em !important;
}

.ui-mini:not(.ui-input-text):not(.ui-controlgroup)
{
	margin: 0 !important;
	
}
.ui-mini.ui-input-text
{
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	
}

.ui-li-divider.ui-first-child
{
	background-color: #38c !important;
	border-color: #38c !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #059 !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2) !important;
    	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2) !important;
    	box-shadow: inset 0 1px 3px rgba(0,0,0,.2) !important;
}

#noteText
{
	white-space:normal !important;
}
.mobile-sms
{
	position: absolute;
	right: 20px;
	margin:0px;
}
.mobile-call
{
	position: absolute;
	right: 60px;
	margin:0px;
}
.contact-general-info-name .ui-icon-edit:after
{
	webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.note-date
{
	max-width:6em;
	width:20%;
}
.note-user
{
	width:80%;
	max-width:80%;
	white-space:normal !important;
}		




.task-legacy-radio, .template-instance-radio
{
	margin-bottom: 1em !important;
}
.task-legacy-radio .ui-controlgroup-label, .template-instance-radio .ui-controlgroup-label
{
	float: none;
    display: block;
    text-align: center;
    width: 100%;
}
.task-legacy-radio .ui-controlgroup-controls, .template-instance-radio .ui-controlgroup-controls
{
	float: none; 
    display: block;
    width: 100%;
}
.task-legacy-radio .ui-radio, .template-instance-radio .ui-radio
{
	width: 50%;
}
.task-legacy-radio .ui-radio label, .template-instance-radio .ui-radio label
{
    text-align: center;
    white-space: nowrap;
}

/*unit-stepper*/

#unit_stepper
{
	position: absolute;
	right: 8em;
	margin-top: -1px;
}
#unit_stepper a
{
	min-width: 3em;
	height: 1.1em;
}

#enrolTool ul
{
	margin-left:auto;
	margin-right:auto;
	max-width: 60em;
}

#enrolTool
{
	padding-top:2em;
	padding-bottom:2em;
	padding-left:0;
	padding-right:0;
}

#enrolTool .ui-controlgroup-horizontal .ui-controlgroup-controls, #enrolTool .ui-controlgroup-horizontal .ui-select .ui-btn,
#userSettings .ui-controlgroup-horizontal .ui-controlgroup-controls, #userSettings .ui-controlgroup-horizontal .ui-select .ui-btn
{
	width:100%;
}
#enrolTool .ui-controlgroup-horizontal .ui-select .ui-btn-icon-right,
#userSettings .ui-controlgroup-horizontal .ui-select .ui-btn-icon-right
{
	padding-right:1em;
}
#enrolTool .ui-controlgroup-horizontal .ui-select  .ui-btn-icon-left,
#userSettings .ui-controlgroup-horizontal .ui-select  .ui-btn-icon-left
{
	padding-left:1em;
}

#enrolTool .ui-controlgroup-horizontal .controlgroup-textinput, #enrolTool .ui-controlgroup-horizontal .ui-select,
#userSettings .ui-controlgroup-horizontal .controlgroup-textinput, #enrolTool .ui-controlgroup-horizontal .ui-select
{
	width:100%;
	margin-left: -1em;
	margin-right: -1em;
}
#enrolTool .ui-controlgroup-horizontal .ui-select span,
#userSettings .ui-controlgroup-horizontal .ui-select span
{
	padding-left: 1em;
	padding-right: 1em;
}
#enrolTool .ui-controlgroup-horizontal .ui-select .ui-btn-icon-left span,
#userSettings .ui-controlgroup-horizontal .ui-select .ui-btn-icon-left span
{
	padding-left: 1.5em;
}

#enrolTool .ui-controlgroup-horizontal .ui-flipswitch,
#userSettings .ui-controlgroup-horizontal .ui-flipswitch
{
	margin-left: -6em;
    z-index: 1000;
    position: absolute;
}
#enrolTool .ui-controlgroup-horizontal .select-iconleft-flipswitch,
#userSettings .ui-controlgroup-horizontal .select-iconleft-flipswitch
{
	margin-left: -4em;
    z-index: 1000;
    position: absolute;
}
span.select-left 
{
	text-align:left;
}

.controlgroup-textinput{
    padding-top:.22em;
    padding-bottom:.22em;
}

/*Simple Result Outcomes*/
@media (max-width:500px) {
	#resultOutcomes div:not(.subject-cell).outcome-btn, #simpleResultOutcomes div:not(.subject-cell).outcome-btn {
	width:100% !important;
    margin-left:auto;
    margin-right:auto;
    max-width:60em;
    min-width:80%;
}
}
@media (min-width:500px) {
	#resultOutcomes div:not(.subject-cell).outcome-btn, #simpleResultOutcomes div:not(.subject-cell).outcome-btn {
	width:100% !important;
    margin-left:auto;
    margin-right:auto;
    max-width:60em;
    min-width: 20em;
}
}
div:not(.subject-cell).outcome-interim:after{
	background-color:#FFEC0B !important;
}
div:not(.subject-cell).outcome-withdrawn:after{
	background-color: #FF8061 !important;
}
div:not(.subject-cell).outcome-complete:after, #outcomeSubmit:after{
	background-color: #4CBD50 !important;
}


/*Calendar*/
#calendarPage .ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear{
	margin-top: -20px;
}


/*Settings*/

.hidden-setting
{
	display:none !important;
}







/*updated instance list*/


#enrol_status #stat_prog{
	    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#enrol_status span.status-text{
	z-index:10;
    position: relative;
}

#enrolment_units_list .instance-list-subject-descriptor{
	white-space: normal;
    max-height: 2em;

}

/*Outcome colours*/
div:not(.subject-cell).outcome-NYA, div:not(.subject-cell).outcome-CE, div:not(.subject-cell).outcome-NoSt, div:not(.subject-cell).outcome-PE, div:not(.subject-cell).outcome-P, div:not(.subject-cell).outcome-Blank, div:not(.subject-cell).outcome-RPLIP
{
	background-color: rgba(255, 249, 178, 0.8) !important;
}
div:not(.subject-cell).outcome-W, div:not(.subject-cell).outcome-CNA, div:not(.subject-cell).outcome-RCCNG, div:not(.subject-cell).outcome-RPLNG, div:not(.subject-cell).outcome-SUP,
div:not(.subject-cell).outcome-WFP, div:not(.subject-cell).outcome-WN, div:not(.subject-cell).outcome-WP, div:not(.subject-cell).outcome-NC, div:not(.subject-cell).outcome-NAS, div:not(.subject-cell).outcome-NoStart
{
	background-color: rgba(255, 187, 170, 0.8) !important;
}
div:not(.subject-cell).outcome-NR
{
	background-color: rgba(136, 233, 255, 0.8) !important;
}
div:not(.subject-cell).outcome-C, div:not(.subject-cell).outcome-CT, div:not(.subject-cell).outcome-RPLG, div:not(.subject-cell).outcome-CGAP, div:not(.subject-cell).outcome-RCCG, div:not(.subject-cell).outcome-CJOB
{
	background-color: rgba(170, 255, 173, 0.8) !important;
}
#enrolments th.activity_s {
	font-size: .8em;
	width:auto !important;
}

#enrolments .activity_s .activity{
	padding:.2em;
}

.instance-list-subject-outcome
{
	max-width:2em;
	min-width:2em;
	margin-right: 2em;
}

#enrolment_units_list .instance-list-dates{
	padding: .7em 1em;
}

#enrolments .instance-list-header.ui-li-has-count div.ui-li-count{
	
}

#enrolments .instance-header-name, #enrolment_actions_list .instance-header-name {
	white-space: normal !important;
	color: #38c;
	font-weight: 700;
	margin-right:2em;
}

.instance-header {
	font-size: 1em !important;
	white-space: normal !important;
}


.enrolled a {
    height: 100%;
    margin: 0;
    padding: .15em;
    font-size: .75em;
}


/* @media (max-width:700px) {
    .uoc-table tr:not(.uoc-module) th:nth-child(2),.uoc-table tr:not(.uoc-module) td:nth-child(2){
          display:none;
	}
    .uoc-table tr.uoc-module td:first-child{
          column-span: 4; W3C
		-webkit-column-span: 4; Safari & Chrome
-moz-column-span: 4; Firefox
-ms-column-span: 4; Internet Explorer
-o-column-span: 4; Opera
                                        }
} */

.uoc-table thead tr{
background-color: #38c;
    border-color: #38c;
    color: #fff;
    text-shadow: 0 1px 0 #059;
    text-align: left;
}
tr.uoc-module{
	text-align:left;
}


.uoc-table td div.ui-btn.ui-mini{
	height: 1em;
    padding-top: .3em;
    padding-bottom: .525em;
    width: 3em;
}

.uoc-table.compact.dataTable{
	border:none;
	border-collapse:collapse;
}
.uoc-table.compact.dataTable td, .uoc-table.compact.dataTable th{
	border: none;
}









@media (max-height:500px) {
	
	/*Enrol Tool Media queries - Hides fields on smaller devices to make it easier to use */
	#enrolTool .ui-priority-3, #enrolTool .ui-priority-2{
		display:none;
	}
	
}

@media (max-height:620px) {
	
	/*Enrol Tool Media queries - Hides fields on smaller devices to make it easier to use */
	#enrolTool .ui-priority-3{
		display:none;
	}
	
}

@media (max-width:500px) {

.studentName
{
	white-space:normal !important;
}
}

@media (min-width:500px) {

.studentName
{
	white-space:nowrap !important;
}
}



#navPanel ul li a{
	color: #fff;
}


/* USI STATUS */

li.usi_status.ui-warn:after{
	background-color: #fdce5f;
}
li.usi_status.ui-positive:after{
	background-color: #5baf26;
}

li.usi_status.ui-icon-alertcheck:after{
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2214%2C4%2011%2C1%205.003%2C6.997%203%2C5%200%2C8%204.966%2C13%204.983%2C12.982%205%2C13%20%22%2F%3E%3C%2Fsvg%3E"),
					  url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M7%2C0L0%2C12h14L7%2C0z%20M7%2C11c-0.553%2C0-1-0.447-1-1s0.447-1%2C1-1c0.553%2C0%2C1%2C0.447%2C1%2C1S7.553%2C11%2C7%2C11z%20M7%2C8%20C6.447%2C8%2C6%2C7.553%2C6%2C7V5c0-0.553%2C0.447-1%2C1-1c0.553%2C0%2C1%2C0.447%2C1%2C1v2C8%2C7.553%2C7.553%2C8%2C7%2C8z%22%2F%3E%3C%2Fsvg%3E");
}
li.usi_status.ui-icon-alertcheck:after{
	background-position: 10% center, 80% center !important;
	background-size: 40% 40%,60% 60%;
}


#contactInfoList li.contact-general-info-name.has-photo{
	padding:0em;
}
#contactInfoList li.contact-general-info-name *{
	white-space: normal !important;
}
textarea.ui-btn{
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
}