html { -webkit-font-smoothing: antialiased; }

body {
   font-family: "San Francisco Text","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 200;
	background-color: #000000;
	font-size: 14px;
	color: #eee;
	margin: 0px;
  /* Location of the image */

  background: url(https://mobileagenda.ca/loginbackground.jpg) no-repeat center center fixed; background-size: cover;
  
  
	text-align: center;

}

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0px;
        background-color: #333333;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(254,204,51,0.8);
    }

.fa-inverse {
	color: black;
}

.grayscale_d {
	filter: grayscale(20%);
}

meter {
  x-webkit-appearance: none;
     x-moz-appearance: none;
          xappearance: none;

  margin: 0 auto 0;
  width: 60%;

  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="-1"]::-webkit-meter-optimum-value { background: none; }
meter[value="0"]::-webkit-meter-optimum-value { background: red; }
meter[value="1"]::-webkit-meter-optimum-value { background: orange; }
meter[value="2"]::-webkit-meter-optimum-value { background: #ffff00; }
meter[value="3"]::-webkit-meter-optimum-value { background: #afe900; }
meter[value="4"]::-webkit-meter-optimum-value { background: #00ff27; }

/* Gecko based browsers */
meter[value="-1"]::-moz-meter-bar { background: none; }
meter[value="0"]::-moz-meter-bar { background: red; }
meter[value="1"]::-moz-meter-bar { background: orange; }
meter[value="2"]::-moz-meter-bar { background: #ffff00; }
meter[value="3"]::-moz-meter-bar { background: #afe900; }
meter[value="4"]::-moz-meter-bar { background: #00ff27; }

.meter-textx {
	margin-left: -40%;
}
.newbody {
	
}

select.dropdown {
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 8px;
  padding-right: 39px;
  font-size: 14px;
  xfont-weight: bold;
  color: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(25,25,25,0.5);
  background: url('/dropdown.png') no-repeat 97% 20% rgba(25,25,25,0.5);
  background-size: 30px 30px;
}


select.dropdown:focus {
  outline: none;
  border-width: 1px solid #fecc33;
}

fieldset {
	border-style: none;
}

.pure-input-1 {
	width: 95%;
}
.pure-input-1-2 {
	width: 45%;
}
.pure-input-1-4 {
	width: 25%;
}

.pure-form label {
	margin: 0px;
	display: inline-block;
}

input[type=text],input[type=email],input[type=password],input[type=url] {
    padding: 8px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 4px;
	outline: none;
	border: 1px solid #aaa;
}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=url]:focus {
    margin: 4px;
	outline: 1px dotted #fecc33;
	outline-offset: 5px;
	}

input[type=time],input[type=date] {
    padding: 8px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 4px;
	outline: none;
	border: 1px solid #aaa;
}
input[type=time]:focus,input[type=date]:focus {
    margin: 4px;
	outline: 1px dotted #fecc33;
	outline-offset: 5px;
	}

.notifyhistory {
	column-count: 2;
	padding-top: 5px;
	width: 100%;
	padding-bottom: 20px;

}

input[type=checkbox] {
    margin: 4px;
}


input, textarea {
/*	background-color: rgba(255,255,255,0.6); */
		background-color: #fff;
		color: #000;

}



.togglebox {
	border: 1px solid #555; padding:5px; border-radius: 8px; margin-top: -1px; margin-bottom: 10px; width: 90%;
	overflow-y: scroll;
	max-height: 900px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #2d2d2d;

}

.schoolselector {
	border: 1px solid #555; padding:10px; border-radius: 10px; margin-top: 10px; margin-bottom: -1px; width: 90%;
	zoverflow-x: scroll;
	overflow-y: scroll;
	zmax-height: 400px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	clear: both;
}

.schoolselector_inner {
	column-count: 3;
	margin-top: 0px;
	column-fill: auto;
	zoverflow-x: scroll;
	zoverflow-y: scroll;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:    #bbb;
   opacity:  1;
}

.myselect {
   font-family: "San Francisco Text","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 100;
	background-color: #080808;
	font-size: 24px;
	color: #eee;
}


.colorselect {
	background-color: #ff00ff;
}

.hgbutton, .schoolselectorbutton, .toggleboxbutton, .tabboxbutton {
    border: #fecc33 solid 1px;
    color: white;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px;
    display: inline-block;
}

.schoolselectorbutton, .toggleboxbutton {
    border: #555 solid 1px;
    color: #fecc33;
    width: 45%;
    margin: 0px;
    z-index: 999;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
	background-color: #2d2d2d;

}


.tabboxbutton {
	xbackground-color: rgba(45,45,45,1.0);
	background-color: #2d2d2d;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 46%;
    margin-top: 0px;
    border: #aaa solid 1px;
    color: #aaa;
    width: 45%;
    margin: 0px;
    z-index: 999;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;

}


.tabselected {
    zbackground-color: #fecc33;
    border: rgba(254,204,51,1.0) solid 1px;

    color: #fecc33;
}

.ssbleft {
    border-bottom-left-radius: 10px; 
    padding-left: 10px;
    padding-right: 0px;
}
.ssbright {
	margin-left: -1px;
    border-bottom-right-radius: 10px; 
    padding-left: 0px;
    padding-right: 9px;
}
.ssbcenter {
	margin-left: -1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -1px;

}
.ssb3 {
	width: 30%;
}
.ssbgray {
	color: #888;
}

.tbbleft {
    border-top-left-radius: 8px; 
    padding-left: 5px;
    padding-right: 0px;
    margin-top: 0px;
}
.tbbright {
	margin-left: -1px;
    border-top-right-radius: 8px; 
    padding-left: 0px;
    padding-right: 4px;
}
.tbbcenter, .tabcenter {
	margin-left: -1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -1px;

}
.ttbtitle {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

.tbbonly {
	width: 90%;
	margin-left: 0px;
	margin-top: 5px;
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px; 
    padding-left: 0px;
    padding-right: 0px;	
    text-align: left;
    padding-left: 5px;
}

.tableft {
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px; 
    padding-left: 5px;
    padding-right: 0px;
    margin-top: 5px;
}
.tabright {
	margin-left: 0px;
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px; 
    padding-left: 0px;
    padding-right: 4px;
}


hr.cutline { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.cutline:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
	background-color: rgba(0,0,0,0.3);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  color: #8c8b8b; 
  font-size: 18px; 
}


.hgdivider {
	text-align: center;
	width: 100%;
	height: 1px;
	background-color: #555;
	display: block;
	margin-top: 3px;	
}

.hgdfirst {
	margin-top:32px;
	background-color: #555;

}
.hgdlast {
	margin-bottom:32px;
		background-color: #555;

}
.hgdhoney {
			background-color: #fecc33;
}




.groupheader {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.groupheader_right {
	float: right;
	font-size: smaller;
	padding-right: 10%;
		margin-top: 35px;

}


.invitebutton {
    border: #fecc33 solid 1px;
    color: white;
    xborder: #665511 dotted 1px;
    xcolor: #333;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 60px;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
    display: inline-block;
}

.smallbutton {
    border: #fecc33 solid 1px;
    color: #eee;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 60px;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
    font-size: smaller;
}


.invitedisabled {
    border: #665511 dotted 1px;
    color: #555;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.content {
	text-align: left;
	background-color: rgba(0,0,0,0.3);
	padding: 20px;
	padding-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	
-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.4);
box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.4);

	height: 100%;
}

a {
	color: #ffcc55;
}

.mainnav_item a {
	color: #f0f0f0;
}

.menuselected a {
	color: #ffcc55;
}

.menu-lg {
	
}
.menu-md, .menu-sm {
	display: none;
}


.pure-g-menu {
	display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#mainnav {
	background-color: #1c1c1c;
	color: #fff;
	display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.mainnav_item {
	width: 100%;
	xpadding: 10px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	color: #fff;
	border-bottom: 1px solid #444;	
}

	.mainnav_item {
		text-align: center;
	}
	
.mainnav_icon {
	xfloat: left;
	vertical-align: middle;
	display: inline-block;
}

.menuselected {
	padding-bottom: 8px;
	border-bottom: 3px solid #ffcc55;	
}

.mainnav_item .pure-button, .navseparator .pure-button {
	background-color: #1c1c1c;
	color: #fff;
	opacity: 1;
/*	border-bottom-color: #444;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
*/
}

.pure-button-primary {
	margin-top: 16px;
	
}
.pure-button-disabled {
	background-color: #fff;
	color: #fff;
	opacity: 1;
}


.menutext {
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-size: smaller;
	margin-top: auto;
	margin-bottom: auto;
		display: inline-block;

}


.center {
	text-align: center;	
}

#copylink {
 	font-size: smaller;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 70px;
		margin-left: 20px;
	margin-right: 20px;
}

.footlink_left {
	float: left; display: inline-block;  padding-left: 5px;
}

.footlink_center {
	display: inline-block;  padding-left: 5px;
}

.footlink_right {
	float: right; display: inline-block;  padding-right: 5px;
}

.footlinks {
	display: inline-block; 
	width: 100%; margin-top:10px; border-top: 1px solid #333; background-color: rgba(30,30,30,0.8);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}




#topbar2 {
	height: 120px;
	vertical-align: middle;
	text-align: left;
}

.logocontainer {
	float: left;
	padding: 9px;
}

.logoimage2 {
	width: 100px;
		vertical-align: middle;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.20);
}


a {
	text-decoration: none;
}
 a.hover {
	text-decoration: underline;
	 
 }

.calevent {
	width: 100%;
	vertical-align: top;
}

.calevent-title {
}


.bigtextarea, .xbigtextarea {
	width: 85%;
	min-height: 100px;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 16px;
}

.bigtextarea:focus {
	border: none;
	outline: 1px dotted #fecc33;
	outline-offset: 5px;
	margin: 6px;
}

.charNum {
	display: inline;
	font-size: smaller;
}

.vertical-text {
	transform: rotate(-90deg);
	transform-origin: left top 0;
}

.bigtitle {
	font-family: "San Francisco Text","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 200 !important;
	font-style: italic;
	font-size: 1.8em;
	padding-left: 30px;
	padding-top: 20px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.consoleversion {
	margin-top: 15px;
	margin-left: 30px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
}

#mobilenav {
	display: none;
	clear: left;
}

.underlinerow {
	border-bottom: 1px dotted #777;
	padding-top: 5px;	
	padding-bottom: 5px;	
}

.pagetitle {
	padding: 0px;
	padding-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}




.striped th {
	background: #999;
	color: #000;
}

.striped tr:nth-child(even) {
	background: #555;
		color: #fff;

}

.striped tr:nth-child(odd) {
	background: #222;

	color: #fff;
}




.disableditem {
	color: #aaa;
}


	
.greenbutton {
	padding: 6px;
	
	border-radius: 3px;	

	text-align: center;
	
	border-style: solid;
	border-width: 2px;
	border-color: rgba(42, 255, 117, 0.70);
	background-color:rgba(42, 255, 117, 0.30);

	vertical-align: middle;
	color: rgba(42, 255, 117, 1.0);
	font-weight: bolder;
}
.redbutton {
	padding: 6px;
	
	border-radius: 3px;	

	text-align: center;
	
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 50, 50, 0.70);
	background-color:rgba(255, 50, 50, 0.30);

	vertical-align: middle;
	color: rgba(255, 50, 50, 1.0);
		font-weight: bolder;
}

.yellowbutton {
	padding: 6px;
	
	border-radius: 3px;	

	text-align: center;
	
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 194, 84, 0.80);
	background-color:rgba(255, 194, 84, 0.30);

	vertical-align: middle;
	color: rgba(255, 194, 84, 1.0);
	font-weight: bolder;
}


.hgimage {
	width: 280px;
}


.pure-button {
	background-color: #f0c04f;
	color: #000;
}

/* file chooser */

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    border: #fecc33 solid 1px;
    color: white;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 12px;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */

}

.inputfilename {
	min-width: 200px;
	margin-right: 10px;
}

.zinputfile:focus + label,
.inputfile + label:hover {
    background-color: #f0c04f;
    color: black;
}

.zinputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* Device-specific styles -------------------------*/


/* ipad landscape */
@media screen and (max-width: 1024px) {

	.menu-lg {
		display: none;
	}
	.menu-md {
		display: block;
	}
	.menu-sm {
		display: none;
	}

	.notifyhistory {
		column-count: 2;
	}
	
	.schoolselector_inner {
		column-count: 3;
	}

}

/* tweener windows/tablets */
@media screen and (max-width: 900px) {
}

/* ipad portrait, narrow windows and tablets */
@media screen and (max-width: 800px) {
	
.bigtitle {
	font-size: 1.6em;
	padding-left: 30px;
	padding-top: 15px;
	vertical-align: middle;
}	
	
}

/* ipad portrait */
@media only screen and (max-width: 768px) {
	body {
		font-size: 14px;
		
    /* The file size of this background image is smaller
       to improve page load speed on mobile internet connections */
  }
	
#copylink {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
#copylink_nav {
	display: none;
}

.mainnav_item {
	xwidth: 160px;
}
.mainmenu_p2 {
	width: 160px;
}

#topbar2 {
	height: 120px;
}

.logoimage2 {
	width: 100px;
		vertical-align: middle;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.20);
}

.menutext {

	padding-left: 5px;
}
	.notifyhistory {
		column-count: 1;
			width: 95%;

	}

	.schoolselector {
		width: 94%;
	}
	.schoolselector_inner {
		column-count: 3;
	}

	.schoolselectorbutton {
	    width: 47%;
	}
	.ssb3 {
		width: 31.3%;
	}
}

/* iphone6+ landscape */
@media only screen and (max-width: 736px) {
#mobilenav {
	display: block;
}

#topbar2 {
	height: 80px;
}

.logocontainer {
	float: left;
	padding: 4px;
}

.logoimage2 {
	width: 70px;
		vertical-align: middle;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,0.20);
}

.bigtitle {
	font-size: 1.4em;
	padding-left: 30px;
	padding-top: 15px;
	vertical-align: middle;
}
.xconsoleversion {
	padding-top: 5px;
	padding-left: 35px;
}

	body {
		font-size: 14px;
		}
    /* The file size of this background image is smaller
       to improve page load speed on mobile internet connections */
    /*background-image: url(background-photo-mobilez.jpg);*/



	.menu-lg {
		display: none;
	}
	.menu-md {
		display: none;
	}
	.menu-sm {
		display: block;
	}

	.mainnav_item {
		text-align: center;
	}
	.menuselected {
		border-bottom: 1px solid #444;	
	}
	
	.content {
		margin: 0px;
		padding: 10px;
		padding-top: 0px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
	}
	#copylink {
		margin: 0px !important;
		padding: 10px !important;
		padding-top: 0px !important;

	}	
	
	
	input[type=text],input[type=email],input[type=password],input[type=url] {
    font-size: 16px;
}
	
}

/* iphone6 landscape */
@media only screen and (max-width: 667px) {
#mobilenav {
	display: block;
}


#topbar2 {
	height: 60px;
}

.logocontainer {
	float: left;
	padding: 0px;
}

.logoimage2 {
	width: 60px;
		vertical-align: middle;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px none rgba(0,0,0,0.20);
}

.bigtitle {
	font-size: 1.1em;
	font-weight: 300;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: middle;
	max-height: 30px;
}
.consoleversion {
	font-size: 0.8em;
	xpadding-top: 5px;
	margin-left: 20px;
}

	.menu-lg {
		display: none;
	}
	.menu-md {
		display: none;
	}
	.menu-sm {
		display: block;
	}

.mobilehide {
	display: none;
}


}

/* iphone5 landscape */
@media only screen and (max-width: 575px) {
.logoimage {
	width: 70px;
		margin:10px;
		}
	body {
		font-size: 14px;
		
    /* The file size of this background image is smaller
       to improve page load speed on mobile internet connections */
   /* background-image: url(background-photo-mobilez.jpg); */
  }


#copylink {
 	font-size: smaller;
 	xmargin-top: 20px;
}
#copylink_nav {
	display: none;
}

	.menu-lg {
		display: none;
	}
	.menu-md {
		display: none;
	}
	.menu-sm {
		display: block;
	}

.mainnav_item:after {
    display:none;
}
.menuselected:after {
    display:none;
}

.invitebutton {
    float: none;
}

.hgdfirst {
	margin-top:12px;
}
.hgdlast {
	margin-bottom:12px;
}

}

/* pre-iphone5 landscape */
@media screen and (max-width: 540px) {

#mobilenav {
	display: block;
}


	.menu-lg {
		display: none;
	}
	.menu-md {
		display: none;
	}
	.menu-sm {
		display: block;
	}

	.schoolselector_inner {
		column-count: 1;
	}	
	
}

/* iphone portrait */
@media screen and (max-width: 470px) {
#topbar {
	text-align: left;
}
#content {
}
#copylink {
}
.logoimage {
	width: 70px;
		margin:10px;

}
	.applogo {
	}
	#hometitle {
	}

#blockschedule {
	display: none;
}
	.menu-lg {
		display: none;
	}
	.menu-md {
		display: none;
	}
	.menu-sm {
		display: block;
	}

.schoolselectorbutton {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 94%;
	border-radius: 0px;
}
.ssbright {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -1px;
}
.ssbcenter {
	margin-top: -1px;
}

.bigtextarea {
	width: 90%;
	min-height: 85px;
}

.mainnav_item {
	padding-bottom: 0px;
}

.menuselected {
	padding-bottom: 0px;
	}

}


/* prevent funky results when switching orientations??? */
@media only screen and (max-device-width: 1030px) { 
	body {
		-webkit-text-size-adjust:none;
	} 
}

/* swap out images for retina versions */
@media
  only screen and (-webkit-min-device-pixel-ratio : 2),
  only screen and (min-device-pixel-ratio : 2) {

    #body{
    }
    #topbar{
    }

  }

