/* IMPORTS */
@import "../../ui/shared/assets/fontawesome/css/font-awesome.min.css" screen, projection, tv;
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');

/* CORE HTML ATTRIBUTES */
html, body
{
	margin: 0px;
}

::selection
{
	background: #00ae9c;
}

body
{
	background: #F0F0F0 url('lynxcounseling_bg.png');
	/*background: url('bg.png') #F0F0F0;*/
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	color: #666666;
	width: 100%;
	height: 100%;
	/*cursor: pointer;*.
	/*cursor: url('hand-pointer-o.png'), pointer;*/
}

a
{
	font-weight: bold;
	/*color: #00BB88;*/
	color: #00ae9c;
	/*color: #66ccff;*/
	/*color: #66ccff;*/
	/*color: #00AAFF;*/
	/*cursor: url('hand-pointer-o.png'), pointer;*/
	/*cursor: pointer;*/
}

.hr-blend
{
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

hr{
	border: 0;
	height: 1px;
	width: 80%;
	background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.75), rgba(100, 100, 100, 0));
}

#content a
{
	color: #00ae9c;
	text-decoration: underline;
}

#content a:hover
{
	color: #333333;
}

/*#content a:after{content:"]"}
#content a:before{content:"["}*/

p
{
	/*font-size: 120%;*/
}

/*h1
{
	font-size: 18px;
	text-transform: uppercase;
	border-top: 4px solid #08acf2;
	border-bottom: 4px solid #08acf2;
	color: #08acf2;
	line-height: 16px;
	margin: 0;
}*/

h1,h3
{
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 2px;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

#header
{
	background-size: cover;
	background-position: center center;
	height: 275px;
	color: #EFEFEF;
	text-shadow: 1px 1px #333333;
	font-size: 1em;
	text-align: right;
	line-height: 525px;
	border-bottom: 2px solid #000000;
}

#content
{
	border-top: 4px solid #A0A0A0;
	font-family: 'Didact Gothic', sans-serif;;
	font-size: 1.2em;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.table
{
	font-family: 'Didact Gothic', sans-serif;;
	font-size: inherit;
	background: #CCCCCC;
	padding: 1px;
}

.table tr td
{
	border: 1px solid #EEEEEE;
	padding: 4px;
	background: #FEFEFE;
}

/*#copyright
{
	background: #334444;
	color: #CCCCCC;
}*/

.header1 { background: url('lynx_header1.jpg') center center no-repeat; }
.header2 { background: url('lynx_header2.jpg') center center no-repeat; }
.header3 { background: url('lynx_header3.jpg') center center no-repeat; }
.header4 { background: url('lynx_header4.jpg') center center no-repeat; }
.header5 { background: url('lynx_header5.jpg') center center no-repeat; }
.header6 { background: url('lynx_header6.jpg') center center no-repeat; }
.header7 { background: url('lynx_header7.jpg') center center no-repeat; }
.header8 { background: url('lynx_header8.jpg') center center no-repeat; }
.header9 { background: url('lynx_header9.jpg') center center no-repeat; }
.header10 { background: url('lynx_header10.jpg') center center no-repeat; }
.header11 { background: url('lynx_header11.jpg') center center no-repeat; }

.cell
{
	background: url('lynx_paw_header.png') top right no-repeat #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 8px;
	margin: 0px 26px 26px 26px;
	border-radius: 9px 9px 9px 9px;
}

.header
{
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #C0C0C0;
	width: 100%;
}

#navigation
{
	position: fixed;
	width: 100%;
	height: 80px;
	background: url('nav_bg.png') bottom repeat-x;
	font-size: 14px;
}

#navigation.logo
{
	float: left;
	padding: 8px;
	/*font-family: "FontAwesome";*/
}

#navigation ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	position: relative;
}

#navigation #nav
{
	float: right;
}

#navigation #nav ul li
{
	background: url('lynx_transparency70.png');
}
	
#navigation ul li
{
	float: left;
	width: 130px.
	display:inline-block;
}

#nav a
{
	display:block;
	padding: 0 10px;	
	color: #DDDDDD;
	line-height: 30px;
	text-decoration:none;
	/*font-family: "FontAwesome";*/
	font-size: 12px;
}

a.fa
{
	font-family: "FontAwesome";	
}

#navigation a:hover { 
	/*background: #00AAFF;*/
	background: #00ae9c;
	border-radius:5px 5px 5px 5px;
}

/* Hide Dropdowns by Default */
#navigation ul ul {
	display: none;
	position: absolute; 
	top: 30px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
#navigation ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
#navigation ul ul li {
	width:130px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
#navigation ul ul ul li {
	position: relative;
	top: -30px; 
	left: 130px;
}

ul.nav li.icon {display: none;}

/* CORE FORM ATTRIBUTES */
textarea
{
	width: 95%;
	resize: none;
}

input:checked
{
	background: #00ae9c;
}

textarea:focus, input:focus, button:focus, select:focus
{
	font-size: .8em;
	outline: none;
	border: 1px solid #333333;
}

input, textarea, select
{
	-webkit-appearance: none;
	margin: 3px;
	/*color: #999999;*/
	color: #333333;
	padding: 4px;
	font-family: inherit;
	/*font-family: 'Didact Gothic', sans-serif;*/
	border-radius: 3px 3px 3px 3px;
	font-size: .8em;
	font-family: Helvetica;
	background: #EFEFEF;
	border: 1px solid #C0C0C0;
}

input[type=submit]
{
	background: #00ae9c;
	padding: 6px;
	font-size: .8em;
	color: #FFFFFF;
	font-family: inherit;
}

input:hover, textarea:hover, select:hover
{
	border: 1px solid #00ae9c;
}

select option
{
	background: #EFEFEF;
}

#copyright
{
	text-align: center;
	color: #999999;
	margin-bottom: 26px;
}

img
{
	width: auto;
}

/* SCHEDULE ELEMENTS */
h2
{
	padding: 0px;
	margin: 0px;
	font-size: 120%;
}

.calcell
{
	font-size: 20px;
	width: 180px;
	height: 180px;
	padding: 2px;
	background: url('calcellbg.png') top left no-repeat #C0C0C0;
}

.calitem
{
	outline: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 8px;
	margin-bottom: 4px;
}


.calitem:hover
{
	border: 2px solid #333333;
}

/* CALENDAR JAZZ */
header {
	text-align: center;
	font-size: 20px;
}
header a {
	color: #00ae9c;
	text=decoration: none;
}
header a:hover {
	
}
#calendar {
	width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

#calendar a {
	color: #333333;
	text-decoration: none;
}

#calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#calendar li {
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #ccc;
	/*margin-right: -1px;
	margin-bottom: -1px;*/
}

#calendar ul.weekdays {
	background: #00ae9c;  
	border-radius: 6px 6px 0px 0px;
}

/* redeclare this grid on both the weekdays and days list */
#calendar >  ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7,1fr);
}

#calendar ul.weekdays li {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
}

#calendar .day
{
	background: #EFEFEF;
}

#calendar .currentday
{
	background: #ffcc66;
}

#calendar .days li {
	min-height: 180px;
  display: flex;
  flex-direction: column;
}

#calendar .days li:hover {
	/*background: #d3d3d3;*/
	border: 2px solid #00ae9c;
}

#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #666666;
	color: #fff;
	width: 20px;
	border-radius: 50%;
  flex: 0 0 auto;
  align-self: flex-end;
}

#calendar .date a
{
	color: #EFEFEF;	
}

#calendar .available
{
	color: #66cc33;
	border: 2px dashed #66cc33;
	background: url('calitem_bg.png') #ccff99;
}

#calendar .closed
{
	color: #336699;
	border: 2px dashed #336699;
	background: url('calitem_bg.png') #99ccff;
}

#calendar .booked
{
	color: #cc6633;
	border: 2px dashed #cc6633;
	background: url('calitem_bg.png') #ffcc99;
}

#calendar .reserved
{
	color: #C0C0C0;
	border: 2px dashed #C0C0C0;
	background: url('calitem_bg.png') #EFEFEF;
}

#calendar .scheduled
{
	color: #cccc33;
	border: 2px dashed #cccc33;
	background: url('calitem_bg.png') #ffffcc;
}

#calendar .event {
  flex: 0 0 auto;
	font-size: 12px;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 14px;
	/*background: #e4f2f2;
	border: 1px solid #b5dbdc;
	color: #009aaf;*/
	text-decoration: none;
	text-align: center;
}

#calendar .event-desc {
	/*color: #666;*/
	margin: 3px 0 7px 0;
	text-decoration: none;
}

#calendar .other-month {
	background: #C0C0C0;
	color: #666;
}

/*#calendar .event a
{
	display: block;
	width: inherit;
	height: inherit;
}*/

/* MAGICAL SLIDE BUTTONS */
/* https://codepen.io/aorcsik/pen/OPMyQp */

/* input type="checkbox" hidden */
input[type="checkbox"].ios8-switch {
	display: none;
    position: absolute;
    margin: 12px 0 0 12px;
}
/* block label size */
input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding-left: 60px;
	display: block;
    line-height: 2em;
}
/* toggle glide */
input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    width: 46px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #EFEFEF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* toggle knob */
input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #FEFEFE;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border: 1px solid #00ae9c;
}*/
input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 24px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: #00ae9c;
    border: 1px solid #00ae9c; 
}

input {
	float: rignt;
}


label {
	/*width: auto;
	position: relative;
	display: block;
	margin-right: -30px;*/
	/*position: absolute;
	display: block;*/
	display: block;
	 /* INDENT to make room for toggle *.
	
	
	/*border-bottom: 1px solid #AAAAAA;
	margin: auto;*/
}

label:after
{
	top: 100;
}

ul.checkbox
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li .checkbox:after
{
	
	margin-left: 300px;
}

/*input[type="submit"].label:before, input[type="submit"].label:after
{
	display: none;
}*/



/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}
input[type="checkbox"].ios8-switch-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}
input[type="checkbox"].ios8-switch-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios8-switch-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios8-switch-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}
input[type="checkbox"].ios8-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}
input[type="checkbox"].ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}

/* ============================
				Mobile Responsiveness
   ============================*/

@media screen and (max-width: 600px)
{
	/*ul.nav li:not(:first-child)
	{
		display: none;
	}*/
	#header
	{
		font-size: 1.5em;
	}
	#navigation ul.responsive li
	{
		width: 100%;
	}
	#navigation #nav
	{
		position: relative;
		background: url('lynx_transparency70.png');	
	}
	#navigation #nav .subnav
	{
		/*position: relative;
		top: -30px;
		left: 130px;*/
		position: absolute; //Changed
		display: block; 
		z-index: 1;
		left: 100px;
	}
	ul.nav li
	{
		display: none;
	}
	ul.nav li.icon
	{
		display: inline-block;
	}
}

/*.wrapper
{ 
	border : 2px solid #000; 
	overflow:hidden;
}*/

/*.wrapper div
{
	display: inline-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	max-width: 100%;
}
.flex-direction
{
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.one
{
	background: #666666;
	-webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 8px;
}
.two
{
	background-color: #EFEFEF;
	-webkit-flex: 2 0 0;
	flex: 2 0 0;
	padding: 8px;
}*/
.wrapper
{
	max-width: 70em;
	margin-right: auto;
	margin-left: auto;
}
.layout
{
	display: flex;
}
.col-complementary {
	flex: 1;
	background-color: #666666;
	text-align: center;
}
.col-main
{
	flex: 3;  
}
.col {
	padding: 1em;
	margin: 0 2px 2px 0;
	background: #EFEFEF;
}

@media screen and (max-width: 800px)
{
	.layout
	{
    	display: block;
  	}
}

@media screen and (max-width: 600px)
{
	#header
	{
		font-size: 0.75em;
	}
	ul.nav.responsive
	{ 
		position: relative;
	}
	ul.nav.responsive li.icon
	{
		/*position: absolute;
		right: 0;
		top: 0;*/
	}
	ul.nav.responsive li
	{
		float: none;
		display: inline;
	}
	ul.nav.responsive li a
	{
		display: block;
		text-align: left;
	}
	.flex-direction
	{
		flex-direction: column;
		-webkit-flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex: 1;
	}
	/*.wrapper
	{
		display: flex;
	}
	.one
	{
		background: #666666;
		padding: 8px;
		flex: 0 0 12em;
	}
	.two
	{
		background-color: #EFEFEF;
		-webkit-align-content: stretch;
		align-content: stretch;
		padding: 8px;
		flex-grow: inherit;
	}*/
}

@media(max-width: 768px) {

	#calendar .weekdays, #calendar .other-month
	{
		display: none;
	}

	#calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}
  
  #calendar, #calendar > ul {
    grid-template-columns: 1fr;
  }
  
  #calendar  > ul {
    grid-column: 1 / 2;
  }

	#calendar .date {
		align-self: flex-start;
	}
}

.usermarquee
{
 overflow: hidden;
 position: relative;
 text-align: left;
/* Apply animation to this element */	
 -moz-animation: example5 5s linear infinite alternate;
 -webkit-animation: example5 5s linear infinite alternate;
 animation: example5 5s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes usermarquee {
 0%   { -moz-transform: translateX(70%); }
 100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes usermaquee {
 0%   { -webkit-transform: translateX(70%); }
 100% { -webkit-transform: translateX(0%); }
}
@keyframes usermarquee {
 0%   { 
 -moz-transform: translateX(70%); /* Firefox bug fix */
 -webkit-transform: translateX(70%); /* Firefox bug fix */
 transform: translateX(70%); 		
 }
 100% { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 
 }
}

/* FULL RESOLUTION TWEAKS */
/*@media screen and min-width: 40.5em)
{
	
}*/

/* MOBILE TWEAKS */
/*@media screen and (min-width: 28.75em)
{
	
}*/
