@charset "UTF-8";
/* play-tennis.ca CSS Document */


@font-face {
	font-family: Met-Light;
	src: url(Metropolis-Light.woff2);
}
@font-face {
	font-family: Met-Reg;
	src: url(Metropolis-Regular.woff2);
}
@font-face {
	font-family: Met-Bold;
	src: url(Metropolis-Bold.woff2);
}
@font-face {
	font-family: Met-Black;
	src: url(Metropolis-Black.woff2);
}
@font-face {
	font-family: Arial-N;
	src: url(ArialNarrow.woff);
}
@font-face {
	font-family: Arial-NB;
	src: url(ArialNarrowBold.woff);
}

* {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: Met-Reg;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

h1 {
	font-family: Met-Bold;
	font-weight: 100;
	color: #f7f76e;
}

h2 {
	font-family: Met-Bold;
	font-weight: 100;
	font-size: 24px;
	color: #f7f76e;
}

h3 {
	font-family: Met-Bold;
	font-weight: 100;
	font-size: 18px;
	color: #6C8951;
	margin: 0;
}

h4 {
	margin: 0 0 1px 0;
}

select {
	border: solid 1px #6C8951;
	background-color: #f2f6ef;
	color: #6C8951;
	border-radius: 3px;
}



.col-1 {width: 8.33%; float: left; position: relative; box-sizing: border-box;}
.col-2 {width: 16.66%; float: left; position: relative; box-sizing: border-box;}
.col-3 {width: 25%; float: left; position: relative; box-sizing: border-box;}
.col-4 {width: 33.33%; float: left; position: relative; box-sizing: border-box;}
.col-5 {width: 41.66%; float: left; position: relative; box-sizing: border-box;}
.col-6 {width: 50%; float: left;  position: relative; box-sizing: border-box;}
.col-7 {width: 58.33%; float: left; position: relative; box-sizing: border-box;}
.col-8 {width: 66.66%; float: left; position: relative; box-sizing: border-box;}
.col-9 {width: 75%; float: left; position: relative; box-sizing: border-box;}
.col-10 {width: 83.33%; float: left; position: relative; box-sizing: border-box;}
.col-11 {width: 91.66%; float: left; position: relative; box-sizing: border-box;}
.col-12 {width: 100%; float: left; position: relative; box-sizing: border-box;}
.col-auto {width: auto; float: left; position: relative; box-sizing: border-box; }

.col1 { width: 8.33%; box-sizing: border-box; }
.col2 { width: 1666%; box-sizing: border-box; }
.col3 { width: 25%; box-sizing: border-box; }
.col4 { width: 33%; box-sizing: border-box; }
.col5 { width: 41.66%; box-sizing: border-box; }
.col6 { width: 50%; box-sizing: border-box; }
.col7 { width: 58.33%; box-sizing: border-box; }
.col8 { width: 66.66%; box-sizing: border-box; }
.col9 { width: 75%; box-sizing: border-box; }
.col10 { width: 83.33%; box-sizing: border-box; }
.col11 { width: 91.66%; box-sizing: border-box; }
.colAuto { width: auto;  box-sizing: border-box; }

.ft_rt { float:  right; }
.ft_lt { float: left; }

.right { text-align: right; }
.centre { text-align: center; }
.left { text-align: left; }

.comment { font-size: 10px; }

.pad_4_t { padding-top: 4px; }
.pad_4_r { padding-right: 4px; }
.pad_4_b { padding-bottom: 4px; }
.pad_4_l { padding-left: 4px; }
.pad_12_t { padding-top: 12px; }
.pad_12_r { padding-right: 12px; }
.pad_12_b { padding-bottom: 12px; }
.pad_12_l { padding-left: 12px; }
.pad_20_t { padding-top: 20px; }
.pad_20_r { padding-right: 20px; }
.pad_20_b { padding-bottom: 20px; }
.pad_20_l { padding-left: 20px; }
.pad_50_t { padding-top: 50px; }
.mar_4_t { margin-top: 4px; }
.mar_4_r { margin-right: 4px; }
.mar_4_b { margin-bottom: 4px; }
.mar_4_l { margin-left: 4px; }
.mar_12_t { margin-top: 12px; }
.mar_12_r { margin-right: 12px; }
.mar_12_b { margin-bottom: 12px; }
.mar_12_l { margin-left: 12px; }
.mar_20_t { margin-top: 20px; }
.mar_20_r { margin-right: 20px; }
.mar_20_b { margin-bottom: 20px; }
.mar_20_l { margin-left: 20px; }

.txt-w { color: #fff; }
.txt-r { color: #900; }
.txt-g { color: #6C8951; }
.txt-b { color: #0059b3; }
.txt-bold { font-weight:bold; }
.txt-narrow { font-family: Arial-N; }

.top_line {
	border-top: solid 1px #6C8951;
}

.w100pc { width: 100%; }
.w25pc { width: 25%; }
.w60px { width: 60px; }
.w100px { width: 100px; }
.w250px { width: 250px; }
.w400px { width: 400px; }

.bold { font-weight: bold; }

li {
	margin-left: -20px;
}

a:link {
	color: #6C8951;
	text-decoration: none;
}
a:hover {
	color: #0059b3;
}

/* ================== INPUT FORM STYLES ======================== */


.input_form table {
  border: solid 1px #888;
  background-color: #fff;
  font-size: 13px;
  border-collapse: collapse;
  padding: 0;
  margin: 12px auto;
  z-index: 0;
  min-width: 500px;
}


    .form_label {
      background-color:  #eee;
      padding: 6px 6px 6px 15px;
      font-family: Met-Bold;
      font-weight: normal;
    }

    .form_input {
      padding: 6px;
      font-family: Met-Reg;
    }

    .form_separator {
      border-bottom: solid 1px #ddd;
    }

    .input_form select, input[type=text], input[type=password] {
			border: solid 1px #6C8951;
			background-color: #f2f6ef;
			color: #6C8951;
			border-radius: 3px;
			margin: 0 2px;
			padding: 2px;
		}

		.edit_user_password {
			border: solid 1px #6C8951;
			background-color: #f2f6ef;
			color: #6C8951;
			border-radius: 3px;
			margin: 0 2px;
			padding: 2px;
			font-size: 12px;
		}

/* ========================================== */

.login_panel_container {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	display: flex;
	justify-content: center; /* horizontal */
	align-items: center; /* vertical */
	background-color: #6C8951;
}

	.login_panel {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.login_panel input[type=text], input[type=password]{
		text-align: center;
		font-size: 14px;
		border-radius: 3px;
		border: none;
		color: #6C8951;
		margin: 2px;
		padding: 4px 0 4px 0;
	}
	.login_panel a {
		color: #f7f76e;
	}

.header {
	position: fixed;
	float: left;
	width: 100%;
	height: 90px;
	border-bottom: solid 2px #bfd0af;
	padding: 20px;
	margin: 0;
	background-color: #6C8951;
	box-sizing: border-box;
	z-index: 2;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	padding: 4px;
	color: #fff;
	background-color: #6C8951; /* green */
	text-align: center;
	z-index: 3;
}
	.footer a {
		color: #f7f76e; /* yellow */
	}

.grp_select{
	color: #f7f76e;
	background-color: #6C8951;
	border: none;
	border-bottom: solid 1px #f7f76e;
	font-family: Met-Bold;
	font-size: 24px;
	margin: -20px 0 0 20px;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

.ham_menu {
	position: absolute;
	right: 40px;
	bottom: 30%;
	cursor: pointer;
}

.menu_icon div {  /* hamburger menu */
    width: 30px;
    height: 4px;
    background-color: #f7f76e;
    margin: 5px 0;
	box-shadow: 0 2px 2px #000;
}

.sideNav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 2; /* Stay on top of everything except masthead*/
	top: 0px; /* Stay under the masthead*/
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 50px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


	.sideNav a {
	  padding: 8px 8px 8px 32px;
	  font-family: Met-Reg;
	  text-decoration: none;
	  font-size: 18px;
	  color: #bbb;
	  display: block;
	  transition: 0.3s;
	}
	.sideNav a:hover {
	  color: #f7f76e;
	}
	.sideNav .closebtn {
	  position: absolute;
	  top: 0;
	  right: 25px;
	  font-size: 42px;
	  margin-left: 50px;
	}

.body_container {
	position: relative;
	width: 100%;
	float: left;
	color: #000;
	padding: 90px 50px 30px 50px;
	margin: 0;
}
	.body_container h1 {
		color: #6C8951;
	}



/* ============== SCHEDULE ================== */

.buttons_div {
	position: fixed; 
	right: -4px; 
	top: 100px; 
	background-color: #fff; 
	border: solid 2px green; 
	z-index: 1; 
	padding: 5px 9px 5px 5px; 
	border-radius: 4px; 
	box-shadow: -2px 2px 4px #000;
}

.legend {
	border: solid 1px #888;
	border-radius: 5px;
	float: left;
	width: 100%;
	position: relative;

	margin: 0;
	padding: 5px;
	font-size: 10px;
}
	.legend_box{
		width: 15px;
		height: 10px;
		position: relative;
		float: left;
		margin-right: 1px;
	}

.schedule {
	padding-top: 0;
	margin-bottom: 15px;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.schedule th {
	font-family: Met-Bold;
	font-weight: 100;
	color: #6C8951;
	border-bottom: solid 2px #000;
}

.schedule td {
	font-family: Arial-N;
	font-size: 12px;
	border-bottom:solid 1px #aaa;
	border-right: dashed 1px #aaa;
	width: 12.5%;
	margin: 0;
	height: 27px;
}

.week_note{
	background-color: #efe; 
	color: #6C8951;
	font: bold 14px Met-Bold;
	font-weight: 100;
	padding: 10px;
	margin: 12px 0 0 0;
	text-align: center;
}

.inactive_day {
	background-color: #eee;
	color: #aaa;
}

.playerName{
	font-style:italic; color:#666;
}

.signup_date{
	position: absolute;
	z-index: 100;
	color: #666;
	background-color: #ddd;
	border: solid 1px #000;

}

.rank {
	position: absolute; 
	width: auto; 
	size: 12px; 
	right: 2px; 
	color: yellow;
}

.admin {
	background-color: #090;
	color: #fff;
	text-align:center;
}
.available {
	background-color: #548063;
	color: #fff;
	text-align:center;
}

.play {
	background-color: #090;
	color: #fff;
	text-align:center;
}

.spare {
	background-color: #0059b3;
	color: #fff;
	text-align:center;
}

.none {
	color: #fff;
}


.email_note{
	width: 100%;
	position: relative;
	float: left;
	background-color: #efefef;
	padding: 5px;
	border: solid 1px #ddd;
	margin: 5px auto;
	border-radius: 4px;
}
	
.email_note_text{
	border: none;
	height: 22px;
	width: 100%;
	margin: 0;
	padding-top: 4px;
	border-bottom: solid 1px #000;
	background-color: #fff;
}


.weather_box{
	position: fixed;
	background-color: #abcced;
	color: #000;
	border: solid 2px #6C8951;
	border-radius: 4px;
	box-shadow: 2px 2px 4px;
	top: 100px;
	left: -3px;
	z-index: 2;
	font-size:10px;
	height: 40px;
	width: 40px;
	overflow: hidden;
	transition: width 1s;
	transition: height 1s;
}

.night {
	background-color: #1b4d7e;
	color: #fff;
}

.weather_box:hover{
	width: 100px;
	height: 270px;
	padding-left: 7px;
	transition: width 1s;
	transition: height 1s;
}
.weather_box:hover .weather_icon{
	margin: 0 -5px -10px 20%;

}
.weather_icon{
	width: 48px;
	margin: -5px -5px -10px -5px;
}

.search_box {
	border: solid 2px #ddd;
	border-radius: 6px;
	background-color: #eee;
	padding: 6px;
	margin: 5px 0;
}

.pop_up {
	position: absolute;
	left: 30px;
	margin-top: -30px;
	width: auto;
	min-width: 200px;
	background-color: #fff;
	padding: 10px;
	border: solid 3px green;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #000;
	z-index: 100;
}

/* ============== PLAYERS LIST ============================== */


.playersTable {
	margin: 0px;
	border-collapse:collapse;
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}

.playersTable th {
	background-color: #4e643a;
	color: #ff9;
	font-weight: bold;
}
.playersTable a:link {
	color:#336633;
}

.playersTable td {
	border-bottom:solid 1px #4E6339;
}

.highlight {
	background-color: #eee;
}

.normal {
	background-color: #fff;
}



.report_table {
	width:  100%;
	text-align:  left;
	padding:  0;
	margin: 0;
	border-collapse: collapse;
}
	.report_table th {
		background-color: #bfd0af;
	}
	.report_table td {
		border-bottom: solid 1px #4E6339;
		width:  33%;
		padding: 2px 0;
	}


/* ============= USER GUIDE =========================== */

.left_side_menu {
		position: relative;
		float: left;
		width: 220px;
		min-height: 100%;
		margin: 0;
		padding: 20px 0 10px 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.left_side_menu:a{
	    text-decoration: none;
	    width: 200px;
	}
	.menu_level_1{
		position: relative;
		float: left;
		clear: both;
	}
		.menu_button {
			width: 200px;
			background-color:#b2d8b1;
			border: none;
			text-align: left;
			font-size: 14px;
			height: 20px;
			margin: 3px;
			padding: 0 0 0 10px;
			color:#383C8C;
			cursor: pointer;
			font-family: Met-Bold;
			box-shadow: 0;
			-webkit-transition-duration: 0.4s; /* Safari */
    		transition-duration: 0.4s;
		}

		.admin1 {
			background-color: #b1d8c4;
		}
		.admin1:hover {
			background-color: #88c3a5;
		}
		
		.menu_button:hover {
			width: 200px;
			background-color: #5e8a5c;
			border: none;
			text-align: left;
			font-size: 14px;
			height: 20px;
			margin: 3px 0;
			color:#fff;
			text-shadow: 2px 2px 2px #060;
			cursor: pointer;
			font-family: Met-Bold;
			box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
		}

		.menu_button2 {
		    width: 195px;
		    margin: 3px 0px 3px 8px;
		    border: none;
		    background-color: #7FC67D;
		    color: #383C8C;
			font-size: 14px;
			font-family: Met-Regular;
			box-shadow: 0;
			text-align: left;
			-webkit-transition-duration: 0.4s; /* Safari */
    		transition-duration: 0.4s;
		}
		.menu_button2:hover {
		    width: 195px;
		    margin: 3px 0px 3px 5px;
		    border: none;
		    background-color: #383C8C;
		    color: #fff;
			font-size: 14px;
			font-family: Met-Regular;
			box-shadow: 0;
			text-align: left;
			-webkit-transition-duration: 0.4s; /* Safari */
    		transition-duration: 0.4s;
			box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
		}

		.admin2 {
			background-color: #88c3a5;
		}
		.admin2:hover {
			background-color: #55aa7d;
		}

		.right_side_content {
			position: absolute;
			top: 110px;
			left: 265px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin: 0;
			padding: 0 30px 30px 20px;
		overflow: visible;
	}


	.guide_img_left{
		position:  relative;
		float: left;
		margin: 2px 4px 4px 4px;
		border: solid 1px #aaa;
		border-radius: 10px;
		padding: 4px;
		overflow: hidden;
		box-shadow: 2px 2px 4px #888;
	}
	.guide_img_right{
		position:  relative;
		float: right;
		margin: 2px 0 4px 4px;
		border: solid 1px #aaa;
		border-radius: 10px;
		padding: 0;
		overflow: hidden;
		box-shadow: 2px 2px 4px #888;
	}



	.guide_search {
		width: 200px;
		box-sizing: border-box;
		border: 2px solid #ccc;
		font-size: 16px;
		background-color: white;
		background-image: url('images/searchicon.png');
		background-position: 170px 1px;
		background-size: 20px 22px;
		background-repeat: no-repeat;
		padding: 12px 20px 12px 40px;
		margin-left: 3px;
	}

	.video_box {
		position: fixed;
		width: 80%;
		left: 20%;
	}


 /* ================================== SIZE BREAK 1 =====================================
 /* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {

	.login_panel {
		width: 80%;
	}

	.header_ball_image {
		width: 45px;
	}

	.grp_select{
		color: #f7f76e;
		background-color: #6C8951;
		border: none;
		border-bottom: solid 1px #f7f76e;
		font-family: Met-Bold;
		font-size: 14px;
		margin: -40px 0 0 20px;
	}
	
	.ham_menu {
		position: absolute;
		right: 20px;
		bottom: 30%;
		cursor: pointer;
	}
}


/* ================================= SIZE BREAK 2 =======================================
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {



	.login_panel {
		width: 80%;
		max-width: 600px;
	}
		.login_panel input[type=submit], input[type=password]{
			font-size: 36px;
			margin: 12px 0;
		}
		.login_panel input[type=text]{
			font-size: 36px;
			margin: 12px 0;
		}
		.login_panel h1{
			font-size: 48px;
		}


	.header_ball_image {
		width: 60px;
	}

	.grp_select{
		color: #f7f76e;
		background-color: #6C8951;
		border: none;
		border-bottom: solid 1px #f7f76e;
		font-family: Met-Bold;
		font-size: 16px;
		margin: -40px 0 0 20px;
	}
	
	.ham_menu {
		position: absolute;
		right: 20px;
		bottom: 30%;
		cursor: pointer;
	}

}

/* ================================= SIZE BREAK 3 =======================================
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 1080px) {



		.edit_user_password {
			border: solid 1px #6C8951;
			background-color: #f2f6ef;
			color: #6C8951;
			border-radius: 3px;
			margin: 0 2px;
			padding: 2px;
			font-size: 12px;
		}


	.login_panel {
		width: 80%;
		max-width: 600px;
	}
		.login_panel input[type=submit], input[type=password]{
			font-size: 36px;
			margin: 12px 0;
		}

		.login_panel input[type=text]{
			font-size: 36px;
			margin: 12px 0;
		}

	.header_ball_image {
		width: 60px;
	}

	.grp_select{
		color: #f7f76e;
		background-color: #6C8951;
		border: none;
		border-bottom: solid 1px #f7f76e;
		font-family: Met-Bold;
		font-size: 24px;
		margin: -10px 0 0 20px;
	}
	
	.ham_menu {
		position: absolute;
		right: 40px;
		bottom: 30%;
		cursor: pointer;
	}

}

/*======= BUTTONS ==============*/

.btn {
	border: none;
	margin: 2px;
	border-radius: 3px;
	font-family: Met-Bold;
	cursor: pointer;
	font-size: 14px;
	padding: 2px;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
}

.btn-small {
	font-size: 11px;
}

.btn-mini {
	font-size: 10px;
}

 .btn-icon-big {
    width: 34px;
    height: 34px;
    background-size: 28px 28px;
  }
  .btn-icon-mid {
    width: 25px;
    height: 25px;
    background-size: 19px 19px;
  }
  .btn-icon-mini {
    width: 20px;
    height:  20px;
    background-size: 14px 14px;
  }

.btn-add {
	background-color: #fff;
	color: rgba(0, 0, 0, 0);
	background-image: url("/views/images/add_icon_50.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border:  solid 1px #ccc;
	margin: 1px;
}
	.btn-add:hover{
		background-color: #eee;
		border: solid 1px #ccc;
	}

.btn-edit {
	background-color: #fff;
	color: rgba(0, 0, 0, 0);
	background-image: url("/views/images/edit_btn_50.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border:  solid 1px #ccc;
	margin: 1px;
}
	.btn-edit:hover{
		background-color: #eee;
		border: solid 1px #ccc;
	}

.btn-del {
	background-color: #fff;
	color: rgba(0, 0, 0, 0);
	background-image: url("/views/images/trash_icon_50.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border:  solid 1px #ccc;
	margin: 1px;
}
	.btn-del:hover{
		background-color: #eee;
		border: solid 1px #ccc;
	}

.btn-playVid {
	background-color: #fff;
	color: rgba(0, 0, 0, 0);
	background-image: url("/views/images/play_vid_btn.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border:  solid 1px #ccc;
	margin: 1px;
}
	.btn_playVid:hover{
		background-color: #eee;
		border:solid 1px #ccc;
	}

.btn-yellow {
	background-color: #f7f76e;
	border: solid 2px #f7f76e;
	color: #6C8951;
}
	.btn-yellow:hover {
		color: #f7f76e;
		background-color: #6C8951;

	}

.btn-lt-green {
	background-color: #bfd0af;
	border: solid 2px #bfd0af;
	color: #6C8951;
	padding: 0 2px;
}
	.btn-lt-green:hover{
		background-color: #bfd0af;
		color: #fff;

	}

.btn-green {
	background-color: #6C8951;
	border: solid 2px #6C8951;
	color: #fff;
	padding: 0 2px;
}
	.btn-green:hover{
		color: #6C8951;
		background-color: #fff;

	}

.btn-blue {
	background-color: #0059b3;
	border: solid 2px #0059b3;
	color: #fff;
	padding: 0 2px;
}
	.btn-blue:hover{
		color: #0059b3;
		background-color: #fff;

	}


.btn-red {
	background-color: #7e1b1b;
	border: solid 2px #7e1b1b;
	color: #fff;
	padding: 0 2px;
}
	.btn-red:hover{
		color: #7e1b1b;
		background-color: #fff;

	}

input[type=file]::file-selector-button {
  background-color: #6C8951;
  border: solid 1px #6C8951;
  color: #fff;
  font-family: Met-Bold;
  font-weight: 100;
  font-size: 14px;
  padding: 2px 4px 0 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
}

 input[type=file]::file-selector-button:hover {
      background-color: #fff;
      color: #bfd0af;
      border: solid 1px #bfd0af;
  }


  .tooltip { /* div that contains the button */
    display: inline-block;
  }

  .tooltip .tooltiptext{
    visibility: hidden;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #036;
    color: #036;
    text-align: center;
    padding: 2px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px;
  }

  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #036 transparent transparent transparent;
  }

  /* Show the tooltip text when mouseover */
  .tooltip:hover .tooltiptext{
    visibility: visible;
    opacity: 1;
  }


/* =================== CHECKMARK STYLE CLASSES  ============== */
	.checkmark_label{
	  display: block;
	  position: relative;
	  text-align: left;
	  padding-left: 25px;
	  margin-bottom: 4px;
	  cursor: pointer;
	  font-size: 12px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}
	.checkmark_label input{ /* hide the default checkbox */
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}
	.checkmark{
		position: absolute;
		top: 0px;
		left: 0;
		width: 14px;
		height: 14px;
		border: solid 1px #6C8951;
		background-color: #f2f6ef;
		border-radius: 2px;
	}
	.checkmark_label:hover input ~ .checkmark {
		background-color: #f2f6ef;
		box-shadow: 1px -1px 2px #888;
	}
	.checkmark_label input:checked ~ .checkmark{
		background-color: #6C8951;
		box-shadow: 1px -1px 2px #888;
	}
	.checkmark:after { /* not checked */
		content: "";
		position: absolute;
		display: none;
	}
	.checkmark_label input:checked ~ .checkmark:after{
		display: block;
	}
	.checkmark_label .checkmark:after {
		left: 4px;
		top: -2px;
		width: 4px;
		height: 12px;
		border: solid #f2f6ef;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		transform: rotate(40deg);
	}
	.static_checkbox0 { /* for non-editable display */
		position: absolute;
		top: 9px;
		left: 9px;
		width: 18px;
		height: 18px;
		border: solid 2px #cde0cc;
		background-color: #f2f6ef;
	}
	.static_checkbox1 { /* for non-editable display */
		position: absolute;
		top: 9px;
		left: 9px;
		width: 18px;
		height: 18px;
		border: solid 2px #3D368B;
		background-color: #3D368B;
		box-shadow: 1px -1px 2px #888;
		padding: 0 0 0 3px;
	}
	.st_check { /* the uncheckable version */
		display: block;
		width: 8px;
		height: 14px;
		border: solid #f2f6ef;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
		transform: rotate(35deg);

	}

/*
	============= ERROR STYLES =======================
*/
  #alert_div {
    margin: auto;
		position: absolute;
		z-index: 10;
		top: 90px;
		left: 0;
		right: 0;
     width: 800px;
		border-radius: 6px;
		height: auto;
    font-size: 14px;
    box-shadow: 3px 3px 3px #333;
		overflow: hidden;
    text-align:center;
    -moz-animation: fadeAlert 0s ease-in 6s forwards; /* Firefox */
    -webkit-animation: fadeAlert 0s ease-in 6s forwards;/* Safari and Chrome */
    -o-animation: fadeAlert 0s ease-in 6s forwards;/* Opera */
    animation: fadeAlert 0s ease-in 6s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    }
    @keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            box-shadow: none;
            font-size: 1px;
            overflow:hidden;
        }
    }
    @-webkit-keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            font-size: 1px;
            box-shadow: none;
            visibility:hidden;
        }
    }
	.error { padding: 0px; margin: 0 0 20px 0; font-size: 11px; text-align:center; color:#7e1b1b;}

	.alert_success { background: #c8eebf; color: green; padding: 8px;}
	.alert_warning { background: #f6f6cf; color:orange; padding: 8px; }
	.alert_error { background: #fce9e9; color: #c20000; padding: 8px;}

	.alert_error a { color: #c20000; font-size: 30px; text-decoration: none; }
	.alert_success a { color: green; font-size: 30px; text-decoration: none; }
	.alert_warning a { color: orange; font-size: 30px; text-decoration: none;  }