@charset "utf-8";
/* CSS Document */
/*

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # IMPORTANT INFORMATION # # # # # # # # # # # # # # # # # # 
# # # # # # # STYLESHEET FOR AXIOM COLLEGE  www.axiomcollege.com.au # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

last updated j.woods 6/5/21
*/


/* Colors: */
.black { color: #000; }
.white {color: #fff; }
.orange {color: #f6e024;}
.orange2 {color: #f0df40} 		/* Secondary Orange (Darker) */
.blue {color: #1c4157;}
.blue {color: #165c9d} 		/* Primary Blue */
.blueAccent {color: #1b6ab3;} 	/* Accent Blue (slightly lighter tnan Pri */
.blue2 {color: #0C9AEC} 		/* Secondary Blue (Lighter) */
.blue3 {color: #1c4157;}
.grey {color: #717171;}			/* Primary Grey */
.grey2 {color: #9c9c9c}
.grey3 {color: #424242} 		/* Text Grey (Dark) */
.grey4 {color: #d5d5d5} 		/* Secondary Grey (Lighter) */
.grey5 {color: #f3f3f3} 		/* Tertiary Grey (Very Light) */
.red {color: #cb2020;}
.green {color: #20cb28;}


/* Opacity */
.fade20 {opacity: 0.8;}
.fade40 {opacity: 0.6;}
.fade60 {opacity: 0.4;}
.fade80 {opacity: 0.2;}

/* Basic styles*/
.hide { display: none !important; }
.small { font-size: .8rem; }
.medium {font-size: 1.5rem; }
.large {font-size: 2rem;}
.italic {font-style: italic;}
.light {font-weight: 100;}
.bold {font-weight: bold;}
.heavy {font-weight: 900;}
.border {border: 1px solid #ccc;}
.border-bottom {border-bottom: 1px solid #ccc;}

/*Body Etc.*/
html {
	width:100%;
	height:100%;
	font-size: 14px;
	font-weight: normal;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #717171;
	font-family: 'Raleway', sans-serif;
	/*	font-family: 'Thasadith', sans-serif;*/
	font-weight: 500;
}
a {
	text-decoration: none;
	color: #0C9AEC;
}
a:hover {
	text-decoration: underline;
	color: #f6e024;
}

/*Header Classes */
h1 {}
h2 {}
h3 {}
h4 {}


.moduleHeader {
    font-size: 1.5rem;
    background: #cdd2d5;
    color: #165c9d;
    font-weight: bold;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
}
.block-inner {
	padding:20px;
}


/* TABLES */
.table_Row {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.table_Row:nth-child(odd) {
    background: rgba(173,173,173,0.30);
}
.table_Column {
    flex: 1;
    display: inline-block;
}
.Col2 {flex-basis: 42%;}
.Col3 {flex-basis: 30%;}
.Col4 {flex-basis: 22%;}
.Col5 {flex-basis: 18%;}
.Col6 {flex-basis: 15%;}
.Col7 {flex-basis: 13%;}

/* Dynamic CSS points*/

/* MainGrid CLASS for user logging in*/
.userLogin {
	margin:0 auto;
    min-height: 100vh;
    position: relative;
	text-align: center;
	background-size: cover;
}
.lbg_1 {	
	background-image: url('/images/backgrounds/primary_bg_00.jpg');
}
.lbg_2 {	
	background-image: url('/images/backgrounds/primary_bg_01.jpg');
}
.lbg_3 {	
	background-image: url('/images/backgrounds/primary_bg_02.jpg');
}
.lbg_4 {	
	background-image: url('/images/backgrounds/primary_bg_03.jpg');
}
.lbg_5 {	
	background-image: url('/images/backgrounds/primary_bg_04.jpg');
}
.lbg_6 {	
	background-image: url('/images/backgrounds/primary_bg_06.jpg');
}

.primary {
  background: #e8e8e8;
}


/* mainHead class for LOGGED IN USER */
.primaryHead {
    color: #424242;
    background: #fff;
    margin: 0 0 10px 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.63);
}

/* end dynamic css */



/*Title Bar CSS*/
.titlebar_Primary{
	width:100%; 
	padding:10px; 
	margin:0;
	display:flex;
}
.titlebar_Logo{
	flex:1;
	text-align:left;
	width:118px; 
	height:43px;
	overflow: hidden;
}

.titlebar_Menu {
	flex:4;
	text-align:right;
	margin-right:20px;
}
.titlebar_Menu a {
	color:#fff;
	text-decoration: none;
}


/* Message Handling */
.urgentFlag {
    background: rgba(255,0,0,0.62);
	width:100%;
	padding:10px;
    color: #930002;
    border: solid 1px #f6e024;
    font-weight: 500;
	margin:0 
}
.errorDisplay {
    background: #FFCE00;
    background: rgb(255 163 0 / 51%);
	padding:10px;
    color: #000;
    margin: 0 auto;
    border: solid 1px #f6e024;
    font-weight: 500;
	text-align: center;
}
.successDisplay {
    background: #00FF86;
    background: rgba(0,255,134,0.53);
	padding:10px;
    color: #145C00;
    margin: 0 auto;
    border: solid 1px #f6e024;
    font-weight: 500;
	text-align: center;
}


/* Login box */
.alert {
	font-size:1rem;
	padding:5px; 
	border: 1px solid #626262;
}

/*Activation */

.activation {
	max-width:40vw !important;
	min-width:500px !important;
}

.login {
	max-width:350px;
	padding:30px;
    background: #e3e5ea;
    background: rgba(255,255,255,.85);
    border-radius: .15em;
    font-size: .8125em;
    margin: 0 auto 1em;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 40px 0px #000000;
}
.login label {display:none;}

.login input { 
	margin:10px 0 4px;
    background: #ffffffc7;
    border: 1px solid #fff;
    box-shadow: none !important;
    font-weight: 500;
    height: 2em;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.login button[type=submit] {
    background-color: #f0df40;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
	margin:10px auto;
}
.login_Text {
	font-weight:300;
	font-size:1.7em;
	margin:0 0 20px;
}
.login_Lower a{
	font-size: 1rem;
}



/*Footer*/

.footer { 
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
}
.footer_Left{
	flex:1;
	text-align: left;
    padding: 1em;
}
.footer_Middle{
	flex:1;
	text-align: center;
	padding:1em 1em; /* DESIGNED FOR A SINGLE LINE OF TEXT ONLY */
}
.footer_Right{
	flex:1;
	text-align: right;
	padding:1em 1em; /* DESIGNED FOR A SINGLE LINE OF TEXT ONLY */
}




/*STUDENT GRID LAYOUT */

.StudentAlerts { 
	grid-area: StudentAlerts; 
	border:1px solid #000; 
	text-align:center;
	margin:0 0 10px 0;
}

.StudentActions { 
	grid-area: StudentActions;
	border:1px solid #000; 
	margin:0 0 10px 0;
}

.Menu { 
    grid-area: Menu;
    background: #165c9d;
    min-width: 150px;
    width: 7vw;
	text-align:left;
}

.Module-1 { grid-area: Module-1; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;
}

.Module-2 { grid-area: Module-2; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

.Module-3 { grid-area: Module-3; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

.Course-Display { grid-area: Course-Display; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

.Module-4 { grid-area: Module-4; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

.Module-5 { grid-area: Module-5; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

.Module-6 { grid-area: Module-6; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

.Lower-Module-1 { grid-area: Lower-Module-1; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

.Lower-Module-2 { grid-area: Lower-Module-2; 
    background: #fff;
    box-shadow: 4px 4px 10px #8181813d;
    border-radius: 2px;}

/*end student grid*/



/* Student Details Layout */


.MainMenu {
		padding:20px 0;
	}
.MainMenu a {    
	font-weight: 300;
    color: #fff;
    display: block;
    padding: 0.5em;
	}
.menuActive {
	background: #1b6ab3;
}
.actionItems {
	display:flex;
	margin:0 auto;
	flex-wrap:wrap;
	min-width:1450px; 
    text-align: left;
	width:50vw;
}
.itemHead {
	font-weight:bold;
	background:rgba(255,255,255,0.60);
}
.actionItem {
	flex:1;
	padding:2px 0 0 5px;
    border-bottom: 1px solid #7b6c6c;
	flex-basis: 22%;
}
.actionItem:nth-child(){
	background: #fff;
}

.studentResources {
	font-size:1rem; 
	text-align:left;
}


.CourseData {}
.progress h3 {
    float: left;
    display: inline-block;
    width: 30%;
    margin: 0px;
    line-height: 77px;
}
.progress ul {
    width: 70%;
    display: inline-block;
    float: left;
}

.progress ul li .fill-wrapper {
    width: 80%;
    position: relative;
    height: 38px;
}
.progress ul li .fill-wrapper .fill {
    min-width: 5px;
    background: #CCC;
    height: 38px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.progress ul li:first-child {
    border-left: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    padding: 0px 8px 8px 8px;
}
.progress ul li {
    display: block;
    position: relative;
}
.progress ul li .fill-wrapper .fill span {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: -120px;
    text-align: left;
    font-size: 12px;
    width: 100px;
}


/* VARIABLES FOR MEDIA SCREEN */
.hideOnMediumDevice {
	visibility: visible;
}
.hideOnSmallDevice {
	visibility: visible;
}
.showOnSmallDevice {
	visibility: hidden;
}
.breadcrumbs {
	display: inline-block;
	font-size: .8rem;
}

/* Spinner Stuff */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




.captcha {
	margin:0 auto; 
	padding:15px 0;
}




/* MEDIA SCREENS HERE */
/* Above 1500 px wide : */
@media only screen and (min-width: 1500px) {
}
/* Below 1330px wide */
@media only screen and (max-width: 1300px) {
}
/* Below 1300px wide */
@media only screen and (max-width: 1300px) {
	.hideOnMediumDevice {
		visibility: hidden;
		display: none;
	}
}
/* Below 900 px wide */
@media only screen and (max-width: 900px) {
	.hideOnSmallDevice {
		visibility: hidden;
	}
	.showOnSmallDevice {
		visibility: visible;
	}
}
@media print
{    
    body
        {
        	text-align:left;
        }
    .noPrint, .noPrint *
    {
        display: none !important;
    }
}